Re: v13 - How to clear Array list box selection - nevermind

2017-10-16 Thread Chip Scheide via 4D_Tech
Nevermind my resize array utility forgot to handle boolean arrays. so the listbox array was NOT resized to zero, as I thought it was being. utility functions like this: utility_resize_array($NewSize;->Array1;...->ArrayN) On Mon, 16 Oct 2017 16:41:23 -0500, Keith Culotta via 4D_Tech wrot

Re: v13 - How to clear Array list box selection

2017-10-16 Thread Keith Culotta via 4D_Tech
Something along the lines of the listbox variable being a BOOLEAN array. The highlighted rows are TRUE. Keith - CDI > On Oct 16, 2017, at 4:36 PM, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I have an array based listbox. > I make a select the first row. > I drag n drop some

v13 - How to clear Array list box selection

2017-10-16 Thread Chip Scheide via 4D_Tech
I have an array based listbox. I make a select the first row. I drag n drop something else onto the listbox, the previous selected row remains selected. How do I clear this? I know how to do this in a selection listbox.. but can't remember/figure out how to clear the selection in an array listbo