button color

Post Reply
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

button color

Post by dutch »

Dear Antonio,

Can I assign color for button?

Best regards,
Dutch
User avatar
Antonio Linares
Site Admin
Posts: 42519
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Post by Antonio Linares »

Dutch,

You need to use a TBtnBmp instead of a TButton.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

TBtnBmp does support color clause?

Post by dutch »

Dear Antonio,

Does TBtnBmp support color clause?

Best regards,
Dutch
User avatar
Biel EA6DD
Posts: 682
Joined: Tue Feb 14, 2006 9:48 am
Location: Mallorca
Contact:

Post by Biel EA6DD »

Code: Select all | Expand

oBtnBmp:SetColor( nClrText, nClrPane ) 


Best Regads
Saludos desde Mallorca
Biel Maimó
http://bielsys.blogspot.com/
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

Thanks Biel,

But TBTNBMP is not support multiline and TBUTTON is not support color clause.

Best regards,
Dutch
User avatar
Antonio Linares
Site Admin
Posts: 42519
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Post by Antonio Linares »

Dutch,

You may place the text on a bitmap (modify the bitmap) and use it from TBtnBmp
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

Dear Antonio,

I use for our Point Of Sale and BUTTON are menu item as following picture. The menu can change by customer
Image

Best regards,
Dutch
User avatar
Antonio Linares
Site Admin
Posts: 42519
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Post by Antonio Linares »

Dutch,

You may have to modify Class TBtnBmp to display multiple text lines.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
dutch
Posts: 1554
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

I'll try. Thanks,

Best regards,
Dutch
Post Reply