SOLVED: How to disable a checkbox |
Post Reply |
Author | |
fjosesen
Groupie Joined: 30 June 2008 Status: Offline Points: 49 |
Post Options
Thanks(0)
Posted: 27 May 2010 at 12:59pm |
Hi,
I'd like to create a stack panel filled with several check boxes, some of them in a disabled status. How can I do it?
I'm testing this small piece of code without success:
<StackPanel>
<CheckBox Tag='1' Margin="1" Width="Auto" HorizontalAlignment="Left" IsChecked='True' Content="CK1"/> <CheckBox Tag='2' Margin="1" Width="Auto" HorizontalAlignment="Left" IsChecked='True' Content="CK3" IsEnabled='False'/> </StackPanel> Kind regards
|
|
Products: Suite Pro (ActiveX) v18.0.1
Toolkit Pro (MFC) v18.0.1 Platform: Windows 10 (64bit) Language: VC++ 2013 (MFC) |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
Looks like a bug - I even tried it using a Trigger just to see if I could find a workaround, but no luck.
I'll add it to the TODO list, but it would be helpful if you could open a ticket with Codejock and get back to me if it gets resolved. Thanks for reporting the problem. |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
fjosesen
Groupie Joined: 30 June 2008 Status: Offline Points: 49 |
Post Options
Thanks(0)
|
Support team has confirmed it is a bug and will be fixed on release 14.0.
|
|
Products: Suite Pro (ActiveX) v18.0.1
Toolkit Pro (MFC) v18.0.1 Platform: Windows 10 (64bit) Language: VC++ 2013 (MFC) |
|
fjosesen
Groupie Joined: 30 June 2008 Status: Offline Points: 49 |
Post Options
Thanks(0)
|
Hi,
It seems to be solved in 13.4.1, at least for 'CheckBox' and for 'RadioButton' elements.
Well done!
|
|
Products: Suite Pro (ActiveX) v18.0.1
Toolkit Pro (MFC) v18.0.1 Platform: Windows 10 (64bit) Language: VC++ 2013 (MFC) |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |