Re: onBrowserEvent change Cell colour

2016-03-14 Thread Sam Wootton
@Template("" + "" + "" + "{1}" + "" + "") SafeHtml showTrack(String Image, String name); } ...and what I wanted was the whole row to be highlighted, but right now it just highlights the background of the text area (not the whol

onBrowserEvent change Cell colour

2016-03-12 Thread Sam Wootton
); if("mouseover".equals(event.getType())) { // change colour public void render(Context context, Track track, SafeHtmlBuilder safeHtmlBuilder) { if (track != null) { safeHtmlBuilder.append(template.showTrack("images/someImg.png",track.getName()));

Re: UIBinder & Materials

2016-03-07 Thread Sam Wootton
Stefan, Already did - thanks! If you look at the chat room history, you'll see me being a nuisance there too :) Regards, Sam On 7 March 2016 at 10:36, Stefan Falk <stefan.r.f...@gmail.com> wrote: > You can visit the guys on Gitter: > https://gitter.im/GwtMaterialDesign/

Re: UIBinder & Materials

2016-03-06 Thread Sam Wootton
styling / css. What, in your opinion, is the best way to Materialise a gwt project? Regards, Sam On 6 March 2016 at 14:52, Jens <jens.nehlme...@gmail.com> wrote: > > My current gwt application does not use UIBinder framework (just >> traditional Java). Do I *have* to switc

UIBinder & Materials

2016-03-06 Thread Sam Wootton
ement*". My current gwt application does not use UIBinder framework (just traditional Java). Do I *have* to switch to UIBinder if I want to use GWT Materials? Regards, Sam -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubsc

Re: Cell Browser External Listener

2016-02-26 Thread Sam Wootton
ent(param1, param2, param3...); listenerObj.onDownloadSelected(downloadSelectedEvent); and implemented listener interface and implemented public void onDownloadSelected(DownloadSelectedEvent event){} well it worked :] Regards, Sam On 26 February 2016 at 13:38, Jens <jens.nehlme...@gma

Cell Browser External Listener

2016-02-26 Thread Sam Wootton
events, so that I can display the event info "outside" in another e.g. Panel? Regards, Sam -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Eclipse setup, javax.validation missing and jsp syntax highlighting

2016-02-25 Thread sam jones
I just created a new workspace in Spring STS AFTER importing all my jars with a gradle build and it worked. Without the new workspace created, it did not work. On Saturday, November 13, 2010 at 7:55:39 AM UTC-5, Stephen Buergler wrote: > > I see in the RequestFactory example

Re: ProjectStruture

2016-02-21 Thread Sam Wootton
Thank you all for your prompt, and very helpful responses. It's very much appreciated! Thanks for explaining not just the "how", but the "why" too. Hopefully it's saved me lots of blood, sweat and tears. If I get stuck, ill be sure to ask. Regards, Sam On 20 February 2

Re: ProjectStruture

2016-02-20 Thread Sam Wootton
is the file upload and download functionality. Thanks again, much appreciated. Regards, Sam On 20 February 2016 at 15:46, Jens <jens.nehlme...@gmail.com> wrote: > GWT-RPC is just one convenient way to communicate with a server using GWT. > However GWT-RPC uses its own serializ

Re: ProjectStruture

2016-02-20 Thread Sam Wootton
can a GWT front-end, make standard requests and parse responses of plain http based XML? Can it also handle file uploads to servlets? Apologies... perhaps i've got a huge gap in my understanding. I went through "GWT In Action" book, and didnt see anything that suited my project. Re

Re: ProjectStruture

2016-02-20 Thread Sam Wootton
> LoginServlet > UploadServlet > UpdateServlet etc which Im finding hard to model in gwt's rpc world. If i could just use a new gwt client with my old xml / servlet based server - then great! id be very happy indeed. I should also mention that my application uses multi-part file uploads too. Reg

Re: ProjectStruture

