Re: when i am using this code it gives error

2011-06-07 Thread Neha Chandra
i am not getting the right way to inherit in the main module.It throws exceptions. -- 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/-/M05tNi1OOGkw

Re: Maps and requestfactory

2011-06-07 Thread agi
hello arif, I think you cannot send map with request factory.. there is an issue for this feature http://code.google.com/p/google-web-toolkit/issues/detail?id=5524 click star if you also need it :) greetings, agi On Jun 8, 3:47 am, arif wrote: > Hello fellow GWTers, I recently started transiti

Questions on 'Static Analysis' of the Client-End Java Source code.

2011-06-07 Thread Ganesh R
Team, Would it add value to statically analyze the Java Source code (that eventually gets compiled into Javascript) ? If yes, please do recommend static analyzers for GWT Java source code. If no, please do add a comment on why it does not add value. We do understand that the generated javascript

Error while using import Java.net.url

2011-06-07 Thread riyaz ahmed
Hi, I am trying to fetch data from a url using java package java.net.URL, I have added this line to the gwt.xml When compiling the project it get this error Loading inherited module 'java.net.URL' [ERROR] Unable to find 'java/net/URL.gwt.xml' on your classpath; could be a typo, or maybe yo

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-07 Thread IQBAL YUSUF
Thanks. -- 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/-/VXlMQkR3cGEzWVlK. To post to this group, send email to google-web-toolkit@googlegrou

Maps and requestfactory

2011-06-07 Thread arif
Hello fellow GWTers, I recently started transitioning from GWT rpc to requestfactory. However, the major roadblock for me is transferring Map types (java.util.Map) as return type for requests. I have data model that contains Map object. Is there a workaround to this issue? Or storing Map in a GAE i

Re: @ProxyFor confusing GWT Designer

2011-06-07 Thread David Chandler
Hmmm, could you please attach the error report from the GWT Designer screen that gives you this error? As a workaround, you can try @ProxyForName instead with the fully-qualified classname instead of a reference to the class itself. /dmc On Tue, Jun 7, 2011 at 9:52 PM, Victor Lewis wrote: > I

@ProxyFor confusing GWT Designer

2011-06-07 Thread Victor Lewis
I am using App Engine 1.5, GWT 2.3 all in Eclipse 3.6. I have a project with a server side class named domain.Hangout. I have a RequestFactory proxy for it called shared.HangoutProxy. The GWT compiles just fine for this project but when I try to launch Designer it complains that when parsing

Re: Referenced Projects for GWT

2011-06-07 Thread Juan Pablo Gardella
I suppose you want use in client side this classes. You must "modularizate" your jar. See in the gwt-user.jar how you can do this. See in GWT tutorial for more information. When you "modulari

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-07 Thread Alain Ekambi
I just added a demo of the VideoDisplay component http://www.gwt4air.appspot.com/#mx.controls.VideoDisplay You can check the source to see how it works. Best, Alain 2011/6/7 Alain Ekambi > > Hi Yusuf, > Thank you. > The *mx.controls.VideoDisplay* should work without any problem. If there > is

Re: Overnight chrome extension with gwt: Gmail Instant Browsing

2011-06-07 Thread Alain Ekambi
works great thank you 2011/6/7 Gal Dolber > Google forgot the sharing part of the chrome store. > Try this link: > https://chrome.google.com/webstore/detail/fpjmoncpngjdjjmdehlfcljjpmfhkpja?hl=en > > > On Tue, Jun 7, 2011 at 11:49 AM, Alain Ekambi > wrote: > >> Error Unknow application >> >> 20

Re: Generics in deferred binding

2011-06-07 Thread Adolfo Panizo Touzon
Hello, I think what you wanted to explain is this: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/b43716c6b0cb2d62?pli=1 >From what I see, is about building a sub-interface for ea

Re: GWT and WebGL

2011-06-07 Thread A. Stevko
Quick search turned up http://code.google.com/p/gwtgl/ On Tue, Jun 7, 2011 at 1:19 PM, Alberto Franco wrote: > Hi to everybody, I'm new to the group so I don't know if there are > other posts on the topic (I've made a quick search but i didn't found > anything).

