Re: ANN: Kauthara project

2009-06-03 Thread Trung
The source is included in distribution file e.g the kauthara-0.1.jar file. See the COPYING file in kauthara-0.1.zip for details. On Jun 2, 10:09 pm, Alex Rudnick a...@google.com wrote: Looks pretty cool! :) Can we see how you did it? Where's the source hosted?

SliderBar (GWT incubator)

2009-06-03 Thread sushma
Hi, I'm trying to use the SliderBar from GWT incubator. I'm able to just see the knob, but not the slider. This is what I have in my onModuleLoad() HorizontalPanel panel = new HorizontalPanel(); SliderBar slider = new SliderBar(0.0, 100.0);

Re: Calling java scrip function

2009-06-03 Thread Ed
There are many examples of it in this group. Below an example: The javascript function: public static native Element getHead() /*-{ return $doc.getElementsByTagName('head')[0]; }-*/; You simple call this in your click handler. -- Ed --~--~-~--~~~---~--~~

Re: GWTetris - enjoy it :)

2009-06-03 Thread bosangjay
Very nice application, I like it. But I think the use of page down key to rotate the block is not suitable for laptop user. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: GWT Mind Mapping

2009-06-03 Thread bosangjay
Yes you are right, this is an alpha prototype :). Thank you for the suggestions, I'll think about it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Does SuggestBox support Chinese?

2009-06-03 Thread Alex Luya
If it does,how to configure it?Thank you! --~--~-~--~~~---~--~~ 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

Re: GWTetris - enjoy it :)

2009-06-03 Thread Janusz Prokulewicz
Well, you can use UP arrow key also :) On Jun 3, 10:22 am, bosangjay bosang...@yahoo.com wrote: Very nice application, I like it. But I think the use of page down key to rotate the block is not suitable for laptop user. --~--~-~--~~~---~--~~ You received this

Re: GWTetris - enjoy it :)

2009-06-03 Thread Srihari Ch
It's really nice.. But, how can we change/rotate them. Pressing on Space-bar key, is for directly dropping the item to downwards. It's a good one till now I see (which is developed in gwt). Srihari.Ch --~--~-~--~~~---~--~~ You received this message because

Re: Composite - can click on one widget inside look like click on the Composite itself?

2009-06-03 Thread romant
Thanks Chad, that's probably a good solution. On 2 čvn, 16:42, Chad chad...@gmail.com wrote: I do something similar with other events, so I would imagine it should work the same way. I have a class extending Composite that contains, among other things, a button. When that button is

Re: GWTetris - enjoy it :)

2009-06-03 Thread Janusz Prokulewicz
Oh, there are keys described in top right corner of the screen. To rotate bricks you can use both PAGE DOWN and UP arrow key. On Jun 3, 11:09 am, Srihari Ch sriharich@gmail.com wrote: It's really nice..  But, how can we change/rotate them. Pressing on Space-bar key, is for directly

Re: GWTetris - enjoy it :)

2009-06-03 Thread Vitaly Parfonov
Nice application, i like this game :). But on my PC UP arrow doesn't work only PAGE DOWN :(. Ubuntu 8.10 Mozila 3.0.10 2009/6/3 Janusz Prokulewicz jprokulew...@gmail.com: Well, you can use UP arrow key also :) On Jun 3, 10:22 am, bosangjay bosang...@yahoo.com wrote: Very nice application,

Re: GWTetris - enjoy it :)

2009-06-03 Thread Janusz Prokulewicz
Oh it's my fault. Ten minutes and I'll fix it. On Jun 3, 11:16 am, Vitaly Parfonov vitaly.parfo...@gmail.com wrote: Nice application, i like this game :). But on my PC UP arrow doesn't work only  PAGE DOWN :(. Ubuntu 8.10 Mozila 3.0.10 2009/6/3 Janusz Prokulewicz jprokulew...@gmail.com:

Re: GWT 1.6 Compilation

2009-06-03 Thread lowecg2004
That's an insane stack size! Each thread has its own stack, so the JVM will allocate 64m per thread spawned under that config. If I remember correctly, the default stack size is 512k so try -Xss2m instead. Cheers, Chris On Jun 3, 2:45 am, Carl Pritchett bogusggem...@gmail.com wrote: Have

IE: history token lost on http -- https redirect

