[Gambas-user] TabIndex TextBox

Benoit Minisini gambas at ...1...
Fri Jan 30 19:38:27 CET 2004


On Friday 30 January 2004 18:05, Rob wrote:
> On Friday 30 January 2004 10:28, Dimitri Bellini wrote:
> > ReDear Benoit
> > 	another stupid thing... :-) the property TabIndex how can i
> > made it? Thanks in advance
>
> There is no TabIndex in Gambas yet.  Tab order is the order in
> which the controls were created on the form, same as in Qt.  The
> TabIndex "property", when implemented, will have to be a clue to
> whatever part of the IDE generates the .form files rather than
> an actual property.
>
> For what it's worth, I don't see the properties Mask or TabIndex
> listed in the help for TextBox in 0.82.  Window objects have a
> Mask property but it's to change the shape of the window, not
> validate input.  

Actually, the control tab order is the same as the stack order. The lower the 
control, the first it gets the focus.

> (I kinda hope the Mask property gets propagated 
> down to some other classes someday, like labels and buttons!)

One day, maybe :-)

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





More information about the User mailing list