FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour BTNBMP Text Color ?
Posts: 109
Joined: Sun Nov 13, 2005 12:40 AM
BTNBMP Text Color ?
Posted: Thu Apr 27, 2006 08:59 AM
Thanks you. Antonio

How are you the low which the BTNBMP increases then?

@ 170, 31 BTNBMP oBut RESOURCE "button" CENTER PROMPT "00:00:00" FONT oFont2 SIZE 136, 130 ; 
ACTION oWnd:End() OF oWnd NOBORDER 

// ? TextColor
// ? Font


FWH USer...........
FWH User

FWPPC User

FWLinux User
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
BTNBMP Text Color ?
Posted: Thu Apr 27, 2006 09:38 AM

Sorry, I don't understand what you mean.

Do you want to show the running time on the button ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 109
Joined: Sun Nov 13, 2005 12:40 AM
BTNBMP Text Color ?
Posted: Thu Apr 27, 2006 12:03 PM
Antonio Linares wrote:Sorry, I don't understand what you mean.

Do you want to show the running time on the button ?


@ 0,0 BTNBMP oBut RESOURCE "start"  CENTER PROMPT "Text Caption " SIZE 101, 39 ACTION start() OF oWnd NOBORDER


We change 'Text Caption' Color.
FWH User

FWPPC User

FWLinux User
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
BTNBMP Text Color ?
Posted: Thu Apr 27, 2006 12:18 PM

oBut:SetColor( "GR+/B" ) or

oBut:SetColor( CLR_..., CLR_... ) or

oBut:SetColor( nRGB( ..., ..., ... ), nRGB( ..., ..., ... ) )

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion