Folder Color

Folder Color

Postby thefull » Fri Feb 15, 2008 5:35 pm

Cogiendo el ejemplo TESTFLD2.PRG, y poniendo;

REDEFINE FOLDER oFld1 ID 110 OF oDlg ;
PROMPT "&Clipper", "&and", "&Windows", "&Magic" ;
DIALOGS "Sub1", "Sub2" ;
--> COLOR CLR_GREEN, CLR_BLUE

Según la documentación es posible, pues no coge los colores.
¿ Existe alguna manera de poner un color a un folder o es un bug ?
Saludos
Rafa Carmona ( rafa.thefullARROBAgmail.com___quitalineas__)
User avatar
thefull
 
Posts: 729
Joined: Fri Oct 07, 2005 7:42 am
Location: Barcelona

Postby Detlef Hoefner » Sat Feb 16, 2008 10:11 am

thefull,

maybe this could help you?

Code: Select all  Expand view
ACTIVATE DIALOG oDlg;
   ON INIT ;       
   aEval( oFold:aDialogs,;
             { |oD| oD:bEraseBkGnd := NIL,;
                    oD:SetColor( COLOR CLR_GREEN, CLR_BLUE  ) } )             


Regards,
Detlef
User avatar
Detlef Hoefner
 
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany

Postby thefull » Sat Feb 16, 2008 10:52 am

Detlef Hoefner wrote:thefull,

maybe this could help you?

Code: Select all  Expand view
ACTIVATE DIALOG oDlg;
   ON INIT ;       
   aEval( oFold:aDialogs,;
             { |oD| oD:bEraseBkGnd := NIL,;
                    oD:SetColor( COLOR CLR_GREEN, CLR_BLUE  ) } )             


Regards,
Detlef


Yeah! Thank you!

Code: Select all  Expand view
aEval( oFolder:aDialogs, { |oD| oD:bEraseBkGnd := NIL, oD:SetColor( CLR_GREEN, CLR_BLUE  ) } )


Erase COLOR definition ;-)

I think not is correct documentation, is the folder is 32 bits.
Please Antonio, Can you revised this documentation and put this option,
paint folder 32 btis in documentation ?

Thanks.
Rafa Carmona
Saludos
Rafa Carmona ( rafa.thefullARROBAgmail.com___quitalineas__)
User avatar
thefull
 
Posts: 729
Joined: Fri Oct 07, 2005 7:42 am
Location: Barcelona


Return to Bugs report & fixes / Informe de errores y arreglos

Who is online

Users browsing this forum: No registered users and 2 guests