import common style rules?

2012-07-15 Thread Ed
I have a few style rules like for example: -webkit-user-select: none; user-select: none; that occur at more then 1 place in css files. Is there a way put these styles in a central css file and import/include them? I could give them their own Class name, like BLA, and set that on the widget,

problem installing GWT on RAD8.0.4 in intranet

2012-07-15 Thread Guy Passy
I've seen several people asked about the problem I've encountered when attempting to install GWT plugin for Eclipse 3.6 (on IBM RAD 8.0.4). In all of the threads that I saw, the solution given was to add the Eclipse Repository so that Eclipse would update the necessary files. *I cannot do this*

JAR classpath issue

2012-07-15 Thread Ferenc Balogh
Hi All, I'm developing a tool for GWT which I intend to release as a .jar file. It involves generating files with a linker. With this, I'm facing a problem: I'd like the linker inside the .jar file to access a configuration file from the classpath of the application. Currently I'm passing the

communication beetween html page and gwt application

2012-07-15 Thread vj
hello friends, i need 2 pass the value from an external html page to my gwt application, can we do this.. If possible please help me.. thank u.. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: java.lang.NoClassDefFoundError:org/json/JSONException

2012-07-15 Thread Vinicius Grein
Thanks Brandon Donnelson !!! Segunda-feira, 31 de Outubro de 2011 13:01:30 UTC-2, Brandon Donnelson escreveu: I think you need to add the gwt-servlet-deps to the class path. right click on gwt-servlet-deps.jar and add to buildpath. I'm pretty sure that's where the json classes where.

Question on Best Startegy to make a table where first row and first column has fixed size cell and then all the other inner cells can have variaty of cell sizes

2012-07-15 Thread orfano
Lads, I am new on GWT and I am wondering if someone could give me tips on how to make a table that would looks like the attached file I am putting here: https://lh4.googleusercontent.com/-1MwMfBuIaPg/T_7F2RiUjEI/AAg/7tsybI27LS0/s1600/ScreenShot162.jpg Basically it will have fixed size

Calendar API

2012-07-15 Thread Vinicius Jose Grein
Dear all, I'm developing an app that access calendar, so I use the calendar api to gwt. Before starting code, I tried to run and compile the example from gwt-google-apis. My request is approved and after the success message receive from OAuth protocol, the following piece of code is

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-15 Thread Daryl Bergeron
+1. I signed up two days ago. Thought I might at least get a confirmation email that my request was received, but have not. Just anxious to get started on it, and don't want my request to fall thru the cracks. Thanks. On Tuesday, July 10, 2012 3:14:08 PM UTC-5, AB wrote: How long will it take

intraction between html page and gwt application.

2012-07-15 Thread vj
hello friends, I am trying to retrive the data from html page to gwt application, but i m not geting how to do ds.. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT calling java from JS doesn't work with Iframe

2012-07-15 Thread Ahmed Saad
Hi All I have a problem that I can java from javascript normally in GWT application but when I run it in Iframe it doesn't work here is the work that works fine if I run from browser window but doesnt work in Iframe the html file input type=button onclick=doIT() value=Do class=fbbotton

Where to find a simple yet good GWT exemple ?

2012-07-15 Thread Francois Marot
Hi all, I'm new in the GWT world and I would like to learn the techno. Does anyone knows a good opensource project that I can import easily in Eclipse to learn by exemples ? I get the basics but it's quite hard to put everything in place. I'm specifically looking for a great and clear MVC

GWT Client side validation

2012-07-15 Thread David Lee
I have been researching practices and frameworks for client side GWT Validation. The GWT Validation Library using JSR 303 doesn't seem what I am looking for. The problem with this and similar validation is that you need to put data into a class and then validate it. I want to validate data while

GWT - dev environment ...

2012-07-15 Thread Nick Floros
Hi, I have been evaluating GWT as a development framework in building a call handling application; maybe this is nuts idea but this is another story. It has been going kind of ok up to the point where my eclipse started running out of memory ; host os is Windows XP 32 bit. In addition

GWT with SharePoint

2012-07-15 Thread Gaurav Singh
I have asked to host my *GWT* application on DotNet* SharePoint , *And I am totally new to Sharepoint. So if anyone have done such kind of integration previously can please share their experience . -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

RequestFactory, how to transport a BaseProxy

2012-07-15 Thread simywime
I am trying to use RequestFactory with HibernateSearch. I would like to have one RequestFactory method that handles all search requests for all Proxy types which I ideally was hoping would be something like this... public interface MyFactory extends RequestFactory { public interface

GWT Delevoper Plugin for Chrome must be installed from Web Store

2012-07-15 Thread Peter Nees
I'am not able to run my application anymore in development mode. (I work on Vista.) I lost my plugin for Chrome. 1. I open my test url (http://127.0.0.1:/http://127.0.0.1:/app.jsp?gwt.codesvr=127.0.0.1:9997...), I get the normal prompt: Development Mode requires the Google Web Toolkit

Testing a RemoteServiceServlet

2012-07-15 Thread Murray Cumming
My application uses a RemoteServiceServlet so the client can communicate with the server. I believe this is very common. The actual behavior of the service depends on a configuration file, and some other files and databases on the server. I'd like to test this in a unit test. To do that I need to

How can GWT war file deployed to sharepoint?

2012-07-15 Thread nilesh thete
I want to deploy GWT to sharepoint webapp. is it possible? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ARlS8fQIC2UJ. To post to this group,

Issue while upgrading to to GWT 2.5RC build

2012-07-15 Thread Sandeep Shetty
I am getting the below error when updating to GWT 2.5RC from GWT 2.4. I updated the following jars: gwt-dev.jar,gwt-servlet.jar,gwt-servlet-deps.jar, gwt-user.jar. Please let me know solutions or if i am doing something wrong. Any help will be appreciate. The error: [java][WARN] Unable

Testing a RemoteServiceServlet

2012-07-15 Thread Murray Cumming
My application uses a RemoteServiceServlet so the client can communicate with the server. I believe this is very common. The actual behavior of the service depends on a configuration file, and some other files and databases on the server. I'd like to test this in a unit test. To do that I need

Error on Upgrating GWT to 2.4

2012-07-15 Thread Ali Al-Zayer
Greetings all, I am trying to upgrade GWT to v2.4. I am facing problems. When Run As - Ant Built (after upgrade the project), the .xml files are missing (not generated in the project) and the project build successfully, but there is strange behavior which shows errors in the console. I will

Editors framework edit/view mode question

2012-07-15 Thread Олександр Бежан
I have form with editors for bean fields: public class EditSampleView extends ViewImpl implements EditView, EditorSampleData { interface Driver extends SimpleBeanEditorDriverSampleData, EditSampleView { } @UiField TextFieldEditor country; @UiField TextFieldEditor

Installing GWT on RAD 8.0.4 on intranet

2012-07-15 Thread Guy Passy
When attempting to install GWT on RAD 8.0.4 (which runs on Eclipse 3.6), I get an error message informing me that: com.google.gdt.eclipse.suite.e36.feature.group.3.0.1.v201206290133-rel-r36 is missing necessary the component org.eclipse.mylyn.commons.ui 0.0.0 I've seen the solution of adding

Question on Best Startegy to make a table where first row and first column has fixed size cell and then all the other inner cells can have variaty of cell sizes

2012-07-15 Thread Patrick Tucker
The colorful cells will have to be spans or something with similar properties. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/OBSV9EBRAXcJ. To

Re: How can GWT war file deployed to sharepoint?

2012-07-15 Thread Joseph Lust
It should not be hard for a static webapp, since GWT just makes some JS/CSS/HTML files. So if you can access files in this manner on Sharepoint, it might work. However if you want RPCs and server side actions, you'll have to see what kind of code you can run on Sharepoint, which is probably

Re: Calendar API

2012-07-15 Thread Joseph Lust
Have you inherited the JSON GWT libraries in your module? inherits name=com.google.gwt.json.JSON / inherits name=com.google.gwt.http.HTTP / Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the

Re: GWT - dev environment ...

2012-07-15 Thread Joseph Lust
Nick, I feel your corporate pain. I probably spend 30% of my dev time fighting the company's crippleware. I've been running GWT on Linux for 7 months now with no issues [at home only :( ] - Ubunutu x64 11.10 (I try to stay away from the latest release) - Eclipse Indigo x64 (latest

Re: GWT calling java from JS doesn't work with Iframe

2012-07-15 Thread Joseph Lust
One way this error can also be caused is that you did not *publish* that public method before you called it. You need to ensure you've got a JSNI method (like the one you posted) that is run onModuleLoad to add your public JS functions to the window's namespace. Of course you can use GWT to

Re: import common style rules?

2012-07-15 Thread Joseph Lust
Ed, Have you considered the CSSResource interface in GWT? Since it is an interface, you could have a base interface with base CSS rules, and then extend that interface for various widget/module interfaces (CSS files) and they'd get your desired rules too, while keeping those rules in a single

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-15 Thread Kevin Moore
On Thursday, July 12, 2012 12:05:35 PM UTC-4, Daryl Bergeron wrote: +1. I signed up two days ago. Thought I might at least get a confirmation email that my request was received, but have not. Just anxious to get started on it, and don#39;t want my request to fall thru the cracks. Thanks.

Re: import common style rules?

2012-07-15 Thread Ed
Thanks for your answer. Could you give an example? I use CSSResources for all my css styles, I don't legacy styles. I combine CssResources to create new ones, but don't see how I can use it to solve my problem. Suppose I have a widget that needs common used style rules and have one style

Re: import common style rules?

2012-07-15 Thread Ed
Thanks for your answer. Could you give an example? I use CSSResources for all my css styles, I don't legacy styles. I combine CssResources to create new ones, but don't see how I can use it to solve my problem. Suppose I have a widget that needs common used style rules and have one style

Re: GWT Delevoper Plugin for Chrome must be installed from Web Store

2012-07-15 Thread Thomas Broyer
On Friday, July 13, 2012 9:28:01 PM UTC+2, Peter Nees wrote: I'am not able to run my application anymore in development mode. (I work on Vista.) I lost my plugin for Chrome. 1. I open my test url (http://127.0.0.1:/http://127.0.0.1:/app.jsp?gwt.codesvr=127.0.0.1:9997...), I

Re: GWT Client side validation

2012-07-15 Thread Thomas Broyer
On Friday, July 13, 2012 11:12:08 PM UTC+2, David Lee wrote: I have been researching practices and frameworks for client side GWT Validation. The GWT Validation Library using JSR 303 doesn't seem what I am looking for. The problem with this and similar validation is that you need to put

Re: Editors framework edit/view mode question

2012-07-15 Thread Thomas Broyer
On Saturday, July 14, 2012 9:34:36 PM UTC+2, Олександр Бежан wrote: I have form with editors for bean fields: public class EditSampleView extends ViewImpl implements EditView, EditorSampleData { interface Driver extends SimpleBeanEditorDriverSampleData, EditSampleView { }

Re: Error on Upgrating GWT to 2.4

2012-07-15 Thread Thomas Broyer
Answered on StackOverflow: http://stackoverflow.com/questions/11491840/errors-while-upgrade-gwt-to-v2-4 On Sunday, July 15, 2012 12:48:48 PM UTC+2, Ali Al-Zayer wrote: Greetings all, I am trying to upgrade GWT to v2.4. I am facing problems. When Run As - Ant Built (after upgrade the

Re: GWT - dev environment ...

2012-07-15 Thread Thomas Broyer
On Friday, July 13, 2012 11:19:20 AM UTC+2, Nick Floros wrote: Hi, I have been evaluating GWT as a development framework in building a call handling application; maybe this is nuts idea but this is another story. It has been going kind of ok up to the point where my eclipse started

Re: Question on Best Startegy to make a table where first row and first column has fixed size cell and then all the other inner cells can have variaty of cell sizes

2012-07-15 Thread Andrei
Something like this. Assuming you want your first column to be 100px wide and your rows 30px high, FlowPanel firstColumn = new FlowPanel(); firstColumn.setSize(100px, numberOfRows * 30 + px); firstColumn.getElement().getStyle().setFloat(left); for (int i = 0; i numberOfRows; i++) { Label

Re: Question on Best Startegy to make a table where first row and first column has fixed size cell and then all the other inner cells can have variaty of cell sizes

2012-07-15 Thread Andrei
Sorry, it should be .setFloat(Style.Float.LEFT); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/afa3G3PUHUAJ. To post to this group, send

Re: Where to find a simple yet good GWT exemple ?

2012-07-15 Thread Rob
Hi, Take a look at the series of GWT-related posts (and sample code) here: - http://uptick.com.au/blog then later on: - http://kiahu.com/support/tutorials/ Cheers Rob Kiahu.com On Friday, July 13, 2012 7:36:17 PM UTC+10, Francois Marot wrote: Hi all, I'm new in the GWT world and I would

Re: communication beetween html page and gwt application

2012-07-15 Thread Rob
Hi, - index.html !-- You can use this to pass start-up information to your GWT module -- script language=*javascript* *var* Pages = { page: MainPage }; /script - EntryPoint.java // get Host Page name Dictionary dictionary =

Re: Any way to attach arbitrary data to SuggestOracle.Request? Functionality seems limited...

2012-07-15 Thread TimOnGmail
Thanks for the - ahem - Suggestion, Thomas. :-) I hadn't known about this functionality; the problem with it, in the codebase I'm working in, is that there is no standard among service calls (and the actual code doing the database queries within some EJBs) about how many rows of data are to be

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-15 Thread YatiRaj B
Hi Kevin, I don't know how you would do that. After annotating appropriately as explained in Google IO video, when I right click and do generate Cloud Endpoints..., I'm getting and error which doesn't tell anything about the error. This is even before deploying. I guess it tries to contact

Re: RequestFactory VS Cloud Endpoints (App Engines Java Rest API)

2012-07-15 Thread Kevin Moore
I thought so also but that turned out to not be the case, it is is late for me now I promise I will send email tomorrow with exactly how to get it working locally On Jul 16, 2012 1:46 AM, YatiRaj B byati...@gmail.com wrote: Hi Kevin, I don't know how you would do that. After annotating

[gwt-contrib] Re: Help getting super dev mode to work

2012-07-15 Thread vikky
Hi Thomas, I added following properties in my xml file add-linker name=xsiframe / set-configuration-property name=devModeRedirectEnabled value=true/ !-- enable source maps -- set-property name=compiler.useSourceMaps value=true / but still i see Can't find any GWT Modules on this page. Can you