Problem with Embedded.setStandby()

Hi,

I have been trying to set somekind of loading text/indicator for embedded pictures/flash. I found out that Embedded class has setStandby() -method meant for displaying text while loading the embedded object. I haven’t been able to get this text visible while picture loads. Is it a bug or is there something I am doing wrong with it?


http://vaadin.com/api/com/vaadin/ui/Embedded.html#setStandby(java.lang.String)

public void setStandby(String standby)
Sets the standby, the text to display while loading the object.

Hi,

I quickly looked at the client-side implementation of Embedded and it seems that the standby feature is not implemented there. So this is a bug. Can you file a ticket about the issue? :slight_smile:

-Henri

Sure, I’ll post one.

Hi,

Is “setStandby” function implemented?
We just need such function.
Or any other way to do the same effect?

Thank you.