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 » U++ Widgets - General questions or Mixed problems » Calling windows not in main.cpp
Re: Calling windows not in main.cpp [message #23794 is a reply to message #23787] Sun, 22 November 2009 23:08 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Mystery Smith wrote on Sun, 22 November 2009 04:44


/* Splash Screen File */
#include "BrainBox.h" // <<<<---------- HERE!

using namespace Upp;

struct splashScreen : TopWindow
{
	splashScreen()
	{
		Title("Splash Screen");
		SetRect(0, 0, 200, 300);
	}
};



 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem with TopWindow and Widgets using Layout editor
Next Topic: Paint outside Ctrl Rect
Goto Forum:
  


Current Time: Sun Apr 28 06:32:32 CEST 2024

Total time taken to generate the page: 0.03857 seconds