2016-02-19 Thread Sam Wootton
Thank you Gilberto, good advice. Im not sure it will reduce work or achieve the 'minimal' server rewrite (or rather maximal legacy reuse), but at least it will be done properly. I hadnt heard of RestyGWTbefore, so thanks. I'll give your advice a go, and see where it takes me. Regards, Sam On 19

Re: ProjectStruture

2016-02-19 Thread Sam Wootton
RemoteServiceServlet and returning the original rpc call. Btw - Im having problems formatting my posts here (using Firefox 42.0b9), I cant put spaces in between words in my post titles, apologies :] Regards, Sam On Friday, 19 February 2016 13:54:25 UTC, Sam Wootton wrote: > > ​ >

ProjectStruture

2016-02-19 Thread Sam Wootton
oogle.com/forum/#!topic/google-web-toolkit/kRmrirPsFC8 I have a lot of XML data, session data and file upload / download data (hence have these split up in to different servlets). Anyway- hope this gives an overall picture of my project / problem(s). Regards, Sam -- You received this messag

Re: Still active?

2016-02-19 Thread Sam Wootton
ther, before posting my question. Regards, Sam On 19 February 2016 at 12:40, Lothar Kimmeringer <j...@kimmeringer.de> wrote: > Am 19.02.2016 um 12:54 schrieb Sam Wootton: > > > Before posting my question, I just wanted to check that this > > group was still active? > >

Still active?

2016-02-19 Thread Sam Wootton
Hello GWT Users, Before posting my question, I just wanted to check that this group was still active? Regards, Sam -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, sen

Re: The future of GWT and functional programming on the web

2015-11-02 Thread Sam Edge
How exciting! On Thursday, October 29, 2015 at 9:04:25 AM UTC+10:30, Thomas Broyer wrote: > > We just had a steering committee meeting a few hours ago, and 2.8 RC1 has > been scheduled for next week (I was a bit late so I missed the details > though) -- You received this message because you

Re: Important videos from GWT Meet-up 2015

2015-06-21 Thread Sam Edge
On Monday, June 22, 2015 at 5:28:36 AM UTC+9:30, Jens wrote: Yeah I think finalizing JsInterop including all the pieces to make Elemental 2.0 possible is one of the most important point which should actually have higher priority than the new compiler itself. That way other people can

Cell Widgets in GWT 3.0

2015-06-21 Thread Sam Edge
Given the upcoming changes in GWT 3.0 and in particular the gwt.user package being removed; I have a query regarding future of Cell Widgets. This is a powerful widget set unique to GWT and it seems there is nothing else out there quite like it (perhaps Vaadin and Sencha are the exception,

Extending DialogBox to include a footer w/ ui:binder

2015-03-14 Thread Sam Edge
I'm looking at extending the DialogBox http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/ui/DialogBox.htmlwidget that allows for a g:footer child in the ui:binder template, similar to that of the g:caption. I've has success using a @UiChild

Re: Design Decision RPC with AsyncDataProvider

2013-06-16 Thread Sam Radford
This might help you, this is how I do it, using Jens' suggestion with setDataStoreName() on the columns. This example is for sorting invoices, although I do the sorting client side to reduce server requests ArrayListInvoice dataInRange =

Re: Formatting lists with GWT i18n API

2013-04-24 Thread Sam Pipes
And if anyone else stumbles across this in the future like myself make sire there are no spaces between 0, list and text. On Thursday, 15 December 2011 13:18:35 UTC, Luiz Mineo wrote: Thanks! It works now. :) After reading through the GWT doc [1], I thought the third argument wasn't

GWT on-the-fly compiler with soafaces

2013-03-27 Thread Sam Taha
. Thanks Sam https://code.google.com/p/soafaces/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post

GWT Designer, throws exception if parent constructor missing call to initWidget

2013-02-14 Thread Sam
https://lh3.googleusercontent.com/-vPKFVLSWeQo/URzFXsUUe7I/AEc/0znePWqow5Y/s1600/installed.png GWTDesigner will not open a class in design view if its parent components constructor does not call initWidget, it chokes with that all too familiar this UIObject's element is not set I

Configuring .properties file into my project

