Re: Problem compiling GWT code with Java9

2018-01-02 Thread Dave Bradlee
FYI. Google released a GWT update in October (http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_2) that supposed includes fixes to allow it to work with Java9. We'll be trying that soon. On Thursday, September 21, 2017 at 12:21:19 AM UTC-7, Thomas Broyer wrote: > > Fwiw, I confirm

Re: jsitenterop: elemental status

2017-03-18 Thread Dave Puchyr
That is great news! Thanks for the quick reply. On Saturday, March 18, 2017 at 11:06:49 AM UTC+1, Thomas Broyer wrote: > > > > On Saturday, March 18, 2017 at 9:15:55 AM UTC+1, Dave Puchyr wrote: >> >> I think that you make excellent points and have a very relevant ques

Re: jsitenterop: elemental status

2017-03-18 Thread Dave Puchyr
I think that you make excellent points and have a very relevant question. I'm a big fan of GWT, but I have to ask the GWT powers that be: Is elemental2 like the vaporware that singularity turned out to be? Dave On Monday, March 6, 2017 at 3:14:27 PM UTC+1, Vassilis Virvilis wrote: > &

Problem compiling GWT code with Java9

2017-02-15 Thread Dave Bradlee
the compiler happy? Thanks! -- Dave -- 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 to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group,

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-31 Thread Dave Puchyr
library was modifying your json, and > how? > > El sáb., 31 dic. 2016 13:37, Vassilis Virvilis <vas...@gmail.com > > escribió: > >> So why it did it in the one case but not in the other? Were you calling >> the third party js explicitly in the one case? >> &g

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-31 Thread Dave Puchyr
one case? > > On Sat, Dec 31, 2016 at 1:04 PM, Dave Puchyr <da...@avaritia.com > > wrote: > >> After stepping through the compiled js I found that a third party >> (obfuscated) js library manipulated the timestamps on me. JsInterop is >> fine. :) Sorry for the n

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-31 Thread Dave Puchyr
After stepping through the compiled js I found that a third party (obfuscated) js library manipulated the timestamps on me. JsInterop is fine. :) Sorry for the noise. On Saturday, December 31, 2016 at 11:20:43 AM UTC+1, Dave Puchyr wrote: > > Even when I reduce the json

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-31 Thread Dave Puchyr
Even when I reduce the json input to {"Contract":"STK:USD:PBA@NYSE","action":"onHistoricalData","bar":"D","bars":[{"time":1451952000},{"time":1452038400},{"time":1452124800}],"callback":4,"metadata":{"noData":false},"t":1483179318,"t0":1452075258,"ticker":"STK:USD:PBA@NYSE"} the time properties

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-30 Thread Dave Puchyr
Thanks On Friday, December 30, 2016 at 12:12:56 AM UTC+1, Dave Puchyr wrote: > > Parsing the following JSON input and sending the resulting object to the > console yields the expected results for a JSNI JSON.parse() but yields > incorrect timestamps using a JsInterop JSON.parse() (

Re: JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-30 Thread Dave Puchyr
Thanks a lot for taking a look. Indeed, like you, when I created a simple test case I couldn't reproduce the error. However, I can assure you that the problem is not with the server since I'm parsing the same json string on the client side with both JSNI and JsInterop and getting the

JsInterop JSON.parse()ed object differs from JSNI JSON.parse()ed object

2016-12-29 Thread Dave Puchyr
:21.49 2. high:21.57 3. low:21.26 4. open:21.5 5. time:160740 6. volume:2303 7. __proto__:Object 4. length:3 5. __proto__:Array[0] 5. callback:4 6. met

Re: GWT 2.8.0 compile warnings

2016-12-08 Thread Dave Kichler
and sources and everything is good to go. The explicit dependency looks like this: Hope that helps sort you out. On Thursday, 8 December 2016 09:18:44 UTC-8, Stik wrote: > > Hi Dave, how did you resolve this? I'm not deeply familiar with Ivy, so > feeling a bit out of my depth

Re: GWT 2.8.0 compile warnings

2016-11-27 Thread Dave Kichler
Eventually figured out that the GWT jars downloaded from Google have the jsinterop annotations bundled within the gwt-user.jar, which are the ones referenced by Eclipse and the ones I checked for them. The GWT jars provided by Maven central, and which my Ant/Ivy build were referencing, do not

Re: GWT 2.8.0 compile warnings

2016-11-25 Thread Dave Kichler
Scoured my classpath for any conflicting dependencies and found none. Also cleared out my gwt-unitCache but no to avail - the warnings still remain. On Wednesday, 23 November 2016 13:13:23 UTC-8, Jens wrote: > > Double check your classpath. Especially if you use gradle/maven make sure > you

GWT 2.8.0 compile warnings

2016-11-23 Thread Dave Kichler
I recently upgraded my GWT app to depend on 2.8.0 and had my compile phase immediately flooded with GWT compile warnings. Under previous versions, there were no warnings at all. I've done some Googling but haven't found a solution to this particular issue. Some other similar issues

Re: Will Google release Javascript compression tool?

2015-08-20 Thread Dave Brown
I got tired of the lack of tools to compress and obfuscate, so I have tried to tackle the issue. www.whak.ca is a bunch of obfuscators I made. www.scriptcompress.com will minify and use real compression (LZMA, ZIP, gzip, bzip, etc) that extracts VIA web browser client side

Re: CellTable Memory Leak in IE8

2015-08-13 Thread Dave Chapman
Hi Harvard, Thanks for the update, I did think it was lucky my quick hack worked, but glad I could help (in a small way!). Cheers, Dave On 13 August 2015 at 04:29, Harvard Pan harvard...@gmail.com wrote: Turns out that my test program no longer leaked because the rows in the test program's

GWT-RPC: hacked attempt on request payload.

2015-07-22 Thread Dave Y
Hi, My test team try to hack on the system, they found out that GWT-RPC call returned a sensitive information (class name as highlighted in blue as below) in response format //EX message. I'm amazed that I can't find any postings on this issue. HTTP Request (Request payload):

Re: GWT 2.7.0 is here

2015-01-22 Thread Dave Dumaresq
Why isn't this available from the Eclipse update site (luna https://dl.google.com/eclipse/plugin/4.4)? For that matter I can't find 2.6.1 there either. Dave On Thursday, 20 November 2014 02:59:06 UTC-8, Daniel Kurka wrote: Today we are excited to announce the GWT 2.7.0 release. Thanks

Is there way to compile GWT in production mode?

2013-11-19 Thread vikram dave
Hi, I am trying to compile my GWT code in production mode using Maven. I set production mode true (as seen below) in my pom, but I still see Dev mode code in my JS files. I don't want any dev mode code in my production JS file. Is there a way to do this using Maven? Can I set some flag/

Is there a way to compile GWT code in production mode using maven.

2013-11-19 Thread vikram dave
Hi, I am trying to compile the GWT code in Production mode so that I don't have any Dev mode code in my generated JavaScript file. I have a Production App that I build using Maven and am not able to compile the code in Production mode. I set production mode to be true for my gwt-maven-plugin

Re: EJB Statefull GWT Integration

2013-08-15 Thread Dave Laycock
Sure. You can use getThreadLocalRequest()http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/server/rpc/AbstractRemoteServiceServlet.html#getThreadLocalRequest%28%29in your RPC methods to get access to user's current HttpSession. You can keep a reference to the bean in the session.

Re: Drag and Drop to a RichTextArea / IFrame?

2013-06-04 Thread Dave
/group/google-web-toolkit?hl=en. Did you find a solution? I'm having the same problem. I've tried it using JSNI too, it seems to get a few events then stops. How did you solve this? -Dave -- You received this message because you are subscribed to the Google Groups Google Web

Re: Anyone tried to compile an old GWT 1.x app, under 2.5? Don't bother...it's broken.

2013-02-22 Thread Dave
... On Thursday, February 14, 2013 9:07:21 PM UTC-5, Dave wrote: Ok. I tried this. Use the new WebAppCreator, and create a work area for some 'SimpleMaps' example. Run ant, and the generic generated code will compile. But, as soon as you take the example code from SimpleMaps and try to compile

Re: Anyone tried to compile an old GWT 1.x app, under 2.5? Don't bother...it's broken.

2013-02-18 Thread Dave
Does this have something to do with the fact that these APIs are shown now as 'deprecated'? Can ANYONE get their SimpleMaps example code to compile, under GWT 2.5? On Thursday, February 14, 2013 9:07:21 PM UTC-5, Dave wrote: Ok. I tried this. Use the new WebAppCreator, and create a work

Anyone tried to compile an old GWT 1.x app, under 2.5? Don't bother...it's broken.

2013-02-14 Thread Dave
Ok. I tried this. Use the new WebAppCreator, and create a work area for some 'SimpleMaps' example. Run ant, and the generic generated code will compile. But, as soon as you take the example code from SimpleMaps and try to compile that, the compile will fail. There's some mumbling about

Re: Future of GWT survey

2012-09-19 Thread Dave Laycock
I wish I could change my responses. I forgot about the single biggest improvement I would like to see on the long term roadmap: support for Java 8 language features On Wednesday, 19 September 2012 07:23:24 UTC-6, Joonas Lehtinen wrote: What is your opinion on the future of GWT? How should

Re: Clearing cache of fileupload widget.

2012-09-07 Thread Dave Williams
You can clear the selected files by setting the 'value' property to an empty string. (For a TYPE=FILE input control, you can only set the 'value' property to an empty string - trying to set it to anything else will be treated as an error and will be ignored by the web browser. For more info

Re: Window.open() opens as a popup

2012-06-26 Thread Vishal Dave
with a single click of button? thanks, Vishal Dave On Tuesday, April 24, 2012 10:33:51 PM UTC+5:30, Jens wrote: You have to make sure that you directly call Window.open() in the ClickHandler. Don't to it in a Timer, deferred command or similar inside the ClickHandler. The Browser must

Re: GWT Caching of files

2012-02-07 Thread Dave
Thomas, what do you mean by touch your no cache.js file? I have this Chrome caching issue not only when rolling back, but also when deploying new version. Is there a way to do this via ant or during the GWT compile? My ant compile looks like this. target name=GWTCompiler depends=compile

Having trouble calling a function in a separate Javascript file in GWT

2012-01-11 Thread Dave
I'm trying to create an example app to demonstrate that GWT can use existing Javascript functions, but so far I've been unable to get it to work correctly. I've named my project JS_Integration_Example and I created it from the default Web Application Starter Project that is provided when you

compiler.emulatedStack.recordLineNumbers

2011-11-17 Thread Dave
=compiler.emulatedStack.recordLineNumbers value=true / ... When compiling I get the error [ERROR] The specified property 'compiler.emulatedStack.recordLineNumbers' is not of the correct type; found 'ConfigurationProperty' expecting 'BindingProperty' regards, Dave -- You received this message because

GWT Spring Interjection

2011-11-13 Thread Dave Potts
and will be expecting several strings or a jpg worth of data back. Does anybody have suggestions as to which is the better choice or can suggest another way of doing this type of thing? Thanks in advance. DAve. -- -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

DockPanels TabLayoutPanel and missing elements

2011-08-04 Thread Dave Potts
or have I forgotten to do something important? Dave -- 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

Re: GWT Designer isDesignTime Not Working?

2011-07-25 Thread Dave Kor
-toolkit?hl=en. -- Regards, Dave Kor -- 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+unsubscr

UML (Ecore) integration Android

2011-06-21 Thread Dave K
immediatly. I hope someone can tell me what to do? Thanks, Dave Kosterink -- 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 remote logging

2011-05-25 Thread Dave
-classcom.google.gwt.logging.server.RemoteLoggingServiceImpl/serv let-class     /servlet     servlet-mapping         servlet-nameremoteLogging/servlet-name         url-pattern/YOUR_MODULE/remote_logging/url-pattern     /servlet-mapping Alexandre 2011/5/24 Dave meye...@gmail.com I'm trying to Log a message to a server log

GWT remote logging

2011-05-24 Thread Dave
) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java: 269) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java: 91) at com.google.gwt.core.client.impl.Impl.apply(Impl.java) at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:214) Thanks for your assistance, Dave -- You

