Page 1 of 1

BAR 2007

Posted: Tue Nov 13, 2007 8:37 am
by 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

Re: BAR 2007

Posted: Tue Nov 13, 2007 10:50 am
by Enrico Maria Giordano
You have to use oBar:Say() method instead.

EMG

Posted: Tue Nov 13, 2007 10:59 pm
by Silvio
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 ?

Posted: Tue Nov 13, 2007 11:21 pm
by Antonio Linares
Silvio,

oBar:bPainted := { || oBar:Say( ... ) }

Please review source\classes\rpreview.prg for a oBar:Say( ... ) full sample

Posted: Wed Nov 14, 2007 12:21 am
by Silvio
thanks antonio I resolve It