OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Jim Short on December 18, 2012, 06:56:50 AM

Title: ListView and Multiple Select
Post by: Jim Short on December 18, 2012, 06:56:50 AM
Picking multiple rows works fine with mouse.
How does one capture multiple selections made with Shift-Arrow and Ctrl-Space?
Title: Re: ListView and Multiple Select
Post by: owenwengerd on December 20, 2012, 10:14:44 PM
Can you clarify your question? What exactly do you mean by "capture multiple selections"?
Title: Re: ListView and Multiple Select
Post by: Jim Short on December 21, 2012, 06:31:06 AM
There are several windows ways to highlight multiple items in a list. dcl_ListView_GetSelectedItems returns a list of strings that were highlighted with ctrl-click. One may also highlight using only the keyboard.  But, in this case only one string is returned. Is there a work around for this?
Title: Re: ListView and Multiple Select
Post by: owenwengerd on December 21, 2012, 08:55:00 AM
I cannot reproduce this problem. In my test, (dcl_ListView_GetSelectedItems) always returns all selected items no matter how they were selected.
Title: Re: ListView and Multiple Select
Post by: Jim Short on December 23, 2012, 06:19:20 AM
Bummer!