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 questio

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
he since last cleanup Anyway, has anyone else tried to compile GWT code with Java9? Or any ideas how we might make 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 s

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

2016-12-31 Thread Dave Puchyr
t obscure library was modifying your json, and > how? > > El sáb., 31 dic. 2016 13:37, Vassilis Virvilis > 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? >> >> On

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 > 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 noise. >> >> >

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 in

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 a

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 incorrect

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

2016-12-29 Thread Dave Puchyr
close: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. me

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

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 r

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 surroundin

Re: Will Google release Javascript compression tool?

2015-08-19 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 inline/offline/onlin

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 wrote: > Turns out that my test program no longer leaked because the rows in the > test program

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): *7|0|5|http://

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

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 in

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/ propert

Re: EJB Statefull GWT Integration

2013-08-15 Thread Dave Laycock
Sure. You can use getThreadLocalRequest()in your RPC methods to get access to user's current HttpSession. You can keep a reference to the bean in the session. T

Re: Drag and Drop to a RichTextArea / IFrame?

2013-06-04 Thread Dave
ogle-web- toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at http://groups.google.com/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

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
ional compile. [My 4-year-old project also does some xml-parsing, so in that case, you'd also need an inherits line to get the XML-support module::] Hope this helps someone else. Cheers... > > On Thursday, February 14, 2013 9:07:21 PM UTC-5, Dave wrote: >> >> Ok. I trie

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 WebAp

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 variou

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 s

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.

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.

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 creat

compiler.emulatedStack.recordLineNumbers

2011-11-17 Thread Dave
perty 'compiler.emulatedStack.recordLineNumbers' is not of the correct type; found 'ConfigurationProperty' expecting 'BindingProperty' regards, Dave -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to

GWT Spring Interjection

2011-11-13 Thread Dave Potts
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 To

DockPanels && TabLayoutPanel and missing elements

2011-08-04 Thread Dave Potts
oing something wrong 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 gr

Re: GWT Designer isDesignTime Not Working?

2011-07-25 Thread Dave Kor
..@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-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

UML (Ecore) integration Android

2011-06-21 Thread Dave K
hone it crashes 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 unsubscr

Re: GWT remote logging

2011-05-25 Thread Dave
  >         remoteLogging >         /YOUR_MODULE/remote_logging >     > > Alexandre > > 2011/5/24 Dave > > > > > > > > > I'm trying to Log a message to a server log.  I found these > > instructions: > > >http://code.google.co

GWT remote logging

2011-05-24 Thread Dave
ptHost.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 received this message because you are subscribed to the Google Groups "Google Web T

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 "G

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 indi

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 invoke

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 google-web-toolkit@go

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 fla

enable tabbing of TH tags

2010-11-04 Thread Dave
ot;tabindex", "0"); This did 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...@goog

Re: App does not display in IE 7

2010-08-23 Thread Dave Combs
r the root layout panel, and see what you have there. Cheers, Dave On Aug 23, 2:08 am, Lukasz 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 own CSS -

setting checkbox position

2010-08-17 Thread Dave Combs
that sets most 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 . Thanks! Dave -- You received this message because you are subscribed to the Google Groups "Google Web T

Re: Widget for long text?

2010-08-04 Thread Dave
scroll bars to appear and have the ScrollPanel take up the entire area of the contentPanel (or have the "contentPanel" take up the entire area to the right of the "west" menubar? Thanks, Dave. On Jul 18, 9:31 am, Thomas Broyer wrote: > On 18 juil, 17:27, Stefan Bachert

Suggestion for real time logging widget

2010-07-30 Thread Dave
k on it and see 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 Toolki

Re: An implementation of Selection/Cursor for RichTextArea

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

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 processi

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 com.google.appengi

multiselect ListBox getting selected items

2010-03-16 Thread Dave
sly I could add a listener to the listBox to capture when someone selects 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 We

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 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 please tell me if ther

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

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. service1 com.server.ServiceImpl1 service2 com.server.ServiceI

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 wrote: > > > Hi, > >     Could someone point me to some resources that shows how to > > validate user input. Specifica

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 forge

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 wrote: > Try with /* url-pattern > > On 1 jan, 22:40, Dave 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 > > paramete

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

2010-01-02 Thread Dave
/page/ * CONFIDENTIAL 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 -- Yo

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. Frag

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

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. Wha

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 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/657ed9bb2e2e9011/794322db35f85adc?lnk=gst&q=Guillem#794322db3

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

2009-12-12 Thread Dave Finch
not a Widget. On Dec 12, 1:36 pm, Dave Finch 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 curren

Adding a list of items to a widget using UiBinder

2009-12-12 Thread Dave Finch
5ee14, found unexpected child "" Does anyone know if it is possible to do this and if so how? (My RegexRule class does not extend widget because it doesn't have any visual aspect.) Thanks, Dave -- You received this message because you are subscribed to the Google Groups "

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 ArrayList getAMIs() { ArrayList amis = new ArrayList(); int n; AMI ami = new AMI(); GetResources amiResourceXML = new GetResources(); try

Re: MouseOverHandler not called for text of Checkbox

2009-11-20 Thread dave
vents, 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 wrote: > On Nov 20, 2:01 am, dave wrote: > > > First and only time I'll bump this, but I've y

Re: MouseOverHandler not called for text of Checkbox

2009-11-19 Thread dave
t over 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 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

Re: Add widget recursively

2009-10-24 Thread Dave
in the panel. If you need reference to all the listboxes, just create an ArrayList which contains each newly created listbox. Hope that helps. If you need code, I'm sure someone can oblige, but all of this is very basic stuff that the StockWatcher tutorial covers. Dave On Oct 23, 4:

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 p

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 X

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 wrote: > Hi Dave, > > As with Isaac and Ian, I did not receive your response either. > > I'm glad that you fig

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 wrote: > Dave, make sure you have published your application to the server > correctly. > > Copy the contents of this folder:  .\workspace\GW

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 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. > >

Re: ext-GWT vs GWT-ext

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

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 wrote: > Hey Dave, > A couple things to try: > > -Blow away the mmclient subdirectory

Re: PlaceManager etc

2009-08-27 Thread Dave Pinn
I've learned a lot from looking at the Hupa code; thanks very much for that. +1 on the call for more information about PlaceManager. Or maybe some more comments in the code? ;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

Re: GWT and Spring

2009-08-25 Thread Dave
Very nice, thank you! On Aug 24, 11:43 am, Alec 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 > ServiceLocatorFactoryBean as

blank page and other weirdness after upgrade, 1.5 to 1.7

2009-08-24 Thread Dave
The module is loaded from the host html as: Even when I get a blank page, I believe this file is being found. (Firebug shows its JS functions). I'm working with the Eclipse (3.4.2) GWT plugin, if that's important. Thanks for any advice! -Dave --~--~-~--~~---

Re: Creating a plugin framework with GWT

2009-08-24 Thread Dave
java script can easily be loaded, although I like your HTML suggestion. On Aug 22, 9:06 pm, Nathan Wells 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 reaso

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 wrote: > We do give you the ability get in and override any part of the > generated SQL as a Velocity template.  Simpl

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 a

@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 clie

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 wrote: > On Jun 21, 6:43 pm, Dave Ford wrote: > > > What does the

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 th

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 m

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 G

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 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 t

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 r

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,

Re: Running GWT code before third-party script tags

2009-03-03 Thread Dave Schweisguth
The problem turns out to be that the script I'm adding uses document.write, which can only be used to add to the page while the page is being built. After DOMContentReady, document.write opens a new output stream (too lazy to go back and check the right browser speak here) and writing to it replac

How to create listbox with nothing selected by default?

2009-02-27 Thread Dave E
one have any ideas how I might accomplish 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 Gro

Listbox and ability to have no item selected

2009-02-27 Thread Dave E
e spent way too much time 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 T

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 w

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 b

  1   2   >