Re: GWT Spring integration - what is the best method in late 2010?

2010-09-14 Thread lalit
Approach based on Spring4Gwt project http://www.lalitbhatt.com/tiki-index.php?page=Integration+GWT+with+Spring -- 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 un

Re: Re: function as parameter

2010-09-14 Thread Marco Gadaleta
yes it's clear but in the execute of the command i can't pass an argument (for example a return of a call) 2010/9/14 Gal Dolber > sendFunction(new Command() { > > public void execute() { > // Do something > } > > }); > > > On Tue, Sep 14, 2010 at 4:23 PM, Marco Gadaleta > wrote: > >> Thank-you

Re: MySQL database connection

2010-09-14 Thread Paul Grenyer
Very nice! So what's the problem? You should consider using springs JdbcTemplate. -Original Message- From: Romeo Calota Sender: google-web-toolkit@googlegroups.com Date: Tue, 14 Sep 2010 09:14:04 To: Google Web Toolkit Reply-To: google-web-toolkit@googlegroups.com Subject: MySQL databa

lazy loading photo gallery

2010-09-14 Thread asianCoolz
any example on this in gwt-uibinder? -- 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...@go

History.back() creates slider

2010-09-14 Thread Šobis
Hello, I have s problem on my GWT application. When I call History.back() I get right and lower slider - size of my RootPael increases. I tried a lot of thing to put it in right size but nothing helps. Any idea what to do or why is this happening? Matej -- You received this message because yo

Re: Rapid development of desktop-like web applications

2010-09-14 Thread Kasper Hansen
What about Eclipse with GWT Designer, GWT and GAE ? That's what I use... :-) Kasper On Tue, Sep 14, 2010 at 4:03 PM, csaffi wrote: > Thank you for your answer marius. > > Talking about Visual Basic (and other IDEs like it as Delphi and C+ > +Builder) I'm talking about an IDE with which is pos

Re: Rapid development of desktop-like web applications

2010-09-14 Thread csaffi
Thank you for your answer marius. Talking about Visual Basic (and other IDEs like it as Delphi and C+ +Builder) I'm talking about an IDE with which is possible: - Visual GUI design - Event-driven programming - Data binding support between GUI components and data I was able to develop in this way

MySQL database connection

2010-09-14 Thread Romeo Calota
I want to establish a connection to a local MySQL database. I've written the code for connecting in the server package. And created the RPC connections for server-client communication. The commnication between the two works and the code for connection to the DB is also correct. Eclipse doesn't issu

Strategy for rendering static html content which contents anchor tags

2010-09-14 Thread Manuel David
First off, I've already searched this discussion group for possible solutions but I haven't come across any solutions in my search so here goes ... I'm rendering html content which I've read from a database. The problem I'm having is the html content can have hrefs to some bookmark in the html c

drap and drop from one frame to another frame

2010-09-14 Thread linedataCF
Hello, Could you tell me if it's possible to drap and drop an object from one frame to another frame ? If it's possible, how do that ? Erick -- 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-

how do i do Gadget read/write file?

2010-09-14 Thread Alex
1)How do i read a file in client side, i want my gadget to read a file and parse it. 2)how do i have my gadget to create a file and let the user save it somewhere? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: How to add an ImageResource to a CellTable Column

2010-09-14 Thread chiappone
For the life of me I cannot seem to get an ImageResourceCell into my CellTable. Anyone have any ideas on this using M3? On Sep 1, 8:48 am, chiappone wrote: > Or does anyone have an example of implementing an IdentityColumn with > a Cell? > > On Aug 31, 1:22 pm, chiappone wrote: > > > > > Thanks

Is there a good html5 upload library to use?

2010-09-14 Thread flyingb...@gmail.com
I want to have multiple file upload and tried to follow http://gwtpro.com/2010/01/30/using-gwt-deferred-binding-to-implement-an-html-file-input-widget/ I could not get it to work still. I am wonder does anyone have a solution to multiple file upload? I got http://code.google.com/p/gwtupload/ to w

Re: Dev plugin for firefox 3.7

2010-09-14 Thread csillag
On szept. 14, 17:38, "a...@mechnicality.com" wrote: > Hi John > > I understand why you need to achieve the FF3/FF4 cross-compatibility, > but is there any possible way that you could maybe branch a version for > just FF40? I'm sure others on the list would agree with me that this > would really,

Re: Re: function as parameter

2010-09-14 Thread Gal Dolber
sendFunction(new Command() { public void execute() { // Do something } }); On Tue, Sep 14, 2010 at 4:23 PM, Marco Gadaleta wrote: > Thank-you for the help. Can you post me an example of the calling ? > > Il giorno 14/set/2010 20:02, "Gal Dolber" ha > scritto: > > > You can use Command. > > pub

Re: Date Picker component

2010-09-14 Thread Thomas Broyer
On 14 sep, 20:19, Vik wrote: > Hie Thomas > > Thanks this is what i wanted. However, is there any way so that user cannot > type the value in the datebox? I could not find a property which can > restrict it. If you want a read-only text box, then probably you'd rather build your own, with a lab

Re: Custom map

2010-09-14 Thread A2Person1978
If you can turn your custom map on your file system into a KML file, you could then create a google map on your application that utilizes the KML file. On Sep 12, 5:36 am, chinese wrote: > Hello everyone! > I have a question about custom map in GWT. > In fact, I've to create an application within

R: Re: function as parameter

2010-09-14 Thread Marco Gadaleta
Thank-you for the help. Can you post me an example of the calling ? Il giorno 14/set/2010 20:02, "Gal Dolber" ha scritto: You can use Command. public void sendFunction(Command command) { command.execute(); } On Tue, Sep 14, 2010 at 12:43 PM, Marco Gadaleta wrote: > > > > here's a way to send

Re: Fancy Tooltip or PopupPanel

2010-09-14 Thread Jason M
Thanks for the reply. Does anyone have an example of this? Sounds like i need to use an arrow image and border images? Thanks, Jason On Sep 14, 1:41 pm, golfdude wrote: > Try a 3*3 table and put the contents in the center, and then the > images and/or borders for the arrows can go into the 1*2

Re: clearing or preventing double-click selection

2010-09-14 Thread David Chandler
This will disable text selection altogether: protected native static void disableTextSelectInternal(Element e, boolean disable) /*-{ if (disable) { e.ondrag = function () { return false; }; e.onselectstart = function () { retu

Re: Fancy Tooltip or PopupPanel

2010-09-14 Thread golfdude
Try a 3*3 table and put the contents in the center, and then the images and/or borders for the arrows can go into the 1*2, 2*1, 2*3, 3*2 cells. -- 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

Re: Date Picker component

2010-09-14 Thread Vik
Hie Thomas Thanks this is what i wanted. However, is there any way so that user cannot type the value in the datebox? I could not find a property which can restrict it. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Tue, Sep 14, 2010 at 3:33 PM, Thomas Broyer wrote

Re: function as parameter

2010-09-14 Thread Gal Dolber
You can use Command. public void sendFunction(Command command) { command.execute(); } On Tue, Sep 14, 2010 at 12:43 PM, Marco Gadaleta wrote: > here's a way to send a function to another function as attribute? > > -- > Marco > > -- > You received this message because you are subscribed to the G

RE: Rapid development of desktop-like web applications

2010-09-14 Thread Armishev, Sergey
Generate reports on server side using BIRT or Jasper. Eclipse has plugins for visual development. And all reports navigation make through GWT on client side. I did this way and it is pretty easy and straightforward. I was using BIRT on server and GWT with GWT Windows Manager on client -Sergey

Fwd: [appengine-java] Re: Exception not displayed on app engine

2010-09-14 Thread Vik
Hie As per suggestions trying in GWT forum. Please advise. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com -- Forwarded message -- From: Don Schwarz Date: Tue, Sep 14, 2010 at 8:38 PM Subject: Re: [appengine-java] Re: Exception not displayed on app eng

Re: How could we know if GWT project will continue to be maintained by Google?

2010-09-14 Thread marius.andreiana
On Sep 14, 7:31 pm, Ed wrote: > Not again this question ptt... :) > Please put some effort in searching this forum and the web for gwt > projects... etc... > And decide yourself... I did, here are the results: https://docs.google.com/document/edit?id=16rQknO-r3ZqfMbuIl0R52OnFcWBCOKTPm1wDCz

function as parameter

2010-09-14 Thread Marco Gadaleta
here's a way to send a function to another function as attribute? -- Marco -- 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 em

Re: clearing or preventing double-click selection

2010-09-14 Thread lineman78
This works for preventing all selection on a widget. addDomHandler(new MouseDownHandler() { @Override public void onMouseDown(MouseDownEvent event) { event.preventDefault(); } }, MouseDownEvent.getType()); On

Re: Latest version and future enhancements

2010-09-14 Thread Marcelo Balloni
Actually there was a stable release on Jun 30, as you can see the list: http://code.google.com/p/google-web-toolkit/downloads/list If you don't mind using unstable versions, be happy with 2.1m3. 2010/9/14 Subhrajyoti Moitra > 2.1m3

Re: LightweightMetrics - network transport measurement?

2010-09-14 Thread dhartford
Is there other options to help evaluate during runtime the difference between server time, client rendering time, and network transport time outside of using chrome/speedtracer? Something that would help where users could get feedback and provide information that could be logged regardless of brow

Re: How could we know if GWT project will continue to be maintained by Google?

2010-09-14 Thread Ed
Not again this question ptt... :) Please put some effort in searching this forum and the web for gwt projects... etc... And decide yourself... On Sep 14, 3:31 pm, Stefan Bachert wrote: > Hi Marius, > > you should change your attitude. > I guess you want a guarantee without any commitment

Re: Callback Function

2010-09-14 Thread Marco Gadaleta
I fixed it ;-) 2010/9/14 gadaleta.marco > Hi, > I've a big problem, and i've not solution. > This my problem: i have 2 class A and B. > A call B, and B execute an asyncronous call. On result event i need > to call A method from B. > There's a way to set a callback function in A for B class? > >

Re: Dev plugin for firefox 3.7

2010-09-14 Thread a...@mechnicality.com
Hi John I understand why you need to achieve the FF3/FF4 cross-compatibility, but is there any possible way that you could maybe branch a version for just FF40? I'm sure others on the list would agree with me that this would really, really help. I'm still using a very unstable and outdated ve

Re: Dev plugin for firefox 3.7

2010-09-14 Thread John Tamplin
On Tue, Sep 14, 2010 at 10:44 AM, a...@mechnicality.com wrote: > Its now 09/14/2010. Please could you update us on the status of this work? > The plugin still doesn't seem to work with FF 4.06 beta. I am working on it right now. I have it working on FF40, but I am still trying to get it where on

AJAX call doesn't ever seem to get made

2010-09-14 Thread Johannes Lehmann
Hi, I have a really bizarre problem: I am using the RPC mechanism that GWT provides to communicate with an AppEngine server. This works well in all cases but one (that is I have a number of methods declared but have only declared ONE service). I have found out the following: The method on my Serv

Re: Latest version and future enhancements

2010-09-14 Thread Subhrajyoti Moitra
2.1m3 is the latest. http://google-web-toolkit.googlecode.com/files/gwt-2.1.0.m3.zip We are using it without any issues so far. Thanks, Subhro. On Tue, Sep 14, 2010 at 7:24 PM, Ranga wrote: > I am new to GWT and would like to get the latest version. The one on > the official website dates bac

Re: Rapid development of desktop-like web applications

2010-09-14 Thread Subhrajyoti Moitra
If you are also a PHP fan (other than GWT) you can have a look at http://www.atk-framework.com/ This is not really a RAD tool, but a full blown app framework. Doing the usual CRUD is very simple, for custom actions like "Generate reports" etc. there is glue already

Callback Function

2010-09-14 Thread gadaleta.marco
Hi, I've a big problem, and i've not solution. This my problem: i have 2 class A and B. A call B, and B execute an asyncronous call. On result event i need to call A method from B. There's a way to set a callback function in A for B class? I hope in your help. Thx, Marco -- You received this m

Latest version and future enhancements

2010-09-14 Thread Ranga
I am new to GWT and would like to get the latest version. The one on the official website dates back to Dec 2009. Could you please point me to the latest release? Is the GWT still being enhanced google or has it stopped? Thanks. -- You received this message because you are subscribed to the Googl

Re: Dev plugin for firefox 3.7

2010-09-14 Thread skrat
Are these first signs of GWT being forgotten? That there is less resources being allocated for GWT team?? On Sep 14, 4:44 pm, "a...@mechnicality.com" wrote: > John, Chris > > Its now 09/14/2010. Please could you update us on the status of this > work? The plugin still doesn't seem to work with FF

Re: display slanting X-axis in gwt visualization column chart using gwt-visualization-1.1.0.zip

2010-09-14 Thread Chris Conroy
You should direct questions about the Google API Libraries for GWT to the forum dedicated to that purpose: http://groups.google.com/group/GWT-Google-Apis I'll take a stab at your question: you don't list calling the draw method. Make sure you call .d

Re: Dev plugin for firefox 3.7

2010-09-14 Thread a...@mechnicality.com
John, Chris Its now 09/14/2010. Please could you update us on the status of this work? The plugin still doesn't seem to work with FF 4.06 beta. Regards Alan Chaney On 08/11/2010 09:06 AM, John Tamplin wrote: On Wed, Aug 11, 2010 at 10:46 AM, Chris Conroy > wrote:

Display permutation browser name / language / debug level?

2010-09-14 Thread omsrobert
It would be nice if I could see which permutation the compiler is working on with a bit more verbosity. Currently, I only see: [java]Compiling 12 permutations [java] Compiling permutation 0... [java] Compiling permutation 1... [java] Compiling permutation

Re: Rapid development of desktop-like web applications

2010-09-14 Thread sakesun
Honestly, in my opinion, if you are looking for a tool that can develop CRUD with the same ease as VB or Delphi, you might not be very happy with GWT or any web-base tools. GWT is truely amazing. But there are many many factors that make it has to become the way it is now. If you are really famil

Seam GWT Integration

2010-09-14 Thread Anand S
Hi, I am trying to integrate Seam with GWT. I have looked at the example provided by Seam. I used ant and could get the example running. Now my question is: There is this piece of code String endpointURL = GWT.getModuleBaseURL() + "seam/resource/gwt"; in AskQuestionWidget java class. What does

Re: UiBinder CSS class renaming

2010-09-14 Thread daniel
http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideUiBinder.html#Programmatic_access On 13 Sep., 05:53, "hendrix.jason" wrote: > I'm using uibinder where i have defined a

Uibinder : Commade probleme

2010-09-14 Thread Kahla
Bonjour Je cherche à lancer une commande a partir un Menu Item d'un UiBinder.La commande doit ajouter un autre Widget (composite) à un qui se trouve dans le fichier principale de l'application (html). Lorsque je click sur le menuItem rien ne s'affiche et en plus aucun error ou exception est lancé

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-14 Thread Spud Demon
On Sep 8, 2:16 pm, Deepak Singh wrote: > Hi Mark, > > yes i refreshed the page but no luck. Also googling could not find an aswer > needed. > > Later i changed from jdk 1.6 to jdk 1.5 then i got a different error as > follows : > > SEVERE: Context initialization failed > org.springframework.beans.

Re: How could we know if GWT project will continue to be maintained by Google?

2010-09-14 Thread Stefan Bachert
Hi Marius, you should change your attitude. I guess you want a guarantee without any commitment. This is unethically. Either you pay for service or you do it yourself or you take it for free but with risk. You, or your managers don't like any available option? No other framework will offer a fur

GWT Printing

2010-09-14 Thread M
I'm using the standard GWT printing methodology but the border lines don't print only the text contained within the panel. What do I need to set to make the border around panels print? Thanks in advance, Mike -- You received this message because you are subscribed to the Google Groups "Google

Re: Date Picker component

2010-09-14 Thread Abdullah Shaikh
DateBox needs to be improved to support year navigation. - Abdullah On Tue, Sep 14, 2010 at 3:33 PM, Thomas Broyer wrote: > > > On Sep 13, 5:40 pm, Vik wrote: > > Hie > > > > I was looking for the date picker component and found one as: > http://google-web-toolkit.googlecode.com/svn/javadoc/1.

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-14 Thread Deepak Singh
i did all possible things to resolve the issue but could not. I made it sure that i compile and run with same version. i did with jdk 1.5 compile/ run and also again jdk 1.6 compile/run. But noyhing worked. Is this gwtrpc-spring is compatible with Gwt2.1m2 and spring 3.0 ? 2010/9/14 yeti > at

Re: Date Picker component

2010-09-14 Thread Thomas Broyer
On Sep 13, 5:40 pm, Vik wrote: > Hie > > I was looking for the date picker component and found one > as:http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g... > > This > is good but it remains like an op

Re: UiBinder CSS class renaming

2010-09-14 Thread Thomas Broyer
On Sep 13, 5:53 am, "hendrix.jason" wrote: > I'm using uibinder where i have defined a

Re: clearing or preventing double-click selection

2010-09-14 Thread Thomas Broyer
On Sep 12, 9:29 pm, decitrig wrote: > I'm working on an application that responds to double clicks on text > labels, and I'd like to either disable double-click text selection or > clear it from within the event handler. I tried $doc.selection.clear() > in a native method, but apparently $doc.se

Re: compile output without obfuscate css

2010-09-14 Thread Thomas Broyer
On Sep 14, 3:29 am, asianCoolz wrote: > i know able to use @external on each css to prevent obfuscate of css. > is there any compile flag i can set so that when compile all css will > not be obfuscate? In your gwt.xml: See http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html

Re: GWT Spring integration - what is the best method in late 2010?

2010-09-14 Thread yeti
at first glance, "UnsupportedClassVersionError: Bad version number in .class file " Maybe there was something wrong with your higher complier but runs in lower jvm On 9月11日, 上午7时16分, Deepak Singh wrote: > Any solution pls. > I am stuck with the error. > > On Wed, Sep 8, 2010 at 11:46 PM, Deepa

Re: GWT RPC call crashes IE.

2010-09-14 Thread strike44
All, We were able to corner down the issue, by removing the statically loaded image (.i.e not via any GWT widget) and a div element we had added in our app html to display another image. We chose to display those images using GWT/SmartGWT widget like Img etc. and IE worked fine. Regards, Vikram

display slanting X-axis in gwt visualization column chart using gwt-visualization-1.1.0.zip

2010-09-14 Thread Gopalsamy Ponnuraj
I am trying to draw column chart using GWT visualization api.I am using the following GWT visualization jar in : http://code.google.com/p/gwt-google-apis/downloads/list/gwt-visualization-1.1.0.zip I am trying to set the hAxis in slantedText as in GWT's java script visualization api.But there is