04-19-2012 01:06 PM
Hello experts,
I have a table with a ring control inside.
I fill this ring with values from a file before I display the user interface. Now the ring shows the first item inside, but I want to show another ring item.
I could not find any function which sets the index of an embedded ring control of a table.
How to do that?
Thanks in advance
Jan
Solved! Go to Solution.
04-19-2012 01:24 PM
Sorry, now I found the solution by myself:
it was very simple: SetTableCellVal(...) with a value which matches an existing value in the ring's value list.
Thanks for that very helpful forum and all its experts.
Jan
@der_bunte_Hund wrote:
Hello experts,
I have a table with a ring control inside.
I fill this ring with values from a file before I display the user interface. Now the ring shows the first item inside, but I want to show another ring item.
I could not find any function which sets the index of an embedded ring control of a table.
How to do that?
Thanks in advance
Jan
04-19-2012 02:44 PM
By the way, if what you have initially is the index of the item that you want to set, rather than the text of the item, then you can use the SetTableCellValFromIndex function instead.