you have to check if an enty point should run inside the method onModuleLoad
i use div markers, i.e. i put "<div id="moduleX"></div>" into the html if i want a specific entry point to run
2013/12/19 Davide Micheletti <d.micheletti91@gmail.com>
--Hi all, i'm trying to do a multi modules Project in GWT. These are my passes:1- Create a GWT project2- Modify HTML page and Entry Point class (for ex a button that if pressed allow me to go in the new HTML page)3- Create a new Module (in the same project)4- Create a new Entry Point class for the NEW module (for ex a DialogBox with a message)5- Create a new HTML page for the new module6- Inherit "other" module in the modules7- Compile and RunningNow there is my problem. The code that i write works but in the same page and in the same moment. How can i "say" at the second Entry Point class to write only in the new HTML page and only when i call that page?Thanks in advance and sorry for my english.Davide
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/groups/opt_out.
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/groups/opt_out.
No comments:
Post a Comment