Enterr thanks for the tip, I got rid of the two offending keypresses here, and handled when the store isnt used. Still strange, would like to hear from a RokuEngineer whats up with this
clock = createObject("roTimespan")
clock.mark()
while clock.totalMilliseconds() < 500
msg = msgport.getmessage()
if type(msg) = "roUniversalControlEvent"
while clock.totalMilliseconds() < 500
msg = msgport.getmessage()
if type(msg) = "roUniversalControlEvent"
exit while
end if
end while
exit while
end if
end while
Kinetics Screensavers