U++ framework
Do not panic. Ask here before giving up.

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: Tue Jun 16 07:39:00 GMT+2 2026

Total time taken to generate the page: 0.00650 seconds