Not able to get reference to class file generated in "target" folder of Maven project in GWT

2014-01-23 Thread Akshay Lokur
Hi, Can anyone make any attempt to answer this question: Not able to get reference to class file generated in "target" folder of Maven project in GWT: http://stackoverflow.com/q/21286677/1471921?sem=2 Thanks, Akshay -- You received this message because you are subscribed to the Google Group

getting com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.CKEDITOR is undefined error

2014-01-20 Thread Akshay Lokur
Hello, I am trying to add CKEditor in my UiBinder based GWT app. But getting following exception: 00:00:05.216 [ERROR] Unable to load module entry point class com.lokur.admin.usp.motd. client.MessageOfTheDay (see associated exception for details) com.google.gwt.user.client.ui.AttachDetachExc

Re: I am able to edit file path and/or name in FileUpload widget of GWT in IE-8.

2013-10-24 Thread Akshay Lokur
it that the value at > least looks like a valid file path/name. > > On Thursday, October 24, 2013 12:24:17 PM UTC+2, Akshay Lokur wrote: >> >> >> <https://lh3.googleusercontent.com/-moalmN9jHuE/Umj0s4eruOI/A8c/3O-9xpdILwQ/s1600/invalid_file_in_gwt_file_upload_

I am able to edit file path and/or name in FileUpload widget of GWT in IE-8.

2013-10-24 Thread Akshay Lokur
Hi All, I am using "FileUpload" widget of GWT and it is perfectly fine with one issue though. In Internet Explorer version 8, the textfield which is beside Browse

Textfield with "delete text" image combined in GWT

2013-07-26 Thread Akshay Lokur
I have a requirement wherein I want to have text field like shown: When user clicks on "cross" image/button, then text in textfield should get deleted. Any suggestion how can we do this in G

Re: Image not getting rendered in GWT

2013-07-23 Thread Akshay Lokur
It worked! Problem was with the image size. Gave proper image width and height now. Thanks. On Tuesday, July 23, 2013 12:27:02 PM UTC+5:30, Akshay Lokur wrote: > > Hello, > > I am using UiBinder and MVP pattern to develop my GWT application. > > Below is my .css file sn

Image not getting rendered in GWT

2013-07-23 Thread Akshay Lokur
Hello, I am using UiBinder and MVP pattern to develop my GWT application. Below is my .css file snippet: @sprite .statementLink span { > gwt-image:'pdfIcon'; > display: inline-block; > width: 16px; > Height: 16px; > Margin-right: 5px; > } > The image "pdfIcon.png" is p