On 16 sep, 18:52, Senshi <[email protected]> wrote:
> I have the following ..
>
>                         texto = new HTML();
>                         texto.setHTML("<script>buildRow();</script>");
>                         panel.add(texto);
>
> Where buildRow() is a function built in JSNI ... this runs well in
> firefox but not IE7
>
> I must modify some TD to finish loading the page so I call this
> function, I tried to do with widget, but these are run before the page
> finish painting.
>
> as I can call this function??

public static native void buildRow() /*-{
   buildRow();
}-*/;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to