[RESOLVED] Plugin manager does not update labels when using iList
I'm working on the plugin manager screen for my skin, working off of the carwings dynamic lite as a base. I noticed that if I leave the list as a standard DL then the associated plugin labels (version, description, status, etc.) get updated as I click on different items in the list. However, if I change the list to be an iList those labels no longer get updated.
I'm using the same label codes as are used in carwings:
L,710,175,80,30,#LCDR#,#LCDG#,#LCDB#,18,#LCDFont#, "pluginmgr|version|$DLPLUGINNAME$","LEFT"
My guess is that somewhere in the plugin it updates $DLPLUGINNAME$ with the currently selected item name on each click of the list, but maybe not on every click of an iList?
I haven't been able to find that variable anywhere in the exectbl or .ini files for carwings, so I apologize if there's some simple explanation/solution I'm missing...
Thanks.