No, I'm just trying to set up a menu that has a banner on top of it. I don't think there should be any refresh involved.
r
Ruckus
07/11/2018, 7:51 PM
I take it just stacking the datagrid and the banner vertically (in a vbox) is out of the question.
s
S
07/11/2018, 7:52 PM
Ah, that's what I wanted to do! But sadly, yes. 🙂
r
Ruckus
07/11/2018, 7:53 PM
Dang, it would have been so simple 🙂
s
S
07/11/2018, 7:54 PM
Right? Maybe I can still push that idea...
r
Ruckus
07/11/2018, 7:58 PM
Maybe, but if the banner has any transparency or doesn't fit the bottom rectangle perfectly, I can see why they'd want it layered.
c
carlw
07/11/2018, 7:59 PM
This might help capture a scrolling event for the banner display. At the time, I was looking for an onScrollEnd event to fire when I hit the last item. This example cheats by having the last item in the list report when it comes into view.
http://bekwam.blogspot.com/2016/02/capturing-faux-scrolling-event-in.html
If this seems appropriate, we can convert it to TornadoFX.