Tim_S Posted February 18, 2013 Report Share Posted February 18, 2013 Hopefully someone has a solution to this in their back pocket. I'm working on a user interface where the operator will be editing an array of numbers. The behavior I am trying to create is, when the user adds a number to the array, the keyfocus goes to the element in the array. I've been trying to do this with an array of numbers without any success. I would rather avoid using a text-entry control (e.g., table), but that may be the option I have. Any thoughts? Quote Link to comment
jcarmody Posted February 18, 2013 Report Share Posted February 18, 2013 I found this on the NI forum. I'd never have figured that out... Quote Link to comment
Tim_S Posted February 19, 2013 Author Report Share Posted February 19, 2013 Thanks for locating that. I must have typed in wrong search parameters. :/ Hrm... I see how the solution is done, but I'm starting to think using a listbox and may be more desirable. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.