Setting a command in OnSetSlave event is not saved

You found a bug or have any issues? Please post them here!
Post Reply
User avatar
Havenstad FM
Posts: 104
Joined: 23 Apr 2016 12:36
Setting a command in OnSetSlave event is not saved

Post by Havenstad FM »

Hi Bernd,

I tried the following on our 2 licensed copies -and- on a demo copy of PFOA and it fails every time.
  • Open Settings (F3)
  • Goto category Events/Commands
  • Expand Application
  • Enter a command in the OnSetMaster event, i used SHOW_ALERT_WINDOW I am the MASTER on pc ${machinename}
  • Enter a command in the OnSetSlave event, i used SHOW_ALERT_WINDOW I am the SLAVE on pc ${machinename}
  • Close Settings
  • Close PFOA
  • Start PFOA again with commandline parameter -master
  • Notice everything works as expected - the messagewindow is shown
  • Close PFOA and start it again, but this time use commandline parameter -slave
  • Notice that the message window is NOT shown
  • Open Settings again and look at OnSetSlave event setup - The command has not been saved
  • Go to windows explorer and open the file 'ProppFrexx ONAIR.config'
  • Scroll down to <configuration><ProppFrexx><EVENT> and notice that key="OnOnSetSlave" still has the value set
My guess is that the key in the configfile should be named OnSetSlave, but is is written as OnOnSetSlave which prevents the correct reading of the setting when loading the program.

Can you please look in to this....

With kind regards,

Jack Reitsema
ITC Havenstad.FM
User avatar
radio42
Site Admin
Posts: 8329
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Setting a command in OnSetSlave event is not saved

Post by radio42 »

Yes, that's indeed a bug and will be fixed in the next version.
User avatar
radio42
Site Admin
Posts: 8329
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Setting a command in OnSetSlave event is not saved

Post by radio42 »

Fixed in the latest v4.0.1.27 - update.

Post Reply