Problems with showing Designer after update GWT

2011-05-05 Thread Dave K
Hello, I've some problems with the Designer after updating GWT. I didn't change anything in my code so I think that the is the update. Do you know how to solve this for me? I've made a report but I can't attach it. -- You received this message because you are subscribed to the Google Groups

memory leak in sample project

2011-02-28 Thread Dave
Hi all. I've created the GreetingService sample gwt 2.0.3 application using Eclipse 3.5.1. I run the app in Development Mode so I can run it in the Drip-0.3.exe memory leak detector. When I open and close the sample pop up repeatedly I can see the Current Memory Usage in Drip go up. Does this

Handling focus on child Tabs in Firefox and IE8

2011-02-04 Thread Dave
I have a GWT application with links that open other tabs in the browser using the GWT Window open method. I need the ability to set focus on these tabs when the User selects the links again from the main app. I currently have in place a jsni method which gets a handle to the child window and

Re: Announcing GPE/GWT 2.2M1

2011-01-27 Thread Dave Laycock
Will the final release have feature parity with GWT Designer? It looks like Ext GWT and Smart GWT are not supported in this plugin. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Dynamically generated user navigation

2010-12-09 Thread Dave
Hi all. I need to dynamically create a navigation view with multiple selection points based on an xml configuration file. Then, for each navigation selected, show an associated GWT Panel. I was hoping I could accomplish this with the GWT.create method or GIN. It does not appear possible. Is my

