As the title suggests, I have a few comboBox.AddItem commands in the onPreload for a page, and the cb adds nothing as a result.
If I cut the code out and paste it into onShow, it works exactly as expected. The only problem is the slight graphic "glitch" from adding the items during the onShow.
Am I missing something? Should I be able to add the items in the onPreload?
Thanks as always!
If I cut the code out and paste it into onShow, it works exactly as expected. The only problem is the slight graphic "glitch" from adding the items during the onShow.
Am I missing something? Should I be able to add the items in the onPreload?
Thanks as always!
Comment