Re: new generated id for css

2012-01-30 Thread Thomas Broyer
See http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#Levers_and_Knobs Note you won't have a switch for when in dev mode or when in prod mode though. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: How to wrap a “submit button” with GWT?

2012-01-30 Thread Thomas Broyer
On Monday, January 30, 2012 8:51:51 AM UTC+1, Xybrek wrote: I am getting an error when I try to wrap a submit button with GWT: Caused by: java.lang.AssertionError: Child cannot be null at com.google.gwt.dom.client.Node$.isOrHasChild$(Node.java:278) at

Re: GWT with Spring 3.0

2012-01-30 Thread Subhrajyoti Moitra
http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-reloaded/ i am using this successfully with Spring 3.1.0.Release. HTH. Subhro. On Mon, Jan 30, 2012 at 11:08 AM, Umesh upadhyay upadhyay.um...@gmail.comwrote: I am new to GWT and have to build a new GWT app using the existing

Re: Struggling with Crawling

2012-01-30 Thread Raphael André Bauer
On Fri, Jan 27, 2012 at 3:29 AM, objectuser kevin.k.le...@gmail.com wrote: My app has now been crawled with the _escaped_fragment_ parameter, so that's progress (I didn't make any changes, it just took a while it seems). It doesn't appear the app is properly indexed yet, however.  So progress,

Re: i18nCreator

2012-01-30 Thread Rana Issa
Many thanks I will try it. Rana On Sat, Jan 28, 2012 at 3:51 AM, divStar divs...@gmail.com wrote: There is a way to create launch-commands, that you can start the same way you start Java applications or even the Google Web Application from inside Java. I'm not entirely sure, but running the

Apllying CSS in DataGid in GWT2.4

2012-01-30 Thread vaibhav jain
Hello Experts, How can i change my DataGrid look and feel in gwt2.4,I tried to simply define the property in my CSS to change the background color of even rows, .dataGridEvenRow { background: #FF3030 !important; } and in code i used

Re: add-linker name=xs compiled js files do not work, if compiled obfuscated, only if compiled pretty

2012-01-30 Thread ustakraharez
Tried from the latest trunk, xs obfuscated still not working... Only pretty .-) Best: Gabor On jan. 24, 19:19, ustakraharez ustakraha...@gmail.com wrote: Thanks a lot for the quick answer! I tried with PRETTY and -optimize 9 and also optimize 0. Both of them worked, and the best optimization

GWT + App Engine = problem with static files size

2012-01-30 Thread Gilberto Torrezan
Hello, I have an application built with pure GWT 2.4 (with no other frameworks) with GAE, and I'm having a big problem with the current limit of static files size on GAE: 150 MB (more about it: http://code.google.com/appengine/docs/java/runtime.html#Quotas_and_Limits ). The problem is: my

Re: GWT SuggestBox and Selenium

2012-01-30 Thread Evgeny Mayzel
#Python Script: def suggestBox(self,text): driver = self.driver d=driver.find_element_by_id(suggestion_box).send_keys(text) time.sleep(3) #wait fo suggestions to appear (could take longer) path=//tr/td[text() = +\+text+\] #choosing the inputed text from the suggestion Box

Alternative output format

2012-01-30 Thread Gareth
Hello I've been asked to look at a site for a potential customer with a view to making some updates. The site has been developed using GWT which I'm not familiar with and I believe, in this instance, was the wrong development choice. My belief is based primarily on the site's need to be optimised

Re: Apllying CSS in DataGid in GWT2.4

2012-01-30 Thread kiran reddy
Hi Vaibhav, try the following code to specify class name: dataGrid.getElement().setClassName(dataGridEvenRow); Best Regards, Kiran On Mon, Jan 30, 2012 at 3:57 PM, vaibhav jain vaibhav12j...@gmail.comwrote: Hello Experts, How can i change my DataGrid look and feel in

Re: SWT Browser requires a compatible xulrunner version installed

2012-01-30 Thread Segfault and Roy
I know this is about a year old, but I am getting the same error in Indigo. My platform is slackware. I don't have xulrunner installed as a package separate from firefox et al. I was wondering a few things, 1. Which version of xulrunner should I install for Indigo, 2. I thought eclipse was

GWT: Google Map in firefox only randomly working

2012-01-30 Thread MeiAestro
Hi folks, I am using the google maps api for GWT. In all browsers but firefox (tested with ie8, ie9, chrome on different OS) the map is working without any problems. In firefox the map randomly shows following problems: - control widgets are not shown; - map dragging not possible - scroll-wheel