enable tabbing of TH tags

2010-11-04 Thread Dave
not add the tabindex. I used Firebug to verify. Any ideas ? Thanks, Dave -- 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

Re: App does not display in IE 7

2010-08-23 Thread Dave Combs
for the root layout panel, and see what you have there. Cheers, Dave On Aug 23, 2:08 am, Lukasz l.plotni...@googlemail.com wrote: I have the same problem - so I would be very interested if you have found a solution or cause of it. My assumption is, that the ie7 rendering problems are related to my

setting checkbox position

2010-08-17 Thread Dave Combs
items to absolute positions--it doesn't want thing to float or move around when the page resizes. As of now, the checkboxes don't even show up in their containing div. Thanks! Dave -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Suggestion for real time logging widget

2010-07-30 Thread Dave
more information about the specific logging message. Any recommendations on what widget(s) would be best to use? I'm planning to use UiBinder to build the app. Thanks Dave. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: An implementation of Selection/Cursor for RichTextArea

2010-04-20 Thread Dave LeBlanc
really like to see it in the core distribution. Thanks, -Dave On Wed, Apr 14, 2010 at 5:05 PM, Manuel Carrasco Moñino man...@apache.orgwrote: I remember that GWT guys said that they wont accept new stuff for incubator, but only fixes to existing code, because they are planning to include

