dynamitemedia
15 years agoBinge Watcher
screen wont close
Here is my code for a keyboard screen for the search....
its strange cause it keeps flashing when i click up and out of the search. and in fact it is not closing at all behind itself. even when i go to a different category and leave it, will flash the keyboard again.
if you hit the #2 which is a button saying "Go Back" no problems it doesnt flash
if msg.isButtonPressed() then
if msg.GetIndex() = 1
search = screen.GetText()
RegWrite("search", search)
SearchResultsMain()
exit while
end if ' if 1
if msg.GetIndex() = 2
exit while
end if ' 2
end if
end if
end while
screen.Close()
its strange cause it keeps flashing when i click up and out of the search. and in fact it is not closing at all behind itself. even when i go to a different category and leave it, will flash the keyboard again.
if you hit the #2 which is a button saying "Go Back" no problems it doesnt flash