Upgrade GWT 1.7 to GWT 2.3

2011-06-07 Thread Rajesh Waran
Please share any experience regarding the upgrade. -- 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 google-web-toolkit+

GWT and IBM WebSphere Portal Server

2011-06-07 Thread Gavin Siller
Hi, I am wondering if there any plans to make integrating GWT into WebSphere Portal (and any other JSR-286 compliant Web Portal) more standardized (much like the JSF portlet bridges out there)? Are there any best practices, patterns, documentation in this regard? (I cannot find much on the topic

Re: Insert addthis button in GWT project

2011-06-07 Thread Kris
Did you try putting this in the main HTML file and toggling it via GWT. -- 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/-/dGloenZlc01IXzhK. To po

Referenced Projects for GWT

2011-06-07 Thread Olli
Hi all, I'm just doing my first developments with the GWT I'm using Eclipse with the plugin. The first typically "Hello World" example works fine and did some tests with RPC. Now I want to use an other project as reference. In this project I have some implementation of business logic already

GWT and WebGL

2011-06-07 Thread Alberto Franco
Hi to everybody, I'm new to the group so I don't know if there are other posts on the topic (I've made a quick search but i didn't found anything). I have seen that there are few WebGL bindings for GWT but will Google support WebGL inside the official GWT SDK? Since Google is in the team behind Web

Create own WYSIWYG-Editor (like RichTextEditor): Problems to get selection

2011-06-07 Thread Cornelius
Hi! I want to create my own Editor with GWT. Unfortunately, I am not very familiar with JavaScript but in Java. I've started as follows: I've created a class TextArea that extends FocusWidget. As element I've set a DivElement. Than I've set contentEditable true (getElement().setPropertyString("co

Re: Problems using RequestFactory

2011-06-07 Thread Thomas Broyer
On Tuesday, June 7, 2011 9:56:10 PM UTC+2, Ryan McFall wrote: > > For others who might see this message, I quickly discovered my > problem. In the TagRequest class (which extends RequestContext), the > method getTags is declared to return a List. That should have > been List, as ITag is the

Re: Problems using RequestFactory

2011-06-07 Thread Thomas Broyer
On Tuesday, June 7, 2011 6:30:01 PM UTC+2, Hilco wrote: > > On 6 June 2011 11:02, Ryan McFall wrote: > > @ProxyFor(Tag.class) > > public interface ITag extends EntityProxy { > >public boolean isPublic (); > >public void setPublic (boolean isPublic); > > I'm guessing these might b

Re: Regular expression working in development mode but not in compiled code

2011-06-07 Thread Thomas Broyer
I don't know if it's related, but you should IMO rework your regexp slightly to add "determinism": the regexp process might have a hard time "choosing" whether an alphanum should continue to match the first [a-zA-Z0-9]+ or or be considered as a "no hyphen" case and match the second one: you need

Re: How to set background color for button?

2011-06-07 Thread Ryan McFall
I believe you need to make sure that the rule in which you are eliminating the background-image has a higher CSS priority than the default one. The rule for the default push-button which is setting the background-image contains two class selectors, making it higher priority than the rule you've wr

howto make line symbols other then squares in GWT charts

2011-06-07 Thread Armishev, Sergey
Hi, In all GWT charts examples I see only square symbols on line graphs. Can I setup circle or triangle instead? -Sergey _ This electronic message and any files transmitted with it contains information from iDirect, which may be privilege

Re: Problems using RequestFactory

2011-06-07 Thread Ryan McFall
For others who might see this message, I quickly discovered my problem. In the TagRequest class (which extends RequestContext), the method getTags is declared to return a List. That should have been List, as ITag is the interface which extends EntityProxy. The error message seems to indicate to m

Regular expression working in development mode but not in compiled code

2011-06-07 Thread Prashant
Hi, I am using following regular expression /|(/[a-zA-Z0-9]+[-]?[a-zA-Z0-9]+)+ it is working fine when I test it in development mode but when I compile the code and use the compiled code for testing, it will not work any idea how do I fix it ? -- You received this message because you are

Re: JSON Illegal token error

2011-06-07 Thread Kathiravan Tamilvanan
The problem is occuring due to the pojo field extendDir which is a "char". And the value in the json array is "extendDir":R. Isnt this supposed to be a single character string like "extendDir":"R". Is this a Bug? Any ideas? -- You received this message because you are subscribed to the Google

R: Re: Huge data slowing down Celltable

2011-06-07 Thread federico
are you sure that the bottleneck is the display of the data?? if you are making rpc calls to get the 8000 data to display the critical poit could be the rpc deserialization. try to create random data on the client to check this. -- You received this message because you are subscribed to the Goo

JSON Illegal token error

2011-06-07 Thread Kathiravan Tamilvanan
When i try to use requestfactory to retrieve a POJO from server side, i get this error. How do we debug this? The json returned from the server is the following {"O":[ {"P": {"primaryKey":"2000", "ampliconLength":94, "assayNumber":"1", "dnStrmSnpCapturePrimerTag":"ACGTTGGATG", "downStreamSnpCa

Re: Project wizard creates a completely different MVP project from the what it has in the docs.

2011-06-07 Thread Deanna Bonds
Spring Roo will also do this. It comes built in to the SpringSource Tool Suite - built from eclipse. -- 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-too

Re: Reflection && Class Generator

2011-06-07 Thread Honza Rames
Ok, a little bit of delay but finally I managed to create the project here: http://code.google.com/p/gwt-rtti/ -- Honza Rames On 2 čvn, 15:35, Honza Rames wrote: > OK, I'm making some preparations to release it on Google Code. I'll > post all the info there (I mean what it can >  and cannot do a

Interested in helping a research study on Eclipse?

2011-06-07 Thread Mohsen Vakilian
Hi I'm Mohsen, a PhD student working with Prof. Ralph Johnson at the University of Illinois at Urbana-Champaign (UIUC). Ralph is a co- author of the seminal book on design patterns (GoF) and his research group has a history of important contributions to IDE's. Our team [1] is studying how develop

Re: Huge data slowing down Celltable

2011-06-07 Thread leela c
Thanks for the suggestions. 8000 is the max limit for the data in our case. Though this is not a practical scenario, we just thought of handling the worst case. We wanted to identify if the problem was in our coding or if Celltable has some issue with such large data. As John suggested I would tr

Rewriting a JUnit test suite from JUnit 3 to JUnit 4

2011-06-07 Thread Bob
http://code.google.com/webtoolkit/doc/latest/DevGuideTesting.html#DevGuideJUnitCreation Section: Combining TestCase classes into a TestSuite. I am new to this!!! I am upgrading the StockWatcher tutorial to junit 4 (that all went fine). I want to add a test suite, like below. I believe below

Re: Not able to commit changes to google code, eclipse plugin keep asking for password even if I am already logged in.

2011-06-07 Thread Prashant
older version used to work fine for me ... is there any way to downgrade to older version ? On Mon, Jun 6, 2011 at 12:32 PM, Prashant wrote: > anyone ? > > On Mon, Jun 6, 2011 at 12:39 AM, Prashant wrote: > >> Hi, >> >> Since last eclipse plugin update (few days back) I am not able to commi

Re: Problems using RequestFactory

2011-06-07 Thread Hilco Wijbenga
On 6 June 2011 11:02, Ryan McFall wrote: > I am migrating an application which used Gilead as the go-between > between Hibernate and GWT to use RequestFactory.  I am having a > problem where the RequestFactoryGenerator doesn't want to generate a > RequestFactory for my service.  The error I see in

Re: Codesplitting and ``If-Modified-Since`` Header

2011-06-07 Thread David Chandler
Thanks, Andi. Please report a bug against xsiframe and we'll look into it. /dmc On Tue, Jun 7, 2011 at 10:10 AM, pansen wrote: > Hey David, > > thanks for your answer. I took a look again and: yes - all response > headers reach the browser as expected. > > Today I switched our production setup

Re: Overnight chrome extension with gwt: Gmail Instant Browsing

2011-06-07 Thread Gal Dolber
Google forgot the sharing part of the chrome store. Try this link: https://chrome.google.com/webstore/detail/fpjmoncpngjdjjmdehlfcljjpmfhkpja?hl=en On Tue, Jun 7, 2011 at 11:49 AM, Alain Ekambi wrote: > Error Unknow application > > 2011/6/7 Gal Dolber > >> Here is a small extension I did last ni

Re: JUnitCreator not found

2011-06-07 Thread Bob
Ok, my bad, it looks like in 2+ it is part of webAppCreator. -- 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/-/NHlXT1lRMHpVcTBK. To post to this g

StockWatcher - reading the error in Junit test Eclipse Failure Trace

2011-06-07 Thread Bob
http://code.google.com/webtoolkit/doc/latest/tutorial/JUnit.html On the Junit testing part of StockWatcher tutorial. As instructed, I have introduced the bug indicated and the test case fail. But, I don't follow how to read the Eclipse Failure Trace (lower left corner of IDE). Specifically, f

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-07 Thread Alain Ekambi
Hi Yusuf, Thank you. The *mx.controls.VideoDisplay* should work without any problem. If there is any issue please let me know. But remember is a very primitive UI Component. Even Adobe does not use it :) . The spark.components.VideoPlayer

Re: GWT meets Adobe Flex: gwt4air 2.1 is here !

2011-06-07 Thread IQBAL YUSUF
You rock Alain... awesome project.. I'm glad that you thought --> "I wanted a more simpler solution where one will only programm in Java like any GWT project." ... Great thinking Now I'm going to play with Flex component since I can do it from Java GWT. I'm specially interested to use *"** m

Re: Huge data slowing down Celltable

2011-06-07 Thread Alain Ekambi
8000 rows ??? If that s the requirement then maybe you should revisit the requirement instead of trying to implement something like displaying 8000 rows at once. Who is able to process 8000 rows of data at once? 2011/6/7 John LaBanca > 8000 rows is too many to display at once. Even a HTML fil

Re: Project wizard creates a completely different MVP project from the what it has in the docs.

2011-06-07 Thread Murat Yener
Hi Nigel, We had built an eclipse plugin which generates all the necessary files and entry points and reorganizes the project in to mvp structure. The plugin also has a feature "create new page" which lets asimply right click to generate all mvp counterparts (view, presenter, model) and registers

Re: Overnight chrome extension with gwt: Gmail Instant Browsing

2011-06-07 Thread Alain Ekambi
Error Unknow application 2011/6/7 Gal Dolber > Here is a small extension I did last night: > https://chrome.google.com/webstore/detail/fpjmoncpngjdjjmdehlfcljjpmfhkpja > I love the new twitter app on ipad, in special the internal browser, so I > copied it to work on gmail. > Enjoy! > > -- > Guit

Overnight chrome extension with gwt: Gmail Instant Browsing

2011-06-07 Thread Gal Dolber
Here is a small extension I did last night: https://chrome.google.com/webstore/detail/fpjmoncpngjdjjmdehlfcljjpmfhkpja I love the new twitter app on ipad, in special the internal browser, so I copied it to work on gmail. Enjoy! -- Guit: Elegant, beautiful, modular and *production ready* gwt appli

Re: Doubt on google analytics integration with gwt app

2011-06-07 Thread IQBAL YUSUF
Awesome work guys -- 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/-/V1pWblJlY0VIMkVK. To post to this group, send email to google-web-toolki

Re: Huge data slowing down Celltable

2011-06-07 Thread John LaBanca
8000 rows is too many to display at once. Even a HTML file probably take a while to load, and the scrollbars become almost unusable because you don't have the fidelity to narrow in on a row. The slow script warning happens when you block the UI for too long (sometimes measured in seconds, other t

Re: Generics in deferred binding

2011-06-07 Thread Adolfo Panizo Touzon
Ok. I understand. But when you said "*declare a sub-interface that "binds" the type parameters *". Can you show me a simple example?? I don´t know the way to create a one generic sub-interface (create one interface for each type is simple, but one generic interface to bind all the types...¿?). T

Re: Codesplitting and ``If-Modified-Since`` Header

2011-06-07 Thread pansen
Hey David, thanks for your answer. I took a look again and: yes - all response headers reach the browser as expected. Today I switched our production setup back from ``xsiframe`` to ``xs`` linker which solves the issue. This seems to be a good solution as ``xsiframe`` is only necessary for develo

Re: Request cancel

2011-06-07 Thread Juan Pablo Gardella
Use timers to close connections, or better use a pool and forget to close connections. 2011/6/7 jeroni > Can the Request.cancel() from the client-side be caught on the server > side? > > I've got a database connection from a pool that must be freed before > cancelling the request. > > try { >

Re: Huge data slowing down Celltable

2011-06-07 Thread Juan Pablo Gardella
Wow ! how many rows!!! In IE is very slow. Very rarely requirement, is better to generate an excel file. I think with GWT at now is impossible to do fast. I think you must generate a html file in server side and then displayed. Juan 2011/6/7 Leela > Hi, > > I'm using GWT 2.2. We have requiremen

Re: Example with EventBus/MVP

2011-06-07 Thread Juan Pablo Gardella
See this thread and you can see this sample Juan 2011/6/6 joel > Where is a good example, something more than Hello World that shows > proper i

Re: GWT SEO

2011-06-07 Thread Christian Goudreau
Just one word, the crawler service and client in GWTP can be use as a standalone module by itself in any project, You can see what it needs here: http://code.google.com/p/gwt-platform/wiki/DependencyHierarchy and download the separated jars here: http://code.google.com/p/gwt-platform/downloads/de

Re: Shortcomings in Places

2011-06-07 Thread Thomas Broyer
On Tuesday, June 7, 2011 3:05:10 PM UTC+2, Drew Spencer wrote: > > I was on your blog earlier Thomas and I did bookmark it :) , but I feel > like I need to learn MVP properly first. I managed to kinda adapt the first > MVP tutorial ( > http://code.google.com/webtoolkit/articles/mvp-architecture

How can I trap an "Unrecognized command for client"?

2011-06-07 Thread J.O.
I try to make an application using GWT and Eclipse. Everything works ok, when I run the stuff in Eclipse, the server is started on 127.0.0.1:9997 and it responds to requests produced by my Chrome browser and so on. If some other web client try to connect to this URL (127.0.0.1:9997), by, say, doin

Re: GWT SEO

2011-06-07 Thread Daniel
Thanks for your reply. However, for already coded projects it might be hard to add yet another framework. Isn't it possible to use that crawlerservice URL just with a regular GWT app? And then just the crawlerservice app is written with GWTP. Oh and @maq: sorry for asking questions here in your

Example with EventBus/MVP

2011-06-07 Thread joel
Where is a good example, something more than Hello World that shows proper implementation with current GWT "thinking" ie. EventBus and MVP, etc. J -- 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

loading GWT module from applet fails half-way through

2011-06-07 Thread imueller
Hello, in my project I need to do some bootstrapping which is done best with a Java applet. Therefore, the GWT module needs to be loaded by the applet using Javascript by calling the below function with the name of the xx..nocache.js file: function load(filename, filetype)

Insert addthis button in GWT project

2011-06-07 Thread Ahmed
Hello, i want to add addthis button to my GWT project, i ve tried script of adthis.com in http://jsfiddle.net/ and it works but when i try to add html in HTML widget or HTMLPanel widget, there is nothing displayed here is the addthis-button code: http://s7.addthis.com/js/250/ addthis

Re: GWT SEO

2011-06-07 Thread Daniel
As far as I know there isn't anything else you can do, except for the official google ajax solution you mentioned: http://code.google.com/web/ajaxcrawling/docs/getting-started.html I'd be very interested in this, too;) Also I'm thinking: If I provide very simple html pages of the GWT content fo

MultiWordSuggestOracle without automatic sorting?

2011-06-07 Thread Daniel
Hi, I'm using a MultiWordSuggestOracle together with a SuggestBox to display auto suggestions. I add the suggestions with the MultiWordSuggestOracle.add() function. I have my suggestions sorted via relevance. However, the oracle sorts them alphabetical. Is there a way to disable this? I alread

Re: Please provide update Eclipse plugin for 3.7 aka Indigo

2011-06-07 Thread NLH
Are there any news on progress of the 3.7 (Indigo) support? Hope it comes soon, have 3.7 and can't use the Google Web Toolkit therefore... bad :( On 21 Apr., 17:55, David Chandler wrote: > We'll be working on Eclipse 3.7 support after we finish the GWT 2.3 release > now in process. > > /dmc > > O

Problems using RequestFactory

2011-06-07 Thread Ryan McFall
I am migrating an application which used Gilead as the go-between between Hibernate and GWT to use RequestFactory. I am having a problem where the RequestFactoryGenerator doesn't want to generate a RequestFactory for my service. The error I see in the Development Mode console is: [ERROR] [survey

OutlineView Widget

2011-06-07 Thread joel
I'm looking for a GWT widget like this one: http://www.manytricks.com/sandbox/cocoadev/animatedcustomoutlinecell.png I'm also looking to add another "column" to display a date, I do need the numbers and dates lined up. How would you build this? A TreeGrid would be an obvious choice, but I don't s

MultiWordSuggestOracle: disable auto sorting

2011-06-07 Thread Daniel
Hi, I'm using a MultiWordSuggestOracle together with a SuggestBox to display auto suggestions. I add the suggestions with the MultiWordSuggestOracle.add() function. I have my suggestions sorted via relevance. However, the oracle sorts them alphabetical. Is there a way to disable this? I already tr

P2P Video/Text Chat

2011-06-07 Thread moa-code
Hi, Is it possible to implement this using GWT? Are there any examples? I've had a look and can't see much, other than flash based solutions. -- 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-we

Request cancel

2011-06-07 Thread jeroni
Can the Request.cancel() from the client-side be caught on the server side? I've got a database connection from a pool that must be freed before cancelling the request. try { ...database stuff. } catch (SQLException e) { ...error handling here } finally { Dat

Huge data slowing down Celltable

2011-06-07 Thread Leela
Hi, I'm using GWT 2.2. We have requirement to display huge data (around 8000 rows and 20 columns) in Celltable. The celltable is placed within a ScrollPanel to scroll the data. We are not using pager. Following javascript is displayed " Stop running this script? A script on this page is causing

TileLayerOverlay GetTileUrl notworking

2011-06-07 Thread wizdev
Hello Guys, I am using the following code to add a tile overlay to the map. I have my own custom tilelayer ( which has its own gettileurl function). MyTileLayer TileLayer = new MyTileLayer(myCopyright, nMinZoom, nMaxZoom); TileLayerOverlay tlo = new TileLayerOverlay(TileLay

Re: Generics in deferred binding

2011-06-07 Thread Magno Machado
Here's an exemple: https://bitbucket.org/magnomp/gwtpower/wiki/CellTableColumns However, as Thomas already said, you can't inspect the generic arguments passed directly into GWT.create(). That is, given: GWT.create(Foo.class), you can't

Re: Shortcomings in Places

2011-06-07 Thread Drew Spencer
I was on your blog earlier Thomas and I did bookmark it :) , but I feel like I need to learn MVP properly first. I managed to kinda adapt the first MVP tutorial (http://code.google.com/webtoolkit/articles/mvp-architecture.html) to use my objectify data, but I just hated the fact that i needed so

Re: Aw: SimpleEventBus example?

2011-06-07 Thread Broc Seib
Jens, Excellent example -- thank you. The key points I needed were: 1) I must define my handler as an interface, not a class (I finally did figure that one out -- whoops!) 2) I don't need to subclass GwtEvent.Type<> 3) I can define everything inside a single Event subclass, nice clean and

DateTimeFormat formatting differs

2011-06-07 Thread richie
Hi, i ' m facing a strange behaviour when i m formatting dates with the gwt- DateTimeFormat. Only for some dates (for example 06.05.1039) the days are formatted wrong. It also edpends on the environment i am running my application: On Jetty (windows) the dates a formatted correctly - on jboss (u

Re: Generics in deferred binding

2011-06-07 Thread Thomas Broyer
You can't (because generics in Java are a bit, er, "limited"); you'll have to declare a sub-interface that "binds" the type parameters. That's the reason you have to declare non-generic interfaces extending UiBinder, SimpleBeanEditorDriver/RequestFactoryEditorDriver, or PlaceHistoryHandlerWithF

Re: Shortcomings in Places

2011-06-07 Thread Thomas Broyer
(shameless plug) not a tutorial per se, but for the overall concepts of places and activities (which I reiterate have not much to do with MVP), see: - http://tbroyer.posterous.com/gwt-21-places - http://tbroyer.posterous.com/gwt-21-places-part-ii - http://tbroyer.posterous.com/gwt-21-act

Aw: Re: Issue in method anonymous class in GWT

2011-06-07 Thread Jens
You only have a problem if you use GWT.runAsync in your method. If so, everything that is inside the RunAsyncCallback.onSuccess method will be downloaded as a separate javascript file once your app reaches this point. The download will happen in parallel/async in production mode. In dev mode

Re: GWT SEO

2011-06-07 Thread Qiang Ma
Thanks Alain being a good advocate for a good project :) I will check it out (perhaps secretly peeking at the source code too :) -maq On Tue, Jun 7, 2011 at 6:38 AM, Alain Ekambi wrote: > I cant tell. > I never really worked on GWT SEO. > But i think you will never regret a depency to GWTP >

Re: Issue in method anonymous class in GWT

2011-06-07 Thread ankit
Jens if u can show me some example of GWT.runAsync regarding this problem..then it wud be great help to me..im still stuck in this maze field On Jun 7, 3:35 pm, ankit wrote: > Jen if u can show me some example of GWT.runAsync regarding this > problem..then it wud be great help to me..im still stu

Re: Issue in method anonymous class in GWT

2011-06-07 Thread ankit
Jens if u can show me some example of GWT.runAsync regarding this problem..then it wud be great help to me..im still stuck in this maze field On Jun 7, 3:35 pm, ankit wrote: > Jen if u can show me some example of GWT.runAsync regarding this > problem..then it wud be great help to me..im still stu

Re: Action on a ImageResourceCell

2011-06-07 Thread Jambi
Works ;) thanks a lot! On 1 Jun., 15:49, Sydney wrote: > See my implementation:http://pastie.org/2003461http://pastie.org/2003467 > > The call to add the column: > >         // Remove Bet Column >         ClickableImageResourceCell removeCell = new > ClickableImageResourceCell(); >         Column

Re: GWT SEO

2011-06-07 Thread Alain Ekambi
I cant tell. I never really worked on GWT SEO. But i think you will never regret a depency to GWTP Phillipe and the others members have made a great job with the library. It s worth a try :). 2011/6/7 Qiang Ma > Thanks Alain. > Wonder if there is a way that I don't need create a new dependen

Re: GWT FileSystem Implementation

2011-06-07 Thread Alain Ekambi
There you go http://code.google.com/p/lib-gwt-file/ 2011/6/7 Allahbaksh > HI, > Are there any GWT project which wrap around FileSystem API > http://dev.w3.org/2009/dap/file-system/pub/FileSystem/. > Is there any plans to implement the same in next release of GWT. > Regards, > Allahbaksh Mohamme

Re: GWT SEO

2011-06-07 Thread Qiang Ma
Thanks Alain. Wonder if there is a way that I don't need create a new dependency (3rd party code)? Thanks! -maq On Tue, Jun 7, 2011 at 2:28 AM, Alain Ekambi wrote: > Maybe you can have a look at GWTP ? > http://gwtplatform.com > > > > 2011/6/7 maq > >> Hi, >> >> Does any one have a good tuto

Re: Generics in deferred binding

2011-06-07 Thread Adolfo Panizo Touzon
Before you ask a question. If you don´t mind, show me a class that implements the interface Columns, and the corresponding call GWT.create ("class that implements Columns"); My specific question is I don´t know the form to assign the genereic type to the interface [interface colums] How can I spe

Re: GWT FileSystem Implementation

2011-06-07 Thread Alain Ekambi
I think somebody started a project like this sometimes ago but i cant remember. You might want to google that :) But the File API is still in early stage dough. Maybe it will make it to GWT when it s stable good enough. 2011/6/7 Allahbaksh > HI, > Are there any GWT project which wrap around Fi

Re: Aw: Re: UiBinder and Editors

2011-06-07 Thread gadev
Jens this is sort of what I am doing now, I have placed holders for the forms in Uibinder files and then programmatically I add the form onto the placeholder. My goal though is to avoid that boilerplate code and pre/post procesing and declare the forms using Uibinder. I use UiBinder to declare

GWT FileSystem Implementation

2011-06-07 Thread Allahbaksh
HI, Are there any GWT project which wrap around FileSystem API http://dev.w3.org/2009/dap/file-system/pub/FileSystem/. Is there any plans to implement the same in next release of GWT. Regards, Allahbaksh Mohammedali Asadullah -- You received this message because you are subscribed to the Google G

Re: Shortcomings in Places

2011-06-07 Thread Drew Spencer
Hey coders, This might not be the best place to ask, but you all seem to be rather experienced in this 2.1 style MVP structure. I am currently tearing my hair out trying to learn MVP. I went through the contacts.zip example and the new 2.1 style one with Activities and Places. The problem for

Re: when i am using this code it gives error

2011-06-07 Thread vinayak kulkarni
Whatever may be the name of the jar. But, it is the parent directory of the Class Name.ie. where exactly "ContactEntry" resides. Similarly,it has to be done for all the beans which are used from client side. On Tue, Jun 7, 2011 at 4:24 PM, Neha Chandra wrote: > i have "ContactsExample" named j

Re: when i am using this code it gives error

2011-06-07 Thread Neha Chandra
i have "ContactsExample" named jar file is it ok? -- 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 google-web-toolkit+u

Aw: Re: UiBinder and Editors

2011-06-07 Thread Jens
Sounds like you want a custom TextBox (that can act as an editor) that can show an additional descriptive message if it does not has any text. Basically a transparent TextBox and a Label behind it. The label will be shown if no text is in the TextBox and the TextBox has no focus. Once it is foc

Re: UiBinder and Editors

2011-06-07 Thread Magno Machado
You can different views for these two situations, or you can have all fields on the view and programaticaly hide the ones you don't want the user to see On Tue, Jun 7, 2011 at 7:23 AM, gadev wrote: > Apologies if I haven't explained myself properly. > > Take for instance a form of the like: > > F

Re: Issue in method anonymous class in GWT

2011-06-07 Thread ankit
Jen if u can show me some example of GWT.runAsync regarding this problem..then it wud be great help to me..im still stuck in this maze field On May 26, 1:48 pm, ankit wrote: > Thanks Jen...if u can give me some example of GWT.runAsync...then it > wud be little helpful to me > > On May 24, 2:13 pm

Re: Generics in deferred binding

2011-06-07 Thread Magno Machado
Check out what I did here https://bitbucket.org/magnomp/gwtpower/src/76014ca46007/src/main/java/org/gwtpower/celltable/columns/rebind/ColumnsGenerator.java I think wha

GWT on Netfront? (PS3/PSP/And the new Nintendo 3DS Browsers...)

2011-06-07 Thread darkflame
Anyone got GWT to run on Netfront browsers? I found a few messages from 2009, and you seem to have to trick gwt into thinking the user-agent is for something else as theres no explict support - however the best way to do this and what browser is the closest match seems a open question. Anyone had a

Re: UiBinder.useSafeHtmlTemplates

2011-06-07 Thread Thomas Broyer
com/google/gwt/uibinder/UiBinder.gwt.xml in the gwt-user.jar, this is the module you use when you If you want to set the value, simply put this line in *your* gwt.xml: -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discus

Re: UiBinder and Editors

2011-06-07 Thread gadev
Apologies if I haven't explained myself properly. Take for instance a form of the like: Firstname LastName Description Jobtitle When User A is editing or viewing his profile the form will me displayed in full, all fields and if some are empty will be displayed with default text. However, the u

Re: UiBinder and Editors

2011-06-07 Thread vinayak kulkarni
With editors, there is no loss of control on what is added to the view. with editordriver.edit(), we map beans with views. with editordriver.flush(), the values present in the view will be flushed back to the beans. We can flush it on whichever event we can. Where is the question of control get

Re: when i am using this code it gives error

2011-06-07 Thread Neha Chandra
yes i included all the jar files in lib folder as well as it is in the build path. -- 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, se

  1   2   >