Scroller not working after leaving card
Posted: Thu May 17, 2012 5:47 pm
Hey everyone,
I have been having this problem for days now on something I really need to complete and I was too lazy to post on the forums but I just cannot get it to work properly.
I have a card that uses a sqlite db to populate a list that is grouped in a scrolling box (followed the example files on the forums and website) but whenever I go to another card and come back the scrolling doesn't work anymore. I don't even have to touch the scrolling text the first visit for it not to work when I come back.
I have the
on closeCard
if environment() is not "mobile" then exit closeCard
iphoneControlDelete scrollid
end closeCard
just like the examples and tried every variation to "delete" this control so when it enters this card again it is reinitialized and it never works. Any suggestions or this happen to anyone else? I can post more code but I feel like one of you guys would just recognize what is missing from reading this. Thanks everyone!
Nick
I have been having this problem for days now on something I really need to complete and I was too lazy to post on the forums but I just cannot get it to work properly.
I have a card that uses a sqlite db to populate a list that is grouped in a scrolling box (followed the example files on the forums and website) but whenever I go to another card and come back the scrolling doesn't work anymore. I don't even have to touch the scrolling text the first visit for it not to work when I come back.
I have the
on closeCard
if environment() is not "mobile" then exit closeCard
iphoneControlDelete scrollid
end closeCard
just like the examples and tried every variation to "delete" this control so when it enters this card again it is reinitialized and it never works. Any suggestions or this happen to anyone else? I can post more code but I feel like one of you guys would just recognize what is missing from reading this. Thanks everyone!
Nick