opening and closing a childwindow from main

Moderator: Rathinagiri

Post Reply
Ricci
Posts: 255
Joined: Thu Nov 19, 2009 2:23 pm

opening and closing a childwindow from main

Post 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).
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: opening and closing a childwindow from main

Post 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 :D

Cheers
Luigi from Italy
www.L3W.it
Ricci
Posts: 255
Joined: Thu Nov 19, 2009 2:23 pm

Re: opening and closing a childwindow from main

Post 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.
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: opening and closing a childwindow from main

Post by l3whmg »

Hi Ricci, very good and many thanks.
ASAP we will describe a possible evolution.
Cheers
Luigi from Italy
www.L3W.it
mrduck
Posts: 497
Joined: Fri Sep 10, 2010 5:22 pm

Re: opening and closing a childwindow from main

Post 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....
Ricci
Posts: 255
Joined: Thu Nov 19, 2009 2:23 pm

Re: opening and closing a childwindow from main

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