GWT, AnnotatedTimeLine visualization and getOffsetWidth()

2011-01-05 Thread andrew_d_mackenzie
This subject seems to have been raised a number of times in various forums, but I haven't seen a solution offered anywhere and my own attempts to solve the problem have failed, so I post it here for experts. I have a UI created with GWT 2.1.1 and uibinder, for displaying an annotated timeline visu

Re: I18N - How to set locale per code?

2011-01-01 Thread andrew_d_mackenzie
I'd like to add my 2cents to the original question. Is there no other way to change locale than adding parameter to url and doing a refresh? -- 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

Setting a GWT Module property from outside the gwt.xml file

2010-12-29 Thread andrew_d_mackenzie
I wanted to know if it is possible to set a property used during GWT Compile from outside the gwt.xml file. My example is: I would like to have the logging code in my source, and have it run when I do a "debug" build (I have a custom ant build that does this and sets a number of debug para

Re: DockLayoutPanel inside a TabLayoutPanel

2010-09-16 Thread andrew_d_mackenzie
I do this in my app without a problem, with the slight different that to the TabLayoutPanel I add my own composite widget, which has a DockLayoutPanel. I have no problems, and almost all my tabs in the tabpanel do the same... something along the lines of public void MyWidget extends Composite {

Possible to have GWT module in GAE application-console (Dashboard) custom page

2010-09-08 Thread andrew_d_mackenzie
I have added a static HTML page to my GAE app-engine dashboard no problem, by adding a custom page via the appengine-web.xml file. However, I have been trying for some time to add a GWT module (i.e. generated Javascript functionality) to the same page without success. I have added the usual

Re: Including mime-mapping in web.xml not working?

2010-09-03 Thread andrew_d_mackenzie
Thanks Tomas. I must get into the habit of checking issues list first! I won't try the milestone, but will look forward to having it fixed in 2.1 -- 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-

Re: UiBinder causes build to fail with out of memory

2010-09-03 Thread andrew_d_mackenzie
Thanks Jeff. I didn't seem to have any specific stack size previously, and as you said - I must have been close to the limit with the default. Using -Xmx512m fixed it. Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to th

Including mime-mapping in web.xml not working?

2010-09-03 Thread andrew_d_mackenzie
When I include the following XML chunk: cer application/x-x509-ca-cert in my web.xml deployment descriptor I get the following exception: [WARN] Unable to process 'file:/C:/Users/andrew/Documents/DevProjects/ WebApps/ta/war/WEB-INF/web.xml' for servlet validation javax.servlet

UiBinder causes build to fail with out of memory

2010-09-02 Thread andrew_d_mackenzie
I have a reasonable sized GWT project that compiles fine at the moment. I started to look at using UiBinder, initially by incorporating the simplest "HelloWorld" UiBinder code from the tutorial. However, it causes my build to fail due to out of memory as shown: GWT Compiling landing module (sile

Re: Sessions and GWT

2010-06-26 Thread andrew_d_mackenzie
Thanks for posing the question, it seems to be a recurring one and I have the same doubts. I find it slightly surprising that there is no standard answer, or tutorial on the subject More pointers or descriptions of how others have covered this need would I think be appreciated by many! Googl

Re: Any svn users? Which folders / files can we ignore?

2010-05-03 Thread andrew_d_mackenzie
Hi DJ, I hope you don't mind me expanding on your question a bit, as I had similar doubts. In my /war folder I had ignored everything (recursively) initially, then I have selectively added to source control (svn) the "source" files I have gradually been adding in /war, like: - favicon.ico

Adding XMPP server module

2010-03-11 Thread andrew_d_mackenzie
I've started learning GWT and I am working through the tutorials without too much trouble. Using eclipse BTW. For my project I wanted to add an XMPP Agent that would answer XMPP messages on the server. So, I took the code explained in the example for XMPP in http://gaejexperiments.files.wordpress.