2009-06-03 Thread Martin Trummer
we have some public (plain HTML) pages, that are not ssl encrypted these pages have (relative) links to a GWT application some of those links in the public area use history tokens, to open certain views of the GWT application: so you click the link, then http:///secure/GWTApp.html#sometoken

Re: GWTetris - enjoy it :)

2009-06-03 Thread bosangjay
Is fixed :) On 3 juin, 11:22, Janusz Prokulewicz jprokulew...@gmail.com wrote: Oh it's my fault. Ten minutes and I'll fix it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: Need fix for GWT 1.6 Jars in Maven Repo

2009-06-03 Thread eneveu
Hi Salvador, Sorry for answering so late, I didn't check this thread in a while. The code you posted in the pastebin is expired, but here is how we declared our GWT dependencies: dependency groupIdcom.google.gwt/groupId artifactIdgwt-servlet/artifactId

Re: IE: history token lost on http -- https redirect

2009-06-03 Thread Thomas Broyer
On 3 juin, 14:06, Martin Trummer martin.trum...@24act.at wrote: we have some public (plain HTML) pages, that are not ssl encrypted these pages have (relative) links to a GWT application some of those links in the public area use history tokens, to open certain views of the GWT application:

Re: jsni getting rewritten

2009-06-03 Thread Thomas Broyer
On 2 juin, 20:50, Robert J. Carr rjc...@gmail.com wrote: Hi Sumit- Thanks for the response.  I'm looking forward to hearing from Scott if he has anything to say. My example of doing simple arithmetic was only to explain the problem.  However, if I think about it more, maybe it is still

Re: Don't obfuscate Java methods when passing instance to JavaScript

2009-06-03 Thread jarrod
I did check it out, but unfortunately, there seems to be a bug in the framework preventing me from doing what I want. I'm trying to follow up with that group on the issue, but the long and short is that (trust me on this) I couldn't get it working with my code. However, after looking through

Add javascript to html

2009-06-03 Thread JF
Hi, Is there a way to add script function /script to the html block and execute the function ? Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Don't obfuscate Java methods when passing instance to JavaScript

