Página 1 de 1
How to Use StatusBar?
Publicado: Mar May 12, 2009 9:33 pm
por Simon White
Hi
If I want to display a message in the second panel of the statusbar how do
I do that? Do I add a textbox control to the status bar?
Thanks,
Simon
How to Use StatusBar?
Publicado: Mar May 12, 2009 10:49 pm
por Dionisis Divaris
Hello Simon
Use the following code as patern:
Lets name statusbar as ::oStatusBar
With object ::oStatusbar
:aItems[02]:cText:= " ANY TEXT YOU WANT"
END WITH
or
::oStatusBar:aItems[02]:cText:= "ANY TEXT YOU WANT"
Best Regards
Dionisis
Ο "Simon White" <
simonwhite@dciphercomputing.com> ÎγÏαψε στο μήνυμα
news:4a09cf25$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> Hi
>
> If I want to display a message in the second panel of the statusbar how do
> I do that? Do I add a textbox control to the status bar?
>
> Thanks,
> Simon
How to Use StatusBar?
Publicado: Mié May 13, 2009 3:22 am
por Simon White
Thanks I had made the mistake of trying:
::oStatusBar:aItems[02]:= "ANY TEXT YOU WANT"
I did not realize I had to include the "cText" property. Now reading the
documentation I understand the aItems is a list of panel objects. I thought
it was list of strings.
Simon
"Dionisis Divaris" <
info@sgs-soft.gr> wrote:
>Hello Simon
>Use the following code as patern:
>Lets name statusbar as ::oStatusBar
>
>With object ::oStatusbar
> :aItems[02]:cText:= " ANY TEXT YOU WANT"
> END WITH
>or
>::oStatusBar:aItems[02]:cText:= "ANY TEXT YOU WANT"
>
>Best Regards
>Dionisis
>
>Ï "Simon White" <
simonwhite@dciphercomputing.com> Ýãñáøå óôï ìÞíõìá
>news:4a09cf25$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>
>> Hi
>>
>> If I want to display a message in the second panel of the statusbar how
do
>> I do that? Do I add a textbox control to the status bar?
>>
>> Thanks,
>> Simon
>