Re: GXT layout VS CSS layout

2011-01-11 Thread Giuseppe La Scaleia
I use gxt 2.0 to build a Web Gis Application and i have no problem with layout using gxt component and its layout. Great library with its Controllers and Dispatcher to notify changes of statein the application life cycle. aspect Version 3.0. Regards Giuseppe 2011/1/10 Flori > You should build yo

Re: Defining ChangeHandler in a Hidden Widget

2011-01-11 Thread Kevin
Thak you very much Thomas for your help. I didn´t really know that "hidden" part of the input elements. :-) Thank you, Kevin. -- 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-tool...@google

GWT sometimes reinventing the wheels

2011-01-11 Thread Aladdin
First I wanna say that I love GWT. But I feel that GWT sometimes reinvent the wheels or try to create new tools that we need to relearn instead of relaying on Java & other Java's open source projects. UiBinder and I18N. Java already has a Resource Bundle feature. I think Google is confused about

Re: Controlling the loaded object graph when using EntityProxy instances with latest RequestFactory feature

2011-01-11 Thread Jan Swaelens
Hello David, There are about 15 of these complex data types, new ones are only added once in a blue moon which means that adding a value proxy when that happens is no big deal. I am fine with writing a proxy for all of our data types, no problem there. The 'issue' that I am trying to get aroun

WindowBuilder Pro for eRCP ?

2011-01-11 Thread Michael Hüttermann
Hello, what is the recommended way to use WindowBuilder Pro for eRCP applications e.g. telling the tool which toolkit to use? Is this the right group? The WindowBuilder Pro product site is referencing this community. Thank you. Regards Michael -- You received this message because you are sub

Re: GWT sometimes reinventing the wheels

2011-01-11 Thread Paul Robinson
GWT translates your java source into javascript. That means that your GWT java isn't "true" java, and there are things you just cannot do because at the end of the day, it has to work in javascript. The use of many third party java libraries is precluded by the javascript translation because th

Re: Trying to get htmlunit to run. Keep getting "Did you forget to inherit the required module". I can't find a .gwt.xml to inherit from.

2011-01-11 Thread Thomas Broyer
It might be as easy as *not* inheriting GWTTestCase, because obviously HtmlUnit doesn't run in the browser. (note that when running GWTTestCase-s, the JUnitShell automatically generates a gwt.xml files inheriting both your getModuleName() and com.google.gwt.junit.JUnit, so in 99.9% of cases you

Re: Controlling the loaded object graph when using EntityProxy instances with latest RequestFactory feature

2011-01-11 Thread Thomas Broyer
Can't you declare a static field in your proxies listing all such properties, so that you just have to update that constant at the time you add/remove/rename a property? That way, everything is centralized into your Proxy interface. public interface MySessionProxy extends EntityProxy { String

Best pattern for handling app engine datastore errors when using GWT RemoteService

2011-01-11 Thread Jeff Schwartz
What do you think is the best code pattern for servlet and client when dealing with app engine datastore errors using GWT RemoteService? Do you catch the errors in your servlets or do you let them filter down to the client uncaught? Sample code? Thanks in advance. Jeff -- You received this messa

Re: Trying to get htmlunit to run. Keep getting "Did you forget to inherit the required module". I can't find a .gwt.xml to inherit from.

2011-01-11 Thread wrapping
I'm a beginner, so forgive me for not understanding what action to take. So, should I try to add a line to inherit GWTTestCase? Or, should I take out the part "extend GWTTestCase" from my Junit test file? Thank you! On Jan 11, 5:27 pm, Thomas Broyer wrote: > It might be as easy as *not* inheritin

Error in connecting dcm4chee in sever side

2011-01-11 Thread jc
Hi i am developing a dicom image view. I am running a PACS and testing for connection in server side. i get error. I am build the dcm4chee.jar file and dataSetImpl file is also available. if i click the button it will show the connection status, The error are shown in below clear at first time and

Re: Trying to get htmlunit to run. Keep getting "Did you forget to inherit the required module". I can't find a .gwt.xml to inherit from.

