Labels are blank

Hi Xojo 2015 r2.4

I have some Labes on WebDialog and when i run the app the label show blanks

Try setting Multiline = True. Does that fix it?

ok
thanks

i have to try

This might also be fixed by redefining the WebDialog ‘… As New …’ in the Open event.

hi David

which event in the WebDialog it self or on my Form before show the WebDialog

In the Open Event of the WebPage on which you have placed the WebDialog.

Hi David
no works

[quote=216546:@Alexis Colon Lugo]Hi David
no works[/quote]

Use a WebCanvas.

So XOJO have a Bug on labels

Yes. Within dialogs. It has been discussed many times. You would have found it with a simple search.

Usually, it is resolved by setting the weblabel as multiline.

Hi All
I found other way and works

In the WebDialog.Show
add Me.Show and now all labels works