Re: Unable to use Elemental

2014-11-06 Thread Nyamath Ulla Khan
I was facing the same problem and solved by reading this link.Please follow this link *http://stackoverflow.com/questions/4550483/gwt-test-unable-to-find-sample-gwt-xml-on-your-classpath * On Monday, 27 October 2014 21:42:24 UTC+5:30, Manuel Carrasco wrote: > > Have you tried to run your code i

Re: Unable to use Elemental

2014-10-27 Thread Manuel Carrasco MoƱino
Have you tried to run your code in superdev-mode or compiled ? On Sun, Oct 26, 2014 at 9:01 PM, Steve wrote: > It seems i can no longer instantiate objects as i was doing before since > using Elemental. > > I'm getting errors on this line for some reason: > > Image imgPlay = new Image("img/Blue_

Re: Unable to use Elemental

2014-10-26 Thread Steve
It seems i can no longer instantiate objects as i was doing before since using Elemental. I'm getting errors on this line for some reason: Image imgPlay = new Image("img/Blue_Play_Button_Pressed_Down.svg"); I tried changing it to Image imgPlay = new Image(); but got the same error. This works

Re: Unable to use Elemental

2014-10-26 Thread Jens
> > Please could someone share any thoughts? > Putting gwt-elemental.jar on class path and inheriting elemental.Elemental is fine and it should work. When you see "failed to load the module" you usually see the reason in the DevMode console. We can't guess reasons. -- J. -- You received thi

Re: Unable to use Elemental

2014-10-26 Thread Steve
Please could someone share any thoughts? -- 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+unsubscr...@googlegroups.com. To post to this g

Unable to use Elemental

2014-10-19 Thread Steve
Hi, I'm trying to use GWT Elemental however receive run-time errors every time. I added gwt-elemental.jar to my build path and am able to use the code within my project. When i then tried to run the application i received an error No source code is available for type elemental.html.FileReader