UiBinder view inheritance troubles

2012-04-04 Thread Márcio Menezes
Hi all. I'm migrating all my views from the old style to @UiBinder based and I'm facing some troubles I used to have base views (Composite) in charge of adding common components, ie: EditModelBaseView is in charge of adding the save and cancel button, so that all the sub views will render those

No source code is available for type com.google.code.p.gwtchismes.client.GWTCDatePicker

2012-04-04 Thread Mithun
Hi, At the time of building our project, we are getting following error: [ERROR] Line 51: No source code is available for type com.google.code.p.gwtchismes.client.GWTCDatePicker; did you forget to inherit a required module? It would be very helpful if someone can give me some

Re: No source code is available for type com.google.code.p.gwtchismes.client.GWTCDatePicker

2012-04-04 Thread g p
Have you read and followed the steps described at http://code.google.com/p/gwtchismes/wiki/GwtChismes_QuickStart ? On 4 April 2012 11:31, Mithun mithun.h...@gmail.com wrote: Hi, At the time of building our project, we are getting following error: [ERROR] Line 51: No source code is

Custom cell styling

2012-04-04 Thread Olivier Scherler
Hello everybody, I am having a tough time wrapping my mind around CSS resources. I have a subclass of AbstractCell that I want to style depending on its selected state. I found that I can subclass (or rather subinterface) CellList.Resources, define a CSS file with @Source(MyCellListResources.css)

Re: Error in DTD gwt-module.dtd

2012-04-04 Thread Thomas Broyer
There's nothing to fix: your browser interprets the file as an XML file, whereas it's a DTD. Line 17 is an !ELEMENT, and ! is invalid in an XML element name, but it's not an XML element, it's DTD declaration. On Tuesday, April 3, 2012 6:09:05 PM UTC+2, Rick Fisher wrote: My dear friends at

Re: How to unsubscribe handler from EventBus?

2012-04-04 Thread Thomas Broyer
EventBus.addHandler returns a HandlerRegistration. Call removeHandler() on that object to remove the corresponding handler from the EventBus. On Wednesday, April 4, 2012 5:46:30 AM UTC+2, Alex Luya wrote: Hello I have two widgets,and both of them implement same event handler,subscribe to

Re: UiBinder view inheritance troubles

2012-04-04 Thread Thomas Broyer
On Wednesday, April 4, 2012 9:32:06 AM UTC+2, Márcio Menezes wrote: Hi all. I'm migrating all my views from the old style to @UiBinder based and I'm facing some troubles I used to have base views (Composite) in charge of adding common components, ie: EditModelBaseView is in charge of

Re: Custom cell styling

