Home » U++ Library support » TopWindow&PopUp, TrayIcon » One Main TopWindow and several others TopWindows, how? [SOLVED...]
Re: One Main TopWindow and several others TopWindows, how? [message #1794 is a reply to message #1789] |
Sun, 19 March 2006 08:37   |
 |
fudadmin
Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
|
Ultimate Contributor Administrator |
|
|
ok, I need something like this:
#include <CtrlLib/CtrlLib.h>
GUI_APP_MAIN
{
TopWindow w1main;
TopWindow w2;
TopWindow w3;
w1main.SetRect(0,0,100,100);
w1main.OpenMain();
w1main.Title("w1main").Run();
w2.SetRect(200,200,200,200);
w2.Open(&w1main);
w2.Title("w2").Run();
w3.SetRect(400,400,300,300);
w3.Open(&w1main);
w3.Title("w3").Run();
}
How to make it work?
|
|
|
 |
|
One Main TopWindow and several others TopWindows, how? [SOLVED...]
By: fudadmin on Sun, 19 March 2006 06:09
|
 |
|
Re: One Main TopWindow and several others TopWindows, how?
By: fudadmin on Sun, 19 March 2006 06:44
|
 |
|
Re: One Main TopWindow and several others TopWindows, how?
By: fudadmin on Sun, 19 March 2006 07:17
|
 |
|
Re: One Main TopWindow and several others TopWindows, how?
By: mirek on Sun, 19 March 2006 10:35
|
 |
|
Re: One Main TopWindow and several others TopWindows, how?
By: fudadmin on Sun, 19 March 2006 08:37
|
 |
|
Re: One Main TopWindow and several others TopWindows, how?
By: mirek on Sun, 19 March 2006 10:13
|
 |
|
Re: One Main TopWindow and several others TopWindows, how?
By: fudadmin on Sun, 19 March 2006 10:38
|
 |
|
Re: One Main TopWindow and several others TopWindows, how?
By: mirek on Sun, 19 March 2006 10:42
|
Goto Forum:
Current Time: Wed Apr 30 16:19:37 CEST 2025
Total time taken to generate the page: 0.00688 seconds
|