Page 1 of 1
How to implement a subprogram in FlowStone?
Posted: Wed May 08, 2024 11:42 am
by RSC1
Hello
I am looking for a way to implement a subroutine in FlowStone. Is it possible for the user to make additional settings in the interface through a submenu?
Re: How to implement a subprogram in FlowStone?
Posted: Sat May 11, 2024 1:01 pm
by Tepeix
Not really sure of what you mean by subroutine program.
If it's to make a custom control panel that could be open or close, yes, we could make this.
Here's a way it works, after the selector the graphics or controls will be visible only when the input boolean is true.
But maybe you have something else in mind ?

Re: How to implement a subprogram in FlowStone?
Posted: Fri May 17, 2024 7:49 am
by RSC1
That's exactly what I'm looking for, but how do I implement the buttons so that they are not visible when not activated? My problem is that they are always visible.
Re: How to implement a subprogram in FlowStone?
Posted: Mon May 20, 2024 5:28 pm
by Tepeix
I now remember and find again an example i have done in a other topic :
http://www.dsprobotics.com/support/view ... =2&t=89923
In the control visibility file, we could deactivate visibility for a window that contain knobs or controls,
and there's also a knob with the procedure when it's only one control.
Re: How to implement a subprogram in FlowStone?
Posted: Mon May 20, 2024 5:48 pm
by Tepeix
Finally i upgrade the file.
I find a very stupid error, it was working but not when we regroup the window in one module.
Which we might do if we want to create a plugin...
Only because a wireless link was missing.