Advice request for GWT newbie

2010-03-30 Thread Dave
I'm a newbie with GWT and before I go about trying to implement a solution using the technology I thought I would first ask advice. I have an application that handles well data transmitted to it over socket connections, transforms the data, and forwards it to other components for further

Explanation needed for many to many example

2010-03-21 Thread Dave
This is the code below for many to many that I found on App engine. I am puzzled about the last line code. I do not know where getKey() gets it values from in the line food.getFoodFans().add(getKey()); Could some please explain. Thanks. Person.java import java.util.Set; import

multiselect ListBox getting selected items

2010-03-16 Thread Dave
or unselects an item but there must be an easier way to get all of the selected items in a multiselect ListBox Regards, Dave -- 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

Re: Link External (xerces jars ) to GWT application in Eclipse

2010-01-24 Thread Dave
Should it be org.w3c ? On Jan 20, 10:25 pm, nikki shruti.pounda...@gmail.com wrote: I am new to GWT and am building an application using some external jars such as xerces ,inspite of adding the jar files in the lib folder I get the error the import org.3wc cannot be resolved can someone

Re: How to configure my web.xml

2010-01-10 Thread Dave
When I made the the following changes and I navigate to http://localhost:/my_App.html?gwt.codesvr=127.0.1.1:9997#page1. I am getting HTTP ERROR: 404 NOT_FOUND RequestURI=/my_app/service1. Changes: web.xml. servlet servlet-nameservice1/servlet-name

