How to copy a column of data from a datagrid table.

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller

stam
Posts: 3214
Joined: Sun Jun 04, 2006 9:39 pm

Re: How to copy a column of data from a datagrid table.

Post by stam »

I occasionally use tree views as they provide a direct interface to and store for arrays within the IDE, when I need to debug things - but practically never for actual apps.

In their present form they're not really that useful for actual UI sadly. Could do with a much richer API and more appearance options... but since they overlap significantly with other widgets like PolyGrid and PolyList (as well as the venerable data grid), I can't see that really happening any time soon.
CAsba
Posts: 452
Joined: Fri Sep 30, 2022 12:11 pm

Re: How to copy a column of data from a datagrid table.

Post by CAsba »

Thanks Jlaus, thanks, Stam. Great stuff !
CAsba
Posts: 452
Joined: Fri Sep 30, 2022 12:11 pm

Re: How to copy a column of data from a datagrid table.

Post by CAsba »

mmm, should be 'Klaus' !
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to copy a column of data from a datagrid table.

Post by Klaus »

Yes, it should! :-D
CAsba
Posts: 452
Joined: Fri Sep 30, 2022 12:11 pm

Re: How to copy a column of data from a datagrid table.

Post by CAsba »

Thanks for that..
Post Reply