Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » CExtCheckBox, CExtRadioButton Error Collapse All
Subject Author Date
Seung Cheol Lee Jun 27, 2008 - 12:26 AM

Hi.


I hava found the error of CExtCheckBox, CExtRadioButton.


If I set the style of the control using the function ’SetButtonStyle()’,


   ( ex ) SetButtonStyle (BS_CHECKBOX)


            SetButtonStyle (BS_3STATE)


I count not check the control.


After updating ver.2.83, the error occured.


Could you confirm the problem.


 


 


 

Seung Cheol Lee Jun 29, 2008 - 10:15 PM

It was possible to set SetCheck (BST_INDETERMINATE) wihtout SetButtonStyle (BS_3STATE) at the ver. 2.83.


So the problem was solved.