View Issue Details

IDProjectCategoryView StatusLast Update
0003482JEDI VCL00 JVCL Componentspublic2006-02-06 07:10
ReporterZENsanAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version3.10 
Target VersionFixed in Version 
Summary0003482: Need TJvXPCheckbox.State property
DescriptionIt's verry stupid situation, when I need to change checkbox state without calling OnClick event... Because when I use "Box1.Checked:=true;" OnClick event occurs - this is ok, but if I want only change visual state??? Why I need to write something like this "Box1.OnClik:=nil; Box1.State:=cbChecked; Box1.OnClick:=Box1Click;"
TagsNo tags attached.

Activities

obones

2006-02-06 07:10

administrator   ~0008508

I'm sorry, but this is the normal behaviour of TCheckBox itself we cannot change it.

Issue History

Date Modified Username Field Change
2006-01-31 09:30 ZENsan New Issue
2006-02-06 07:10 obones Status new => resolved
2006-02-06 07:10 obones Resolution open => won't fix
2006-02-06 07:10 obones Assigned To => obones
2006-02-06 07:10 obones Note Added: 0008508