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  |
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.
|
|
|
Goto Forum:
Current Time: Sat Aug 02 03:29:56 CEST 2025
Total time taken to generate the page: 0.11400 seconds
|