Page 2 of 2

Re: More notifications for ListView class (please)

Posted: Fri Oct 25, 2019 9:56 pm
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

Re: More notifications for ListView class (please)

Posted: Sat Oct 26, 2019 8:27 am
by lazi
Thanks!
I think that will do the job.

Re: More notifications for ListView class (please)

Posted: Thu Nov 14, 2019 12:49 pm
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?

Re: More notifications for ListView class (please)

Posted: Sun Nov 17, 2019 12:47 pm
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.