[Gambas-user] New question - status bar

Valerio Guaglianone valerioguaglianone at ...152...
Fri Sep 17 12:49:26 CEST 2004


 >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

Ok Rob, i do as you suggest ;-)
Thank,
Vale




More information about the User mailing list