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.