Tuesday, July 22, 2014

Re: Unable to load Module in embedded IE / OCX

Hi again, thank you for watching my stacktrace ;-)

- i have myself not seen that my onModuleLoadInternal is called.

I'm currently not on my workplace and will check tomorrow what the problem cause.
I don't know why external developers here used an TextBox as clipboard ?

I see now per RemoteDesktop this in Line 491

clipBoard = new TextBox();
clipBoard.getElement().setId("clipBoard");
clipBoard.getElement().getStyle().setPosition(Position.ABSOLUTE);
clipBoard.getElement().getStyle().setLeft(-1000, Unit.PX);
clipBoard.getElement().getStyle().setTop(-1000, Unit.PX);
clipBoard.getElement().getStyle().setVisibility(Visibility.HIDDEN);
RootPanel.get().add(clipBoard);

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment