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 » ArrayCtrl crashes with "embedded" Ctrls referenced by Id [SOLVED]
Re: ArrayCtrl crashes with "embedded" Ctrls referenced by Id [message #2259 is a reply to message #2257] Wed, 05 April 2006 14:12 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
luzr wrote on Wed, 05 April 2006 12:59

Well.... before trying to fix that...

fudadmin wrote on Wed, 05 April 2006 07:50

Try this code:
#include <CtrlLib/CtrlLib.h>

	arr.AddColumn("ID","ID",3);
	arr.AddColumn("Name", "Name", 20);
	arr.AddColumn("SurName", "SurName", 20);
	arr.AddColumn("Avail" "Avail?", 3).Ctrls<Option>();  //10

?bugs?


... where is the comma after "Avail"?

Mirek


That means, this one is my bug... Laughing
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ArrayCtrl: is it possible to set gaps between cells? [NEEDS IMPLEMENTATION...]
Next Topic: How to sort the ArrCtrl [SOLVED]
Goto Forum:
  


Current Time: Tue Jul 08 22:22:17 CEST 2025

Total time taken to generate the page: 0.03787 seconds