Re: GWT: Google Map in firefox only randomly working

2012-01-30 Thread Eric Ayers
Try calling 'checkResizeAndCenter()' and see if it helps. http://code.google.com/p/gwt-google-apis/wiki/MapsFAQ#Why_do_I_see_the_map_off_center_surrounded_with_grey_background On Mon Jan 30 10:09:04 GMT-500 2012, MeiAestro jmalbre...@gmx.de wrote: Hi folks, I am using the google maps api

Re: hard time to get GWTTestCase to work

2012-01-30 Thread salk31
Sorry, I'm afraid I don't use maven On Jan 30, 7:31 am, tanteanni tantea...@hotmail.com wrote: thx, the problem is how to fix it. i have a maven project generated by webappcreator from google. i thought unit tests with gwttestcase should work out of the box? with sources not in classpath do

Layout Problem of flowpanel and image

2012-01-30 Thread tong123123
I want to make the two image side by side and the label under the two image, I try to use the method mentioned in http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#Design which said use FlowPanel, and to use the float: left; CSS property on its children to simulate the effect of

Re: Hosting issue

2012-01-30 Thread Alan Chaney
When I go and look at the URL you provided, I find an Apache server with the project deployed in it. Why did you say that you were using tomcat? I found: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 DAV/2 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1

Re: CappuccinoGWT

2012-01-30 Thread jgindin
I'm quite interested, especially in the dual-handle slider widget. Under which license are you providing this code? jay -- 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: CappuccinoGWT

2012-01-30 Thread Chris Bruno
I will be posting sample code soon. The only downside is you cannot use standard gwt widgets within the view framework. You can go the other way, however, use a component from cappgwt with a standard gwt layout/panel. You can wrap the component in an absolute panel. The plan is to release

Capturing “Cancel” selection from GWT Activity.mayStop() response

2012-01-30 Thread Vincent Fazio
I have a GWT two column display. The left column contains a CellTable with a list of users in the application. When the user selects an user from the list, the right column displays the selected users details - which the user can edit. I have my Activity wired up to use the mayStop() method so

RequestFactory , ServiceLocator and Generic Dao class , NoSuchMethodFound

2012-01-30 Thread 叶雨飞
Hi, I'm trying out GWT RequestFactory but hit a problem, my entity is an JPA(Hibernate) and I have a Dao class like this public abstract class GenericDaoK, E () { ListE list() { some code to return a list. } void persist(E entity) { entityManager.persist(entity); } } public

Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-30 Thread skippy
GWT 2.3, UI Binder. What am I missing? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Struggling with Crawling

2012-01-30 Thread objectuser
If I search for things not on the home page, they don't show up in the search results. So I think the home page is indexed, but I don't think that any pages linked off the home page are indexed. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: CappuccinoGWT

