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 » 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: Thu May 09 00:03:07 CEST 2024

Total time taken to generate the page: 0.02642 seconds