2012-08-12 Thread King Sam
Hi GWT guys, Good day to all. I am working on GWT now and trying to learn every corner of the project. At this point of time, I am struck up with configuring the .properties file. I am using a .properties file in my client package. In that I have given a server name defined to a

logging jobs run by executor service

2012-04-19 Thread Sam W
Hello gwt users, I can see my usual stderr messages from my default gwt classes. However, if I use the Executor Service to run the jobs, the stderr messages seems to get lost in limbo. I am using standard java logging classes. Is this a limitation of gwt/tomcat, or simply my

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

2012-04-06 Thread Sam W
want to do if something fails } El martes 3 de abril de 2012 03:21:06 UTC+2, Sam W escribió: Hello, I haven't been able to figure this out after spending 3 hours on Google. I can fetch an image, but I don't know where to put them. If I just use new File(image.jpg), it will end up

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

2012-04-04 Thread Sam W
filepaths... Thanks everyone On Tuesday, April 3, 2012 9:21:06 AM UTC+8, Sam W wrote: Hello, I haven't been able to figure this out after spending 3 hours on Google. I can fetch an image, but I don't know where to put them. If I just use new File(image.jpg), it will end up in my tomcat bin

Fetching images for users: where to put them?

2012-04-03 Thread Sam W
forever at getServletContext, I don't know why. What should I do so it will be part of the war, thus clients can access it via http://path.to/appname/images/someimage.jpg;? What is the best practice on this? Thank you so much. Sam -- You received this message because you are subscribed

GWT + Maven + NetBeans

2011-10-10 Thread Sam Halliday
an Open in Chrome button in the Hosted Mode window. Thanks again! Sam -- 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

Re: GWT + Maven + NetBeans

2011-10-10 Thread Sam Halliday
Actions? On Oct 10, 9:33 pm, Sam Halliday sam.halli...@gmail.com wrote: Dear all, I've had a several-year hiatus from GWT (and regular Java coding) and I'm very pleased to see all the improvements! I just wanted to say thank you for all the work you've put into GWT over the last few years

EditorDriver.flush() returns duplicated editor errors on the first call

2011-08-09 Thread Sam J.
I'm seeing EditorDriver.flush() returns duplicated editor errors on the first call, and I'm not sure what's causing it. I need some help _ I'm doing: driver.initialize( my view ); driver.edit( my data ); in my view, I have a sub editor that implements HasEditorDelegate, and does: public MyObject

Re: EditorDriver.flush() returns duplicated editor errors on the first call

2011-08-09 Thread Sam J.
oh and I forgot to mention, I think this problem started to appear after I upgraded to gwt 2.3 from 2.2. I'm positive, but not 100% sure On Aug 9, 4:58 pm, Sam J. sam.ji...@karoshealth.com wrote: I'm seeing EditorDriver.flush() returns duplicated editor errors on the first call, and I'm

Re: AutoBeanCodex.decode performance

2011-07-28 Thread Sam J.
As you suspected, the bottleneck is indeed elsewhere, very likely in object creation. I swapped safeEval with unsafeEval, and that only saved me about 50-100ms down from 300-400ms. Are there any fixes / hacks that can speed up the autobean framework? thanks On Jul 27, 7:53 pm, Thomas Broyer

Re: AutoBeanCodex.decode performance

2011-07-28 Thread Sam J.
actually, I just did an upgrade from gwt 2.2 to gwt 2.3. I did not realize the AutoBean decode got reworked. I now see a speedup more than 50% =D On Jul 28, 10:29 am, Sam J. sam.ji...@karoshealth.com wrote: As you suspected, the bottleneck is indeed elsewhere, very likely in object creation. I

AutoBeanCodex.decode performance

2011-07-27 Thread Sam J.
Hi all I'm seeing some slowness with AutoBeanCodex.decode(...), and I have a few questions. In my application, it needs to decode hundreds of json objects. Here are some rough timings: FF3 on Mac: 1 second Safari on Mac: 1 second Chrome on Mac: seconds, but still reasonable IE6 on XP: 1 minute+