Re: How to configure my web.xml

2010-01-10 Thread Dave
I fixed the error. I was unaware that I had to compile the application before. I can't recall any literature which tells you to compile before running. I felt that by running it as a web app, then the requisite compilation would have been done automatically. On Jan 10, 1:28 pm, Dave ladjo

How to configure my web.xml

2010-01-09 Thread Dave
I have had some success in setting up a single service which is called through GWT-RPC. Now I have set up 2 services and I get this error: This application is out of date, please click the refresh button on your browser. ( Blocked attempt to access interface 'com.server.ServiceImpl1', which is not

Re: Validating user input

2010-01-08 Thread Dave
. hibernate- validation ... Maybe it's something you're looking for. Kind regards, Lukasz On 7 Jan., 20:13, Dave ladjo...@gmail.com wrote: Hi,     Could someone point me to some resources that shows how to validate user input. Specifically, to remove harmful javascript injection attacks etc

Validating user input

2010-01-07 Thread Dave
Hi, Could someone point me to some resources that shows how to validate user input. Specifically, to remove harmful javascript injection attacks etc. I would like to see the validation code done at both server and client. I have searched already and I come across issues related to XSS and

Re: How to use web.xml to authenticate a access to a single page

2010-01-02 Thread Dave
/security-constraint /web-app However, I can't get it to work locally. The local address that is used is http://localhost:/Somewebsite.html?gwt.codesvr=127.0.1.1:9997#page. What should my web.xml url pattern be set to? Thanks Dave -- You received this message because you are subscribed

Re: How to use web.xml to authenticate a access to a single page

2010-01-02 Thread Dave
Thanks. It worked. On Jan 2, 1:33 pm, philippe vonck...@yahoo.fr wrote: Try with /* url-pattern On 1 jan, 22:40, Dave ladjo...@gmail.com wrote: (Newbie) I have a web page that I want to authenticate users before they are allowed to access the page. I set the authentication parameters

How to use web.xml to authenticate a access to a single page

2010-01-01 Thread Dave
(Newbie) I have a web page that I want to authenticate users before they are allowed to access the page. I set the authentication parameters in the web.xml but it's not working. I use a hyperlink to get this page. The address of this page in the browser is http://somewebsite.appspot.com/#page.

Authenticate a web page

2009-12-31 Thread Dave
I have a web page that I want to authenticate a user before they are allowed to access the page. I set the authentication parameters in the web.xml but it's not working. I use a hyperlink to get this page. The address of this page is http://somewebsite.appspot.com/#page and my web.xml is below.

Re: New layouts not playing nicely with Maps

2009-12-31 Thread Dave
I solved the problem by using info gained from this site http://googlegeodevelopers.blogspot.com/2009/01/google-maps-api-library-for-gwt.html. This is a great help. On this page, to the left of the Google Maplet: Click on Source Code. Then click on the Full Source hyperlink. Then Click on CLA

Re: New layouts not playing nicely with Maps

2009-12-30 Thread Dave
Eric, I have the same problem as stated in 1st post above. I have read other post and this problem seem to be persisted for sometime now as shown is this earlier post

Adding a list of items to a widget using UiBinder

2009-12-12 Thread Dave Finch
it doesn't have any visual aspect.) Thanks, Dave -- 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

Re: Adding a list of items to a widget using UiBinder

2009-12-12 Thread Dave Finch
if it is not a Widget. On Dec 12, 1:36 pm, Dave Finch finch.d...@googlemail.com wrote: Hi, I am using the UiBinder mechanism in GWT 2.0 and have created a standard text field that includes a label, required icon etc. which all works great. The field also includes a list of validation rules which i

ERROR: GWT.create() is only usable in client code! It cannot be called, for example, from server code.

2009-11-28 Thread Dave
I have the following code on my server public ArrayListAMI getAMIs() { ArrayListAMI amis = new ArrayListAMI(); int n; AMI ami = new AMI(); GetResources amiResourceXML = new GetResources(); try

Re: MouseOverHandler not called for text of Checkbox

2009-11-20 Thread dave
, as the CheckBox itself isn't essential. If I do switch back, your suggestion of a Composite is exactly what I'll do. Thanks! On Nov 20, 3:18 am, Thomas Broyer t.bro...@gmail.com wrote: On Nov 20, 2:01 am, dave dpdear...@gmail.com wrote: First and only time I'll bump this, but I've yet to find

Re: MouseOverHandler not called for text of Checkbox

2009-11-19 Thread dave
the actual checkbox. How can I add a MouseOverHandler that will fire when over the label of a CheckBox? On Nov 5, 9:34 am, dave dpdear...@gmail.com wrote: I've got a GWTCheckbox(created with text label) to which I add a MouseOverHandler and MouseOutHandler with the goal of doing some action on hover

Re: GWT, MVP a beginner's question

2009-10-04 Thread Dave Pinn
What is your alternative, Miroslav? --~--~-~--~~~---~--~~ 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,

Re: GWT, MVP a beginner's question

2009-10-03 Thread Dave Pinn
You would typically have one presenter and one view for each discrete part of the page. The idea is to componentise the parts of the page so that they can be re-used in a variety of contexts; for example: you might have a page navigation sub-panel that gets used on several pages. To re-use your

Re: 3rd party widget pluggable interface

2009-09-29 Thread Dave
Hi, I had a similar requirement. Essentially I was trying to create a web app, that had a number of default forms where users would enter data, but I wanted the ability to add new forms on the fly (typically from a third-party source). The simplest approach I found was to define my forms with

Re: SmartGWT Extensions

2009-09-24 Thread tall dave
might try the smartclient forums - http://forums.smartclient.com. they have one specific to SmartGWT, believe the authors are pretty active on it. there's a sticky thread - GWT-RPC DataSource implementation with sample code. using that i was able to build a GWT-RPC datasource successfully. On

Re: blank page and other weirdness after upgrade, 1.5 to 1.7

2009-09-03 Thread Dave
Thanks for the replies, guys. Thanks for validating what I was seeing, Rajeev. (and sorry for jumping to @ss_umptions) Best, Dave On Aug 31, 2:50 pm, Rajeev Dayal rda...@google.com wrote: Hi Dave, As with Isaac and Ian, I did not receive your response either. I'm glad that you figured

Re: blank page and other weirdness after upgrade, 1.5 to 1.7

2009-09-02 Thread Dave
Thanks ddsnelle, but I'm fairly certain that I've got the app deployed correctly. Regards, Dave. On Sep 2, 8:05 am, ddsnelle ddsne...@gmail.com wrote: Dave, make sure you have published your application to the server correctly. Copy the contents of this folder:  .\workspace\GWT Test

Re: blank page and other weirdness after upgrade, 1.5 to 1.7

2009-08-31 Thread Dave
Yeah, it's good to be reminded never to make assumptions - thanks, Isaac. Dave On Aug 31, 10:40 am, Isaac Truett itru...@gmail.com wrote: Dave, I can't speak for Rajeev, but your reply to him never reached my inbox. I understand your frustration. Do please try to be nice. Thanks, Isaac

Re: blank page and other weirdness after upgrade, 1.5 to 1.7

2009-08-31 Thread Dave
Why say something like 'post back here and we'll dig deeper' if you don't intend to follow the thread and make good on your promise? Dave On Aug 25, 9:20 am, Rajeev Dayal rda...@google.com wrote: Hey Dave, A couple things to try: -Blow away the mmclient subdirectory located under your war

Re: ext-GWT vs GWT-ext

2009-08-31 Thread Dave
beyond Groovy): http://www.cacoethes.co.uk/blog/groovyandgrails/introducing-smartgwt-to-grails Regards, Dave On Aug 30, 4:54 pm, Thomas Broyer t.bro...@gmail.com wrote: On 30 août, 11:59, muhannad nasser muhannadna...@gmail.com wrote: i wanna choose one of these libraries to start my project

Re: GWT and Spring

2009-08-25 Thread Dave
Very nice, thank you! On Aug 24, 11:43 am, Alec ale...@bellsouth.net wrote: On my website,http://minetats.com, I have another example on how one could use GWT and Spring together - a menu-driven web application. I use commands on both client and server sides. On the server, I use

Re: Creating a plugin framework with GWT

2009-08-24 Thread Dave
be loaded, although I like your HTML suggestion. On Aug 22, 9:06 pm, Nathan Wells nwwe...@gmail.com wrote: Dave, the first thing need to know is that you're attempting to break some core rules. Widgets can only be created on the client-side. There are numerous reasons for this, but essentially

blank page and other weirdness after upgrade, 1.5 to 1.7

2009-08-24 Thread Dave
, if that's important. Thanks for any advice! -Dave --~--~-~--~~~---~--~~ 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

Creating a plugin framework with GWT

2009-08-21 Thread Dave
Hi, I am trying to figure out how to create a plugin framework with GWT, let me explain I have created an application that has a menu on the left side and a form on the right site of the screen. The menu is a tree and the form is a vertical panel (think of the example mail application). I

Re: Modelling framework

2009-08-05 Thread tall dave
is it still possible to download the non-Pro/EE version of SmartGWT? the page at: http://www.smartclient.com/smartgwt/download.jsp isn't working. On Aug 4, 9:16 pm, ckendrick charles.kendr...@gmail.com wrote: We do give you the ability get in and override any part of the generated SQL as a

need a GWT developer

2009-07-15 Thread Dave
I am new to this board, so hopefully this is allowed. I have an open contract consulting position onsite in greater Tampa/ Sarasota/Bradenton area for a GWT Developer. It is a long-term position and would love to find someone from this discussion group who really wants to work with GWT (not as

Re: The @skip javadoc tag

2009-06-22 Thread Dave Ford
That makes since. I was hoping they added a tag for us to use to tell the gwt compiler to omit that method from the JavaScript. I think I will post a new topic asking about that. On Jun 21, 12:25 pm, gscholt gsch...@gmail.com wrote: On Jun 21, 6:43 pm, Dave Ford df...@smart-soft.com wrote

@DontCompileToJavaScript method annotation

2009-06-22 Thread Dave Ford
Are there any plans for gwt to provide a method annotation that instructs the GWT compiler to *not* include that particular method in the generated JavaScript. Here is my justification for this feature. One of the appeals of GWT (for me) is that I have been able to achieve a decent amount of

The @skip javadoc tag

2009-06-21 Thread Dave Ford
What does the @skip javadoc comment tag do? I was browsing thru the svn source and saw the @skip javadoc tag. For example: http://google-web-toolkit.googlecode.com/svn/trunk/user/super/com/google/gwt/emul/java/lang/Number.java I was thinking that it might be a way to say, don't translate this

Re: GWT 1.6 and mysql; hosted mode server restart issue

2009-06-21 Thread Dave Ford
I have a similar problem, but no fix yet. It really cancels out the benefit of the new (in 1.6) super fast restart server button in hosted mode, because i *still* have to restart the entire shell ever time i change server side code. Although, i am not getting any mysql errors. All i know is

Migrate 1.4 to 1.6

2009-04-24 Thread Dave
How feasible is it to migrate from 1.4 to 1.6 without an intermediate migration to 1.5 on a large 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

Re: GWT 1.6.4 - Intellij 8.1 - Hosted mode via application start.

2009-04-21 Thread Dave M
but if you follow the instructions in the documentation, it works with the 1.6.4 plugin. Dave Again, follow the instructions in the manual On Tue, Apr 21, 2009 at 4:15 PM, Jason jtvinc...@gmail.com wrote: Hi all. I'm using Intelli-j 8.1 to build my GWT 1.6.4 application.  I realize

Re: 1.6 Compile problem on Mac OSX

2009-04-20 Thread Dave Finch
Thanks everyone for the replies. I'll work around it for now, I always have a windows VM if need be. Dave --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: stateful service

2009-04-19 Thread Dave M
Thanks for the reply. I will definitely look at this for authentication. Although this doesn't appear to be the full answer to my question. Maybe I just don't understand some fundamental piece. I am very familiar with java programming but haven't done too much of the web stuff. I am used to

1.6 Compile problem on Mac OSX

2009-04-15 Thread Dave Finch
because I want to use a server side library that depends on Java 6. I have had a search through the issue log and the groups but haven't found anyone with a similar problem - am I doing something wrong? Does anyone know whether this is a known issue or a possible work around? Thanks in advance, Dave

Listbox and ability to have no item selected

2009-02-27 Thread Dave E
on it already. Thanks, -Dave --~--~-~--~~~---~--~~ 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

How to create listbox with nothing selected by default?

2009-02-27 Thread Dave E
this? Seems like it should be easy, but I'm embarassed to admit I've already spent hours trying to get it working. Thanks, -Dave --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Running GWT code before third-party script tags

2009-02-19 Thread Dave Schweisguth
Hi Eric! Thanks for your suggestions. I think you're on to something -- that is, because an error turns up in map code, it seems like something is happening concurrently that shouldn't -- but I'm still trying to work out what's going on. My understanding of the page-building process is that the

Re: Running GWT code before third-party script tags

2009-02-19 Thread Dave Schweisguth
Eric, thanks for clarifying that scripts added in GWT run asynchronously. Still don't see why adding the script would fail to work or why one of the symptoms of the failure would be an error in the map. I think the next experiment will simply be to remove the map and see if everything else works

Re: Hosted Mode crashes when embedding applet

2009-02-18 Thread DAve
to test something on the applet or its interactions with your other widgets. On Feb 16, 8:54 am, DAve smith.davi...@gmail.com wrote: I'm writing a GWT app that embeds a Java applet (for legacy reasons). Whenever I try to run it in Hosted Mode, the host browser crashes, so I have to compile

Running GWT code before third-party script tags

2009-02-18 Thread Dave Schweisguth
I'm working with a consumer web app which uses GWT extensively and also integrates several third-party services (ads, user tracking, etc.) via script tags. (For context, we generate as much of our HTML as possible, including those script tags, on the server side, and add behavior with GWT. This

Hosted Mode crashes when embedding applet

2009-02-16 Thread DAve
. Is this a known problem? Is there a workaround? Thanks, Dave --~--~-~--~~~---~--~~ 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 appears to attempts todownload cache.html from another site instead of mine

2009-01-24 Thread Dave
Sometimes my GWT application attempts to down load the 5F7D421B9C803E0DEA3EA769A7136D70.cache.html from the wrong site! I am using gwt 1.5.3 with jboss and Firefox 3.0 When I build my application and attempt to connect to it 30% time it works, fine no problems, but most of the time I just

  1   2   >