Label redraw issue in version 3.0?

Hi all,

have anyone else come across redraw problems with text on labels both Mac OS X and Windows clients:

  • As part of our menu navigation we have large label is styled using a Servoy style to show white text and placed partly covering an image field…
  • A script setting the background colour of the label “on show” of the form, so the header of each screen can have a different colour.

Symptom: the white text and the text of other labels placed on top of the large label disappear intermittently… particulary when navigating to the form… Placing Application.updateUI() at end of on_show script does not help.

Not sure wherther we are doing something stupid here, or there is a problem…

Hi Christian,

Have you thought about disabling showClick and showFocus?

Hi Marcel,

I tried your TIP, but it did not help.

I made a solution demonstrating the redraw problem and sent it to Servoy.