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.
Hello melegant,
I have tried to reproduce your scenario in 11.1, 10.3 and 10.2 version and it seems to work fine in all versions. I have attached an example.
If it still does not run properly for you please send me a sample to review and make it work for your needs.
If I put my mouse in the first text box after the name lable, hit tab it goes directly to threeview right under. I want it to go to the next text box after the title label. There is no code executing when I hit tab (like a key down or anything like that) so it's not some errant method causing the issue. What do you think?
They are 'controls' within the UltraToolbarManager. I don't see how to set the tab order for the items inside the toolbarmanager.
The built in items in the UltraToolbarsManager are called tools. You are using TextBoxTools in this case and you are correct: you cannot set the tab order. But I believe the tab order is managed for you. I was not able to reproduce this in a sample. Can you reproduce this in a small sample and post it on the thread?
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
Tab Control
Split Container
Form.
What do you think?
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.
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:
Shared Tab Page
ToolbarManager
Thanks,
Mel
Michael,
I have submitted this issue to our development team for further review. The reference number for this item is 128486. You will receive more information through the support case that I mentioned above.
I want you to know that I have reproduced the behavior that you are referring to. I have opened a new support case for you. Its reference number is CAS-105361-M9Q8P9. I am going to submit this issue to our engineering team along with a sample that reproduces the issue. I will get back to you as soon as I have done so and you will receive more information through the support case.
So I created a new form and laid it out like the formI am having an issue with and I was able to reproduce the issue.
I have attached the form.
I see now that I had already posted the isolated behaviour. I guess I will try to rebuild the form from the groud up. Our project is huge and highly involved so it is not easy for me to post the code here.
Sorry for the delay in the response...we have a lot going on at our company =).
So as mentioned the ultratoolbaManager is sitting in a shared tab page of an ultra tab control. When i hit tab on any tool item it goes down the control inside of the selected tab. If i take the toolbar OUT of the shared tab page and let's say put it on the form or something it tabs from control to control just fine.