Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » TopWindow&PopUp, TrayIcon » showing hidden & minimized windows
showing hidden & minimized windows [message #1026] Tue, 14 February 2006 15:55
hojtsy is currently offline  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?
Previous Topic: TrayIcon::Icon problems
Next Topic: How to disable Maximize button on a dialog form? [SOLVED]
Goto Forum:
  


Current Time: Tue Apr 16 10:54:40 CEST 2024

Total time taken to generate the page: 0.01283 seconds