Re: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

2013-06-15 Thread John V Denley
Just had the same problem myself, and found that to fix it I had to do what you suggested, but I also had to manually create a "Prefs" key under JavaSoft too, as mentioned here: http://www-01.ibm.com/support/docview.wss?uid=swg21496098 On Friday, 14 June 2013 02:02:26 UTC+1, QingFeng Du wrote: >

Re: Chrome 24 and GWT

2013-01-24 Thread John V Denley
Looks to me like the latest release (Version 24.0.1312.56 m) fixes this issue... On Sunday, 20 January 2013 22:04:32 UTC, darkflame wrote: > > Just to confirm/clarify this problem as I found it today. > > > PopupPanel test = new PopupPanel(); > > test.add(new Lab

Re: Chrome 24 and GWT

2013-01-14 Thread John V Denley
Yes I have had to send an email to all my customers telling them to temporarily switch to firefox, safari or IEv8+ On Monday, 14 January 2013 14:02:25 UTC, Samyem Tuladhar wrote: > > Switch to Firefox! > > On Monday, January 14, 2013 8:55:55 AM UTC-5, John V Denley wrote: >>

Re: Chrome 24 and GWT

2013-01-14 Thread John V Denley
euver but currently I'm not, so I am stuck in the short them having to ask my customers to go use firefox or safari or god forbid even IE (v8 at least!!) On Monday, 14 January 2013 16:26:19 UTC, Thomas Broyer wrote: > > > > On Monday, January 14, 2013 2:53:52 PM UTC+1, John V D

Re: Chrome 24 and GWT

2013-01-14 Thread John V Denley
Any idea how I can fix this/workaround this in a currently live product, that I am unable to recompile/redeploy? Can I set something in chrome to stop it happening or revert back to an older version? On Sunday, 13 January 2013 22:12:20 UTC, Craig Mitchell wrote: > > Thanks Andy! Your workaround

Re: Chrome 24 and GWT

2013-01-14 Thread John V Denley
Yup, same problem for me at www.DiaryBooker.com/demo - click any appointment location to create a new appointment and you see it right there! This has actually happened before and a few updates later it had gone away again! I'm not sure what version of GWT is currently live, but my current d

Re: how does your website look in other browsers.....

2010-10-22 Thread John V Denley
Oct 22, 6:44 pm, John V Denley wrote: > http://browsershots.org > > I just found this website, which loads your website into 57+ different > types of browser and then grabs a screenshot and displays them on a > specific webpage. > > I found it really interesting what

how does your website look in other browsers.....

2010-10-22 Thread John V Denley
http://browsershots.org I just found this website, which loads your website into 57+ different types of browser and then grabs a screenshot and displays them on a specific webpage. I found it really interesting what worked and what didnt... obviously quite a lot of browsers are not specifically s

user.agent options

2010-08-31 Thread John V Denley
Does anyone know if there is a comprehensive list of options that a compatible with the different versions of GWT? I cant seem to find a list anywhere, it actually took me a while to work out that "safari" = "chrome", and surprisingly it even took a while (without just trying it) to find out that

does anyone fancy testing the security on my test application?

2010-04-26 Thread John V Denley
Ive just created an application as part of a learning experience about security with GWT/GAE This has prooved necessary after discovering that using google account logins is unacceptably complex for our potential clients, and as there are no plans within google for a tighter integration with GWT/G

Re: clean compile gives "the parameter is incorrect"

2010-04-09 Thread John V Denley
thread can find the issue and star it if > > they so desire. You can use the GWT tracker since GPE doesn't have a > > separate one that I know of. > > >http://code.google.com/p/google-web-toolkit/issues/entry > > > <http://code.google.com/p/google-web-toolkit

Re: clean compile gives "the parameter is incorrect"

2010-04-06 Thread John V Denley
d side and select the path you just created eg "C:\appengine-java-sdk-1.3.2" and add a "Display Name" eg "Short App Engine SDK". Click OK as needed to close all the windows, and everything should start working again!!! On Apr 6, 9:05 pm, John V Denley wrote: > Ju

Re: clean compile gives "the parameter is incorrect"

2010-04-06 Thread John V Denley
.jar" com.google.gwt.dev.DevMode -remoteUI 1707:344705537223585 -startupUrl IDeBanet.html -logLevel INFO -port -war "C:\Documents and Settings \John\My Documents\_DeBa\ideba\iDeBanet\war" -server com.google.appengine.tools.development.gwt.AppEngineLauncher com.ideba.net.IDeBanet On Apr 6,

Re: clean compile gives "the parameter is incorrect"

2010-04-06 Thread John V Denley
.jar" com.google.gwt.dev.DevMode -remoteUI 1707:344705537223585 -startupUrl IDeBanet.html -logLevel INFO -port -war "C:\Documents and Settings \John\My Documents\_DeBa\ideba\iDeBanet\war" -server com.google.appengine.tools.development.gwt.AppEngineLauncher com.ideba.net.IDeBanet On Apr 6,

Re: clean compile gives "the parameter is incorrect"

2010-04-06 Thread John V Denley
.jar" com.google.gwt.dev.DevMode -remoteUI 1707:344705537223585 -startupUrl IDeBanet.html -logLevel INFO -port -war "C:\Documents and Settings \John\My Documents\_DeBa\ideba\iDeBanet\war" -server com.google.appengine.tools.development.gwt.AppEngineLauncher com.ideba.net.IDeBanet On Apr 6,

Re: clean compile gives "the parameter is incorrect"

2010-04-06 Thread John V Denley
efore that I changed > >>> something that messed with the classpath in eclipse, and reverting that > >>> change didn't actually revert the classpath... > > >>> kathrin > > >>> On Tue, Apr 6, 2010 at 11:44 AM, Isaac Truett wrote: > > >

Re: clean compile gives "the parameter is incorrect"

2010-04-05 Thread John V Denley
ath grown > recently? I've known java/javaw to fail due to excessively long classpaths. > Even just moving files up a few directories can make the difference. > > - Isaac > > On Mon, Apr 5, 2010 at 12:18 PM, John V Denley > wrote: > > > Im on the train now... hoping my

Re: clean compile gives "the parameter is incorrect"

2010-04-05 Thread John V Denley
something that Eclipse or Java compiler is picking up from somewhere else!. On Apr 5, 3:53 pm, John V Denley wrote: > What is this message telling me? > > 'DataNucleus Enhancer' has encountered a problem > > Cannot run program "C:\Program Files\Java\jre6\bin\javaw.exe&

clean compile gives "the parameter is incorrect"

2010-04-05 Thread John V Denley
What is this message telling me? 'DataNucleus Enhancer' has encountered a problem Cannot run program "C:\Program Files\Java\jre6\bin\javaw.exe" (in directory "C:\Documents and Settings\John\My Documents\_DeBa\ideba \iDeBanet"): CreateProcess error=87, The parameter is incorrect Cannot run program

Re: RootPanel.get() problems

2010-02-24 Thread John V Denley
e, quite rightly worrying that you might destroy the parent and leave the child widget orphaned. Im not sure if ive described this totally correctly from a technical standpoint, but it makes sense to me, so hopefully it will to others too. Thanks, John On Feb 19, 1:55 pm, John V Denley

Re: RootPanel.get() problems

2010-02-19 Thread John V Denley
OK I thought I had got past this problem, but Its returned and its not happening at the "RootPanel.get()" point. I've used Eclipse to step through the code line by line and here is where Im getting this "A widget that has an existing parent widget may not be added to the detach list" (BTW I wish

Google Accounts are killing my application!....

2010-02-18 Thread John V Denley
I have been trying to leverage google accounts for security for my users, but the way its working is really preventing useability within my application, its very frustrating Ive just spent the best part of the last week trying to get the google account login to work in an frame within my applicati

Re: setting or refreshing the parent URL from within an iframe

2010-02-14 Thread John V Denley
I forgot the line from where I am getting the URL: loginInfo.getLoginUrl() On Feb 14, 11:16 pm, John V Denley wrote: > OK, I think I might have figured out what the problem is... when Im > creating the frame Im trying to set it using the following line: > > The resulting URL is

Re: setting or refreshing the parent URL from within an iframe

2010-02-14 Thread John V Denley
ot; or how I can force it to be the same without having to deploy each time? Oh and Im running eclipse ganymede by the way. Thanks, John On Feb 14, 4:06 pm, John V Denley wrote: > My application requires a login to a google account. > > I have been looking at trying to do this login st

setting or refreshing the parent URL from within an iframe

2010-02-14 Thread John V Denley
My application requires a login to a google account. I have been looking at trying to do this login step within a GWT frame which works fine. The problem is that once that login has been completed my application then loads INSIDE the frame, I really want it to reload in the parent window. I have

Re: username/password when using GAE

2010-02-14 Thread John V Denley
/articles/auth.html > > > If that's not going to cut it for you, then take a look > > athttp://www.mindrot.org/projects/jBCrypt/ > > > If you were using GWT and weren't going to deploy for a while, then > > you might want to take a look > > athttp:/

Re: username/password when using GAE

2010-02-14 Thread John V Denley
t to take a look > athttp://code.google.com/p/google-web-toolkit/wiki/RpcAuth > > I hope this helps. > > On Feb 12, 9:14 pm, John V Denley wrote: > > > really no responses on this one? > > > On Feb 11, 11:19 pm, John V Denley wrote: > > > > There are ple

Re: username/password when using GAE

2010-02-12 Thread John V Denley
really no responses on this one? On Feb 11, 11:19 pm, John V Denley wrote: > There are plenty of (fairly indepth & technical) conversations on here > about the use of passwords and how to send the data/password to the > server. > > It very much seems a consensus that unless

username/password when using GAE

2010-02-11 Thread John V Denley
There are plenty of (fairly indepth & technical) conversations on here about the use of passwords and how to send the data/password to the server. It very much seems a consensus that unless you are using HTTPS/SSL then its totally pointless doing anything on the client. Given that Google App Engi

Re: javascript error (invalid Argument)

2010-01-21 Thread John V Denley
whats wrong with it, feel free, you can play with it at: http://demo.ideba.net, remember the problem is ONLY in IE, it works fine in all other browsers. Also, there is no need to login, the problem occurs on that first screen... On Jan 21, 2:46 pm, John V Denley wrote: > I finally bit the bul

Re: javascript error (invalid Argument)

2010-01-21 Thread John V Denley
FAQ_DebuggingAndCompiling.html#Why_is_my_GWT-generated_JavaScript_gibberish? Id still like to know how to set this setting via eclipse, which im sure is very simple for someone who knows! Thanks, John On Jan 20, 10:25 pm, John V Denley wrote: > Ive just tried to step through my code pain

Re: What causes com.google.gwt.core.client.JavaScriptException, and how to trace it?

2010-01-21 Thread John V Denley
I finally bit the bullet, and started commenting out huge chunks of my code, and running the application to see if that got rid of the problem... After a few hours of this, I finally narrowed it down to the following (and similar) line of code: daygrid.getColumnFormatter().setWidth(col, "0px");

Re: What causes com.google.gwt.core.client.JavaScriptException, and how to trace it?

2010-01-21 Thread John V Denley
I have a similar problem with a compiled GWT javascript, but it only fails in IE. Im not sure where in eclipse to set "style=DETAILED" and even if I did, is there a firebug dev tool for debugging javascript in IE? I dont mind taking some time to figure out how to set the "style=DETAILED", but onl

Re: javascript error (invalid Argument)

2010-01-20 Thread John V Denley
Exception processing async thread queue Exception processing async thread queue org.eclipse.jdt.internal.debug.core.model.JDIClassType cannot be cast to org.eclipse.jdt.debug.core.IJavaValue Not at all helpful whats my next steps guys, anyone able to help me?... On Jan 18, 12:08 am, Joh

Re: Seamlessly Integrating GWT and Gears

2010-01-20 Thread John V Denley
Yup, I need the same thing, although Im using App Engine for the datastore, but have no real idea how to get gears integrated. On Jan 20, 9:33 pm, Greg wrote: > Hi all, > > Has anyone tried to integrate Gears with a GWT application that uses > Ajax to access the backend? > > Specifically, I a

Re: javascript error (invalid Argument)

2010-01-17 Thread John V Denley
Does anyone have any ideas how to debug this javascript problem with IE? or even where to start debugging it? Thanks, John On Jan 10, 5:25 pm, John V Denley wrote: > Im not doing any direct DOM assignments, its all pure GWT and CSS (Im > also using GAE) but its all native, im also not usi

Re: Duplicate RPCs in gwt + app engine -- why?

2010-01-17 Thread John V Denley
ah yes, ive had that one, i was recreating the dialogs and buttons each time, and then found id defined multiple "on click" events which all did the same thing, so that when the user clicked on the "submit" button, it actually initiated the same function multiple times! I also fell down the trap o

Re: Duplicate RPCs in gwt + app engine -- why?

2010-01-10 Thread John V Denley
What was the problem Amir, I've been seeing a very similar problem with my application! On Jan 10, 8:29 pm, "amich...@gmail.com" wrote: > Please ignore.  Problem found. > > Amir > > On Jan 10, 10:53 am, "amich...@gmail.com" wrote: > > > > > Hello, > > > Sometimes an RPC is executed multiple time

Re: javascript error (invalid Argument)

2010-01-10 Thread John V Denley
Im not doing any direct DOM assignments, its all pure GWT and CSS (Im also using GAE) but its all native, im also not using any third party toolsets/jars etc How did you manage to narrow it down Joe? how did you go about figuring it out? I have thousands of lines of code, I dont even know where to

Re: javascript error (invalid Argument)

2010-01-09 Thread John V Denley
If I had any clue how to figure out which of the 6000 odd lines of code were causing the error! On Jan 8, 4:39 pm, Chris Ramsdale wrote: > Hey John, > > Would you be able to narrow it down to a smaller repro case? > > - Chris > > On Thu, Jan 7, 2010 at 5:29 PM, J

Re: javascript error (invalid Argument)

2010-01-07 Thread John V Denley
This is v2.0 of GWT On Jan 8, 12:43 am, Ian Bambury wrote: > Hi John, > > What version of GWT? > > Ian > > http://examples.roughian.com > > 2010/1/7 John V Denley > > > > > I have just come across the following error when testing my > > applica

javascript error (invalid Argument)

2010-01-07 Thread John V Denley
I have just come across the following error when testing my application in IE7, It seems to work fine in Chrome 4.0 and FF 3.5.7 I have seen several other people having the same problem on this forum, but I cant work out from any of them how I can work out whats wrong with MY application! Can an

Re: Offline Mode in GWT

2009-12-17 Thread John V Denley
We will be implementing offline capabilities in the new year, and are fully intending to use gears for that, Not looked at how its going to work at all yet though!! On Dec 16, 2:28 pm, Joe Cole wrote: > We use adobe air. Gears doesn't have support for encrypted local data > which is important for

Re: HttpServlet implementation...

2009-12-16 Thread John V Denley
was trying to solve On Dec 15, 9:19 am, John V Denley wrote: > Ive been trying to find some help regarding using Google App Engine's > task queues, but have just realised that the questions Im asking may > well be more of a GWT question. > > Essentially I have an application

HttpServlet implementation...

2009-12-15 Thread John V Denley
Ive been trying to find some help regarding using Google App Engine's task queues, but have just realised that the questions Im asking may well be more of a GWT question. Essentially I have an application, lets say you go to "http:// myappname.appspot.com" to run it normally, but what I want to do

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
FYI, I fixed this as follows (the commented lines were the original code): //import java.io.Serializable; import com.google.gwt.user.client.rpc.IsSerializable; //public class LoginInfo implements Serializable { public class LoginInfo implements IsSerializable { On Dec 12, 12:27 am, Dop Sun wro

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
Actually, sorry, not sure ive got the SAME problem, I have: "com.google.gwt.user.client.rpc.SerializationException: Type 'com.ideba.net.client.LoginInfo' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this typ

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread John V Denley
Yup, Ive got the same problem having just upgraded to 2.0.. G On Dec 12, 12:27 am, Dop Sun wrote: > While I upgraded my project settings to 2.0 (via Google Eclipse > Plugin), and have a runtime error while running in development mode: > > com.google.gwt.user.client.rpc.SerializationExcept

Re: Please Suggest Me Good Book for GWT

2009-12-02 Thread John V Denley
I found the following very useful: http://www.pathf.com/blogs/2007/07/36-gwt-tutorial/ lots of free tutorials and examples listed there -- 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-t

Re: DatePicker starting week on Monday

2009-11-28 Thread John V Denley
Yes, Id like to know this too On Nov 11, 11:20 pm, santins wrote: > Is there a way to change the first day of the week from Sunday to > Monday? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goog

Re: Hosted mode hanging 4 out of 10times

2009-10-21 Thread John V Denley
Just thought it might be worth mentioning that I have been having this problem for about 4 weeks now... I was hoping it might be dealt with in the lastest updates, but its still there! Im using GWT with GAE functionality, my app is built up from the original stockwatcher application. I actually

Re: How to fire events registered with a HandlerManager?

2009-09-29 Thread John V Denley
Bulat, can you direct me to any documentation anywhere which explains the use of the and constructs? Thanks, J On Sep 21, 4:03 am, Bulat Sirazetdinov wrote: > You should do it this way: > At first you'll need to create a class that implements > HasValueChangeHandlers interface. It is because

Re: dialog box background - BUG?

2009-09-29 Thread John V Denley
Hmmm, not sure I ever would have figured that out on my own, Ive only been doing web application development for about 2-3 months, so this is all new to me. You were correct in your assumptions, and that makes sense why the problem only happens when you "add" a stylename, as using the "setStyleNa

Re: dialog box background - BUG?

2009-09-29 Thread John V Denley
OK so this bug seems to relate to a dialog box, containing a FlexTable, when you use the "addStyleName" operator rather than the "setStyleName" operator If you create a basic GWT project and add the following code just just after the line which adds the send button into the HTML page ( RootPane

Re: dialog box background - BUG?

2009-09-27 Thread John V Denley
OK, thanks Isaac, Ill try to get onto that tomorrow On Sep 17, 3:47 pm, Isaac Truett wrote: > John, > > The first step in reporting a bug is to create the smallest possible > piece of code that reproduces the problem. You can post that code here > and the group can help you determine if you

dialog box background - BUG?

2009-09-17 Thread John V Denley
ive just tried to set the background colour of all my dialog boxes using CSS and its immediately obvious that there seems to be a bug with the DIV somewhere, as the background colour is appearing to the immediate right of the actual dialog box, its exactly the same height, but approximately 30% wi

Re: HTTP POST on the server side?

2009-09-13 Thread John V Denley
Sep 13, 7:24 pm, Sripathi Krishnan wrote: > Who is reporting that error? Eclipse? Or is it the GWT hosted mode browser? > > Also, can you paste the folder structure of the src folder? Perhaps the > server code somehow made its way to the client packages.. > > --Sri > > 200

Re: HTTP POST on the server side?

2009-09-13 Thread John V Denley
Ah, I actually meant to mention that I had already tried that and got the following error: "the import java.net cannot be resolved" Im guessing ive done something wrong, or im meant to have included it in some other way, or im meant to include something else somewhere! Im using Eclipse if that

HTTP POST on the server side?

2009-09-13 Thread John V Denley
Please excuse the newbie wording below, Im really not sure how to phrase this problem correctly, which is of course causing me problems with trying to find a solution by searching online, as I dont really know what it is that i need to do, but I think its an "HTTP POST" (but it could be send/get/s

Re: Seriously getting beyond my capabilities with GWT....

2009-09-12 Thread John V Denley
Im in total agreement with everything Ian has said. Almost everything he stated, are exactly the reasons that the relationships ive tried to build over the last 6 months have all failed. As such (and mostly as he is based not far from me in the UK) I shall be contacting Ian offlist to see if the

Re: Offline GWT Applications

2009-09-11 Thread John V Denley
Not sure how relevant these are for this specific discussion But Im looking at using gears with my GWT application to allow for offline access so they might be useful to others on here: http://wiki.developerforce.com/index.php/Building_Offline_Salesforce_Applications_with_Google_Gears_and_Google_

Re: Seriously getting beyond my capabilities with GWT....

2009-09-11 Thread John V Denley
Thanks Isaac, however ive solved the "date" problem (for now) and now have a server side HTTP request issue, which I will raise in a separate thread. However, for any other GWT newbies out there, who may not be experienced web/java developers Ive just found this EXCELLENT series of tutorials whic

Re: Seriously getting beyond my capabilities with GWT....

2009-09-11 Thread John V Denley
Hi Frank and Trevis, you are both correct, and I guess I should apologise to some extent, I was just throwing the question out there to see what kind of a response I got. I am happy to drop this thread now and concentrate on specific GWT questions. I have been burnt several times over the last si

Re: Seriously getting beyond my capabilities with GWT....

2009-09-11 Thread John V Denley
Ok Mars, I wasnt really expecting a technical response on this particular problem yet, this post was designed to see if anyone was willing to allow me to send questions to them directly rather than having to wait for responses on here. I dont take offence with your reply, although I dont think yo

Seriously getting beyond my capabilities with GWT....

2009-09-10 Thread John V Denley
Is there anyone out there who would l like to help me out? Its ultimately a commercial product, but Im really not a programmer anymore, I used to know C, but all this webstuff is hurting my brain! My current problem is that Ive managed to get my application to create entries in the datastore (I k

can anyone explain how to use listBox.fireEvent

2009-09-08 Thread John V Denley
eclipse seems to prompt me to enter something like: listBox.fireEvent(GwtEvent event); but I have no idea what that means, and it doesnt like the ? is there any documentation on this anywhere, or am I just meant to instinctively know what this means and how to use it? PLEASE help me, ive just

Re: How to fire events registered with a HandlerManager?

2009-09-08 Thread John V Denley
I sitll cant work out from the code in this article, how to fire an event: final ListBox dropBox = new ListBox(false); dropBox.addItem(""); dropBox.addItem("a"); dropBox.addItem("b"); dropBox.addItem("c"); dropBox.addItem

Re: Offline GWT Applications

2009-08-03 Thread John V Denley
Great Question, Im doing a similar thing, but Im using the App Engine, but at present I cant get the datastore access to work, Ive been stuck on that for 3 days now, and I only wanted to do that so that I could move on to testing gears outhowever it looks like that might be a waste of time any

Re: Stockwatcher source code (Java + Eclipse + Datastore)

2009-08-03 Thread John V Denley
In the Eclipse Console, Im getting the following error: The server is running at http://localhost:8080/ 03-Aug-2009 13:34:52 com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /stockwatcher/login On Aug 3, 9:41 am, John V Denley wrote: > D

Stockwatcher source code (Java + Eclipse + Datastore)

2009-08-03 Thread John V Denley
Does anyone have a full finished and working version of stockwatcher built in eclipse? Basically the source code for: http://lensticker.appspot.com My version of it just doesnt work, and i cant work out why: http://ucanzoom.appspot.com in hosted mode it says "cant display this website" --~--~--