U++ framework
Do not panic. Ask here before giving up.

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: 14291
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: Sat Aug 01 11:53:30 GMT+2 2026

Total time taken to generate the page: 0.00730 seconds