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 » Filling TabCtrl from Layout
Re: Filling TabCtrl from Layout [message #4508 is a reply to message #4505] Sun, 13 August 2006 05:25 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
domingo wrote on Sat, 12 August 2006 19:16

In the file ForlanoVega.rar is missing a file TwoCtrl.h !!!

Must be like this...?:
#ifndef _ForlanoVega_TwoCtrl_h_
#define _ForlanoVega_TwoCtrl_h_

#include <CtrlLib/CtrlLib.h>

class Ctrl2 : public ParentCtrl {
	EditField edit;
	Button button;
public:
	typedef Ctrl2 CLASSNAME;
	Ctrl2();
	~Ctrl2() {;}
};
#endif


//
#include "VegaMain.h"

Ctrl2::Ctrl2()
{
	edit.SetRect(0,0,20,13);
	button.SetRect(15,0,30,13);
	Add(edit);
	Add(button);
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: scrolling without Frame and wrapping Ctrl?
Next Topic: Tips...
Goto Forum:
  


Current Time: Sun Jun 08 18:52:16 CEST 2025

Total time taken to generate the page: 0.04453 seconds