Christian U. wrote:
:pserver:[EMAIL PROTECTED]:/CVS/virtualtrees example

example is the module thre rest the cvs root :p

what exactly do you try ? i never have trye to use checkboxes
when you can give me some more hints maybe i can fix the bug (if there is one) first step use the cvs version (some bugs are fixed there (like multiline support i needed last time :))) second if you find an bug please report ist to http://avl.ath.cx/mantis/ i will look at this as fast as i can

regards
Christian Ulrich

I use cvs version with Lazarus 0.9.14.I've set VST.TreeOptions.MiscOptions := VST.TreeOptions.MiscOptions + [toCheckSupport] and also at design time but it didn't help.

No checkboxes appear.Treeview ignore also

 CheckType[FocusedNode] := ctTriStateCheckBox;
 CheckState[FocusedNode] := csMixedPressed;


or

  Sender.CheckType[Node] := ctCheckBox;

inside OnInitNode event handler.

Maybe it's a painting problem and checkboxes are there but not displayed ?

For simple testing I used minimal example from CVS repository also.The same effect.

Regards
Boguslaw Brandys

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to