Re: Entry point

2023-05-14 Thread Ronit
Thank you Colin for responding , Can we use the entry point for some specific page or widget in the application? e.g. There is a dialog in the application on which if clicked on edit button , we see another dialog on which there is a button to add files. Can we use the entry point to drag and

Re: Entry point

2023-05-14 Thread Colin Alworth
While it is technically possible to have more than one EntryPoint declared in your .gwt.xml files(s), order might be hard to control precisely. I believe the order is deterministic, but not strictly defined by the compiler (likely the order in which entry-point> tags are encountered when parsin

DataTransfer getData

2023-05-14 Thread Ronit
Hello Team, I am new to GWT and working on an existing code. I am trying to implement a drag and drop functionality .I am having issues getting data from DataTransfer object. I need to drag and drop any file from the computer on the widget. *grid.addDropHandler(new DropHandler() {

Entry point

2023-05-14 Thread Ronit
Hello Team, I am new to GWT and working on an existing system. My application has already got an entry point. Can I have one more implementation of the Entrypoint ? Thanks in advance Ronit -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To uns

Re: GWT for a Java to WASM compiler

2023-05-14 Thread lofid...@gmail.com
Thanks for the info. A very good explanation in that video. But still don't understand why would this solution with WASM GC 2x faster than the *"pure transpiling"* solution? The latter is completely in JS and uses the GC from JS as it is. Does this means using JS with WASM will be 2x faster tha