Loading Plus-One-Button dynamically causes Popup to jump in height

2012-03-14 Thread newnoise
Hi, I'm trying to add a Plus-One-Button dynamically to some popups our webapp is using. I'm using the following code: HTML google = new HTML(g:plusone size=\small\ annotation=\none\ href=\http://somecutomurl.com\;/g:plusone); Document doc =

Re: How to load an external JS-file without calling a function in there

2012-03-01 Thread newnoise
) /*-{ $wnd.writeCapture.html(div, src, function() { }); }-*/; And it works perfectly well! Regards, Tom On 1 Mrz., 03:14, Joseph Lust lifeofl...@gmail.com wrote: newnoise, I thought you could just place the script tag in your manifest file and that external

How to load an external JS-file without calling a function in there

2012-02-29 Thread newnoise
Hi, I'm trying to dynamically add advertisement to our page. Our advertisement-partner provides us a script which we have to include like this: script type=text/javascript src=http://www.somesource.com/ output.js?id=123/script The output.js just contains one line of code like this:

Re: Multi-Module Project and Servlet Mappings

2011-02-03 Thread newnoise
Got it. Reading your post several times got me to it. Thanks. On 2 Feb., 22:26, newnoise tommmuel...@googlemail.com wrote: Hi, I'm having kind of the same problem, but dont understand what you actually did. Could you maybe post a sample web.xml? Thanks in advance! Tom On 14 Jan., 09:37

Re: 2 Modules in 1 GWT-App, both starting the onModuleLoad?

2011-02-02 Thread newnoise
Ah sorry my mistake, the error is: Finding entry point classes [ERROR] Unable to find type 'project.client.child1.Child1' I checked it like 9 times, the path is right. I'm not trying to compile the Parent-Module anymore but the two modules in the project. I can't find any page describing

Re: 2 Modules in 1 GWT-App, both starting the onModuleLoad?

2011-02-02 Thread newnoise
Ah sorry my mistake, the error is: Finding entry point classes [ERROR] Unable to find type 'project.client.child1.Child1' I checked it like 9 times, the path is right. I'm not trying to compile the Parent-Module anymore but the two modules in the project. I can't find any page describing

Re: 2 Modules in 1 GWT-App, both starting the onModuleLoad?

2011-02-02 Thread newnoise
., 10:31, newnoise tommmuel...@googlemail.com wrote: Ah sorry my mistake, the error is: Finding entry point classes       [ERROR] Unable to find type 'project.client.child1.Child1' I checked it like 9 times, the path is right. I'm not trying to compile the Parent-Module anymore but the two

Re: 2 Modules in 1 GWT-App, both starting the onModuleLoad?

2011-02-02 Thread newnoise
project.client.child1.Child1, while your entrypoints are named project.client.Child1 and project.client.child2.Child2 – do you really have two different classes named Child1, or is it possible that there is some mixed dependency here? -Colin On Wed, Feb 2, 2011 at 5:39 AM, newnoise tommmuel

Re: Multi-Module Project and Servlet Mappings

2011-02-02 Thread newnoise
Hi, I'm having kind of the same problem, but dont understand what you actually did. Could you maybe post a sample web.xml? Thanks in advance! Tom On 14 Jan., 09:37, rsimon magickti...@gmail.com wrote: Ouch. Looks like I should have RTFM ;-) Thanks for the hint! This solved most of my

Re: 2 Modules in 1 GWT-App, both starting the onModuleLoad?

2011-02-02 Thread newnoise
it couldnt find the sources for that single class ... Maybe this helps anyone. Tom On 2 Feb., 19:18, newnoise tommmuel...@googlemail.com wrote: Yeah that were just typos while removing details from my code ... BUT I got it working. Not completely satisfying though, but a first step :) I can

2 Modules in 1 GWT-App, both starting the onModuleLoad?

2011-02-01 Thread newnoise
Hi, I have a GWT-Project currently containing modules (will be more in the future). To make it tidy I created a containing module called Parent. Parent does not have any source, its just a containing module. This is the Parent.gwt.xml: ?xml version=1.0 encoding=UTF-8? module rename-to='Parent'

