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 » Community » Newbie corner » Adjusting the Z order of a dialog window?
Adjusting the Z order of a dialog window? [message #49054] Sun, 10 December 2017 06:01 Go to previous message
ptkacz is currently offline  ptkacz
Messages: 89
Registered: March 2017
Member
Hi Guys,

I've created a dialog class that gets invoked by the main application upon application launch as follows, within the application's constructor:

someDialog.open();

The dialog window's constructor is defined as follows:

SomeDialog::SomeDialog() {
    CtrlLayout(*this, "Some Dialog");
    CtrlLayout(SomePanel);
}

When the application is launched, the dialog window opens, but is hidden behind the application window.

How does one raise the dialog window above the application window?



Peter
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: GridCtrl + rich texts
Next Topic: Linking issue...cmd line vs U++ vs Codeblocks...
Goto Forum:
  


Current Time: Fri Apr 26 00:42:06 CEST 2024

Total time taken to generate the page: 0.04674 seconds