2012-01-30 Thread Jim Douglas
FWIW, the GWT incubator has slider and progress bars (technically had; it's no longer supported). It's probably not as simple as just adding a jar file, but I've been using tweaked versions of them for a few years now (currently on GWT 2.4.0).

Re: Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-30 Thread skippy
Some additional informataion. This might be related to when I am trying to do this. In the onclicked event, I am disabling the Anchor: final Anchor link = new Anchor(Print); link.addClickHandler(new ClickHandler() { public void

Re: Capturing “Cancel” selection from GWT Activity.mayStop() response

2012-01-30 Thread Jens
I think you have to manage the selection in your CellTable by hand based on the place (you dont want to change the place based on SelectionModel changes). Never done it before (and maybe it doesn't work) but I think would create a custom cell that overwrites AbstractCell.handlesSelection() to

Re: Anchor setEnabled(false) does not work in FireFox and Chrome.

2012-01-30 Thread Jens
Take a look at: http://code.google.com/p/google-web-toolkit/issues/detail?id=2889 -- J. -- 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: Can AutoBeanFactory encode ListBeanObject ???

2012-01-30 Thread Transplant
Thanks Colin, That explains everything - my mistake was that I thought the framework would automagically use the MyFactory interface to figure out how to encode Lists of MyFactory objects. I still feel that it should be able to do that, but clearly it doesn't. For anyone else who gets confused

Re: RichTextArea on IE7 insert p after enter typed

2012-01-30 Thread scott soward
Anyone come up with a solution to this issue? On Jan 17, 9:36 pm, gangurg gangurg gang...@gmail.com wrote: Any thoughts Team ? On Thu, Jan 12, 2012 at 12:01 PM, gangurg gangurg gang...@gmail.com wrote: Thanks for pitching in . This is the Issue . I am trying to do some formatting as

Re: what version does the firefox development extendion suppot?

2012-01-30 Thread wahaha
why do you cheat with me,i update to firefox 9,and now i can not debug with plugin... On Jan 11, 6:48 pm, Thomas Broyer t.bro...@gmail.com wrote: Seehttps://groups.google.com/d/topic/google-web-toolkit/jZ02n9v9-H4/disc... (and yet again wahaha, it would have been faster for everyone if you

Re: How to wrap a “submit button” with GWT?

2012-01-30 Thread Xybrek
On 1/30/2012 4:33 PM, Thomas Broyer wrote: On Monday, January 30, 2012 8:51:51 AM UTC+1, Xybrek wrote: I am getting an error when I try to wrap a submit button with GWT: Caused by: java.lang.AssertionError: Child cannot be null at

does CSS Sprite is default ?

2012-01-30 Thread wahaha
there has many small pictures in a page,does GWT will merge them by default? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send

GWT and method overriding

2012-01-30 Thread gktcs
I was hoping someone could explain to me why the following isn't working in GWT. I've been staring at this for a while now and clearly I'm missing something simple. Hopefully someone can hit me with a clue stick and fill me in on what I'm missing. We have a custom callback class defined as:

Re: GWT and method overriding

2012-01-30 Thread l3dx
Add the @Override annotation to be 100% sure that you're actually overriding the handleException in the abstract class. (Then you will get a compiler error if not). /l3dx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Apllying CSS in DataGid in GWT2.4

2012-01-30 Thread vaibhav jain
Hi kiran, I tried as you told me but it is not working. i am also trying import com.google.gwt.user.cellview.client.DataGrid; import com.google.gwt.user.cellview.client.DataGrid.Resources; public interface CustomDataGridResources extends Resources {

Re: Apllying CSS in DataGid in GWT2.4

2012-01-30 Thread vaibhav jain
exact exception is java.lang.RuntimeException: Deferred binding failed for 'com.google.test.client.CustomDataGridResources' (did you forget to inherit a required module On Tue, Jan 31, 2012 at 12:18 PM, vaibhav jain vaibhav12j...@gmail.comwrote: Hi kiran, I tried as you told me

What is the use of Editor Frame work while binding data into the Data Grid

2012-01-30 Thread Qrunk
Hi Thomas, What is the use of Editor Frame work while binding data into the Data Grid, as we cant achieve cell level binding. https://groups.google.com/forum/#!topic/google-web-toolkit/UFAMKck9Vdo If we are only maintaining the changes then whats the use of Editor Framework here ??? Please

[gwt-contrib] SuggestBox styling?

2012-01-30 Thread dflorey
There is no easy way to change the stylename of the suggest box popup and as such there is no (easy) way to use multiple suggest boxes with differently styled popups. It would be nice to have a setPopupStyle() method or some implicit logic changing the popup style according to

Re: [gwt-contrib] Re: LinkedHashMap.clone()

2012-01-30 Thread John Tamplin
On Sat, Jan 28, 2012 at 12:07 PM, Irfan Adilovic irfanadilo...@gmail.comwrote: I would like to submit unit tests that test the fixes, but I cannot bring the tests to fail with the unfixed version of LinkedHashMap (and LinkedHashSet, which is affected in the same way, btw). try {

[gwt-contrib] Avoid Java bottleneck by using explicit Charset for byte[] - String conversions. (issue1632803)

2012-01-30 Thread rdayal
Reviewers: Jason Terk, tbroyer_gmail.com, skybrian_gmail.com, Description: Avoid Java bottleneck by using explicit Charset for byte[] - String conversions. Repost of Rietveld issue 158803. Patch By: Jason Terk Please review this at http://gwt-code-reviews.appspot.com/1632803/ Affected files:

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[] - String conversions. (issue1632803)

2012-01-30 Thread rdayal
http://gwt-code-reviews.appspot.com/1632803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Avoid Java bottleneck by using explicit Charset for byte[] - String conversions. (issue1632803)

2012-01-30 Thread rdayal
On 2012/01/30 22:31:09, rdayal wrote: http://gwt-code-reviews.appspot.com/1632803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Working CodeSplitter2. (issue1631803)

2012-01-30 Thread Alan Leung
Hey Ray, how do you feel about the CL at a higher level? I'd like to check this in sometimes this week so internal teams can experiment with it. This should not break anyone who doesn't have -XfragmentMerge anyways. -Alan On Wed, Jan 25, 2012 at 4:00 PM, acle...@google.com wrote: Reviewers: