Page 1 of 1

Drawing GUI Out of the plugin

Posted: Fri Oct 14, 2016 3:07 pm
by Wassaka
Hi, I am trying to draw a GUI but out of the plugin interface. I dont know if you are understanding me :lol: But here is an example:
Image
As you can see, the plugin is massive and the red part is drawn out of the plugin (acting like a pop-up)... Is this possible to make in FlowStone?? Thanks (and sorry for my bad english)

Re: Drawing GUI Out of the plugin

Posted: Fri Oct 14, 2016 3:28 pm
by DigiTonix
Hi Wassaka! :) Look this...

Re: Drawing GUI Out of the plugin

Posted: Fri Oct 14, 2016 8:42 pm
by Nubeat7
this is not possible, you only have one fixed sized main window for your plugin..
the only thing you can do is to call windows popup windows for warnings or info..

Re: Drawing GUI Out of the plugin

Posted: Sat Oct 15, 2016 12:04 pm
by adamszabo
yes its possible. if your image/module that you hide is different size than the main plugin you can shill show/hide it with the view

Re: Drawing GUI Out of the plugin

Posted: Sat Oct 15, 2016 12:18 pm
by Spogg
Surely this can only be achieved if the popup window is smaller than the main VST plugin window...?

Re: Drawing GUI Out of the plugin

Posted: Sat Oct 15, 2016 4:04 pm
by Nubeat7
yes you can create a window inside the plugin, also move it around, but only insidse the plugin window!
Its not possible to create a window outside of the plugin window!
(except windows system specific message boxes, which you can call with the win32api)