[Gambas-user] Tab Order & Tab Stop

Benoit Minisini gambas at ...1...
Sun Jul 18 11:01:09 CEST 2004


On Sunday 18 July 2004 01:16, Craig Packard wrote:
> Hello list,
>
>     VB has the tab order and tab stop properties on
> controls.  I can't find the Gambas version of either.
> I see the Hierarchy gizmo but it appears to be read
> only.  How can I change the order of the controls?
>
>     The tab stop lets you make a control (textbox for
> example) that you can't 'tab' to.  If you want to
> enter some data in that textbox you must use your
> mouse to get the cursor in it so that you can enter
> your text.
>
>      Thanks,
>
>           - Craig
>
>

The control tab order is the same thing as the Z order in Gambas. Use the 
'Arrange' menu to arrange your controls in the way you want. The hierarchy 
window just allows you to check this order.

As for the 'TabStop' property, I didn't implement it because I never used it 
in VB. And I'm not sure there is an equivalent in QT.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list