[Gambas-user] a major forgot.......
ron
ronstk at ...239...
Sun Feb 15 15:53:08 CET 2004
On Sunday 15 February 2004 13:34, Coquet Olivier wrote:
--8<--
> I maintain than it's a real handicap in programming and the zindex MUST
> BE in a serious stable version of gambas to make it a real usable
> graphic language.
>
> For the instance, the only serious way to change the order is edit the
> srce with gedit and reorder each control...it a wrong way i think.
>
> regards
> Olivier
>
-->8 -------------------------------------------------------
I agree with Olivier that edit the source is not a good way and something
like tab/zorder is welcome to gambas
however if the tab order is the same as the zorder at the moment you
have a other solution.
At the moment the Tab order it the same as the creation order.
For the Z order you can make a sub routine where all the controls are named in
the order you wish and control.Raise bring them to the right level. with the
last on top.
The Tab order stays the same this way i found but the zorder is
what I need too and wil use in my program from now on.
One where the Tab-key does not function is in a TextArea i.e.
---
Ron
More information about the User
mailing list