Home » Community » Newbie corner » How to add controls from bazaar in my apps ?
Re: How to add controls from bazaar in my apps ? [message #31172 is a reply to message #31171] |
Fri, 11 February 2011 14:46   |
|
Hi,
You're missing #include <Controls4U/Controls4U.h> in TestEditFile.h
//...
#include <CtrlLib/CtrlLib.h>
#include <Controls4U/Controls4U.h>
using namespace Upp;
If you use some widget in *.lay files then you'll have to get it into the scope (include it's file) before *.lay include.
// I.e.:
#include <SomeHeader>
// SomeWidget will be used in .lay file
#define LAYOUTFILE <testEditFile/testEditFile.lay>
#include <CtrlCore/lay.h>
Andrei
|
|
|
 |
|
How to add controls from bazaar in my apps ?
By: jibe on Fri, 11 February 2011 11:30
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: mr_ped on Fri, 11 February 2011 11:50
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: jibe on Fri, 11 February 2011 14:37
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: unknown user on Fri, 11 February 2011 14:46
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: jibe on Fri, 11 February 2011 14:48
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: mr_ped on Fri, 11 February 2011 17:27
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: koldo on Fri, 11 February 2011 22:47
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: jibe on Fri, 11 February 2011 23:02
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: koldo on Fri, 11 February 2011 23:19
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: jibe on Mon, 14 February 2011 11:05
|
 |
|
Re: How to add controls from bazaar in my apps ?
By: koldo on Mon, 14 February 2011 11:13
|
Goto Forum:
Current Time: Sun Aug 24 16:47:09 CEST 2025
Total time taken to generate the page: 0.03956 seconds
|