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 #3331 is a reply to message #3327] Sat, 20 May 2006 15:51 Go to previous message
andrei-catalin is currently offline  andrei-catalin
Messages: 62
Registered: May 2006
Location: Romania
Member
Hello, Luigi!

In my computer the "freezing" is indistinguishable.
However, between hw.PopUp() and Ctrl::EventLoop() lines is no animation.
Changing the order of lines should attenuate this undesirable effect.
Using a static image is more safe (although this is less spectacular).

GUI_APP_MAIN
{
TopWindow app;
HelloWorld hw;
//hw.Title("Hello world example");//not necessary
hw.Text(Nvl(Join(CommandLine(), " "), "Hello world !"));
hw.PopUp(NULL,false,false,true,true);
//Ctrl::ProcessEvent();//not ncessary
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:40:13 CEST 2024

Total time taken to generate the page: 0.02468 seconds