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?
Are you using TextBoxTools or ControlContainerTools with TextBox controls inside them? If it is the latter, have you tried setting the TabIndex values of the controls to the right order?
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?
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.
What do you think?