Assuming that this is from the ProcessCommand function....
-- PLUGIN
......
If LCase(SDK.GetInfo("RRSCREEN")) = "climate_popup.skin" Then
......
Should be:
-- PLUGIN
....
If frm.Tag = "climate_popup.skin" Then
.....
No need to ask for the current screen when its given to you. The frm.Tag is the current screen's skin file name in lower case.
Hard to tell by the details that you have given us, but there as to be something that your doing either in your plugin or some RRCode that is causing this "IDLE" to not work correct for you.
Another small note, If the screen is infact a smaller "Popup" then you should change your method of how its being loaded from "LOAD;climate_popup.skin" to "MENU;climate_popup.skin"



LinkBack URL
About LinkBacks
Reply With Quote





Bookmarks