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 » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » How to add a three state button in an ArrayCtrl
How to add a three state button in an ArrayCtrl [message #2398] Tue, 11 April 2006 21:23 Go to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

with the line
	arr.AddColumn("Avail" "Avail?", 4).Ctrls<Option>();  

I've a nice TWO state option button in a coloumn of the arrayctrl. But I would like a THREE state option button.
I guess I must use - ThreeState(true) - somewhere.
I have put it in all position in the previous line, for example:

	arr.AddColumn("Avail" "Avail?", 4).Ctrls<Option>().ThreeState(true);  


but with no success. Any idea?
Thanks
Luigi
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to create a modal dialog
Next Topic: F2 tree editor...
Goto Forum:
  


Current Time: Wed May 08 01:18:55 CEST 2024

Total time taken to generate the page: 0.01412 seconds