2009-06-03 Thread Dean S. Jones
This is from memory, but in general, I thing it should work: package com.mypackage; public class Foo { private String message; public Foo(String message) { this.message = message; } public void sayHello() { Window.alert(Hello + message); }

Re: Add javascript to html

2009-06-03 Thread Jamie
I think you are talking about this: http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideAutomaticResourceInclusion Or are you talking about adding some javascript to a GWT HTML( ) object? Jamie --- Search for analog and digital television

Re: Expire an idle session

2009-06-03 Thread Kamal Chandana Mettananda
Hi Hez, As Tony said, setting the session time out in the server would be the better way. I guess that you are trying to set this timeout in client side because you let individual users configure their session time out period. If that is the case, then you will have to follow the way that have

Re: Add javascript to html

2009-06-03 Thread JF
Let's say i have a String js = scriptfunction x() {} x();/ script; i want to be able to inject that string. I can do it with setHTML(js), but x(); is not called. On Jun 3, 10:27 am, Jamie jamiesharbor-sou...@yahoo.com wrote: I think you are talking about

Issue with compiling GWT with many libaries

2009-06-03 Thread Pandaman
Hello all, I am trying to run an ant build script that compiles GWT. This script includes a large number of libraries, each with a relatively long path. My GWT code only touches some of these libraries; however, it is convenient to include all of the libaries from the directory containing all

Re: JSF with GWT

2009-06-03 Thread Kamal Chandana Mettananda
Hi Subash, I have used GWT and Servlets inside one project. Just a thought; I guess integrating JSF with GWT will also be feasible. I wrote a simple tutorial on this as well. Cheers, Kamal --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009

How does a user change the default css theme?

2009-06-03 Thread Booth
GWT 1.6 has three css themes, standard, chrome, and dark. As time passes I expect there will be more. With that in mind I want to use those themes, and let each user choose his/her own theme for the application. My intention is to have a listbox with the available themes, thus allowing the

UnsatisfiedLinkError when trying to use JSNI

2009-06-03 Thread Benoit Baranne
Hi all, I'm using GWT 1.6.4 on Windows through Eclipse plugin. The JRE I'm using is the 1.6.0_13. I'm trying to use JSNI in my GWT app but I have troubles. As far as I've understood, to use JSNI I have to simply create a native method in my class and call it from a regular Java method. But

IFrame using Frame and OpenXava

2009-06-03 Thread gcstang
When I bring up the URL in the Frame the page just refreshes over and over again, has anyone seen this before? OpenXava uses AJAX, I'm not sure if that is the issue, is there a way to get around the continuous refreshing? --~--~-~--~~~---~--~~ You received this

Is it possible to develop web application in PHP with the help of GWT

2009-06-03 Thread bvamsikreddy
Actually we have got some requirement to develop a web application in PHP there will be number of forms to be submitted. We are very much excited to use GWT for this application which gives rapid execution of the application. We would like to know whether we can use GWT in PHP environemnt too as

Re: SliderBar (GWT incubator)

2009-06-03 Thread Liv
Hi, you need to implement SliderBar.LabelFormatter to configure how the labels are displayed. It has one method to do that: public String formatLabel(SliderBar slider, double value) To make the slider-bar itself visible use the CSS rules defined in the docs: * .gwt-SliderBar-shell {

GWT application switching between http and https

2009-06-03 Thread Trent Rosenbaum
I am very new to using GWT and following tutorials and seeing what I can do with the toolkit. I was wondering if GWT can being used in the following situation? An example application could have an open area that allows users to browse and select data/products they want within an unsecured area

Re: PagingScrollTable not removing row

2009-06-03 Thread Liv
Hi as far as I can see the error is here: for(int i = 0; i leftRowIds.length; i++) { leftDataTable.removeRow(leftRowIds[i]); } turn it around: for(int i = leftRowIds.length; i = 0; i--) { leftDataTable.removeRow(leftRowIds[i]); } otherwise while

Re: GWTetris - enjoy it :)

2009-06-03 Thread Kamal Chandana Mettananda
It's really a nice application. --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 5:45 PM, bosangjay bosang...@yahoo.com wrote: Is fixed :) On 3 juin, 11:22, Janusz Prokulewicz jprokulew...@gmail.com wrote: Oh it's my fault. Ten

Re: Add javascript to html

2009-06-03 Thread Jason Essington
You can use eval() from JSNI to execute javascript strings rather than trying to inject them into the HTML. -jason On Jun 3, 2009, at 9:13 AM, JF wrote: Let's say i have a String js = scriptfunction x() {} x();/ script; i want to be able to inject that string. I can do it with

Work around for Element.setAttribute(style, value) in IE ?

2009-06-03 Thread Ganaga
Hi, Doing a Element.setAttribute(style, background-color: #ff) works fine in Firefox but has no effect in IE. Is there any work around for changing dynamically a style in IE ? The post:

Re: Expire an idle session

2009-06-03 Thread hezjing
Hi Yes, it is working by setting the timeout in the server. To summarize, the following are what I did: 1) Configured the session timeout in web.xml (say for 1 minute): session-config session-timeout1/session-timeout /session-config 2) Then create a session in the login RemoteServiceServlet:

Re: Work around for Element.setAttribute(style, value) in IE ?

