Drawing GUI Out of the plugin

For general discussion related FlowStone
Post Reply
Wassaka
Posts: 85
Joined: Wed Dec 30, 2015 3:41 am

Drawing GUI Out of the plugin

Post 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)
User avatar
DigiTonix
Posts: 137
Joined: Sat May 07, 2016 11:28 am

Re: Drawing GUI Out of the plugin

Post by DigiTonix »

Hi Wassaka! :) Look this...
Attachments
Plug-in About.fsm
(8.23 KiB) Downloaded 1003 times
Creative Technology for Bold Player's!
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Drawing GUI Out of the plugin

Post 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..
adamszabo
Posts: 667
Joined: Sun Jul 11, 2010 7:21 am

Re: Drawing GUI Out of the plugin

Post 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
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Re: Drawing GUI Out of the plugin

Post by Spogg »

Surely this can only be achieved if the popup window is smaller than the main VST plugin window...?
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Drawing GUI Out of the plugin

Post 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)
Post Reply