On Jan 11, 8:12 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
Hi, I am newbie to JS, MochiKit and GWT. I am trying to see if MochiKit would play well with GWT. Is there any reason why it wouldn't? Could there be some problems with both MochiKit and GWT trying to use Signals/Events (I am not sure if this question is correct though) ?
I'm no GWT expert either, but the JSNI (http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.JavaScriptNativeInterface.html) is supposed to let javascript and GWT play nice with each other.
I tried using the MochiKit package with GWT. I am not able to get them to work, has any one been able to do that? What I have been trying to do is a simple call to the colorWheelOnLoad function in color_wheel.js from a GWT app (I have removed the addLoadEvent call). I call the function directly from GWT.
You say you call the function directly, so I assume you already new about the JSNI. HTH, jw --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" 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/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
