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  |
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();
}
|
|
|
Goto Forum:
Current Time: Mon Mar 17 02:44:10 CET 2025
Total time taken to generate the page: 0.02638 seconds
|