Change columns of dialog-group

On 18/07/2017 at 02:46, xxxxxxxx wrote:

Hello plugincafe,

I wanted to know wether it is possible to change the columns of a group in a GeDialog dynamically?
What I ultimatly want to achieve is, when I resize my dialog, that my gadgets rearrange so they fit the whole width. 
I have seen this a few times before (LiveDB in Octane for example) but I don't know how I would do this correctly.

thanks in advance,
Florian

On 18/07/2017 at 03:58, xxxxxxxx wrote:

If you speak about the picture inside the liveDb it's a GeUserArea.

I have done something similiar to this here (Acutally I just make draw rect but you can draw a bitmap if you want ;))
https://gist.github.com/gr4ph0s/53ca6300b15ba0819a666e9d7acb7c29

On 18/07/2017 at 04:08, xxxxxxxx wrote:

Hey gr4ph0s,

that is actually want I need :) 
Thank you very much for the example!