How to implement a subprogram in FlowStone?

For general discussion related FlowStone
Post Reply
RSC1
Posts: 3
Joined: Mon May 06, 2024 2:52 pm

How to implement a subprogram in FlowStone?

Post 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?
Tepeix
Posts: 361
Joined: Sat Oct 16, 2021 3:11 pm

Re: How to implement a subprogram in FlowStone?

Post 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 ?

Image
RSC1
Posts: 3
Joined: Mon May 06, 2024 2:52 pm

Re: How to implement a subprogram in FlowStone?

Post 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.
Tepeix
Posts: 361
Joined: Sat Oct 16, 2021 3:11 pm

Re: How to implement a subprogram in FlowStone?

Post 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.
Tepeix
Posts: 361
Joined: Sat Oct 16, 2021 3:11 pm

Re: How to implement a subprogram in FlowStone?

Post 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.
Attachments
Control Visibility3.fsm
(74.07 KiB) Downloaded 1061 times
Post Reply