Request Factory

2011-06-20 Thread sam
Hi There, Can i plz get some information regarding how the requestfactory works and if possible some demo sample would be great. Thank You in Advanced Sam -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

RPC and Servlet

2011-06-14 Thread sam
What is the difference between RPC and HTTPServlet. I mean how differently they work when connecting to a server. Thank you Sam -- 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

Ref: Jdoconfig.xml

2011-06-14 Thread sam
Hi All, During the build process a copy of jdo-config.xml is created in the WAR folder, so m question is what is the name of that file. Thx in Advanced Sanjay -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Override docklayoutpanel heights with CSS

2011-01-15 Thread Sam Stephens
Hi all, I'm trying to change the heights of the various north/south panels in a dock layout panel using CSS. But I cannot for the life of me figure out how. Any help ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: GWT 2.1 MVP with DockLayoutPanel

2011-01-15 Thread Sam Stephens
Thanks, that sorted it. On Jan 13, 8:52 pm, zixzigma zixzi...@gmail.com wrote: http://groups.google.com/group/google-web-toolkit/browse_thread/threa... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT 2.1 MVP with DockLayoutPanel

2011-01-13 Thread Sam Stephens
Hi all, I'm having problems with the new MVP framework and using DockLayoutPanel or SplitLayoutPanel. If I switch my code to use RootPanel and DockPanel then it will work, but if my views are using a DLP or a SLP inside a RLP then it simply does not render the centre pane. Any tips ? -- You

some of the CSS of my project are not working in firefox higher versions

2010-12-09 Thread sam
I Developed a project for marketing.it was deployed into weblogic server .Everthing is working fine is IE all versions But CSS are not working in firefox3.5 versions. Please suggest me what i have to do to make it work in firefox versions. Thanks in advance. -- You received this message because

Gwt page refresh issue

2010-10-25 Thread sam
i created a Gwt prototype,entry point is LOGIN page,once login is success it will direct to the home page.The problem is after login successfully if i click on the refresh button of the Browser its directing to the login page.so that i have to enter the login details again. please suggest me to

Re: [gwt-contrib] Sub entities not being filled in

2010-10-03 Thread Sam Gross
so that it first creates all the proxies before mutating any of them seemed to fix the problem. -Sam On Sun, Oct 3, 2010 at 9:47 PM, Patrick Julien pjul...@gmail.com wrote: I'm still having difficulties even with this syntax, again the collections seem to be the problem so having offices give

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

2010-08-31 Thread Sam
Note: this thread is about using Spring for your service impls in a GWT app (it's not about integrating Spring MVC or using ROO. It's also not about Guice) There are a few posts on this but it's hard to tell what the best method is today. The two contenders seem to me to be: 1)

Re: what is the appropriate MVP way of doing this?

2010-08-31 Thread Sam
Joe, in the View interface I would provide: HasClickHandlers getTextBoxForClickHandler(); HasKeyUpHandlers getTextBoxForKeyUpHandler(); The implementations in the View would both return that same TextBox. Redundant but clear. -- You received this message because you are subscribed to the

Re: GWT 2.1 M3 is now available

2010-08-26 Thread sam samy
hi please register to this website and get irancell mobile charge free. www.malardiha.com/signup.php malardiha.com On 8/26/10, Chris Ramsdale cramsd...@google.com wrote: That's a great point, and we'll be there with M4. There's a Google snapshot repository that we'll be using for the next

firefox gwt issues

2010-06-02 Thread Sam Phippen
When I attempt to load my gwt app in firefox (f13, x64) with the plugin installed I still get the screen telling me to install the plugin. I also get a drop down at the top saying additional plugins are required to display all media on this page -- You received this message because you are

Re: gwt.xml and JUnit with Google Plugin for Eclipse (GWT 2.0.0 in Eclipse 3.5.1.M20090917-0800 on Mac OS X 10.5.8)

2010-02-16 Thread Sam Kuper
Thanks Jason, Seems that for some reason I had the method public String getModuleName() returning the wrong name for the module. Seems to be OK now! Cheers, Sam -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

