Macro ${ismaster} not functioning?
- Havenstad FM
- Posts: 104
- Joined: 23 Apr 2016 12:36
Macro ${ismaster} not functioning?
Hi Bernd,
It looks like the ${ismaster} macro is not functioning anymore. I use it in our setup and i know that it functioned before, but now it seems broken. I'm not sure when it happened, but i went back to v4.0.1.35 and even then it does not function.
To reproduce put the following in a command button:
After pushing the button the message should be shown if PFOA is running as master, but nothing happens. Can you confirm this or am i missing something?
With kind regards,
Jack Reitsema
ITC Havenstad.FM
It looks like the ${ismaster} macro is not functioning anymore. I use it in our setup and i know that it functioned before, but now it seems broken. I'm not sure when it happened, but i went back to v4.0.1.35 and even then it does not function.
To reproduce put the following in a command button:
Code: Select all
EXEC_COMMAND2 ${ismaster} | Equals(1) | SHOW_ALERT_WINDOW I am the MasterWith kind regards,
Jack Reitsema
ITC Havenstad.FM
Re: Macro ${ismaster} not functioning?
please remove all SPACEs in your command, then it will work !
Code: Select all
EXEC_COMMAND2 ${ismaster}|Equals(1)|SHOW_ALERT_WINDOW I am the MasterBernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
- Havenstad FM
- Posts: 104
- Joined: 23 Apr 2016 12:36
Re: Macro ${ismaster} not functioning?
Hi Bernd,
Ah, glad it was that simple. Thanks again....
Regards,
Jack Reitsema
ITC Havenstad.FM
Ah, glad it was that simple. Thanks again....
Regards,
Jack Reitsema
ITC Havenstad.FM