i think it's because count() isn't a property that...
# tornadofx
c
i think it's because count() isn't a property that's re-evalutated. count() probably returns 0 at the start. You can test this by flipping the > to <=. If it's the reason I'm thinking of, you'll see it visible at all times.