PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anonymous on June 02, 2004, 01:58:16 PM

Title: Treeview with checkboxes
Post by: Anonymous on June 02, 2004, 01:58:16 PM
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
Title: Treeview with checkboxes
Post by: TechSupport on June 02, 2004, 08:26:01 PM
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.
Title: Treeview with checkboxes
Post by: Anonymous on June 03, 2004, 02:59:28 AM
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