DirList ListView.SelectChange

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

DirList ListView.SelectChange

Post 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?
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: DirList ListView.SelectChange - SOLVED

Post 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.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DirList ListView.SelectChange - SOLVED

Post by airsoftsoftwair »

djrikki wrote:In ListView.Active under APPLICABILITY it reads ISG, however N works as well.
Yes, that's a typo. Fixed now.
Post Reply