Hi,
I have 2 controls in a toolbar. (Two textboxes). When I hit tab, it does not go from textbox1 to textbox2..it goes to the next control (a ultratree under the toolbar).
I swear there was setting for this, but I can't remember =(.
Thanks.
Can you post here a sample of your own that demonstrates this behavior?
THis is not to say that the issue is fixed. There is an issue where if the toolbarmanager is in the shared tab page of an ultratab control where hitting tab does not move the focus between tools but to the next control. THe ToolKeyDown event does not fire when hitting tab for the toolbar manager either when i hit the tab key. (Though it does for any other key).
I have isolated the issue to the toolbar manager belonging to the shared tab of the tab control. If i move the toolbarmanager out to the form let's say, there is no issue.
Can you reproduce that? So in my test:
Tab Control
Shared Tab Page
ToolbarManager
Thanks,
Mel
Hello melegant,
I tried this scenario and the tabbing seems to work fine for me - it goes from tool to tool not to another control. Please review my sample and feel free to let me know if I misunderstood you or if you have any other questions.
Sorry for the long delay but other things took priority.
It seems that tabbing from any tool in the toolbar moves it out of the toolbar and to whatever is next in the tab order instead of going to the next tool.
They KeyDown event for the tool is not firing when I hit tab (though it is for any other key). The toolbar manager is on a shared tab control page (of an UltraTree). That tab control is in a split container which is within a split container.
So from the inside out
UltraToolBarManager
Fill Panel
SHared tab page
Split Container
Form.
What do you think?