TEXTBOTTOM clause working?
Posted: Wed Oct 07, 2009 12:59 pm
Hi all,
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:
and here my result:
Are my bitmaps too large?
Thanks for all ideas and help,
Detlef
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
REDEFINE BUTTONBMP oB[ 1 ] ID 10 OF oDlg ACTION oDlg:End() BITMAP "FLAG_DE" PROMPT "&Germany" TEXTBOTTOM
Are my bitmaps too large?
Thanks for all ideas and help,
Detlef