Re: 2 Modules in 1 GWT-App, both starting the onModuleLoad?

2011-02-01 Thread newnoise
Ok. But don't I need some module like parent? If I delete parent I can't compile the project no more. Both .html-files point to the right .nocache.js files! I doublechecked it several times :) Thanks noise On 1 Feb., 23:24, Colin Alworth niloc...@gmail.com wrote: From the little information

Re: 2 Modules in 1 GWT-App, both starting the onModuleLoad?

2011-02-01 Thread newnoise
its source path entries properly Thanks! On 2 Feb., 00:18, newnoise tommmuel...@googlemail.com wrote: Ok. But don't I need some module like parent? If I delete parent I can't compile the project no more. Both .html-files point to the right .nocache.js files! I doublechecked it several times

Re: Request.cancel doesn't work for me!

2010-12-07 Thread newnoise
Does really no one got any idea? On 29 Nov., 18:29, newnoise tommmuel...@googlemail.com wrote: Me again, just tried to make the imExpensive-method less complex, but still no success. TheRequestis not cancelled ... What am I doing wrong? Thanks Tom On Nov 29, 6:16 pm, newnoise tommmuel

Re: Request.cancel doesn't work for me!

2010-12-07 Thread newnoise
. Check theRequest.cancel() code..it's pretty straightforward. On Dec 7, 7:01 am, newnoise tommmuel...@googlemail.com wrote: Does really no one got any idea? On 29 Nov., 18:29, newnoise tommmuel...@googlemail.com wrote: Me again, just tried to make the imExpensive-method less complex

Request.cancel doesn't work for me!

2010-11-29 Thread newnoise
Hi, I'm working on an GWT-App displaying a map with different layers. Some of those layers are drawn just on request and just for the part of the map which is currently displayed. The Problem occurs if a user moves and zooms the map pretty fast, so that a lot of pictures have to be drawn. This

Re: Request.cancel doesn't work for me!

2010-11-29 Thread newnoise
Me again, just tried to make the imExpensive-method less complex, but still no success. The Request is not cancelled ... What am I doing wrong? Thanks Tom On Nov 29, 6:16 pm, newnoise tommmuel...@googlemail.com wrote: Hi, I'm working on an GWT-App displaying a map with different layers

Session Managment for more than one GWT-Project

2010-11-08 Thread newnoise
Hi there, I'm writing an GWT-App containing several sub-projects. To keep the App lightweight and easy I created different projects for each subproject linking to each other. I deployed the projects on my Tomcat and it works fine, BUT: As every subprojects has its own server-classes and

How to merge 2 projects into 1?

2010-10-06 Thread newnoise
Hi all, I created two projects with GWT and Eclipse-Plugin. Because both projects have a completly different client-side code, but also completly the same server-side code, I want to combine them to avoid having the same code twice. What I did was to link the project without the server-side code

Sending mails from GWT-App

2010-09-28 Thread newnoise
Hi, I'm trying to send an email from my GWT-App. I found the following code using google: protected void sendMessage(String smtpHost, String fromAddress, String fromName, String to, String subject, String text) { // Get system properties Properties props = System.getProperties(); // Setup mail

Re: Sending mails from GWT-App

2010-09-28 Thread newnoise
What does that mean? On 28 Sep., 15:12, Paul Grenyer paul.gren...@gmail.com wrote: Hi This isn't a GET issue Paul On Tue, Sep 28, 2010 at 1:46 PM, newnoise tommmuel...@googlemail.comwrote: Hi, I'm trying to send an email from my GWT-App. I found the following code using

Re: Sending mails from GWT-App

2010-09-28 Thread newnoise
this one again. Dear newnoise, please google a little bit more for the code, as it will surely provide you a solution. -- 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

Re: How to use one service from several GWT-Apps

