[Gambas-user] New question - status bar

Bodard Fabien gambasfr at ...11...
Fri Sep 17 20:47:29 CEST 2004


Le jeudi 16 Septembre 2004 15:18, Rob a écrit :
> 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

Mabe .. one day... when the 1.0 will be released, we can add the toolbar and
status bar widget that exist in gtk too... I've in my archive some test about
qtoolbar(dockable) and qstatusbar...

Fabien Bodard




More information about the User mailing list