BTNBMP Text Color ?

Post Reply
yunbg1
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

BTNBMP Text Color ?

Post by yunbg1 »

Thanks you. Antonio

How are you the low which the BTNBMP increases then?

Code: Select all | Expand

@ 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
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

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
yunbg1
Posts: 107
Joined: Sun Nov 13, 2005 12:40 am
Location: Winnipeg Canada

Post by yunbg1 »

Antonio Linares wrote:Sorry, I don't understand what you mean.

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


Code: Select all | Expand

@ 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
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Post by Antonio Linares »

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

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

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

Antonio Linares
www.fivetechsoft.com
Post Reply