Having an issue I can’t resolve.
I have a function we will call MakeButtons
MakeButtons creates some buttons using UI Library and puts them in a table we will call buttonTable that is called at the top of the app and is Global
Each UIButton calls another function doWhenPressed.
While within MakeButtons everything works as expected. buttonTable[x].isVisible works for example.
doWhenPressed takes the event.id (which is verified to have same value as x). ie buttonTable[x] =buttonTable[event.id]
However buttonTable[event.id].isVisible does not work. In fact buttonTable[x] when x is forced also does not work.
Any clues anyone? [import]uid: 5594 topic_id: 620 reply_id: 300620[/import]