blindwig Posted June 24, 2005 Share Posted June 24, 2005 Is it possible to have 3-state check boxes in a treeview or a listview control? My UDF Threads:Pseudo-Hash: Binary Trees, Flat TablesFiles: Filter by Attribute, Tree List, Recursive Find, Recursive Folders Size, exported to XMLArrays: Nested, Pull Common Elements, Display 2dSystem: Expand Environment Strings, List Drives, List USB DrivesMisc: Multi-Layer Progress Bars, Binary FlagsStrings: Find Char(s) in String, Find String in SetOther UDF Threads I Participated:Base64 Conversions Link to comment Share on other sites More sharing options...
buzz44 Posted June 25, 2005 Share Posted June 25, 2005 Do you mean checked, unchecked and disabled? qq Link to comment Share on other sites More sharing options...
john925 Posted June 25, 2005 Share Posted June 25, 2005 I'm also interested in this. I'd like something similar to backup software where a checked item means that all sub-items are checked, an unchecked item means that all sub-items are unchecked, and a greyed-out-but-checked item means that some but not all sub-items are checked. john Link to comment Share on other sites More sharing options...
blindwig Posted June 25, 2005 Author Share Posted June 25, 2005 I'm also interested in this. I'd like something similar to backup software where a checked item means that all sub-items are checked, an unchecked item means that all sub-items are unchecked, and a greyed-out-but-checked item means that some but not all sub-items are checked.john<{POST_SNAPBACK}>Yes, that's what I mean. I have a program that lists the relationship between item A and item B. If A affects B posatively, th check is set. If negatively, the check is cleared. If A has no effect on B, then the check is grey. When I had a known number of items, I did this with regular check boxes, using 3-state checks. But now that I have an runtime-determined number of options, I need a treeview or listview to easily maintain my check boxes. But I can't get the check boxes to go to a 3-state mode. My UDF Threads:Pseudo-Hash: Binary Trees, Flat TablesFiles: Filter by Attribute, Tree List, Recursive Find, Recursive Folders Size, exported to XMLArrays: Nested, Pull Common Elements, Display 2dSystem: Expand Environment Strings, List Drives, List USB DrivesMisc: Multi-Layer Progress Bars, Binary FlagsStrings: Find Char(s) in String, Find String in SetOther UDF Threads I Participated:Base64 Conversions Link to comment Share on other sites More sharing options...
buzz44 Posted June 26, 2005 Share Posted June 26, 2005 Maybe ask gafrost if this can be done. qq Link to comment Share on other sites More sharing options...
GaryFrost Posted June 28, 2005 Share Posted June 28, 2005 Might have better luck asking Holger. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Holger Posted June 29, 2005 Share Posted June 29, 2005 short answer: No. I will think about an extension maybe in 2 weeks cause from this weekend on I'm on the road you know Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now