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 #3327 is a reply to message #3325] Sat, 20 May 2006 13:29 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Hello Andrei,

thank you for the code snippet. I needed it too. I've modified it slightly to see it in action
GUI_APP_MAIN
{ TopWindow app;

  HelloWorld hw;//Examples: AnimatedHello 
  hw.PopUp(NULL,false,false,true,true);
  hw.Title("Hello world example");
  hw.Text(Nvl(Join(CommandLine(), " "), "Hello world !"));

  Ctrl::ProcessEvent();
  Ctrl::EventLoop(); //to run animation
  app.Run();
} 

where this block should substitude the one in AnimatedHello package.
Now next problem is to let appear some static image for a given amount of time. Have you another code snippet with the solution? Smile

Luigi
 
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: Wed May 08 22:41:37 CEST 2024

Total time taken to generate the page: 0.03035 seconds