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 » How to do something when window is shown
Re: How to do something when window is shown [message #17080 is a reply to message #17077] Mon, 28 July 2008 10:42 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
virtual void State(int reason)
{
  BaseClass::State(reason);
  if (reason == Ctrl::OPEN) {
    // Window opening
  }
}

There are other states also.

As far as I know, nothing triggers a TopWindow's WhenAction, and a quick source search fails to turn anything up.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Wrong LeftUp Message send
Next Topic: Maximize Promblem with Ubuntu6.10 on amd64
Goto Forum:
  


Current Time: Sat May 18 16:19:14 CEST 2024

Total time taken to generate the page: 0.02363 seconds