Hi,
No matter what, I can't get parameters to get back to their state. I'm compiling again ofx 0.10.0 on macos 10.12.6.
The preset values get stored correctly in the .rui file (i can see it in a text editor), but when I launch the app again, for each parameter i get something like (i activated verbose output) :
[verbose] ofxRemoteUI: Param '0.3.number' found in XML but not defined in source code! Keeping it arround to save back to XML
And the parameter in the running application is back at its default value.
I tried compiling the "example-ofParameter", and it's exactly the same issue. Am I missing something or is this a bug ? Can you reproduce it using the original "example-ofParameter" example ?
Hi,
No matter what, I can't get parameters to get back to their state. I'm compiling again ofx 0.10.0 on macos 10.12.6.
The preset values get stored correctly in the .rui file (i can see it in a text editor), but when I launch the app again, for each parameter i get something like (i activated verbose output) :
[verbose] ofxRemoteUI: Param '0.3.number' found in XML but not defined in source code! Keeping it arround to save back to XML
And the parameter in the running application is back at its default value.
I tried compiling the "example-ofParameter", and it's exactly the same issue. Am I missing something or is this a bug ? Can you reproduce it using the original "example-ofParameter" example ?