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 » Add Ctrls to ArrayCtrl
Add Ctrls to ArrayCtrl [message #20069] Mon, 16 February 2009 09:59 Go to previous message
MatthiasG is currently offline  MatthiasG
Messages: 27
Registered: January 2008
Location: Germany
Promising Member
Hello,

i have a class derived from ParentCtrl, consisting of a button and a few EditStrings. I want this to show up in a column of an ArrayCtrl. In my ArrayCtrl i did the following:

	array.AddColumn ("Column1", 1).Ctrls<MyLayout>();
	array.Add();
	array.Add();


At first, it seemed to work, my Ctrl is showing in the ArrayCtrl, but it seems that it is eating all mouse-events. No Mousewheel is possible, and no rmb menu is showing up.
What can i do, to make this work?

greetings,
Matthias
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: AcceptRow broken when SetCtrl is used
Next Topic: Assertion in GridCtrl on Linux
Goto Forum:
  


Current Time: Tue May 14 18:45:50 CEST 2024

Total time taken to generate the page: 0.02676 seconds