2012-04-04 Thread Thomas Broyer
On Wednesday, April 4, 2012 11:30:45 AM UTC+2, Olivier Scherler wrote: Hello everybody, I am having a tough time wrapping my mind around CSS resources. I have a subclass of AbstractCell that I want to style depending on its selected state. I found that I can subclass (or rather

Re: Can I do this with GWT..?

2012-04-04 Thread Philippe Lhoste
On 03/04/2012 11:11, Carsten wrote: I am a beginner and try to find out if what I want to do is possible with GWT and how one should do it: 1. load a font and render words (possibly rotated) on the screen 2. animate drawn objects like words, e.g. make them 'fly' from one side of the screen to

Re: Issue with logout icon

2012-04-04 Thread Philippe Lhoste
On 03/04/2012 12:17, sharath kumar wrote: We are facing issue with loading icon edges for logout. If we set light gray for corners of the icon, it is looking good when background is light. But when the background is dark, corners are visible and not looking good. The loading file is a GIF file.

Re: Selection gets lost for multiple selections (when Scroll-Bar is used) in IE

2012-04-04 Thread Philippe Lhoste
On 03/04/2012 12:26, sharath kumar wrote: What steps will reproduce the problem? 1. Select first text field 2. Scroll till the end to select all the items (Use scroll-bar to select the below item) 3. Press shift and try to select last text field in order to select all the items in the window.

Re: Help required for eclipse setup for gwt project

2012-04-04 Thread Philippe Lhoste
On 01/04/2012 16:07, tomo india wrote: I am trying to setup my eclipse IDE for gwt development. I am following the instructions from the below URL https://developers.google.com/web-toolkit/usingeclipse I downloaded the eclipse and installed the plugins and restarted the eclipse. As per the

Re: UiBinder view inheritance troubles

2012-04-04 Thread Philippe Lhoste
On 04/04/2012 09:32, Márcio Menezes wrote: I'm migrating all my views from the old style to @UiBinder based and I'm facing some troubles I used to have base views (Composite) in charge of adding common components, ie: EditModelBaseView is in charge of adding the save and cancel button, so that

Re: Smart GWT use for commercial software development.

2012-04-04 Thread Roger Studner
stands up and puts on flame suit Don't use SmartGWT for anything. Best, Guy who has actually tried to use SmartGWT at more than 1 company (lots of versions between attempts) and 100% of the time has had to rip it out. On Apr 3, 2012, at 7:09 PM, sanika joshi wrote: Hi All, Wanted to know

Re: gwt

2012-04-04 Thread Andrea Boscolo
Read the docs at least. https://developers.google.com/web-toolkit/gettingstarted On Monday, April 2, 2012 1:52:27 PM UTC+2, monal wrote: How to download use projectCreator -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Issue with logout icon

2012-04-04 Thread Thomas Broyer
On Wednesday, April 4, 2012 1:01:29 PM UTC+2, PhiLho wrote: On 03/04/2012 12:17, sharath kumar wrote: We are facing issue with loading icon edges for logout. If we set light gray for corners of the icon, it is looking good when background is light. But when the background is dark,

Re: Can I do this with GWT..?

2012-04-04 Thread Joseph Lust
This is exactly what SVG and SMIL were designed to do. Check out svgwow and lib-gwt-svg. RaphaelJs GWT lib can also do this. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Filter Tree in GWT

2012-04-04 Thread Qrunk
Can some one please put some light on this issue ?? if GXT has already done it cant it be done now in GWT ?? On Tuesday, 3 April 2012 15:39:20 UTC+5:30, Qrunk wrote: Hi How to create a filter tree in *GWT* using *CellTre*e, a filter tree is some Tree which has an filter(TextBox) where we

Compile Error - RequestFactory not found in project sources or resources

2012-04-04 Thread otth2oskier
I get the following message when I do a Maven compile of my project. I suspect it is looking for a gwt.xml file for RequestFactory somewhere but i snot finding it. I am not sure what dependencies I am missing. Failed to execute goal org.codehaus.mojo:gwt-maven-plugin: 2.4.0:compile (default) on

Deferred binding and static analysis

2012-04-04 Thread Paul Robinson
I have a problem with deferred binding or perhaps GWT's static analysis not behaving quite the way I thought it did. I have a class that looks like this: public abstract class Mode { public abstract boolean isDebug(); } and I have two subclasses, one with a hard-coded value of false for

Re: Issue with logout icon

2012-04-04 Thread Philippe Lhoste
On 04/04/2012 16:15, Thomas Broyer wrote: On Wednesday, April 4, 2012 1:01:29 PM UTC+2, PhiLho wrote: On 03/04/2012 12:17, sharath kumar wrote: We are facing issue with loading icon edges for logout. If we set light gray for corners of the icon, it is looking good when

Re: Smart GWT use for commercial software development.

2012-04-04 Thread Philippe Lhoste
On 04/04/2012 13:40, Roger Studner wrote: stands up and puts on flame suit Don't use SmartGWT for anything. Best, Guy who has actually tried to use SmartGWT at more than 1 company (lots of versions between attempts) and 100% of the time has had to rip it out. Indeed. In our company, we used

Re: Compile Error - RequestFactory not found in project sources or resources

2012-04-04 Thread Thomas Broyer
On Wednesday, April 4, 2012 5:49:40 PM UTC+2, otth2oskier wrote: I get the following message when I do a Maven compile of my project. I suspect it is looking for a gwt.xml file for RequestFactory somewhere but i snot finding it. I am not sure what dependencies I am missing. Failed to

showing scroll bar in a scroll panel

2012-04-04 Thread Srikanth Jandhyala
Hi All, I have a ScrollPanel inside a HorizontalPanel. The Scroll Panel itself has a DrawingArea (from gwt-graphics). I have set certain height for the ScrollPanel and I can scroll when the DrawingArea is larger than the ScrollPanel height. But no scroll bar shows up. Is there a way to make

Re: Smart GWT use for commercial software development.

2012-04-04 Thread Alain Ekambi
It s really easy to say something sucks without saying at what it actually sucks. The truth is that SmartGWT is one the best GWT library out there period. It has made a huge contribution to the overall adoption of GWT. And 99% of the time it will fits your needs(depending of course of the

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-04 Thread Trey Roby
It has been about 4 months since Ray's post on what the GWT team is working on. In that time there has been only one GWT official blog update and no releases for 6 months. After reading the link that Alan suggested, I am encouraged but on slightly since the post is several months old. There needs

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-04 Thread Deepak Singh
Hi Seth, It works. Thanks. But the scrolling happens only through the mouse wheel movement, it does not scroll by dragging the bar in up and down direction. It simply gets dragged like an image. On Wed, Apr 4, 2012 at 8:53 AM, GWTter seth@gmail.com wrote: Hi Deepak, The most you should

Re: Fetching images for users: where to put them?

2012-04-04 Thread Sam W
Turns out getServletContext returns null. I am using my own tomcat server, so I'm fine with writing files. Except I haven't been able to figure out a proper way to get the path. Currently I use private static String uglyHardcodedPath = ../webapps/myproject/, the prepend this to all my

Re: Fetching images for users: where to put them?

2012-04-04 Thread Matias Costa
In web.xml: servlet servlet-nameimageReceiver/servlet-name servlet-classxxx.ImageReceiver/servlet-class init-param param-nameimagePath/param-name param-value/the/place/param-value!-- or C:\the\place -- /init-param /servlet And in the servlet: public void

Re: Smart GWT use for commercial software development.

2012-04-04 Thread James Wendel
We've been using EXT GWT (GXT) 2.2.x at my company for a little over a year now and it's a decent framework. I sort of wish we could move to the 3.0 release, but that's not possible at this time. GXT seems to stay up to date with the latest GWT versions, so we haven't had any problems there.

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-04 Thread GWTter
Hi Deepak, Yes, sorry, I forgot to mention that I hadn't added the drag functionality to the scrollbar since I had put that on hold to focus on some other issues. So you should see the functionality with the scroll wheel only currently. -Seth On Wednesday, April 4, 2012 1:26:44 PM UTC-4,

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-04-04 Thread Deepak Singh
Ok. So request you to update me when you add this drag functionality. OR you can give me some hints/suggestion so that i could also try a bit. Will be waiting for this one. Thanks Deepak On Thu, Apr 5, 2012 at 12:47 AM, GWTter seth@gmail.com wrote: Hi Deepak, Yes, sorry, I forgot to

Forbidden by X-Frame-Options error in Chrome when running devmode and different host name in URL

2012-04-04 Thread Rob
I've been running GWT and devmode fine for a while with an external Jetty server. To test virtual hosts on my dev machine I added stuff like this to /etc/hosts: 127.0.0.1 foodomain-local.com 127.0.0.1 bardomain-local.com With a live server a foodomain.com, I can now test the app

Re: Dev Mode results in 'spinning wheel' delays on Mac

2012-04-04 Thread Rob
Do other people experience this problem when using Dev mode? Yes, I do. I just found your post searching for devmode performance. I wish I knew how to fix it as it makes development painful. I'm also on a Mac - a new Macbook Pro with 4GB RAM, and it just gets hosed by GWT development.

Re: Compile Error - RequestFactory not found in project sources or resources

2012-04-04 Thread otth2oskier
Thanks. That did the trick. On Apr 4, 12:29 pm, Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, April 4, 2012 5:49:40 PM UTC+2, otth2oskier wrote: I get the following message when I do a Maven compile of my project. I suspect it is looking for a gwt.xml file for RequestFactory

Forbidden by X-Frame-Options error in Chrome when running devmode and different host name in URL

2012-04-04 Thread Thomas Broyer
The troubleshooting instructions are actually http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM The X-Frame-Options is sent by code.google.com and prevents displaying that page in an iframe. Would you mind filing a bug so that at least a link to the instructions is added to

Re: Forbidden by X-Frame-Options error in Chrome when running devmode and different host name in URL

2012-04-04 Thread Rob
On Wednesday, April 4, 2012 7:24:56 PM UTC-4, Thomas Broyer wrote: The troubleshooting instructions are actually http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM Ah, thanks. That fixed my problem - had to click the gray icon and adding a rule. Would you mind

how to go to a widget at the top of the page

2012-04-04 Thread tong123123
my panel is very long, and I have an FlowPanel for displaying error message at the top of the long panel, there is a search button at the bottom of the page, when user press search, there is validation and if has error, the error is shown on the FlowPanel at the top of page, but the page will

[gwt-contrib] Re: @com.google.gwt.user.client.impl.DOMImpl::eventGetTypeInt(Ljava/lang/String;)': JS value of type null, expected int

2012-04-04 Thread Thomas Broyer
On Tuesday, April 3, 2012 9:10:16 PM UTC+2, yves wrote: Hello, I am running myapp in dev mode in chrome and I got the following error. Versions are : gwt 2.4.0v201203300216-rel-37 / eclipse 3.7 / chrome 19.0.1084.1 dev-m After a search in this group, I didn't found something