... BTW I think it is important that you inject the GoJS with http://www.gwtproject.org/javadoc/latest/com/google/gwt/core/client/ScriptInjector.html
so that it is available when you run your app... Or you just take a look at Charba which intergrate ChartJS for GWT and J2CL: https://github.com/pepstock-org/Charba <https://github.com/pepstock-org/Charba> Hope this helps. [email protected] schrieb am Mittwoch, 16. September 2020 um 09:37:17 UTC+2: > You could take a look at this video, very nice intro how to integrate > JavaScript lib with the help of JsInterop: > > http://bit.ly/GWTMaterialJsInterop > > Hope this helps, > Lofi > > [email protected] schrieb am Dienstag, 15. September 2020 um 22:18:35 > UTC+2: > >> Hi all, >> I am looking for a way to add the html page containing my GoJs functions >> in a Panel widget how can i do this? >> Examples? >> Thanks a lot >> >> Le mar. 15 sept. 2020 à 09:43, [email protected] <[email protected]> a >> écrit : >> >>> Thanks for the comment! >>> >>> Before you create manually the JsInterop files from GoJS, you should >>> take a look the two JsInterop Generators available which I've shown in my >>> new article >>> >>> *"Using IndexedDB in Web Browser — All in Java with Mrs. Gwitany and Dr. >>> Jackl" * >>> http://bit.ly/GWTJ2CLIndexedDB >>> >>> Thanks, >>> Lofi >>> [email protected] schrieb am Sonntag, 13. September 2020 um 10:28:54 >>> UTC+2: >>> >>>> Thanks for this article, I come from Java and C++ world and I am using >>>> GWT for first time. I need to use GoJS in my architecture and I think that >>>> your post will help me. Very good explanation. >>>> Antonio >>>> >>>> Le mer. 9 sept. 2020 à 16:59, [email protected] <[email protected]> >>>> a écrit : >>>> >>>>> Hi All, >>>>> >>>>> I wrote a short introduction for JsInterop "native" with a simple >>>>> Calculator and CalculatorService: >>>>> https://bit.ly/WebBrowserGWTJsInteropNative >>>>> >>>>> Enjoy 😊 >>>>> >>>>> Lofi >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "GWT Users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/google-web-toolkit/89b888b5-0f6d-4c5f-8bfe-f5a9a4471f94n%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/google-web-toolkit/89b888b5-0f6d-4c5f-8bfe-f5a9a4471f94n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "GWT Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/google-web-toolkit/99f37d45-6175-41e3-bc96-abe7d02b1fe4n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/google-web-toolkit/99f37d45-6175-41e3-bc96-abe7d02b1fe4n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/694feb9d-a39d-45ac-8851-a4adc09860c8n%40googlegroups.com.
