Page 1 of 1
opening and closing a childwindow from main
Posted: Thu Oct 13, 2011 5:20 pm
by Ricci
I´m sure it´s quiet easy but I did´nt get it:
I like to open a child window from my main window (via a button) and close the child from the main window (via another button). The child should not have a sysmenu (:SysMenu isn´t working).
Re: opening and closing a childwindow from main
Posted: Thu Oct 13, 2011 5:45 pm
by l3whmg
Hi Ricci.
In this moment CHILD form it's not implemented: only MAIN, MODAL and STANDARD.
But I'm working on it.....and perhaps I found .....solution
Cheers
Re: opening and closing a childwindow from main
Posted: Thu Oct 13, 2011 7:36 pm
by Ricci
OK, I will wait.
I´m working on a onmouseover event for controls: when the cursor is over a control, a popup window should appear and close when the cursor leaves the control. Everything is working except the popup (child) window.
Re: opening and closing a childwindow from main
Posted: Thu Oct 13, 2011 7:45 pm
by l3whmg
Hi Ricci, very good and many thanks.
ASAP we will describe a possible evolution.
Cheers
Re: opening and closing a childwindow from main
Posted: Fri Oct 14, 2011 8:17 am
by mrduck
Ricci wrote:OK, I will wait.
I´m working on a onmouseover event for controls: when the cursor is over a control, a popup window should appear and close when the cursor leaves the control. Everything is working except the popup (child) window.
Do you need a window or a tooltip is enough ? tooltip can include html text....
Re: opening and closing a childwindow from main
Posted: Fri Oct 14, 2011 8:22 am
by Ricci
[quote="mrduck"Do you need a window or a tooltip is enough ? tooltip can include html text....[/quote]
I want to display a graphical diagram, so I need a window.