Re: Collapsible and expandable list field

2014-07-18 Thread Richard Gaskin
Mark Stuart wrote: I have not known of this field line property before you mentioned it. The new field object has so many capabilities that it's well worth taking a moment to review the LC 5.5.4 Release Notes describing them - starting on page 12 is a whole lot of useful, powerful stuff: <

Collapsible and expandable list field

2014-07-18 Thread Mark Stuart
on Fri Jul 18 17:47:35 CEST 2014, tbodine wrote: >>Hi Mark. You might try the hidden property of specific lines in your field as a way to toggle visibility on/off at the line level. Tom Bodine<< Thanx Tom for your reply. I have not known of this field line property before you mentioned it. I

Re: Collapsible and expandable list field

2014-07-18 Thread zryip theSlug
Hi Mark, In DGH the properties palette is a datagrid with 1 level nodes. I do not pretend this is the best or easiest way for accomplishing this, but here is the code I'm using sucessfully in DGH to collapse and expand a node in a datagrid. command dg_TreeExpansionFromDG pTheDg, pTheIndex, pColN

Re: Collapsible and expandable list field

2014-07-18 Thread tbodine
Hi Mark. You might try the hidden property of specific lines in your field as a way to toggle visibility on/off at the line level. Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Collapsible-and-expandable-list-field-tp4681202p4681216.html Sent from

Collapsible and expandable list field

2014-07-17 Thread Mark
I'd like to build a tree list style Datagrid or field control. But I'm stuck on finishing this. Yeah I know, buy one from the community, but I'd rather build my own. So far I've built the script that loads the tree list, that will have 3 levels/nodes from a SQLite database. The collapsible and e