[Gambas-user] New question - status bar

Rob sourceforge-raindog2 at ...94...
Thu Sep 16 15:18:12 CEST 2004


On Thursday 16 September 2004 08:48, Valerio Guaglianone wrote:
> It is possible to create a status bar with GamBas?

I usually use a label with border type "sunken", and in the 
form's resize event put something like this:

statusbarlabel.w = me.clientwidth
statusbarlabel.y = me.clientheight - statusbarlabel.h
statusbarlabel.x = 0

Then when you want to update the status bar, just assign to 
statusbarlabel.text.

Maybe there's an "official" way to do it but I don't know what ;)

Rob





More information about the User mailing list