More notifications for ListView class (please)

Discuss GUI programming with the MUI Royale plugin here
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: More notifications for ListView class (please)

Post by airsoftsoftwair »

lazi wrote: Mon Oct 21, 2019 11:50 pm What about to make notify applicability for Listview.First ?
It should be changing on list scrolling, so that would be enough to handle keayboard and mousewheel user inputs.
Sure, I can add this:

Code: Select all

- New: Listview.Visible and Listview.First now have an applicability of GN which means that you can also
  listen to changes of thes attributes
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: More notifications for ListView class (please)

Post by lazi »

Thanks!
I think that will do the job.
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: More notifications for ListView class (please)

Post by lazi »

airsoftsoftwair wrote: Fri Oct 25, 2019 9:56 pm

Code: Select all

- New: Listview.Visible and Listview.First now have an applicability of GN which means that you can also
  listen to changes of thes attributes
Is that possible for RapaGUI too?
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: More notifications for ListView class (please)

Post by airsoftsoftwair »

lazi wrote: Thu Nov 14, 2019 12:49 pm Is that possible for RapaGUI too?
I'm afraid that's not possible. RapaGUI's listviews are very complex and have several different backends which can't easily support these notifications.
Post Reply