FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TEXTBOTTOM clause working?
Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
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:
Code (fw): Select all Collapse
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
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: TEXTBOTTOM clause working?
Posted: Wed Oct 07, 2009 01:48 PM
Hello Detlef,

it is a Problem, I noticed as well. The Text is shown always centered.
There are Screenshots in my Specification of the SkinTools ( BTNBMP added ),
to show the Problem.

I think the Text-position must be calculated :


With the SkinTools, it is easy to test it :





Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
Re: TEXTBOTTOM clause working?
Posted: Thu Oct 08, 2009 08:25 AM

Hi Uwe,

i don't understand your reply.
Does it mean your tool will solve my problem?

Thanks and regards,
Detlef

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: TEXTBOTTOM clause working?
Posted: Thu Oct 08, 2009 09:50 AM

Detlef,

the Tool shows different Button-sizes at Runtime.
That makes it easy, to test all Combinations with included BMP's ( Top, Left, Bottom,Right )
It doesn't solve the Problem. I asked as well for a Solution.

Best Regards
Uwe :lol:

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion