Treeview with checkboxes

Started by Anonymous, June 02, 2004, 01:58:16 PM

Previous topic - Next topic

Anonymous

Perhaps I'm missing something obvious......

I've added a Treeview to a form. I can add checkboxed items no problem, but I can't see any FF functions which allow me to set or check the checkbox state.

Am I missing something? I haven't used the Treeview before so this might be a really dumb question.

Andrew

TechSupport

No, you're not missing anything. There currently aren't any FF functions dealing with checkboxes. At the time, I only coded the TreeView messages that I thought would be the most common. You should still be able to manipulate the checkboxes via regular API code.

Anonymous

I guess I'm suffering from being a long time VB user where Microsoft provided a simple listbox with checkboxes.

I've got the standing on one leg bit working okay, but I'm having some difficulty juggling beer cans whilst keeping the broom balanced on my nose......

Andrew