I have a checkbox that is transparent win 7 not win xp. Using resources, Transparent set at the define dialog.
All workinhg fine except not in windows XP. Any ideas.
Thanks in advance
Thank you
Harvey
Harvey
I have a checkbox that is transparent win 7 not win xp. Using resources, Transparent set at the define dialog.
All workinhg fine except not in windows XP. Any ideas.
Thanks in advance

REDEFINE SELEX oSelect VAR nOption1 OF oDlg1 ID 220;
ITEMS "&ON", "&OFF";
GRADIENT OUTTRACK { { 0.5, 16443068, 16312263 }, ;
   { 0.5, 16312263, 16443068 } } ;
GRADIENT INTRACK { { 1, 5426223, 1071100 }, ;
   { 1, 1071100, 5426223 } } ;
THUMBSIZE 20, 20 ROUNDSIZE 5 ;
COLOR THUMB 14853684 ;
COLORTEXT 128, 32768 ;
TITLE "Select" TOP ;
FONT oFootFont ;
ACTION( If( nOption1 == 2, oDlg1:End(), ) )Uwe:
Using the say worked fine. Thanks.
Just one more color problem. The transparent clause doesn't work with an undefined group.
Any suggestions?





Uwe
Thanks for all the input. I'll be working on it in next couple of days. I'll keep you posted.
Regards
Uwe,
Thanks for your superb help as usual ![]()

Uwe:
You have been great helping me out.
Not using gradient....can't get it to work.
But one more qusetion. How can you color: msfInfo(), MsgAlert(), msgget(), msgYesNo() etc.
Thanks for the help.

