Posted: Mon Aug 21, 2006 9:32 am
I haven't forgotten about this. I'm investigating the issues with the 2nd and 3rd files.
I'll get on the band wagon too. The VPT from IR to RMIR doesn't seem to jive. The IR version is accurate (tested), but does not import or download correctly from the remote.Capn Trips wrote:Minor nit (since you're fixing bugs):
Upon opening a device upgrade in RMIR's Devices sheet, the Pop-up window that resembles the now-"classic" RM has a spelling error in that it is labelled "DEVICE UPGADE" vice "DEVICE UPGRADE"
How's THAT for anal-retention?
Please provide a .IR file I can import to see the problem.jetskier wrote:I'll get on the band wagon too. The VPT from IR to RMIR doesn't seem to jive. The IR version is accurate (tested), but does not import or download correctly from the remote.
Click here for IR file.gfb107 wrote:Please provide a .IR file I can import to see the problem.jetskier wrote:I'll get on the band wagon too. The VPT from IR to RMIR doesn't seem to jive. The IR version is accurate (tested), but does not import or download correctly from the remote.
I just created a shortcut in the RM folder with the command line switch using the Remote Master shortcut as a template. I didn't have to change the paths for the images, RDF, etc the way I have my RM currently setup.Capn Trips wrote:Also, can you provide a more user-friendly way to launch RMIR than the command line business? I'm not all that adept at changing directories and working from the comand prompt.
Code: Select all
"Z:\ir\Remote Master\RemoteMaster.jar" -irI will when (if?) RMIR makes it past prototype stage to beta.Capn Trips wrote:Also, can you provide a more user-friendly way to launch RMIR than the command line business? I'm not all that adept at changing directories and working from the comand prompt.
This one is because you're using a Scan/Fav, and RMIR doesn't handle those yet.ElizabethD wrote:In this file, as in 6131, all tabs are blank
http://www.hifi-remote.com/forums/dload ... le_id=3502
error log says java.lang.NegativeArraySizeException
This is an intentional difference from IR made possible by the integration of RM and RMIR. The Protocols tab only shows protocols that have been installed manually by the user that aren't also required by an installed device upgrade. RMIR automatically will include one copy of each required protocol upgrade, without any special effort by the user. I may actually end up removing the Protocols tab. Since special protocols are used by dummy upgrades, they don't show up on the Protocols tab. The dummy upgrades show up on the Devices tab, and if you edit the device upgrade (ignore that silly message that appears), you'll see the protocol upgrade on the Output tab of the Device Upgrade Editor.This file came in, no exceptions, but the Protocols tab is empty.
http://www.hifi-remote.com/forums/dload ... le_id=3503
File is weird because there's a special protocol and devices which must not be in the RDF.
You have my vote. Having RM keep track would be a lot easier when building upgrades.I may actually end up removing the Protocols tab.
Protocols such as extender, DSM and stuff will be visible, others will not, am I reading it right?gfb107 wrote:The Protocols tab only shows protocols that have been installed manually by the user that aren't also required by an installed device upgrade.
Code: Select all
j:
cd J:\JP1\JP1-RM\RemoteMaster.v1.64
java -jar RemoteMaster.jar -irAhem. It's jetskierElizabethD wrote:similar to jetstar's
When I look at my IR file, ALL of the special protocols that have device upgrades associated with them, INCLUDING the Extender, ToadTog, LKP, etc. only appear in the associated Device Upgrade window, and NONE of them appear in the Protocols Tab. I cannot remember any circumstance in which a protocol is added that is NOT related to a device upgrade, so Greg's comment about considering removal of the protocol tab completely MAY make sense.ElizabethD wrote:Protocols such as extender, DSM and stuff will be visible, others will not, am I reading it right?gfb107 wrote:The Protocols tab only shows protocols that have been installed manually by the user that aren't also required by an installed device upgrade.
Got it. Thanks to you and jetSKIER!ElizabethD wrote: Capn Trips, For this temporary situation, I made me a RM-IR.cmd file, similar to jetstar's, which can be anywhere, any directory, desktop, wherever - try something like this:It'll only need editing from computer to computer drive and version change. I leave the directory structure the same wherever I am.Code: Select all
j: cd J:\JP1\JP1-RM\RemoteMaster.v1.64 java -jar RemoteMaster.jar -ir
Greg,gfb107 wrote: [*]Key Moves - Special Protocol functions aren't yet implemented, so special protocol functions show up as regular keymoves. Also, key moves that (1) have the same device type and setup code as their bound device button and (2) the device type and setup code match an installed device upgrade will automatically become part of the device upgrade, and not be shown as a keymove)