[gwt-contrib] Unified Backend for Optimizing Java and JavaScript

2010-01-18 Thread Sam Gross
=x.compiler.class value=com.google.gwt.dev.jjs.ir.gen.IrCompiler / Regards, Sam -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: MultiWordSuggestOracle and HTML display

2010-01-14 Thread Amos Sam
Well, I don't see any way without html tags. And with CSS style I would have to use at least p/p; correct? If you have some other ideas, you are welcome to tell them! :)) Also, the problem is also that only left aligned text should be filtered... I was hoping that i won't need to recode

Re: MultiWordSuggestOracle and HTML display

2010-01-12 Thread Amos Sam
On Jan 12, 12:07 pm, Fazeel Kazi fazzze...@gmail.com wrote: Two changes will be needed: . CollectionSuggestion defaults = new ArrayListSuggestion(); . . defaults.add(new MultiWordSuggestOracle.MultiWordSuggestion(Something, ht)); . Thank's for the answer, but After

MultiWordSuggestOracle and HTML display

2010-01-11 Thread Amos Sam
I've been searching for solution for my problem, but i'm unable to find it. I have SuggestBox and MultiWordSuggestOracle. I populate oracle with suggestions on page's load time (not that many of them). Now, i would like to format suggestion popup, so it display's some KEY values on the left and

Storing Google Map Markers

2010-01-06 Thread sam
Previously, I stored Google Map points (lat, long) and other info at a certain location in mysql table from GWT via RPC. Now, I want to make it independent of external stuff like mysql. What is the best way to store the data in GWT? Can anyone guide me to the procedure and means? thanks, sam

Re: Unable to run DevMode

2009-12-22 Thread Sam E.
I am having the same issue right now. 00:00:00.684 [WARN] Error processing classpath URL 'file:/Users/ ssaammee/.m2/repository/com/sun/jdmk/jmxtools/1.2.1/ jmxtools-1.2.1.jar' java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at

Re: Anyone using soafaces for client server communication ?

2009-11-22 Thread Sam Taha
Do you only see this problem in hosted mode? Do you see it in web mode? What version of soafaces are you using? Are you getting any servlet errors? On Nov 12, 4:00 am, R.Domingo raym...@domingo.nl wrote: Hi Sam and Mike, I'm currently reviewingSoafacesbut: - I can't get it 100% to work

Re: Anyone using soafaces for client server communication ?

2009-11-05 Thread Sam Taha
mode and java spec. I will verify, but the fix should be easy in soafaces to move the the check for instanceof Object[] earlier in the if else chain. I will work on a bug fix for soafaces. Thanks, Sam On Oct 30, 4:12 pm, mike_mac michael.mac...@gmail.com wrote: On further investigation

[gwt-contrib] Re: Single XPI for Dev Mode (OOPHM) Plugin

2009-10-22 Thread Sam Gross
, Sam On Tue, Oct 20, 2009 at 5:17 PM, John Tamplin j...@google.com wrote: On Tue, Oct 20, 2009 at 5:08 PM, Sam Gross colesb...@gmail.com wrote: Now that MS1 has shipped, are you interested in reviewing patches to combine the Firefox plugins into a single XPI? Yes, that is on my list to work

[gwt-contrib] Single XPI for Dev Mode (OOPHM) Plugin

2009-10-20 Thread Sam Gross
Hi John, Now that MS1 has shipped, are you interested in reviewing patches to combine the Firefox plugins into a single XPI? I think we'll be able to package all the platforms together, including Fedora 10. Regards, Sam --~--~-~--~~~---~--~~ http

HostedMode -server option - passing arguments to the embedded web server

2009-10-18 Thread Sam
*** -- arg value=com.swagswap.web.gwt.SwagSwapGWT / arg value=-war / arg file=${war.dir} / /java /target ? Thanks, Sam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[gwt-contrib] Google Plugin for Eclipse Source

2009-10-12 Thread Sam Gross
Any updates on releasing the source for GPE? I would love to be able to start hacking it... -Sam --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Google Plugin for Eclipse Source

