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 » ArrayCtrl, HeaderCtrl & GridCtrl » Missing GridCtrl?
Re: Missing GridCtrl? [message #11298 is a reply to message #11293] Sun, 02 September 2007 00:14 Go to previous messageGo to previous message
waxblood is currently offline  waxblood
Messages: 95
Registered: January 2007
Member
It sounds like you should place the GridCtrl include before layout file include. Note you must do this also for your user-defined classes to be used in the layout editor, otherwise they will be signalled as unknown during compilation.




Presumably, in InvMain.h you should write something like this:

#include <CtrlLib/CtrlLib.h>
#include <GridCtrl/GridCtrl.h>


using namespace Upp;


#define LAYOUTFILE <InvMaster/InvMaster.lay>
#include <CtrlCore/lay.h>


David

[Updated on: Sun, 02 September 2007 00:14]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: crash in dev version of GridCtrl.cpp
Next Topic: AttrText() and content of the cell
Goto Forum:
  


Current Time: Mon Jun 23 15:50:59 CEST 2025

Total time taken to generate the page: 0.03957 seconds