Home » U++ Library support » TopWindow&PopUp, TrayIcon » showing hidden & minimized windows
showing hidden & minimized windows [message #1026] |
Tue, 14 February 2006 15:55 |
hojtsy
Messages: 241 Registered: January 2006 Location: Budapest, Hungary
|
Experienced Member |
|
|
I have a TopWindow which is both minimized and hidden. I can display it this way:
void showMainWindow()
{
Overlap();
Show();
SetForeground();
} But this other order do not work:void showMainWindow()
{
Show();
Overlap();
SetForeground();
} The result is that the window is displayed, but viewport area is not painted, only the title bar and frame. Is this a bug?
|
|
|
Goto Forum:
Current Time: Sun Nov 10 20:43:17 CET 2024
Total time taken to generate the page: 0.01359 seconds
|