kluck
10/11/2023, 9:23 AMoverride fun View(...)
, I have my bottom bar pager as a sibling to my AppyxComponent()
holding the 3 nodes.
On my buttons onClick
, I use spotlight.activate(index)
which works perfectly to load the corresponding node.
What I have trouble with, is when I'm using a simple SpotlightSlider.Gestures(...)
, the nodes are correctly changed, but I don't get how I can update my bottom bar index.
I didn't find any examples in the 2.x branch. All I can see are buttons outside the spotlight for sending operations, but nothing about a "feedback".
Any idea how I'm supposed to do that? In the presentation https://www.droidcon.com/2023/07/31/gesture-driven-multiplatform-transitions-with-appyx/ , I can see something like that at 25:05, but couldn't find this example anywhere in the repository…
Thanks!kluck
10/11/2023, 9:53 AM