2009-06-03 Thread Adam T
Try DOM.setStyleAttribute(Element, backgroundColor, #ff) (you also need to use camelCase for the style you are changing). //Adam On 3 Juni, 18:15, Ganaga ganael.jatt...@gmail.com wrote: Hi, Doing a Element.setAttribute(style, background-color: #ff) works fine in Firefox but has no

Re: Work around for Element.setAttribute(style, value) in IE ?

2009-06-03 Thread Jason Essington
I was under the assumption that any of the static DOM methods should be eschewed in favor of the methods in the Element overlay types (where they exist). so Element.getStyle().setProperty() vs. DOM.setStyleAttribute() Though both should currently work -jason On Jun 3, 2009, at 10:37 AM,

Re: Work around for Element.setAttribute(style, value) in IE ?

2009-06-03 Thread Ganael Jatteau
Thanks for the answers ! Actually I tried: Element.getStyle().setProperty(blablabla) and it works fine ! On Wed, Jun 3, 2009 at 6:37 PM, Adam T adam.t...@gmail.com wrote: Try DOM.setStyleAttribute(Element, backgroundColor, #ff) (you also need to use camelCase for the style you are

Re: Don't obfuscate Java methods when passing instance to JavaScript

2009-06-03 Thread jarrod
I think I can see what you're saying... But what about objects that are not created in JavaScript? Suppose the object/class in question is instantiated in the Java world and passed over to JSNI? On Jun 3, 10:24 am, Dean S. Jones deansjo...@gmail.com wrote: This is from memory, but in

Re: Don't obfuscate Java methods when passing instance to JavaScript

2009-06-03 Thread jarrod
Of course this also means that an instance created in JavaScript and passed into Java is not an instance of com.mypackage.Foo... it's a JavaScriptObject. Good points, though. On Jun 3, 10:24 am, Dean S. Jones deansjo...@gmail.com wrote: This is from memory, but in general, I thing it should

Re: Expire an idle session

2009-06-03 Thread Kamal Chandana Mettananda
Seems you have set the session time out in server side. So what is the use of Cookies here? --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 10:00 PM, hezjing hezj...@gmail.com wrote: Hi Yes, it is working by setting the timeout in

Re: GWT and ExtGWT Licensing

2009-06-03 Thread Jeff Chimene
On 06/02/2009 03:46 PM, Kango_V wrote: I just wanted to ask you guys about this topic as our IP lawyers have found a potential problem. * ExtGWT extends classes in GWT therefore creating a derivative work. * ExtGWT is licensed under the GPLv3 and GWT under ASFv2. Now, we know that these

Re: Expire an idle session

2009-06-03 Thread hezjing
Hi Kamal I removed the cookies too. BTW, I saw some example that set the timeout like the following: HttpSession session = getThreadLocalRequest().getSession(); session.setMaxInactiveInterval(1000 * 60); I tried the above code before adding session-timeout in web.xml. That doesn't work in my

Re: Expire an idle session

2009-06-03 Thread Kamal Chandana Mettananda
I can remember that I used this method for setting the time out through the code; however not quite sure why that method is not working for you. --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 10:44 PM, hezjing hezj...@gmail.com wrote:

Hyperlink changing style

2009-06-03 Thread Zenon
I was trying to change style on hyperlink when clicked, but no change happens Here's the code to change Hyperlink default: .gwt-Hyperlink a:link { } .gwt-Hyperlink a:hover { } .gwt-Hyperlink a:visited { } .gwt-Hyperlink a:active { } Now, how I should write the css when I add a style ?

need help with GWT-buttons (image text)

2009-06-03 Thread tech84
Hi everybody, i hope you can help me. How can I create a button, which contains text (right) and an image (left)? I only have found buttons, which contains an image OR a text :-( how can I achieve this? Please describe it ( if possible) step by step because I'm a GWT- newbie :-) thanks!

Referencing Shared Library

2009-06-03 Thread Scott
I have code a set of Java POJOs within my project that are used to transfer information around the application. I'd like to move them into a simple Eclipse project so that they may be used by other components. When I create a new Java project and move the POJOs to this project, I add the new

DockLayoutPanel from Google I/O

2009-06-03 Thread vduong
Hi all, At the GWT sessions at Google I/O last week, we saw a demo of the new DockLayoutPanel with horizontal and vertical splitters. I think the speakers mentioned that this panel would be available in the trunk, but we checked out the code and can't find this widget anywhere. I was wondering if

RPC/Serialization problem with StockWatcher tutorial

2009-06-03 Thread james.o...@gmail.com
I'm going through the StockWatcher tutorial and I get to the RPC part (http://code.google.com/webtoolkit/tutorials/1.6/RPC.html). At the first test point I get this error message as expected ... [ERROR] Type 'com.google.gwt.sample.stockwatcher.client.StockPrice' was not serializable and has

Re: GWTetris - enjoy it :)

2009-06-03 Thread Ed
Cooo Maybe we should start a kind of www.GwtGamePlaza.com for all kind of funny gwt games... Keep up the good work... -- Ed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: RPC/Serialization problem with StockWatcher tutorial

2009-06-03 Thread Isaac Truett
Your StockPrice doesn't have a no-arg constructor. On Wed, Jun 3, 2009 at 1:27 PM, james.o...@gmail.com james.o...@gmail.com wrote: I'm going through the StockWatcher tutorial and I get to the RPC part (http://code.google.com/webtoolkit/tutorials/1.6/RPC.html). At the first test point I

Referencing other projects

2009-06-03 Thread Aximilli302
Good day all. I'm having a slight issue with what was(hopefully) to be a simple application using GTW. All I am doing is creating a button which, when clicked, refences another project I have created, to play a pacman game. Here is the click handler for the button. public void

Re: Referencing other projects

2009-06-03 Thread Isaac Truett
1. StartMenu needs to be part of a GWT module. 2. You need to inherit that module. 3. It won't work anyway, since you can't use JFrames in a GWT client. Reference: http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html There used to be a page on modules, too, but I can't find it in

Re: RPC/Serialization problem with StockWatcher tutorial

2009-06-03 Thread James Orr
Thanks! I guess I missed that line earlier in the tutorial. On Wed, Jun 3, 2009 at 2:08 PM, Isaac Truett itru...@gmail.com wrote: Your StockPrice doesn't have a no-arg constructor. On Wed, Jun 3, 2009 at 1:27 PM, james.o...@gmail.com james.o...@gmail.com wrote: I'm going through the

Re: GWT 1.6.4 war deployment

2009-06-03 Thread Noel King
It can be done using the cypal gwt eclipse plugin by going file export web war file I used this prior to eclipse plugin. I use google gwt for running in eclipse and cypal one for war only now. I also believe there is ant script out there have just not used it yet Cheers Noel On Jun 2,

Re: PushButton w/ image: How to avoid grey background

2009-06-03 Thread Chad
Anders, I do this in my app. I call it an InvisibleButton. All you need to do is alter the CSS. I copied the CSS from GWT's PushButton and renamed the gwt-PushButton part to mm-InvisibleButton. You don't even need to do that if you want that behavior for all of your push buttons. Simply alter

Re: Referencing Shared Library

2009-06-03 Thread Jim
In your .gwt.xml, you need one entry to specify a module like inherits name=”logical-module-name“/. In the module, there is a source code folder like source path=”path“/. Jim http://www.gwtorm.com - GWT ORM http://code.google.com/p/dreamsource-orm/ On Jun 3, 1:27 pm, Scott sc...@selikoff.net

GWT 2.0 features and roadmap

2009-06-03 Thread Jim
Whoever attended Google I/O can tell me about GWT 2.0 features and a roadmap? I can not get useful information through searching GWT 2.0. Jim http://www.gwtorm.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: IE: history token lost on http -- https redirect

2009-06-03 Thread Donald.W.Long
I has some issues like this also, what i did was update my site to always use fully qualified names. How I did this for GWT, i created a RPC call back to the server to get the web server name and then always added this to my pages. Below is the code on the server side. package

GWT 2.0 features and roadmap

2009-06-03 Thread Jim
Whoever attended Google I/O conference can tell me about GWT 2.0 features and roadmap? I can not find useful information by searching GWT 2.0. I appreciate your help. Jim http://www.gwtorm.com - GWT ORM http://code.google.com/p/dreamsource-orm/

GWT Dynamic Menu from XML File. How to Reflect Class of the Composite?

2009-06-03 Thread ukrania
Hello Everyone, I'm trying to make an Dynamic Menu in GWT, reading it from an XML file. The XML file must have the button name and the action (the composite associated that will be added to an Horizontal Panel). To make the action, a need to do Reflection of the Class, wish is given me a lot of

Re: Referencing Shared Library

2009-06-03 Thread Scott
Does that mean the shared library has to be a module? I'd prefer to keep the shared library a simple Java project with no dependencies on libraries and only containing POJOs. On Jun 3, 12:26 pm, Jim jim.p...@gmail.com wrote: In your .gwt.xml, you need one entry to specify a module like

Re: FormPanel's hidden target frame duplicates - can't receive state - in multi GWT app

2009-06-03 Thread pH4Lk0n
I've got the same problem in GWT 1.6.4. I've tried to manually create another named frame, but response is just displayed there so I don't know that the answer arrived. Have anyone found solution to this problem?? --~--~-~--~~~---~--~~ You received this message

Request and submit a XML file to external Webserver

2009-06-03 Thread jobzino
hi all, i have this problem i want to develop a client that make request to a external webserver (ex. other domain ). The communcation between my gwt webapp and this external server is through XML files. for each operation on my gwt client i make a request to this external web server for

dictionary or overlay type?

2009-06-03 Thread rjcarr
I've been using dictionaries for a while and they've worked well but I needed something a bit more expressive so I turned to overlay types. (side note: docs seem to claim this is a new feature to 1.6 but what makes it a 1.6 feature?) The overlay types are great because I can use them directly or

Deploying GWT 1.6.4 RPC Web App to Knopflerfish OSGi Framework

2009-06-03 Thread giacomo
Hi everyone! I'm trying to get the simple Web application in GWT 1.6.4 featuring GWT RPC to work in Knopflerfish OSGi framework 2.3.1 (an implementation of the OSGi framework like Equinox). For that matter I created an OSGi bundle from the GWT project and added an implementation of

Debug not working with 1.6 in eclipse ganymede (3.4) on Ubuntu Jaunty (9.04)

2009-06-03 Thread Ron Trask
Eclipse seems to function just fine, and I am able to debug regular java applications, but when I run a GWT app in hosted mode it ignores my break points. I know that it is executing the code. but it does not matter where the breakpoint is it does not stop. Any ideas?

Re: GWT Dynamic Menu from XML File. How to Reflect Class of the Composite?

2009-06-03 Thread Todd Seiber
You might want to avoid anything to do with reflection altogether. If you xml is something like this: menuitems menuitem nameButton1/name actionWidget1/action /menuitem menuitem nameButton2/name actionWidget2/action /menuitem /menuitem Try something like if

Re: Request and submit a XML file to external Webserver

2009-06-03 Thread Todd Seiber
You may find this article helpful. http://code.google.com/support/bin/answer.py?answer=65632topic=11368 On Jun 3, 5:04 pm, jobzino jobfm...@gmail.com wrote: hi all, i have this problem i want to develop a client that make request to a external webserver (ex. other domain ). The

Re: GWT 2.0 features and roadmap

2009-06-03 Thread Todd Seiber
Here is what I got out of the talks: - Code Splitting: GWT.runAsync(): allows the developer insert sections of code to split. You initial code might be maybe 1MB of script but code splitting can get it down to a couple hundred kb to load faster. Code will be loaded asynchronously as needed. -

Multimodule GWT with App Engine

2009-06-03 Thread clanusse
After attending Google I/O this year and seeing the magic of GWT, I've recently switched my developer tools to include Java and GWT. Please excuse my questions if they have obvious answers, I'm only just beginning in both of these areas. I'm building an application hosted on App Engine with GWT

Re: Hyperlink changing style

2009-06-03 Thread Todd Seiber
I think you want element.class[:pseudoclass] (ex: a.gwt- Hyperlink:link). On Jun 3, 12:37 pm, Zenon zeno...@gmail.com wrote: I was trying to change style on hyperlink when clicked, but no change happens Here's the code to change Hyperlink default: .gwt-Hyperlink a:link { }

Re: How does a user change the default css theme?

2009-06-03 Thread Todd Seiber
The xml file for your module (Module.gwt.xml) is used to compile your application and is not used at runtime. By including the inherits name='com.google.gwt.user.theme.standard.Standard'/ in your module you are telling the compiler that it needs to inject the standard.css file into your

Re: How to set iframe frameborder attribute

2009-06-03 Thread Todd Seiber
This has worked for me. DOM.setElementAttribute(frame.getElement(), frameBorder, 0); On Jun 2, 7:56 pm, babyblue007 luisa...@gmail.com wrote: Hi, I'm using com.google.gwt.user.client.ui.Frame to embed an external url. There seem to be a small inset border even though I have everything set

$doc.selection is undefined in GWT

2009-06-03 Thread bhomass
I have a native method which uses $doc.selection.createRange() I am not sure why the $ before doc. I simply copied it from some sample code. this method works find when in hosted mode. but after compile and called directly from a browser I get the $doc.selection is undefined error. any one

Re: GWT 2.0 features and roadmap

2009-06-03 Thread Jim
Are the following features included in GWT 2.0: 1. Native drag and drop. 2. some widgets including cancas in Incubator What is the roadmap? Thanks, Jim On Jun 3, 6:46 pm, Todd Seiber todd.sei...@gmail.com wrote: Here is what I got out of the talks: - Code Splitting: GWT.runAsync():

Regarding Multiple movable windows inside Tabpanel

2009-06-03 Thread Kinjal Khandhar
Hello All, I am new to GWT development and so any help will be appreciable. My question : I have a tabpanel and when I click on one of the tabs multiple windows should open that have inbuilt tabs. I tried using window manager but it didn't work.Can anyone help me how to get movable windows

delayTestFinish is not delaying the test

2009-06-03 Thread Igor Moochnick
I'm using the GWT Eclipse plugin with the latest GWT 1.6. My test looks like this: public class MyTests extends GWTTestCase { public String getModuleName() { ... } public void testAddAction() { MyServiceProxy proxy = new MyServiceProxy( new MyServiceCallback()

Multiple modules but deploy common code to common place

2009-06-03 Thread Sam
I have a very large application that I need to deploy with multiple module. Our application is made of with smartgwt as well. When we compile there seems to be a lot of duplicate common code. Each module has the same css and theme information. So after compiliation I end up with ... Module A

Calling java scrip function

2009-06-03 Thread subbu
How can we call a java script function GWT components event,such as click --~--~-~--~~~---~--~~ 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: JSF with GWT

2009-06-03 Thread Kamal Chandana Mettananda
You can find it here. http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial.html --- Kamal Mettananda http://lkamal.blogspot.com On Thu, Jun 4, 2009 at 9:33 AM, subbu subashkaruval...@gmail.com wrote: could you please provide a link to

Re: Calling java scrip function

2009-06-03 Thread Kamal Chandana Mettananda
Hi, You can use a native method call to execute a javascript function. public native void callFunction() /*-{ if (typeof myFunction== 'function') { myFunction(); } }-*/; Now inside your onClick() method call this method. public void onClick(Widget sender) {

Cross domain issue - not w/ RPC... Please help

2009-06-03 Thread JohnJ
What I am trying to do seems trivial but I must be missing something... I want to host the GWT application (CSS, JavaScript) on one domain: http://www.server-a.com/gwtApp/ and then have the html that hosts the application live on various other domains (sort like what adWords does):

Re: need help with GWT-buttons (image text)

2009-06-03 Thread Kamal Chandana Mettananda
May be you can try inserting the html when creating the button. (I haven't tried this) This class has a constructor: Button(String html) --- Kamal Mettananda http://lkamal.blogspot.com On Wed, Jun 3, 2009 at 10:57 PM, tech84 m...@gmx.de wrote: Hi

Communication of gwt with Flash/Flex(gwt+Flash/Flex)

2009-06-03 Thread Srihari Ch
Hi all, I am new to Flash environment as well as gwt environment. How can we pass gwt data from gwt clientside to Flash/Flex? (OR) How can we access gwt data into Flash/Flex from gwt clientside? Is there any Flash/Flex developer who worked with gwt (or) Any gwt

Re: Communication of gwt with Flash/Flex(gwt+Flash/Flex)

2009-06-03 Thread Srihari Ch
Also, I forgotted to mention the following: I am using gwt 1.5.3 and Flash CS3 with ActionScript 3.0. Srihari.Ch --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

[gwt-contrib] Re: I've submitted a new issue with a patch for a bug in IFrameLinker which causes HTML Parsing Error (KB927917) in IE8/IE7/IE6

2009-06-03 Thread Joel Webber
Thanks, guys. I'll have a look at it today. Have I mentioned lately that I hate the bootstrap process? On Wed, Jun 3, 2009 at 12:45 AM, Scott Blum sco...@google.com wrote: Thanks, Cameron! I assigned the issue to Joel, who's working on this.

[gwt-contrib] Re: I've submitted a new issue with a patch for a bug in IFrameLinker which causes HTML Parsing Error (KB927917) in IE8/IE7/IE6

2009-06-03 Thread jgw
Thanks for digging into this, Cameron. I just updated issue 3717. On Jun 3, 7:30 am, Joel Webber j...@google.com wrote: Thanks, guys. I'll have a look at it today. Have I mentioned lately that I hate the bootstrap process? On Wed, Jun 3, 2009 at 12:45 AM, Scott Blum sco...@google.com wrote:

[gwt-contrib] Fixes OOPHM on IE using window.name instead of an expando; Fixes lightweight metrics.

2009-06-03 Thread jgw
Reviewers: knorton, http://gwt-code-reviews.appspot.com/33840/diff/1003/5 File dev/core/src/com/google/gwt/core/linker/IFrameTemplate.js (right): http://gwt-code-reviews.appspot.com/33840/diff/1003/5#newcode325 Line 325: document.getElementsByTagName('head')[0].appendChild(scriptFrame); D'oh!

[gwt-contrib] Re: Fwd: Issue 275 in gwt-google-apis: GWT-Gadgets hosted mode fails when using GWT 1.6.x and gwt-gadgets-1.0.2.jar

2009-06-03 Thread John Tamplin
On Wed, Jun 3, 2009 at 10:56 AM, Eric Ayers zun...@google.com wrote: protected String generateSelectionScript(...) { ... String gwtVersions[] = About.GWT_VERSION_NUM.split(\\.); replaceAll(scriptContents, __GWT_MAJOR_VERSION__, gwtVersions[0] + . + gwtVersions[1]);

[gwt-contrib] Re: Fwd: Issue 275 in gwt-google-apis: GWT-Gadgets hosted mode fails when using GWT 1.6.x and gwt-gadgets-1.0.2.jar

2009-06-03 Thread Eric Ayers
On Wed, Jun 3, 2009 at 11:07 AM, John Tamplin j...@google.com wrote: On Wed, Jun 3, 2009 at 10:56 AM, Eric Ayers zun...@google.com wrote: protected String generateSelectionScript(...) { ... String gwtVersions[] = About.GWT_VERSION_NUM.split(\\.); replaceAll(scriptContents,

[gwt-contrib] Re: Fwd: Issue 275 in gwt-google-apis: GWT-Gadgets hosted mode fails when using GWT 1.6.x and gwt-gadgets-1.0.2.jar

2009-06-03 Thread Eric Ayers
On Wed, Jun 3, 2009 at 11:40 AM, John Tamplin j...@google.com wrote: On Wed, Jun 3, 2009 at 11:15 AM, Eric Ayers zun...@google.com wrote: Last time we discussed this section of code, there was talk of moving the version number elsewhere, but that was pre OOPHM. Discussion? (previous

[gwt-contrib] Re: GWT-RPC broken in GAE/J

2009-06-03 Thread tonjac
Hi all, I think we need something that is in between #1 and #2. A deep cut as proposed in #2 but without the need to maintain dual models when they are exactly the same. We don't need to save the detached state as in #1 it works just fine with JPA to merge a entity when turned back to the server.

[gwt-contrib] Re: Fwd: Issue 275 in gwt-google-apis: GWT-Gadgets hosted mode fails when using GWT 1.6.x and gwt-gadgets-1.0.2.jar

2009-06-03 Thread John Tamplin
On Wed, Jun 3, 2009 at 11:44 AM, Eric Ayers zun...@google.com wrote: What I mean to do is create a getter, deprecate the constant and clean up all references we control. But like I said, last time there was debate over which class should 'own' the version number. About seems a fine place

[gwt-contrib] Re: ant de-duplication

2009-06-03 Thread Scott Blum
It begins to feel as though we're on the wrong track. :( All we're really trying to solve is jarring things up in a particular order. But in the process, we're defining tags like sourcefiles and artifacts that seem imbued with meaning. All all this (really) just to solve the issue of adding

[gwt-contrib] Re: ant de-duplication

2009-06-03 Thread Freeland Abbott
Well, I did try to use filesonly first. ;-) Taking the worst-case example of the com/ directory entry from a hypothetical amalgam of user/build.xml and dev/common.xml's jars, we might have up five instances of the com/ directory being added to a jar (that is, sources from src and super, built

[gwt-contrib] Re: ant de-duplication

2009-06-03 Thread Isaac Truett
Could you build the jar incrementally using uptodate to update with newer/missing files from each source directory? On Wed, Jun 3, 2009 at 2:13 PM, Freeland Abbott fabb...@google.com wrote: Well, I did try to use filesonly first. ;-) Taking the worst-case example of the com/ directory entry

[gwt-contrib] Re: ant de-duplication

2009-06-03 Thread Freeland Abbott
Potentially, yes... that would make building the jar a longer operation (several updates, not one pass), but would ensure that the newest thing was in place at the end of the first cycle, which is what we want. But I think ant-contrib's foreach, operates on paths, which I think precludes

  1   2   >