2009-10-12 Thread Sam Gross
I opened issue 4124 ( http://code.google.com/p/google-web-toolkit/issues/detail?id=4124). -Sam On Mon, Oct 12, 2009 at 2:08 PM, Jason Parekh jasonpar...@gmail.com wrote: Hey Sam, Unfortunately, there haven't been any recent discussions about open sourcing it. It's not something we're opposed

Re: how to deploy a GWT Application online?

2009-08-17 Thread sam
: com.google.gwt.user.client.rpc.StatusCodeException: As for hosting server, my server has 'apache 2.2.11.' My computer also has WAMP with 'apache 2.2.11'. Is there a way to deploy GWT application online with apache 2.2.11? I am new to this, thanks for the support. sam On Aug 17, 11:13 am, Jason Parekh

how to deploy a GWT Application online?

2009-08-16 Thread sam
. I could not get my client and server side to interact, let alone accessing database. Can anyone help me figure out how to deploy GWT application online? How do I get my client and server side to interact when deployed. Isn't posting the content under 'war' enough? Thanks, sam

[gwt-contrib] Re: Gecko SDKs for Mac

2009-08-09 Thread Sam Gross
.so -Sam --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~--- jsautocfg-1.9.0.patch Description: Binary data

[gwt-contrib] Gecko SDKs for Mac

2009-08-05 Thread Sam Gross
-reviews.appspot.com/56802 I've built and tested plugin on: Firefox 2.0.0.16 Firefox 3.0.11 Firefox 3.5.2 Thanks, Sam Affected files: A gecko-sdks/gecko-1.9.0/Darwin-gcc3/lib/libnss3.dylib A gecko-sdks/gecko-1.9.0/Darwin-gcc3/lib/libsoftokn3.dylib A gecko-sdks/gecko-1.9.0/Darwin

[gwt-contrib] Re: Gecko SDKs for Mac

2009-08-05 Thread Sam Gross
/HowToBuildUniversalSDK it sound like building a ppc version of xpidl actually requires access to a ppc macintosh; it can't be cross-compiled) -Sam --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: gwt 1.7 app - blank page in ie7, safari

2009-08-04 Thread sam
to be firing other commands like pop ups. thanks, sam On Aug 3, 3:52 pm, otismo pe...@nomad.org wrote: It wasn't a syntax issue.  It was a coding problem.  I'm using various client-side datastores (i.e. localstorage, userdata, whatwg, etc.). The datastores behave differently on store and load

GWT Map Application in Eclipse: Search Button problem in Browser mode

2009-08-02 Thread sam
button does not fire. The button seems to be working fine because other button commands are working fine. Do you guys know why my search button does not work in browser mode, even though it's fine in the hosted mode. Thanks guys, sam --~--~-~--~~~---~--~~ You received

[gwt-contrib] Re: NOTICE - removing all @deprecated code for GWT 2.0

2009-07-31 Thread Sam Gross
Nice! I love house cleaning. :-) Is there any plan for removing com.google.gwt.user.client.Element in GWT 2.0 or some time in the future? -Sam On Fri, Jul 31, 2009 at 12:22 PM, Fred Sauerfre...@google.com wrote: To all GWT contributors- As you may know, there many exciting things we're

Connecting GWT with XML or MYSQL... HELP!

2009-07-27 Thread sam
GWT. Thanks, sam --~--~-~--~~~---~--~~ 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

Re: GWT module needs to be (re)compiled

2009-07-20 Thread Sam Brodkin
Fixed. Summary here: http://code.google.com/p/gwt-maven2-starter-app/issues/detail?id=5can=1 On Jul 7, 4:58 pm, Sam Brodkin sambrod...@gmail.com wrote: I had the same problem.  I took the error message's advice and ran it in hosted mode, clicked compile/Browse, then i took the /war directory

gwt-maven2-starter-app has been upgraded

