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 » U++ Widgets - General questions or Mixed problems » DropList proposal
DropList proposal [message #25918] Fri, 19 March 2010 20:37 Go to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

I've noticed that if DropList has any SubButtons and it's parent control is disabled, it's buttons still look enabled. I tried adding these lines to public section of DropList, but it didn't help:
	void          Enable (bool enable = true)           {for(int i=0;i<GetButtonCount();++i) GetButton(i).Enable(enable); Ctrl::Enable(enable);}
	void          Disable()                             {Enable(false);}

[Updated on: Fri, 19 March 2010 20:38]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bluetooth support?
Next Topic: ButtonOption bug? Centering QTF string
Goto Forum:
  


Current Time: Sun May 12 08:47:12 CEST 2024

Total time taken to generate the page: 0.01907 seconds