I want to create multiple floattexts during runtime on a Scrollgroup/VGroupV, so some of them are not visible. The floattexts that are initially visible are rendered correctly but when I scroll down to the other floattexts the text is not displayed, they are empty. I have to resize the window before the text is rendered.
Kinda remember having a similar problem with poppen or coloradjust where a setattrs on hidden wouldnt update the gfx. AFAIR there were 2 options either set those attributes at object creation or force a redraw directly after setattrs.