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! » OptionImage ctrl: how to make it better...
Re: OptionImage ctrl: how to make it better... [message #2465 is a reply to message #2462] Thu, 13 April 2006 17:43 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1207
Registered: March 2006
Location: Italy
Senior Contributor
fudadmin wrote on Thu, 13 April 2006 16:47

void Avail3(One<Ctrl>& ctrl)
{
//	ctrl.Create<Option>().ThreeState();
	ctrl.Create<OptionImage>().ThreeState().SetImage(imgYes(), imgNo(), imgMaybe());
	
}

Smile



I remind to have tried even this combination but without success Embarassed . Perhaps there were a mistake in some other place.
Even arr.SetLineCy(imgYes().GetSize().cy+1); is very useful... I was looking for something like it!

How can I know when to use the '.' and connect more methods? So far I'm using the code but without to really understand the syntax. Anyway it works and the understanding can wait. Maybe if I understand the things start to go wrong.

Now I want to realize a small tutorial useful for dinosour as me to fix what I have learned so far.
Luigi
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Different color for three state option button
Next Topic: How to create a non modal dialog
Goto Forum:
  


Current Time: Sat Apr 26 08:30:29 CEST 2025

Total time taken to generate the page: 0.02470 seconds