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 » U++ Widgets - General questions or Mixed problems » Ctrl::ProcessEvent()
Re: Ctrl::ProcessEvent() [message #40812 is a reply to message #40806] Fri, 20 September 2013 17:52 Go to previous message
mubeta is currently offline  mubeta
Messages: 77
Registered: October 2006
Member
Maybe I solved my first problem.
Originally the GUI application was called in this way:
GUI_APP_MAIN
{
  ..
  App().Run();

}


Now I change it to a little bit different code:
GUI_APP_MAIN
{
  ..
  App app;
  app.Run();

}


I don't now so well what is different of this two way. In fact when I start to write the application also the first way worked properly lot of time.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Set Button's size programmatically (with maintaining the left-top position)
Next Topic: Creating a disasm control
Goto Forum:
  


Current Time: Sat Aug 02 03:29:56 CEST 2025

Total time taken to generate the page: 0.11400 seconds