|
-
October 30th, 2009, 06:43 PM
#1
how to use an array of control's variables?
Hello, in my application there are 864 variables associated to each control(edit boxes and radio buttons), when the application is started, all this variables must to be updated from a file. So it's a lot of work to type all this code, my question is: is there any possibility to use an array (in this case will be 3 or more) in which each element will be a variable of each control? how can i do this?
-
October 31st, 2009, 02:42 AM
#2
Re: how to use an array of control's variables?
Do you create all your controls dynamicly?
-
October 31st, 2009, 10:04 AM
#3
Re: how to use an array of control's variables?
I didn't do it yet, there will be 72 main controls in the app(edit boxes and radio btn), i created only a few to test some things. I want to put these 72 controls variables into an array , because after that, i have to associate these 72 variables to a one of 12 groups of 72 variables depending of another control. I don't know if i was clear, my english is bad.
-
October 31st, 2009, 03:23 PM
#4
Re: how to use an array of control's variables?
Can you take a screenshot of a portion of the controls you would like to display and post it here?
Generally trying to display this many controls at once leads to a horrible user experience. If you post a screenshot, we may be able to come up with an alternative that is both easier for a user and easier to code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|