View Full Version : Newfound problem with MC11/NetRemote
Mastiff
January 6th, 2005, 12:30 PM
OK, this one I think you will find on your setup as well, Ben! :roll: I'm still embarassed about that weird search error that suddenly dissappeared. Now I have installed the latest of everything after discovering this problem yesterday, and I have experimented endlessly, but I'm sure this is a real bug/problem: If you put a jump to zone in the button that jumps to the JRMC screen (which I intend to do, or use the on CCF load function, so my son Kevin can only control the music on his zone, not mess up the living room - heavy metal in the middle of Celine Dion is not the way to keep the WAF up!) it will show that zone name, but all other information in the display, the library and so on will be for the active zone in JRMC, not the control zone. By pressing next zone you'll get to the zone after the active zone, not the zone after the control zone. Is that fixable?
Mastiff
January 13th, 2005, 10:43 PM
I have tried adding an extra command ("MP.Zone,Bad" (no, not the Michael Jackson album - I prefer Weird Al's "Even Worse", it means bathroom in norwegian!)) to the jump, and then another jump to the correct zone on the button that moves to the main mc control screen, but that doesn't do anything either. Shouldn't that be possible?
Edit: I have also tried adding this line to the LUA file for NetRemote:
NetRemote.ExecuteAction(-10,2,255,'MP.Zone,Bad',1);
And I experimented with this as well:
NetRemote.ExecuteAction(-10,2,255,'MP.Zone','Bad',1);
But that doesn't do anything at all. Of course with my track record for LUA that's hardly a surprise... :oops:
Mastiff
January 17th, 2005, 12:50 AM
Well, I'm keeping this thread alive by myself... :wink:
I have found a workaround! If I put a button (for instance hidden behind another button, that doesn't matter) with the action MP.Zone;Send (IR code 5001 0000 0000 0002 fff6 9999 9999 0000) it suddenly works.
Putting NetRemote.ExecuteAction(-10,2,255,'MP.Zone;Send',1); in the LUA file under function OnCCFLoad() doesn't do the same thing, though.
I would very much like to avoid this since without this problem I could have Kevin's CCF simply open on the MC page, instead of opening on one page that only has one button, a jump to JRMC with zone change.
Ben S
February 7th, 2005, 05:02 PM
Hi Mastiff - did we solve this in a similar thread?
Mastiff
February 7th, 2005, 10:14 PM
Yes, using both the LUA way of changing zone and the "old fashioned way" in the same button works. But of course it would be nice if only one command was necessary, it would probably shorten the jumps a bit.
Powered by vBulletin® Version 4.1.8 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.