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)
IRSS 1.5.0.116: MP1.6 and Newer - Unoficial Testing Version ( No support )
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="Starwer" data-source="post: 1097693" data-attributes="member: 149636"><p>Hi,</p><p>I found issue about IR Server Suite - Test Build 1.5.0.62 - Translator application.</p><p>I run it on Windows 7 Ultimate 64 bits, with the aim to handle a MCE remote.</p><p>I have problem in getting variables and if statement to work in the macros. I try to replicate the example there:</p><p><a href="https://forum.team-mediaportal.com/threads/irss-is-awesome-translator-macro.89761/" target="_blank">https://forum.team-mediaportal.com/threads/irss-is-awesome-translator-macro.89761/</a></p><p>I have enclosed the macros I used for that simple test:</p><p> - new : initialize the variable var_toto</p><p> - var test: should toggle var_toto between values 'hello' and 'bye'.</p><p>HEre follows the var test macro:</p><p>[CODE=XML]<?xml version="1.0" encoding="utf-8" standalone="yes"?></p><p><macro></p><p> <item command="If: var_toto|==|hello|HELLO|BYE" /></p><p> <item command="Label: HELLO" /></p><p> <item command="Popup: label|Hello!|3" /></p><p> <item command="Set Variable: var_toto|bye" /></p><p> <item command="Goto Label: END" /></p><p> <item command="Label: BYE" /></p><p> <item command="Popup: label|Bye!|3" /></p><p> <item command="Set Variable: var_toto|hello" /></p><p> <item command="Label: END" /></p><p></macro>[/CODE]</p><p>I observe the following isues:</p><ul> <li data-xf-list-type="ul">the if statement is always true, whatever I put as a condition, unless I use the != condition, then it is always false.<br /> </li> <li data-xf-list-type="ul">not clear if I should use var_toto or just toto in the if statement GUI (I tried both but none of these worked)<br /> </li> <li data-xf-list-type="ul">if I try to save the variables to a file, the values are System.byte[]<br /> <br /> I just started to really love IRSS and Tranlator (especially because it revived my MCE remote and finally provided me wit ha blaster) but this issue is killing the app. If you have no time to fix that I would like to help, I'm a programmer myself.</li> </ul></blockquote><p></p>
[QUOTE="Starwer, post: 1097693, member: 149636"] Hi, I found issue about IR Server Suite - Test Build 1.5.0.62 - Translator application. I run it on Windows 7 Ultimate 64 bits, with the aim to handle a MCE remote. I have problem in getting variables and if statement to work in the macros. I try to replicate the example there: [url]https://forum.team-mediaportal.com/threads/irss-is-awesome-translator-macro.89761/[/url] I have enclosed the macros I used for that simple test: - new : initialize the variable var_toto - var test: should toggle var_toto between values 'hello' and 'bye'. HEre follows the var test macro: [CODE=XML]<?xml version="1.0" encoding="utf-8" standalone="yes"?> <macro> <item command="If: var_toto|==|hello|HELLO|BYE" /> <item command="Label: HELLO" /> <item command="Popup: label|Hello!|3" /> <item command="Set Variable: var_toto|bye" /> <item command="Goto Label: END" /> <item command="Label: BYE" /> <item command="Popup: label|Bye!|3" /> <item command="Set Variable: var_toto|hello" /> <item command="Label: END" /> </macro>[/CODE] I observe the following isues: [LIST] [*]the if statement is always true, whatever I put as a condition, unless I use the != condition, then it is always false. [*]not clear if I should use var_toto or just toto in the if statement GUI (I tried both but none of these worked) [*]if I try to save the variables to a file, the values are System.byte[] I just started to really love IRSS and Tranlator (especially because it revived my MCE remote and finally provided me wit ha blaster) but this issue is killing the app. If you have no time to fix that I would like to help, I'm a programmer myself. [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
IR Server Suite (IRSS)
IRSS 1.5.0.116: MP1.6 and Newer - Unoficial Testing Version ( No support )
Contact us
RSS
Top
Bottom