2011-01-11 Thread Thomas Broyer
GWTTestCase-s are for using "client code" in your tests. This means your tests will be run either in DevMode or compiled to JavaScript (and either in a real browser or in HtmlUnit, as bundled within GWT's JUnitShell). In your case, you want to use HtmlUnit *within* your test code, so it has to

Re: Controlling the loaded object graph when using EntityProxy instances with latest RequestFactory feature

2011-01-11 Thread Jan Swaelens
I can sure do that, I will be generating the proxy classes anyway which means that I can add the list of properties at that time. Very good suggestion, thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

Hidden RPC parameters

2011-01-11 Thread Paul Stockley
Is there a way to pass additional data with each RPC call that isn't specified in the function parameters? I want to pass a hidden version number with each call so I can check it against the server to ensure the client isn't running a stale version of the program. -- You received this message

Re: Best pattern for handling app engine datastore errors when using GWT RemoteService

2011-01-11 Thread Gal Dolber
I only let pass user-defined exceptions to the client. Best On 1/11/11, Jeff Schwartz wrote: > What do you think is the best code pattern for servlet and client when > dealing with app engine datastore errors using GWT RemoteService? Do you > catch the errors in your servlets or do you let them f

share Maven2+GWT2.1+Spring3+JPA2+Mysql5 project prototype

2011-01-11 Thread Mars Hsu
Hi all, I am a new in GWT, and set up a maven project for gwt+spring+jpa. The project can start in tow mode, Jetty mode: mvn jutty:run, a normal jave ee mode GWT mode: mvn gwt:run, this mode for gwt debug Those days, I keep on working with spring mvn with gwt-rcp, but no any progress. It seems t

Re: GWT sometimes reinventing the wheels

2011-01-11 Thread Gal Dolber
Gwt didn't support java logging since recently, cause some limitations on the compiler. I agree with you on the uibinder + i18n, that could be much simpler. I am using apt on guit to make that simpler (http://code.google.com/p/guit/source/browse/trunk/GuitPlugin/src/guitplugin/I18nProcessor.java?r=

Re: share Maven2+GWT2.1+Spring3+JPA2+Mysql5 project prototype

2011-01-11 Thread 华佗转世
The project had been tested by myself many times. If you meet any problem, when using my project prototype, please let me know. I will try my best to help you.[?] 2011/1/11 Mars Hsu > Hi all, > > I am a new in GWT, and set up a maven project for gwt+spring+jpa. > The project can start in tow mod

quick CellList selection causes iPad to zoom

2011-01-11 Thread jayh
For mobile Safari (iPad/iPhone/iPod) , I’m looking for a way to disable zooming when I double touch on the CellList. If I can't get it at that level, disabling it entirely will be ok, but not preferred. I want to preserve zooming using pinch gestures so setting user-scalable=0 in viewport is not

java.lang.VerifyError: class: com/google/gwt/core/client/Scheduler

2011-01-11 Thread Vishal
hey folks, I just created a new project in Eclipse, GWT using UI binder and when I open the LoginView.ui.xml in Design mode , I get following error. Any ideas? java.lang.VerifyError: (class: com/google/gwt/core/client/Scheduler, method: signature: ()V) Illegal constant pool index -Vishal -- You

CellList alternating row background color

2011-01-11 Thread Mike
So I've got a cell list, and I'd like the cells to have an alternating background color. The best I've been able to figure out thus far has been to inspect the generated page, and add an entry to the stylesheet that matches the class of the generated div. In this case, the class is "GL0PBETBI" fo

Arabic support under GWT

2011-01-11 Thread AD
I am now stepping my first steps in GWT - "Google Web Toolkit" & I have "Arabic language" & RTL support as a MUST requirements? Is there a sample code that covers this? Pls help. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to t

Re: GWT sometimes reinventing the wheels

2011-01-11 Thread Olivier Gérardin
GWT had to do I18N the way it's done precisely because of the constraints imposed by Javascript compilation and the choices made for optimization, in particular the notion of "permutation" which requires that every possible combination of browser and target language is compiled separately. Instead

http error codes in gwt rpc

2011-01-11 Thread Dinesh
I am working with a web application which uses gwt, spring, hibernate. And I am using gwtrpcspring RemoteServiceDispatcher for remote service mapping. Currently if my application throws MyException from any method I want catch that and have to send some http error codes like 402. Based on the excep

GWT Compiler Output and Virus Scanners

2011-01-11 Thread GeeDee
Hi, We've been having some problems with hard-drive thrashing while the GWT compiler is running. I've managed to isolate the cause of the problem to be the virus scanner - disabling its file system protection during the compile cuts the time by 40% and means we can still use other applications at

Problem With DateRangeItem

2011-01-11 Thread Mr. Amit Sharma
Hi Friends, I'm implementing DateRangeItem in my apps my code snapshot is : // some code DateRangeItem dateRangeItem=new DateRangeItem("XYZ"); dateRangeItem.setAllowRelativeDates(true); dateRangeItem.setName("DateRange"); final DateRange dRange=new DateRange(); dRange.setRelativeStartDa

http error codes in gwt rpc

2011-01-11 Thread Din
I am working with a web application which uses gwt, spring, hibernate. And I am using gwtrpcspring RemoteServiceDispatcher for remote service mapping. Currently if my application throws MyException from any method I want catch that and have to send some http error codes like 402. Based on the excep

GWT 2.1 compiler takes 45-50 minutes to compile with multi-language support tags

2011-01-11 Thread Sunil Ramaiah
Hello, I recently added the following tags to support spanish and chinese in our product, with other tags. With these tags, the compiler takes around 45 minutes. If I remove, the compilation time is back to normal. Has anyone faced this problem ? Thanks, Sunil. -- You re

Re: monetize GWT project

2011-01-11 Thread Ganesan
On Jan 8, 8:53 pm, Matthew Hill wrote: > Assuming you're talking about selling your persistence framework, I don't > understand, why can't you sell it yourself? > > I doubt you're going to find a site specifically for selling GWT stuff. A > site for selling libraries/frameworks of any nature is

Widget/Panel collapse using arrow button or bar

2011-01-11 Thread Ice13ill
Hello, I need a simple widget that collapses/hides a panel (or div) and looks something like the google reader hiding bar, or gwt tutorial site (or an arrow button like the new google groups interface or google news). I just need a simple code (with some css styles), not a whole library. Even a jav

deploying gwt application on jetty

2011-01-11 Thread Noor
Can someone help me to place my GWT application on Jetty. I am not using maven. I have libraries in my build path. First I am taking the war folder already exploded and copy it in jetty/ webapps, then in folder context. 1. I have placed a folde named BiddingSystem in folder web apps, it

Re: Hidden RPC parameters

2011-01-11 Thread Ramon Buckland
Hi Paul, Depending on how you have the servlet configured I would embed this into the Servlet URL instead. (that way your API is kind of protected). Use the Constants interface to load the Version from a properties file. -== foo/package/ClientConfiguration.properties ==- version=1.0 -== declare

Re: GWT 2.1 compiler takes 45-50 minutes to compile with multi-language support tags

2011-01-11 Thread Jeff Larsen
What does a "normal" compliation take? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...

Location.getParameter() returns nothing in GWT 2.1

2011-01-11 Thread Daniel
In GWT 2.1, the Location.getParameter("action") returns nothing. But Location.getQueryString() is able to get all the query parameters and had to workaround using the query string. I am using IE 6. Is this a bug in GWT 2.1? -- You received this message because you are subscribed to the Google Gr

Re: GWT Compiler Output and Virus Scanners

2011-01-11 Thread Ben Imp
I've experienced similar issues with virus scanners and developing in general. I've found that just telling the scanner to ignore the eclipse folder and the workspace folder will take care of pretty much everything. -Ben On Jan 10, 12:16 pm, GeeDee wrote: > Hi, > > We've been having some proble

Re: Hidden RPC parameters

2011-01-11 Thread Thomas Broyer
Have a look at the RpcRequestBuilder class. You can use it to, either, tweak the URL (as suggested by Ramon), add a request header, or change the request payload. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, sen

RequestFactory: possible to load the whole object graph

2011-01-11 Thread opn
Hello! I've got entities which got child entities, which can have child entities of themselves. I'm wondering if theres any trick to load more than one level of depth? If someone has done something like that i'd really like to know how it's done. Great work on RequestFactory in general btw.! Tha

Re: GWT + GILEAD OR REQUEST FACTORY?

2011-01-11 Thread Richard Berger
FWIW, I made the switch from Gilead to RequestFactory and was pleased with the outcome. I am sure that both will work fine, but I seem to recall fewer setup/configuration issues with RequestFactory. Gilead is wonderful, but perhaps because RequestFactory is "built-in" it is a little easier to get

Re: Launching dev mode does not overwrite nocache.js

2011-01-11 Thread John Huss
If I run a compile and then run dev mode it will use the compiled version of the app and will never connect to dev mode since it does not overwrite any of the existing files. So there is no error message. I've worked around the problem for now by creating my own main class for dev mode that de

Re: RequestFactory: possible to load the whole object graph

2011-01-11 Thread Thomas Broyer
See: - http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/requestfactory/shared/Request.html#with(java.lang.String...) - http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideRequestFactory.html#relationships

Re: Arabic support under GWT

2011-01-11 Thread Thomas Broyer
Did you see http://googlewebtoolkit.blogspot.com/2011/01/gwt-goes-bidirectional.html ? Also, have a look at http://code.google.com/webtoolkit/doc/latest/DevGuideI18nLocale.html Finally, the Showcase sample is translated to Arabic. -- You received this message because you are subscribed to the

Compiling from Ant - need SDK path

2011-01-11 Thread John Huss
I'm trying to figure out the best (easy) way to do compilation. I figured using the "GWT Compile Project" button would at least be a place to start since that is what it does. But this appears to be pretty much useless because it doesn't allow me to specify the 3rd party libraries that I have,

Re: CellList alternating row background color

2011-01-11 Thread Thomas Broyer
You have to pass your own CellList.Resourcesto the CellList constructor

Embed external Javascript Library (Processing)

2011-01-11 Thread ?mit
I have been playing around with processing.js (http://processingjs.org) and I tried to embed a simple hello world example into a GWT application. However it doesn't work. Nothing is displayed. Everything seems to be fine (javascript library is correctly loaded, canvas elements is in the DOM).

Re: Widget/Panel collapse using arrow button or bar

2011-01-11 Thread Milan Cvejic
What you are looking for is called DisclosurePanel. It is in standard GWT library. Cheers, Milan Cvejic On Jan 11, 3:13 pm, Ice13ill wrote: > Hello, I need a simple widget that collapses/hides a panel (or div) > and looks something like the google reader hiding bar, or gwt tutorial > site (or a

Re: GXT layout VS CSS layout

2011-01-11 Thread shlomico
"The Layout is actually done in Java, and will be compiled to CSS/ JavaScript the same way you can write it by hand, only highly optimized and more predictable behaviour" this tells me you dont know GXT at all and maybe not how GWT layout behave. it is well known that component libraries like

Re: Launching dev mode does not overwrite nocache.js

2011-01-11 Thread Chris Conroy
John, I don't think your diagnosis of the problem is accurate. You may have a problem with your DevMode setup, but you shouldn't need to mess with the compiled output in order to get devmode to work. Are you putting the ?gwt.codesvr fragment in the URL when trying to use DevMode? Are you using a s

UiBinder, designer, spring roo which one

2011-01-11 Thread dreamer
Hi, I am reading documentation and struck at reading as I could not decide which approach is best to develop GWT app. Sure as time goes these things will be streamlined and will be less brain teasing to developers, but for now it is not that clear. Can somebody share their experience when to use

Re: deploying gwt application on jetty

2011-01-11 Thread Y2i
Do you have jetty-???.jar in your jetty/lib? Also, do you start jetty using the command line below? java -jar start.jar etc/jetty.xml On Jan 11, 6:16 am, Noor wrote: > Can someone help me to place my GWT application on Jetty. I am not > using maven. I have libraries in my build path. > > First

Re: UiBinder, designer, spring roo which one

2011-01-11 Thread Ben Imp
Personally, I prefer to use good old option d: None Of The Above. I must disclose that I have, at most, dabbled in those technologies, so you probably shouldn't take too much stock in my opinion. I tend to have a pretty strong bias against generated code of any kind. This likely stems from my .N

Re: GWT + GILEAD OR REQUEST FACTORY?

2011-01-11 Thread George Georgovassilis
Hi Richard, Sorry to hijack this thread (I promise I'll be quiet after that:-). Since I've not yet had the chance to write any code with the RequestFactory, I am still curious about the http payload size. For example, what I didn't like with RPC was that it included the full qualified class names

Re: Arabic support under GWT

2011-01-11 Thread Jim Douglas
Does anyone know what "soon" means in this context? http://googlewebtoolkit.blogspot.com/2011/01/gwt-goes-bidirectional.html "As of GWT 2.2 (to be released soon)" On Jan 11, 7:34 am, Thomas Broyer wrote: > Did you > seehttp://googlewebtoolkit.blogspot.com/2011/01/gwt-goes-bidirectional.html? >

Re: UiBinder, designer, spring roo which one

2011-01-11 Thread Christian Goudreau
Well, each of them can be used together. Designer only let you write UiInterface from a designer point of view, it is compatible with UiBinder and you can edit everything as you like. Right now, my Ui are so light that I don't use Designer. As for roo, it's a code generating tool, you can use it or

Re: Launching dev mode does not overwrite nocache.js

2011-01-11 Thread John Huss
I will investigate some more. Yes, I have the url parameter. I'm not using a strange linker, but I do have a non-standard (non-J2EE) setup (I'm using WebObjects). I'm using Safari. Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

Created project, but there is no Build.xml

2011-01-11 Thread AmaraSat
Hello Everyone, I am working on eclipse until now, until yesterday when ever i create a project, i use to see this file Build.Xml. Modifying this file and including external jars has helped me a lot. But from today whenever i craete a new project, i no longer see Build.Xml file, that file is not

Re: Launching dev mode does not overwrite nocache.js

2011-01-11 Thread John Huss
This is a problem I've had in the past. But now it seems to be working, so that's great. Sorry for bothering you! If I have any issues again, I'll let you know. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Re: RequestFactory: possible to load the whole object graph

2011-01-11 Thread opn
Thx for the reply : ) i've already seen and used the .with! I think i was not exact enough. I've got self referencing entities that can go about 5 steps deep. And i would like to fetch the root entity and all the children. How would you do that? Recursively going through all childs and building the

Re: deploying gwt application on jetty

2011-01-11 Thread Thomas Broyer
Your "context XML" si written for Jetty 6 (org.mortbay.*) but you're using Jetty 7 (org.eclipse.*). But actually, I believe you don't need the context XML at all. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, sen

Re: Widget/Panel collapse using arrow button or bar

2011-01-11 Thread Andrei Cosmin Fifiiţă
I knwi that the header and the inside widget are vertically aligned. I need horizontal align. (something that looks like the HorizontalSplitPanel) On 11 January 2011 18:01, Milan Cvejic wrote: > What you are looking for is called DisclosurePanel. > > It is in standard GWT library. > > Cheers, >

Re: GWT + GILEAD OR REQUEST FACTORY?

2011-01-11 Thread Thomas Broyer
On Tuesday, January 11, 2011 5:51:59 PM UTC+1, George Georgovassilis wrote: > > Hi Richard, > > Sorry to hijack this thread (I promise I'll be quiet after that:-). > Since I've not yet had the chance to write any code with the > RequestFactory, I am still curious about the http payload size. F

Re: RequestFactory: possible to load the whole object graph

2011-01-11 Thread Thomas Broyer
You can use the "dot notation" for sub-sub-entities: .with("child.grandchild") Is this what you're looking for? -- 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-tool...@googlegroups.com. To u

Re: RequestFactory: possible to load the whole object graph

2011-01-11 Thread Y2i
Do you need all the children at once? If not, you can use CellBrowser or CellTree (combined with a TreeModel and data providers) to let the user interactively bring only the children he/she needs . On Jan 11, 10:03 am, opn wrote: > Thx for the reply : ) i've already seen and used the .with! I thi

Re: gwt rpc

2011-01-11 Thread Y2i
Not sure if I understand what "the rest of the world" and "external users" mean... Do you simply NOT want to use GWT-RPC and call already existing services? If so, you can use com.google.gwt.http.client.RequestBuidler or com.google.gwt.jsonp.client.JsonpRequestBuilder depending on the existing se

Re: gmail/facebook like chat -asp.net

2011-01-11 Thread nacho
I think that there's betters places to ask what you need. -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-t

Re: Widget/Panel collapse using arrow button or bar

2011-01-11 Thread zixzigma
I think you can achieve the same by using Widget#setVisible(true/ false) to show/hide the panel. here is how you ocan do it: 1- define a CompositeWidget (extending Composite) this Composite "has" a Label and "has" a Panel. 2- define a Label in your Composite (Label or a button/image/link to tr

How to generate file with Generator to custom directory

2011-01-11 Thread tito100
Hi all, I generate script with com.google.gwt.core.ext.Generator. like : public class ServiceGenerator extends Generator{ @Override public String generate(TreeLogger logger, GeneratorContext context, String typeName) throws UnableToCompleteException { JClassType classType; try { classType = con

Re: GWT.create([AnyService]) hangs only on hosted mode

2011-01-11 Thread Oscar Herrera
After 70+ hours working on this issue, I found what is causing it!, on my mac I'm using JVM 64 bits, the same on that windows 7 machine using an core i5 processor. After desperate tests I took my wife's computer running windows 7 and the project runs ok there, the only difference I could find after

Re: Widget/Panel collapse using arrow button or bar

2011-01-11 Thread Andrei Cosmin Fifiiţă
I know how to create and design the widget, but i don't want to waste time since it is a very high probability that someone did it already (like gxt or smartGWT). I don't want to use such a big library either, because the widget is really simple (well i could use a simple libary...) But the widget

Re: GWT 2.1 compiler takes 45-50 minutes to compile with multi-language support tags

2011-01-11 Thread Gal Dolber
Your normal compilation produces in general 6 permutations (safari, gecko, gecko1.8, opera, ie6, ie8). with 3 locales you get 6 * 3 = 18 permutations and the number of permutations affects directly to the compilation time. Is your normal compilation time 15 minutes? On 1/11/11, Jeff Larsen wrote:

Re: onHover text on Tab

2011-01-11 Thread El Mentecato Mayor
You can set the "title" text on a widget that you use for the tab text, for instance: Label label = new Label("My Tab"); label.setTitle("This is my very helpful text"); tabPanel.add(myPageWidget, label); On Jan 10, 5:42 am, mohit wrote: > How can we show Help Text on hover of Tab element of GWT

Re: GWT + GILEAD OR REQUEST FACTORY?

2011-01-11 Thread George Georgovassilis
Wow, thanks a lot :-) On 11.01.2011 19:45, Thomas Broyer wrote: On Tuesday, January 11, 2011 5:51:59 PM UTC+1, George Georgovassilis wrote: Hi Richard, Sorry to hijack this thread (I promise I'll be quiet after that:-). Since I've not yet had the chance to write any code with t

Preventing gwt-servley.jar inside WebContent/WEB-INF/lib

2011-01-11 Thread Filipe Sousa
Hi, Is there any way to prevent the GWT plugin from putting the gwt-servlet.jar inside WebContent/WEB-INF/lib? I want to have this directory empty for fast deploys. Thanks, Filipe Sousa -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Cross site and GWT call window.parent

2011-01-11 Thread vehdra music
I'm creating a widget that I want to allow other users insert in their webpages. I already have my gwt code. But when i try to call my gwt compiled code from another domain I get a js error. Is there anyway to do something like facebook does with xd_receiver.html? Is there anything already imple

Re: gmail/facebook like chat -asp.net

2011-01-11 Thread Brian Lough
Sorry, but, snicker. Good luck with that. On Tue, Jan 11, 2011 at 12:00 PM, nacho wrote: > I think that there's betters places to ask what you need. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send em

Any good solution to handle switching among items of a list in 2.1.1 MVP framework?

2011-01-11 Thread Alex Luya
for example: 1,switch among different tabs in tab panel,should I creates cactivities for every tab? 2,switch among different item in a list.such as view different thread in this group? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To pos

change the generated project template

2011-01-11 Thread JaySicks
Hello, I'm using eclipse, with the google plugin, and every time I create a new web app project, it generates a lot of code, which I have to delete before I can start working. Of course at first its good to have a working application, right after I create the project, but after a few times, it get

Re: onKeyPress Even Firefox 3.6.12

2011-01-11 Thread pedz
I just hit this too. Someone on IRC guided me. Should the web pages be changed to reflect this? On Nov 26 2010, 1:11 pm, Thomas Broyer wrote: > On 25 nov, 23:16, Gangaram wrote: > > > > >  GWT 2.1.0/ APP ENGINE 1.3.8/Google plugin eclipse 3.5 > > > This is partial code from from tutorialStockW

Re: FormPanel.SubmitEvent cancel not working

2011-01-11 Thread David Pinn
I'm seeing this behaviour in GWT 2.1.1. I am explicitly cancelling the SubmitEvent; yet the following error message is displayed: "GWT module 'blahblah.MyApp' may need to be (re)compiled" I've been unable to completely diagnose the problem, but this might be a clue: The FormPanel class has

Re: change the generated project template

2011-01-11 Thread zixzigma
there is a maven archetype that creates an empty gwt project. http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html -- 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-tool...@goog

Re: change the generated project template

2011-01-11 Thread zixzigma
another option is to clean up the Eclipse-plugin generated project, as you have been doing, but only once more, and then check-it in a version control system, eg subversion or git. you can checkout the clean version every time you need to start fresh. -- You received this message because you are

Re: Any good solution to handle switching among items of a list in 2.1.1 MVP framework?

2011-01-11 Thread Y2i
#2 is a classic example of where MVP suits well. You can just follow these guidelines: http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html For #1 it's better to use TabBar (instead of TabPanel/TabLayoutPanel) and handle selection events to navigate to different places

Re: Any good solution to handle switching among items of a list in 2.1.1 MVP framework?

2011-01-11 Thread Y2i
Sorry, I meant to say "#1 to #2" On Jan 11, 10:08 pm, Y2i wrote: > #2 is a classic example of where MVP suits well.  You can just follow > these > guidelines:http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAnd... > > For #1 it's better to use TabBar (instead of TabPanel/TabLayo

Re: Trying to get htmlunit to run. Keep getting "Did you forget to inherit the required module". I can't find a .gwt.xml to inherit from.

2011-01-11 Thread wrapping
Hello, Thanks for the responses. Honestly, my ultimate goal is to make this one gwt application crawlable. >From what I understand, I need HtmlUnit to be run on the server side. However, I read somewhere that you can also implement HtmlUnit to display text-based pages on the client side too. Henc

RequestFactory integration with Activities and Places

2011-01-11 Thread karthik reddy
Is there any nice post (blog, articles etc) that sheds some light on integrating RequestFactory with Activities, Places, Eventbus. Even code snippets/samples would be fine. thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To pos

GWT designer crashing with this error

2011-01-11 Thread Noor
I am trying to open a previous designed composit which was previously opening correcly with gwt designer but I am ending with the following error a print screen of the error @ http://i.imgur.com/NtDVM.jpg Can someone help me to solve this!! -- You received this message because you are subscribe

Re: RequestFactory integration with Activities and Places

2011-01-11 Thread Y2i
These two were very helpful for me: http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.