U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » TopWindow&PopUp, TrayIcon » Splash Screen
Re: Splash Screen [message #3325 is a reply to message #3321] Sat, 20 May 2006 10:35 Go to previous messageGo to previous message
andrei-catalin is currently offline  andrei-catalin
Messages: 62
Registered: May 2006
Location: Romania
Member
Thank for suggestion.

I have found the (complex) solution from IDE code and I have simplified it.

The key to show a splash screen is "Ctrl::ProcessEvent();".

This is the code which works:

GUI_APP_MAIN

{
HelloWorld hw;//Examples: AnimatedHello
hw.PopUp(NULL,false,false,true,true);

Ctrl::ProcessEvent();

MyAppWindow app;

Ctrl::EventLoop(); //to run animation

app.Run();
}
 
Read Message icon5.gif
Read Message
Read Message BugQuestion.gif
Read Message
Read Message
Read Message
Previous Topic: How do you use PopUp
Next Topic: ColorPopUp Problem
Goto Forum:
  


Current Time: Sun Jun 21 11:47:18 GMT+2 2026

Total time taken to generate the page: 0.00665 seconds