home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
IR Server Suite (IRSS)
[PATCH]: Translator doesn't load variables for a macro correctly
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="barnabas1969" data-source="post: 774208" data-attributes="member: 114414"><p>I'm sorry for my rudeness.</p><p></p><p>Now that I have your attention, I would appreciate your help. I've pasted my macro and the resulting VariableList file below. If the patch has been applied to version 1.4.2.4189, then I don't understand what's wrong.</p><p></p><p>Here's my macro:</p><p>[CODE]<?xml version="1.0" encoding="utf-8" standalone="yes"?></p><p><macro></p><p> <item command="Load Variables: C:\Users\HTPC\Documents\mute" /></p><p> <item command="If: var_MUTE|==|1|SET_MUTE_OFF|SET_MUTE_ON" /></p><p> <item command="Label: SET_MUTE_ON" /></p><p> <item command="Macro: Receiver_Mute_ON" /></p><p> <item command="Set Variable: var_MUTE|1" /></p><p> <item command="Goto Label: FINISH" /></p><p> <item command="Label: SET_MUTE_OFF" /></p><p> <item command="Macro: Receiver_Mute_OFF" /></p><p> <item command="Set Variable: var_MUTE|0" /></p><p> <item command="Goto Label: FINISH" /></p><p> <item command="Label: FINISH" /></p><p> <item command="Save Variables: C:\Users\HTPC\Documents\mute" /></p><p></macro>[/CODE]</p><p></p><p>Here's the VariableList file:</p><p>[CODE]<?xml version="1.0" encoding="utf-8" standalone="yes"?></p><p><variables></p><p> <MUTE>[COLOR="Red"]System.Byte[][/COLOR]</MUTE></p><p></variables>[/CODE]</p></blockquote><p></p>
[QUOTE="barnabas1969, post: 774208, member: 114414"] I'm sorry for my rudeness. Now that I have your attention, I would appreciate your help. I've pasted my macro and the resulting VariableList file below. If the patch has been applied to version 1.4.2.4189, then I don't understand what's wrong. Here's my macro: [CODE]<?xml version="1.0" encoding="utf-8" standalone="yes"?> <macro> <item command="Load Variables: C:\Users\HTPC\Documents\mute" /> <item command="If: var_MUTE|==|1|SET_MUTE_OFF|SET_MUTE_ON" /> <item command="Label: SET_MUTE_ON" /> <item command="Macro: Receiver_Mute_ON" /> <item command="Set Variable: var_MUTE|1" /> <item command="Goto Label: FINISH" /> <item command="Label: SET_MUTE_OFF" /> <item command="Macro: Receiver_Mute_OFF" /> <item command="Set Variable: var_MUTE|0" /> <item command="Goto Label: FINISH" /> <item command="Label: FINISH" /> <item command="Save Variables: C:\Users\HTPC\Documents\mute" /> </macro>[/CODE] Here's the VariableList file: [CODE]<?xml version="1.0" encoding="utf-8" standalone="yes"?> <variables> <MUTE>[COLOR="Red"]System.Byte[][/COLOR]</MUTE> </variables>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
IR Server Suite (IRSS)
[PATCH]: Translator doesn't load variables for a macro correctly
Contact us
RSS
Top
Bottom