2010-06-24 Thread newnoise
just a simple dijkstra ... On 23 Jun., 22:55, giuseppe la scaleia glascal...@gmail.com wrote: A question what do you use for route on map?? Regards giuseppe Inviato da iPhone di Giuseppe La  Scaleia Il giorno 23/giu/2010, alle ore 22.13, newnoise tommmuel...@googlemail.com   ha scritto

How to use one service from several GWT-Apps

2010-06-23 Thread newnoise
Hi, I'm currently trying to add some printing functions to a map-software. If the user hits the print-button a new browser-window, which's dimensions fit to a normal sheet of paper, is opened. As the user usually wants to print stuff like a route or so the new window needs to use the same

Re: How to use one service from several GWT-Apps

2010-06-23 Thread newnoise
sorry i meant service. i try to explain the problem more precisely: i got a map. users can, for example, use the app to calculate a route- advise. if the user did so he may want to print the route. but the map is nearly fullscreen, so if he justs prints it like that it looks pretty bad. so what i

Re: How to use one service from several GWT-Apps

2010-06-23 Thread newnoise
and when i wrote service again, i totally meant servlet. its been a looong day ... On 23 Jun., 22:11, newnoise tommmuel...@googlemail.com wrote: sorry i meant service. i try to explain the problem more precisely: i got a map. users can, for example, use the app to calculate a route- advise

IE7 does not complete loading pictures

2010-05-02 Thread newnoise
Hello, I am currently developing a map-service application. Therefore I have a grid containing the tiles of my map. I wrote an algorithm which dynamically fills this grid with the number of needed tiles. Strange thing is, that the IE7 does not complete the initial loading of the images, the

Re: IE7 does not complete loading pictures

2010-05-02 Thread newnoise
Ah I forgot to mention, that the images which didnt load in the first place, still dont load if I, for instance, zoom back to those tiles again. Its like a white whole in the middle of the map then. thanks! On 2 Mai, 14:18, newnoise tommmuel...@googlemail.com wrote: Hello, I am currently

Re: IE7 does not complete loading pictures

2010-05-02 Thread newnoise
, newnoise tommmuel...@googlemail.com wrote: Ah I forgot to mention, that the images which didnt load in the first place, still dont load if I, for instance, zoom back to those tiles again. Its like a white whole in the middle of the map then. thanks! On 2 Mai, 14:18, newnoise tommmuel

Re: IE7 does not complete loading pictures

2010-05-02 Thread newnoise
to be loaded, and the icon in the tabbar keeps to be the loading circle all the time. so if maybe anyone could help me out? cheers On 2 Mai, 14:39, newnoise tommmuel...@googlemail.com wrote: And there actually is a workaround. If I do add something like x=12345 to the image-path, it does work. so

[gwt-contrib] Re: GWT 2.0.1 breaks incubator 2.0 ... is a new release emminent ?

2010-02-11 Thread newnoise
, newnoise tommmuel...@googlemail.com wrote: acutally i get the errors in the version downloaded today also. On 8 Feb., 16:09, John LaBanca jlaba...@google.com wrote: Wow, 2010 already.  Fixed. Thanks, John LaBanca jlaba...@google.com On Sat, Feb 6, 2010 at 8:52 AM, jim n

[gwt-contrib] Re: GWT 2.0.1 breaks incubator 2.0 ... is a new release emminent ?

2010-02-09 Thread newnoise
acutally i get the errors in the version downloaded today also. On 8 Feb., 16:09, John LaBanca jlaba...@google.com wrote: Wow, 2010 already.  Fixed. Thanks, John LaBanca jlaba...@google.com On Sat, Feb 6, 2010 at 8:52 AM, jim n northrup.ja...@gmail.com wrote: can you name it 2010x

Can't open my GWT-page

2010-01-08 Thread newnoise
Hi, I created a little GWT-Page. But after I upgraded my GWT to 2.X I can't open the page anymore. The browser always says: Please (re) compile the project, or use hosted mode (actually it doesn't say that litterally, but you know what I mean :) ). I recompiled the project several times and no