PDA

View Full Version : feedback jump panel



Wizard Sleeve
May 18th, 2003, 05:19 AM
HI quick question hopefully quick answer and easy to sort out.

I can make the feedback in netremote work to jump to standard panells in the example but cant make it do anything when i put the name of my panel in the brackets in the script editor is there some special formatting that i should be aware of or is it in the ccf end.

Another one i cant alpha transpareny to work on the ppc either it looks transparent in tonto but when i chuck it over to the ppc all the boxes are white. I export the files from photoshop in gif format using the export to web save and all that.

cheers for anyhelp

BTW i was playing with a 10,000Pound crestron remote yesterday and its got nothing on the netremote and girder setup. So excellent work keep it up :P

z.mash
May 18th, 2003, 05:31 AM
Wizard Sleeve,

Are you sure you're using NR .99rc4? That might explain the transparency issue. If the button works in Tonto, it should work in NR. Also, try exporting it as a PNG. I think GIFs work, but I haven't tried. Finally, try using some of Adam's buttons (see the download section). If they don't work either, then you probably have an issue for Ben.

-Zak

Wizard Sleeve
May 18th, 2003, 06:04 AM
Yea just checked but reinstalled netremote just incase but definatly rc4. Tried Adams Buttons and they still showing the surrounds nothing else i could set in the pocket pc version? tried it on the win32 version and it works a treat. and the win32 is rc4 as well.

Ben S
May 18th, 2003, 06:56 AM
Hi Guys.

Unfortunately image transparency does not yet work on the pocket pc version. Only frame and button transparency work currently. Unfortunately this is something that will take some major rewriting of the rendering module, so I've deferred it until we can get NetRemote stable and "out the door".

As to the jump, I don't think the panel names should be in brackets. I think the brackets signify an "optional" parameter, and should be left out. Gavin might have more info, though.

Thanks guys!

Wizard Sleeve
May 18th, 2003, 07:42 AM
Thanks for the help i still havent sorted it out but hopefully soon. All i really need to know is where and what commands to put in here is what i have.

In netremote under the home panel i have six pages named tv music movies games control pictures.

In girder in the script editor i am putting in this to try to go to the movies page.

local err = NetRemote.JumpHome (Movie) -- Takes an optional panel name
if err then print("NetRemote.JumpHome Error: "..err) end

Is this anywhere near right or am i living in a dream world :?

Ben S
May 18th, 2003, 07:52 AM
I think that's right. I think "Movies" should be in quotes though.

Wizard Sleeve
May 18th, 2003, 01:55 PM
Cheers THat did it thanks a lot

And again great product

HT Freak
October 2nd, 2003, 09:57 AM
One more thing to keep in mind is when you jump to any other panel than Home make sure you set

Netremote.JumpHome("Home","panel name")

NetRemote.JumpMacro ("Macros","macro name")

NetRemote.JumpDevice("Devices","device name")

:twisted:

Laz

Ben S
October 5th, 2003, 10:50 PM
If that's the case, Laz, then something is messed up.

It should be

JumpMacro("macro device name","optional macro panel name")
JumpDevice("device device name","optional device panel name")
and
JumpHome("optional panel name")

I wonder if something has changed?