Hello!
Could anyone tell me if it possible to make a popup window with a button, pushing on which you can resize the popup?
I want to make a class member popup with basic controls and the button to expand popup and get parameters of class element.
Or if it's impossible or hard to make, is there any way to make "tabs" inside a popup window?
I made a class popup and use mnemonics to send variables there.
But if I make in that popup a button to open one more "settings" popup and send "1st popup" mnemonics to "2nd popup" mnemonics, in this case variables in 2nd popup don't update on the fly.
And I think it doesn't seem good to use popup in the popup.
Can anyone suggest a solution please?