2009-07-07 Thread Sam Brodkin
I'm pleased to announce that the gwt-maven2-starter-app has been upgraded for GWT 1.6.x: http://code.google.com/p/gwt-maven2-starter-app/ It has also been modified to use the codehaus gwt maven plugin (http:// mojo.codehaus.org/gwt-maven-plugin/). I welcome any feedback to help polish it up.

Re: GWT module needs to be (re)compiled

2009-07-07 Thread Sam Brodkin
I had the same problem. I took the error message's advice and ran it in hosted mode, clicked compile/Browse, then i took the /war directory (or with maven maybe it's in src/main/webapp for you) and copied it to the deploy dir of jboss (tomcat). I renamed it war.war and started the server (put

Import Module from another GWT project in Eclipse workspace

2009-06-08 Thread Sam
take to achieve this??? Cheers, Sam --~--~-~--~~~---~--~~ 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

[gwt-contrib] Building OOPHM for Firefox

2009-06-07 Thread Sam Gross
binary components, but I don't see why we need separate installers. We already have the ability to load the correct OOPHM library in ModuleOOPHM.cpp. I verified that one installation can work for Firefox 2, 3, and 3.5 on the Mac. Regards, Sam --~--~-~--~~~---~--~~ http

Re: Multiple modules but deploy common code to common place

2009-06-04 Thread Sam
I am making use of smart gwt as well. Do you know if the same applies? On Jun 4, 8:46 am, Jamie jamiesharbor-sou...@yahoo.com wrote: If you are using GWT 1.6 and the new project layout, put your images and css in the war folder of the project, not the source folder(s), and reference them from

Re: Multiple modules but deploy common code to common place

2009-06-04 Thread Sam
you could merge the output of all of your modules into the same folder. Can you elaborate on this one. This sound like what I want to do. On Jun 4, 8:46 am, Jamie jamiesharbor-sou...@yahoo.com wrote: If you are using GWT 1.6 and the new project layout, put your images and css in the war

Multiple modules but deploy common code to common place

2009-06-03 Thread Sam
I have a very large application that I need to deploy with multiple module. Our application is made of with smartgwt as well. When we compile there seems to be a lot of duplicate common code. Each module has the same css and theme information. So after compiliation I end up with ... Module A

Re: build.xml for Netbeans and GWT 1.6

2009-05-02 Thread Sam Halliday
Well, I got stung by http://code.google.com/p/google-web-toolkit/issues/detail?id=3491 and updated the build.xml file accordingly to use Java 5. I was able to update the compiler entrance class, but I still have to use 'com.google.gwt.dev.GWTShell' because I couldn't get

Google Chart API Vs Visualization API

2009-04-16 Thread Sam
Can somebody highlight the differences between Chart API and Visualization API? Which is more powerful in terms of creating bar graphs and pie charts? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

How to create GWT Bar Chart from Database data

2009-04-15 Thread Sam
Hi, Can somebody suggest me how to create a GWT Bar Chart or Pie Chart which get populated from Database dynamically by querying the database? The charts should get refreshed every 5 min. Also, which API to use in this regard. Any help is highly appreciated! Thanks, Sam

Star project and RSS feed of releases

2009-04-08 Thread Sam Halliday
Dear all, All Google Code projects have a Star this button on their front page, and an RSS feed for files. However, because GWT is not really on Google Code, it misses these standard features. Where can I get an RSS feed of releases? (I already subscribe to the blog, which does this as a ... but

Re: GWT Maven2 - A real how-to?

2009-03-30 Thread Sam Brodkin
jv, try this: http://code.google.com/p/gwt-maven2-starter-app/ --~--~-~--~~~---~--~~ 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

[gwt-contrib] gwt-dev-oophm project

2009-03-18 Thread Sam Gross
of the change. I attached the change for your convenience. Thanks, Sam --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~--- oophm-project-r5037.patch Description: Binary data

Re: Unicode problem in GWT

2009-02-06 Thread Sam sem
changing character encoding will help request.setCharacterEncoding(UTF8); On Fri, Feb 6, 2009 at 7:56 AM, Machine_Head ikax...@gmail.com wrote: Hi, i have a problem in gwt application with unicode, when i fill input fields with unicode font (Cyrillic) and then make rpc call, result is shown

Re: Error executing RPC call after updating to GWT 1.5.3

2009-01-27 Thread Sam sem
Make Sure You are only using Jars of 1.5.3 .remove Gwt-user and Gwt-servlet jars from your build path and place jars from version 1.5.3 also Update your GWT_HOME ..make sure GWT_HOME points to GWT Version 1.5.3 Thanks Muhammad Ismail cell (PAK) : +92.322.5100362 e-mail:

Re: form submit new window ... request getparameter not working???

2009-01-05 Thread Sam Wells
Try this . It worked for me form.setEncoding(FormPanel.ENCODING_URLENCODED);//ENCODING_MULTIPART); Thanks Sam On Dec 31 2008, 8:35 am, bharat.j...@gmail.com bharat.j...@gmail.com wrote: Hi,  I have a GWT form and Isubmitthe form to a spring controller. The formsubmitshould open in new window

[gwt-contrib] OOPHM LinkageError in trunk

2009-01-05 Thread Sam Gross
the LinkageError. Regards, Sam --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~--- oophm-linkage-r4377.patch Description: Binary data

[gwt-contrib] Re: RR : A compiler option to disable runAsync sharding

2008-12-16 Thread Sam Gross
XML module files in favor of annotations in the future? Regards, Sam On Tue, Dec 16, 2008 at 3:09 PM, Lex Spoon sp...@google.com wrote: On Mon, Dec 15, 2008 at 4:09 AM, BobV b...@google.com wrote: I was trying to demonstrate the practical difference that runAsync would make when compared

[gwt-contrib] OOPHM development branches

2008-12-11 Thread Sam Gross
before OOPHM is the default hosted-mode in trunk? Regards, Sam --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

Re: SVG and GWT

2008-11-24 Thread Sam sem
here is example just implement in your java class public static native void testMethod()/*-{ $wnd.testMethod2 = function() { return @com.test.client.TestEntryPoint::testMethod2(Ljava/lang/String;)(null); } }-*/; public static void

Re: GWT serilization policy issue !!

2008-11-12 Thread Sam
Hello Olivier, Thanks for the reply, I have seen your code and it extends from RemoteServiceServlet. Thats why you can pass third parameter as this . In my case , the service does not extend from RemoteServiceServlet. The actual defination of my class is public

Re: GWT serilization policy issue !!

2008-11-12 Thread Sam
Thanks Olivier, That really helps. Thanks a lot --~--~-~--~~~---~--~~ 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

GWT serilization policy issue !!

2008-11-10 Thread Sam
Hi all, I am trying to integrate GWT with the spring framework and we are able to implement it successfully. The only question that remains unsolved is of GWT serilization and deserilization issue. We have several already exsisting classes which are actually remote and implements Serilizable

[gwt-contrib] Re: OOPHM Gecko 1.8

2008-10-23 Thread Sam Gross
On Thu, Oct 23, 2008 at 2:06 AM, John Tamplin [EMAIL PROTECTED] wrote: On Thu, Oct 23, 2008 at 12:22 AM, Sam Gross [EMAIL PROTECTED] wrote: I've been working on trying to create a version of oophm-xpcom.xpi that runs in both Firefox 2 and Firefox 3. I also modified some of the makefiles

Re: GWT Serialization problem !!!!

2008-10-17 Thread Sam
Hi olivier, Thanks a lot for prompt reply, The solution you said works fine if we extend our class from RemoteServiceServlet . However in my case I am not extending the class from RemoteServiceServlet . I am making the use of HandlerAdapter class of spring for integrating spring wid GWT. Is

Re: GWT Serialization problem !!!!

2008-10-17 Thread Sam
Hi olivier, Thanks a lot for prompt reply, The solution you said works fine if we extend our class from RemoteServiceServlet . However in my case I am not extending the class from RemoteServiceServlet . I am making the use of HandlerAdapter class of spring for integrating spring wid GWT. Is

  1   2   >