Knowing when a GUI element has been drawn

Is the lack of an equivalent to s.sync for GUI elements a limitation of SC or of qt (or something else). What I mean is a callback to SClang when a GUI element has been fully drawn. I remember other people having this on their wishlist for SC4, so just wondering…

1 Like

I think it’s already in the qt API (e.g., afterRendering() ). It’s just a matter of enhancing the sc bindings / integration layer

1 Like