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 » Dialog windows showing semi randomly on the task bar on Linux
Re: Dialog windows showing semi randomly on the task bar on Linux [message #50340 is a reply to message #50339] Thu, 27 September 2018 16:08 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1093
Registered: August 2007
Senior Contributor
Hello Alboni,

As far as I can see, the below function seems to be a standalone function (not a member/method of any TopWindow, or its derivative).
Therefore you are probably opening two top windows sequentially. hence the two taskbar entries.

void MyFunction()
{
  PromptOK("a message"); // The first topmost window.
  SomeDialog dlg;
  dlg.Execute();         // The second topmost window.
}


Best regards,
Oblivion


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How often is Update called? Is there a similiar frequently called method?
Next Topic: Linux dual monitor: Not showing a TopWindow on the task bar
Goto Forum:
  


Current Time: Sat May 04 22:14:52 CEST 2024

Total time taken to generate the page: 0.02098 seconds