|
yep, more important stuff.
Added the TABINDEX property to the todo list. Surprisingly, this will be a big undertaking ... but agreed, I think its an important feature too ... In terms of priortities (for big things), this is how things are shaping up:
1) MultiColumn ListBoxes
2) TabStrips (or MultiPages)
3) TABINDEX
Unless anyones thinks we should shuffle this list. Is TABINDEX more important then TABSTRIPS ?
To do with TABS and the ENTER key in TEXTBOXES ... agreeded again ... need the following:
TabKeyBehavior:
A boolean specifying whether a TextBox supports (eats) the TAB key, or if disabled, passes the keyboard focus to the next control in the tab order.
$TextBox.TabKeyBehavior = True/False
EnterKeyBehavior
A boolean specifying whether a TextBox supports (eats) the ENTER key, or if disabled, passes the keyboard focus to the next control in the tab order.
$TextBox.EnterKeyBehavior = True/False
These was another good suggestion you had - it was buried in some other post - damned if I can find it now - forget what it was - just remember that it was good !
-Shawn
|