Page 1 of 1

Table

Posted: Fri Dec 16, 2011 3:13 pm
by xmedia
Hello,
is it possible to associate a custom object (to store some custom informations) to a table item or a table cell. if yes how ?

Thanks

Posted: Sat Dec 17, 2011 2:56 pm
by Sergey Tkachenko
You can encode any additional information in the table tag. You can get it as GetItemTag/SetItemTag, or simply as table.Tag. This is a string.

If you need some object associated with the table, implement saving and loading it to/from string, and save/load it to/from tag.