Scripts unresponsive after onControl. Known issue?
#1
Has anyone else encountered this? It's been a standing Known Issue of mine for XMovieGuide for a long time, and I'm running into it again with the new devleopment I'm doing. (Ah, the little frustrations that drove me away....)

I never thought to ask about this one before, though. It seems like, once I do anything triggered in onControl, everything in onAction and onControl becomes unresponsive after that point.

I can give code examples and specific details, but I thought I'd ask in a general sense first, in case anyone could immediately tell me what I'm doing wrong. Ideas? Suggestions?

I'm thinking about moving all of my onControl stuff into the onAction statement, under the "A" button (using getFocus()), but I haven't tried that yet so I don't know if it would do any good or not.
For scripts, script development tools, and documentation, visit my website:
http://www.maskedfox.com/xbmc/
Reply
#2
I've had this happen. IIRC it had to do with a try/finally or try/except block that I didn't properly catch something. Maybe even if inside a try block it made a call out of it and that errored.

It was always my fault though. Smile

If another set of eyes could help, post the code.
Reply

Logout Mark Read Team Forum Stats Members Help
Scripts unresponsive after onControl. Known issue?0