Hi,
First of all i want to say that its not easy to search for answers through the search option because the results are random at time. To be more specific, i would like to see the new matching results first.
Now to my problem:
I've tried to use the new popup component that you've added but have several questions/issues with it:
After i add the popup component, when it opens, it has no border. how do i put a border for it?
Inside my popup i have a text area. When i close and open the popup, the text is still there. How can i catch the closing/openning event of the popup to clear the text?
For testing i have a button that opens the popup. The first time it opens, it "centers" on the button which is on top of the screen. After the first time, all the following openings of the popup makes the popup open at the center of the screen as it should. My popup is set to position to 'window'
Thanks in advance