i want to show several buttonbmp each with a bitmap of size 32 height x 49 width.
The prompts i wanted to show below the pictures.
But all prompts are vertically centered even when i use TEXTBOTTOM.
Here my code:
- Code: Select all Expand view
- REDEFINE BUTTONBMP oB[ 1 ] ID 10 OF oDlg ACTION oDlg:End() BITMAP "FLAG_DE" PROMPT "&Germany" TEXTBOTTOM
and here my result:
Are my bitmaps too large?
Thanks for all ideas and help,
Detlef