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?
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:
Tab Control
Shared Tab Page
ToolbarManager
Thanks,
Mel
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).
Can you post here a sample of your own that demonstrates this behavior?
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.
What do you think?
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.