In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

How to Use StatusBar?

Xailer English public forum
Responder
Simon White
Mensajes: 30
Registrado: Dom Mar 08, 2009 3:24 am

How to Use StatusBar?

Mensaje 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
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

How to Use StatusBar?

Mensaje 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
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Simon White
Mensajes: 30
Registrado: Dom Mar 08, 2009 3:24 am

How to Use StatusBar?

Mensaje 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
>
Responder