Search found 4 matches
- Thu Nov 24, 2011 4:51 am
- Forum: Programming
- Topic: @uidialog / @uiradio
- Replies: 5
- Views: 3392
Re: @uidialog / @uiradio
Yes, thank you. Needed some small tweaks in defining variables, but below is the working code: !z=2 String mystring table(10,1) my_categories mystring = "" for !a=1 to 10 %category=(my_categories(!a,1)) scalar ret=@uiedit(%category, "Enter a name for your category",20) mystring =...
- Wed Nov 23, 2011 11:20 am
- Forum: Programming
- Topic: @uidialog / @uiradio
- Replies: 5
- Views: 3392
Re: @uidialog / @uiradio
Would it be easier to do such exercise using matrices? If yes, would you be able to give me some advice on how?
Cheers,
R
Cheers,
R
- Wed Nov 23, 2011 10:41 am
- Forum: Programming
- Topic: @uidialog / @uiradio
- Replies: 5
- Views: 3392
Re: @uidialog / @uiradio
my_vars is a table. my_categories is a table too. I need user to be able to select categories to be assigned to each row of my_vars. As a result I am making the uiradio and asking user for each my_var to select category (which they define too in the first part.) Hope this clarifies what I am trying ...
- Wed Nov 23, 2011 10:08 am
- Forum: Programming
- Topic: @uidialog / @uiradio
- Replies: 5
- Views: 3392
@uidialog / @uiradio
im trying to get the values from a table object (10 rows) to be selections in @uiradio. I understand I need a string there with options separated by a space. I tried using text.append, however when I am appending values from the table, i get like breaks in my string and I need only one like for @uir...
