2009-07-20, 08:22 PM
I'm playing around with plugin development and I am stuck.
I am trying to update the "@image" key within a WizUiLabel, using a hashtable and have had limited success.
I want to be able to have a List of Hashtables that I can change on the display. The Hashtable has 2 string keys and 1 image key.
If I want to change to item #2 in the Hashtable, what do I need to do with the WizUiLabel in order to display it? Do I need to dispose it and create a new one linking to the new Hashtable?
Thanks for any help.
I am trying to update the "@image" key within a WizUiLabel, using a hashtable and have had limited success.
I want to be able to have a List of Hashtables that I can change on the display. The Hashtable has 2 string keys and 1 image key.
If I want to change to item #2 in the Hashtable, what do I need to do with the WizUiLabel in order to display it? Do I need to dispose it and create a new one linking to the new Hashtable?
Thanks for any help.