layout - Is there a "page rendering completed" event in GWT? -



layout - Is there a "page rendering completed" event in GWT? -

i have widget (third-party) calculates size depending on size of parent element. not work because size of parent element 0 during creating of widget. works if phone call onresize() method explicitly when page loaded. calling onresize() in scheduler.scheduledeferred not help because calling before page rendered. how can recognize page rendered , phone call onresize?

scheduler.get().scheduleentry(scheduler.repeatingcommand) might you're looking for.

gwt layout rendering

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -