OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: pingoo666 on June 22, 2026, 02:41:36 AM

Title: Tree and Checkboxes
Post by: pingoo666 on June 22, 2026, 02:41:36 AM
Hello,

I'm trying to add checkboxes to the tree control.

One image for the checked state, and one image for the unchecked.

The event Selchanged made the image change so it's ok.

But when I click on the same item it's desnt work.

So I use the OnClicked event with dcl-Tree-GetSelectedItem, but this function is always returning the actual selected item.

Did I missed something ?