when I write a say into BAR style 2007 the say not is trasparent
when I insert the clausole trasparent to say it make error
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
when I write a say into BAR style 2007 the say not is trasparent
when I insert the clausole trasparent to say it make error
You have to use oBar:Say() method instead.
EMG
I not see none method on Tbar
I have
DEFINE BUTTONBAR obar 3D OF oWnd SIZE 42,42 2007
@ 8, 987 SAY oSay PROMPT "Manager " SIZE 200,15 OF obar FONT oFont PIXEL
How I can do ?
Silvio,
oBar:bPainted := { || oBar:Say( ... ) }
Please review source\classes\rpreview.prg for a oBar:Say( ... ) full sample
thanks antonio I resolve It