Page 1 of 1

DirList ListView.SelectChange

Posted: Tue Jan 29, 2013 8:26 pm
by djrikki
Hello,

I am not receiving notification for the selectchange event.

Code: Select all

<dirlist id="lv-directory" directory="SYS" title="true" cyclechain="1" notify="status;selectchange;doubleclick">
<column/>
</dirlist>
I am interpreting the Notification as what happens when someone single-clicks an entry... is this incorrect?

Re: DirList ListView.SelectChange - SOLVED

Posted: Tue Jan 29, 2013 8:41 pm
by djrikki
Okay I got .SelectChange working when I shift-click an entry, however I need a notification when the user simply single-clicks on an entry to make it 'Active'.

Ahhhh I see a typo/missing info in the Documentation.

In ListView.Active under APPLICABILITY it reads ISG, however N works as well.

Problem solved.

Re: DirList ListView.SelectChange - SOLVED

Posted: Wed Jan 30, 2013 5:22 pm
by airsoftsoftwair
djrikki wrote:In ListView.Active under APPLICABILITY it reads ISG, however N works as well.
Yes, that's a typo. Fixed now.