Re: Problems reading the content of a text file.

2009-12-23 Thread Juan M.M.M.
Thank you very much. You got the answer! ../movies.txt Happy Christmas! On 22 dic, 21:14, Sripathi Krishnan sripathi.krish...@gmail.com wrote: The URL you are trying to access is wrong... Assuming you module is named hangman, this line                final RequestBuilder requestBuilder =

Re: GWT 2.0 serialization policy file

2009-12-23 Thread rlag...@googlemail.com
Hi Oleg, i'm facing the same problem for 5 days now... Can you tell me please how you solved it? Many thanks in advance Rodrigue On Nov 22, 12:56 am, Oleg K. seq...@gmail.com wrote: Hi all. I have the following problem. My project tries to use GWT RPC. It has one jar in dependency libs

Re: GWT Developer Plugin not working IE8

2009-12-23 Thread googelybear
works for me in 64bit win 2003 server with 32bit IE8. But only when logged in as Administrator. When trying to install as as normal user with run as Adminsitrator it gets sucessfully installed but the page still thinks the plugin is not installed. Any ideas? On Dec 15, 3:20 pm, Chad

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Dan
Is this the problem with the classes you want to serialize not having a no arguments constructor? On Nov 21, 11:56 pm, Oleg K. seq...@gmail.com wrote: Hi all. I have the following problem. My project tries to use GWT RPC. It has one jar in dependency libs which contain several model

Re: Getting file size in client side

2009-12-23 Thread Manuel Carrasco Moñino
NO, you have to send it to the server where you can read the content-length in server side an close the connection early. Neither you can cancel the upload process once the form has been submitted, only the server can do. You can take a look to the gwtupload library which does it. Regards Manolo

Re: How to use UIBinder to create customized tags

2009-12-23 Thread Rick
Any idea friends??? I request from GWT members to reply this post please. Regards Rick On Dec 22, 9:28 am, Rick rick4...@gmail.com wrote: Thanks Thomas Widgets are now adding by implementing HasWidgets interface. But I need to do a little more. As there are tags in DockLayoutPanel --

Creating child node with child nodes

2009-12-23 Thread Komal
Hi, I am trying to insert new child nodes which contain n no of child nodes in them eg: filename line no=1 code user= aThis is the code /code /line /filename adding new child node would be like this eg: filename line no=1 code user= aThis is the code /code /line line

Re: Question on Code Generation inconjunction with JS-Libraries to optimize size

2009-12-23 Thread Tom Schindl
Hi Isaac, Looks like you read my mind because this exactly what I've started experimenting with. My code now looks like this: public class JSNIJs { @Target(ElementType.TYPE) public @interface JsResource { String[] resources(); } } public class AWrapper {

Re: Getting file size in client side

2009-12-23 Thread Lothar Kimmeringer
Manuel Carrasco Moñino schrieb: NO, you have to send it to the server where you can read the content-length in server side an close the connection early. Neither you can cancel the upload process once the form has been submitted, only the server can do. You can take a look to the gwtupload

Joseph Favara/HQ/Corp/OAI is out of the office.

2009-12-23 Thread Joseph . Favara
I will be out of the office starting 12/23/2009 and will not return until 12/30/2009. I will respond to your message when I return. If this is urgnet please contact Narayanan Pillai at 105986 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Rodrigue Lagoue
hi! No my classes have a no arguments constructors. There are just defined in another project. The GWT project uses it from a jar file. Thanks On Wed, Dec 23, 2009 at 12:34 PM, Dan daniel.vaug...@gmail.com wrote: Is this the problem with the classes you want to serialize not having a no

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Rodrigue Lagoue
It's really frustrating. since the error tells: Type '*java.lang.Boolean*' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security purposes, this type will not be serialized.: instance = true When i try to make

Re: JAXB in model classes also used by GWT RPC

2009-12-23 Thread Eric
Thanks for the suggestion. Ugh. That feels pretty hacky, but may just be the best option. Thanks again, Eric On Dec 23, 1:31 am, Pauli savolainen.pa...@gmail.com wrote: Hi, I had the same problem a while ago and asked exactly the same question. Why don't jaxb annotations work? I remember

My Project - seemap.ru

2009-12-23 Thread renovatio
Hi. Here is my project. seemap.ru -- 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...@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT Developer Plugin not working IE8

2009-12-23 Thread Ian Bambury
Have you tried running regsvr32.exe C:\Users\Ian\AppData\Local\Google\Google Web Toolkit\Developer Plugin\IE\oophm.dll replacing Ian with your user name? Ian http://examples.roughian.com 2009/12/23 googelybear googelyb...@gmail.com works for me in 64bit win 2003 server with 32bit IE8. But

Re: Can java client use GWT RPC?

2009-12-23 Thread ailinykh
Thank you! This is what I'm going to do. But I see one problem here. I'd like to use Google's authentication. As far as I understand it is HTTP based. I don't see any way how to use it outside browser. Any ideas? Thank you, Andrey On Dec 15, 10:45 am, Isaac Truett itru...@gmail.com wrote:

Re: GWT Developer Plugin not working IE8

2009-12-23 Thread googelybear
It seems that when I select Run as Administrator the plugin gets installed into the administrator's app data directory. when I manually copy the oophm.dll file to my home directory and issue the suggested command (regsrv32.exe path to dll) I got it running. It this a bug or a feature? Is there a

Re: GWT Developer Plugin not working IE8

2009-12-23 Thread Ian Bambury
See issue 4358 http://code.google.com/p/google-web-toolkit/issues/detail?id=4358 http://code.google.com/p/google-web-toolkit/issues/detail?id=4358 Ian http://examples.roughian.com 2009/12/23 googelybear googelyb...@gmail.com It seems that when I select Run as Administrator the plugin gets

Re: Using Gilead with GWT 2.0 ms1

2009-12-23 Thread Trevor Skaife
I'm just glad to see people are able to use my fix for using gilead with GWT 2.0.0 On Dec 22, 11:08 am, lucamen epped...@gmail.com wrote: Thanks Josh!! That really help me a lot and now everything is working properly! BTW Bruno (the Gilead main developer) wrote

Re: UIBinder and image resources

2009-12-23 Thread Thomas Broyer
On Dec 22, 11:46 pm, ericv eric.vaut...@gmail.com wrote: Starting point:http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Us... My goal here is simply to bind an image, and update it later on if necessary. I implemented the following code as a first step, but I keep

Re: StatusCodeException

2009-12-23 Thread Trevor Skaife
You'll have to start by maybe giving and example of what you are trying to accomplish along with the full stack trace before anyone can help you. On Dec 22, 12:36 pm, leslie web...@comcast.net wrote: Mac OS X 10.5.7 Firefox 3.5 Eclipse 3.5 Galileo Cocoa Java 1.5.0 GWT 2.0 Hello, I'm

Hyperlink ClickHandler help

2009-12-23 Thread Peter Ondruska
Dear all, In GWT 2.0 Hyperlink.addClickHandler is deprecated and I should use FocusWidget.addClickHandler. However no matter how hard I try I cannot get this working. Would you help me please with an example of how to add ClickHander to Hyperlink in GWT 2.0. Thank you, Peter -- You received

Re: StatusCodeException

2009-12-23 Thread Ezra
Hi Leslie, I had a similar issue which was caused by having my ports not match up correctly. If you take a look at the mozilla developer page , https://developer.mozilla.org/en/Same_origin_policy_for_JavaScript, it explains the browsers same origin policy. For example, localhost:1234 cant get

Re: JAXB in model classes also used by GWT RPC

2009-12-23 Thread Mike Bedard
I was alwayas under the impression that third party jars could not be included in the client side code because ultimatley this code is complied to javascript.  GWT complier only handles a subset of the Java API that's where the javax package is...   To get RPC to work you need to make changes

Re: Problems with generator

2009-12-23 Thread Thomas Broyer
On Dec 22, 8:04 pm, kruk.mat...@gmail.com kruk.mat...@gmail.com wrote:  am implementing a generator to generate code using Apache Velocity. The question is that you use the JClassType.getMetaData () to get the annotations in the code. Some extraction of my code:     GearsDataStoreGenerator

Re: General question about project architecture.

2009-12-23 Thread Carl
You might want to look at this article: http://claudiushauptmann.com/a-framework-for-gwt-multipage-applications.html On Nov 16, 5:36 am, Davis Ford davisf...@zenoconsulting.biz wrote: I'm doing this now.  I set the project up this way several months ago and it works great for me.  The only real

NumberFormat.getCurrencyFormat

2009-12-23 Thread Peter Ondruska
I have default locale set to en and would like to format currencies, e.g. NumberFormat.getCurrencyFormat(CZK).format(c) but it fails as CZK (Czech Crown) is not available in en. How would I do that without switching to cs locale? -- You received this message because you are subscribed to the

GWT 2.0 Panels

2009-12-23 Thread mwaschkowski
Hi, I've been having great difficulty with 2.0 panels. I've read over the docs at: http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html and moved over to standards mode. I've found that a lot of widget that used to display scrollbars just don't anymore. I've tried using the new

Re: UIBinder and image resources

2009-12-23 Thread ericv
Thanks for your response, I'll look at the details a bit later. On Dec 23, 3:03 pm, Thomas Broyer t.bro...@gmail.com wrote: Code: public class Sandbox implements EntryPoint {         public void onModuleLoad() {                 BinderUiTest test = new BinderUiTest();                

Re: Using Constants server-side?

2009-12-23 Thread El Mentecato Mayor
Search this list for a couple of solutions that allow you to reuse the client-side interfaces. You will need to make sure that both the properties files and the interfaces exist on both the client and server sides. I opted to simply use ResourceBundle and make my properties files available on

Re: StatusCodeException

2009-12-23 Thread leslie
Thank you both for your responses. First, I'll respond to Trevor by posting the stack: com.google.gwt.user.client.rpc.StatusCodeException: at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived (RequestCallbackAdapter.java:192) at

Re: GWT 2.0 Panels

2009-12-23 Thread Ian Bambury
You can't use CSS file syntax you have to use DOM style (i.e. 'cssFloat' not 'float'). Try something like: FlowPanel searchPanel = new FlowPanel(); Label leftPanel = new Label(Left); // Or whatever Label rightPanel = new Label(Right);

Re: Pressing the enter key in the SuggestBox popup fire onKeyUp event! How to disable this?

2009-12-23 Thread Michael W
Can you check following whether it is what you need? If yes, I will post our solution here. On Dec 22, 6:35 am, ss.require ss.requ...@gmail.com wrote: Hi there! If I select an option in the SuggestBox popup by pressing the enter key then onKeyUp event fire. But I don't want that it happens

Re: Saving form inputs for browser autocomplete

2009-12-23 Thread Michael W
Skrat, Are you talking about the Google Autofill, Roboform Autofill feature? Which means browser remembers your form entry and next time once you click Autofill from browser, the form is refilled. Or just want to prepopulate your form processed by your program. On Dec 22, 9:22 am, skrat

flextable column widths and onLoad...

2009-12-23 Thread golfdude
I have a table widget ( derives from flextable ) in which I set the columns widths based on a percentage of offsetWidth. In one table, I load the contents of this table in a widget constructor ( which creates the table ). At that time, the columns are not rendered correctly. After the page is

Jetty Classpath, Ant vs Eclipse

2009-12-23 Thread Thad
I'm using GWT 2.0.0 on Linux with JDK 1.6 targeting JDK 1.5.0 (for compatibility reasons with older Macs). When I launch DevMode via Eclipse, all runs fine. It also runs fine when deployed as a WAR file on Linux or on MacOS 10.5. However if I launch DevMode via ant from the command line, my

Window formatting - Firefox vs. IE

2009-12-23 Thread David C. Hicks
I've got a couple of problems with some dialogs that are based on the Window class. I hope someone can point me to a quick solution. It just seems like I must be missing something. My dialog based on the Window class has a number of panels in it. Each panel may have several widgets. Those are

Re: Window formatting - Firefox vs. IE

2009-12-23 Thread Jim Douglas
David, The selection of quirks mode versus standards mode is the biggest factor I've noticed in the overall behaviour in IE8. (I haven't tested in IE6 or IE7.) The quickest way to see if that's the issue is to hit F12 and try the three different document modes. If your stuff works in standards

Re: UI Binder bugs - maybe config issue on my side(?)

2009-12-23 Thread Peter
Great, after clean install of Eclipse, Google plugin and Java I got it running without errors. Thank you guys very much for help. Regards Peter On Dec 22, 5:43 pm, Jason Parekh jasonpar...@gmail.com wrote: Peter, Also, would you mind downloading a fresh copy of Eclipse (with a new

Re: Window formatting - Firefox vs. IE

2009-12-23 Thread David C. Hicks
Thanks, Jim. I'll give it a try. Jim Douglas wrote: David, The selection of quirks mode versus standards mode is the biggest factor I've noticed in the overall behaviour in IE8. (I haven't tested in IE6 or IE7.) The quickest way to see if that's the issue is to hit F12 and try the three

GWT RPC error

2009-12-23 Thread SergeZ
Hi everybody!!! Please, help me in solving my problem!!! I have the standard simple project. The only customization which is had been done by me is DB connection (actually Oracle 10g DataBase). Of course I use the RPC mechanism. Data, retrieved from DB returning from method with String type. When

ScrollPanel with DockLayoutPanel inside

2009-12-23 Thread Jonas
Is it possible that you can't put a DockLayoutPanel inside a ScrollPanel? When I try nothing is paintet on the screen. I really dont know what is going on - any help would be appriciated. Thanks /J -- You received this message because you are subscribed to the Google Groups Google Web

Debug Mode Tomcat

2009-12-23 Thread Malli
HI, I'm using ANT for compiling gwt java class into corresponding js and html files.After compiled successfully i copied all gwt html and js files parallel to my WEB-INF folder under my application name ,for deploying war i'm using Tomcat .Now i need to put the break point on gwt java files

Integration in external site

2009-12-23 Thread shed
Hi all, I want to integrate my GWT project in an external Website. But I don't want to use an IFrame. So I tried to load the compiled JS code in this external site. But it doesn't work. I think that it has to do with the same origin policy but I'm not really sure. Hope someone can give me an

Re: How can you open the GWT 2.0 samples in eclipse?

2009-12-23 Thread Andrés Cerezo
Yes with this link all this is perfect!!! Anyone knows how can I test the widgest of the submenu? For example only CwTabPanel.java in the screen ? 2009/12/21 Jason Parekh jasonpar...@gmail.com Hi Cian, Could you try importing each as an existing Java project? Check out

Cross Domain Scripting

2009-12-23 Thread Vishal
I have an html page on a loaded on xxx.somedomain:301/some.html This html has script type=text/javascript language=javascript src=http:// yyy.somedomain:301/g-control/gwtc/z/z.nocache.js document.domain = 'somedomain:301'; /script and thus has to load up a GWT generated

Styling CheckBox

2009-12-23 Thread Tim K
I want to change the size of a com.google.gwt.user.client.ui.CheckBox so that it grows/shrinks. I am using a Chrome Browser. It zooms in and out with Ctrl-Plus and Ctrl-Minus. This entry in my css file had no effect. .gwt-CheckBox { width: 1em; height: 1em; padding: 0; margin: 0; }

problem changing code

2009-12-23 Thread Acerezo
Hello, I'm changing the source code and compile ok but when I'm doing the test the web is always the same, Anyone know what can it be? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT + Eclipse error module

2009-12-23 Thread djkytra
Hi, i have try to run a project with eclipse and now i get this error Missing required argument 'module[s]' Why this? Regards, -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

gwt reload event

2009-12-23 Thread pgore
Hi I need to know , if it is possible to handler the moment when the browser trigger one reload event. I can handle the moment when I close My browser , now I want to handler when is trigger the reload -- You received this message because you are subscribed to the Google Groups Google Web

Re: Validating ClientBundles ?

2009-12-23 Thread tberthel
I have the same issue for some time now On Dec 22, 11:07 am, Carlos Aguayo carlos.agu...@gmail.com wrote: Hi, After upgrading the Eclipse plugin to GWT 2.0, whenever I import my Eclipse projects, Eclipse crashes. After importing the projects, I see multiple multiple (~12) jobs spawned called

rel attribute on anchor tag

2009-12-23 Thread Nick Cronin
Hi, Is there a way to assign a rel attribute on an anchor tag via the Anchor object? There's no setRelationship or anything obvious and I'm sure it's quite simple I just can't see it easily =) Thanks -- You received this message because you are subscribed to the Google Groups Google Web

Getting User details in GWT RPC

2009-12-23 Thread Pavi
Hi, I am trying to get user information in my GWT application while trying to host it on the appspot. In my RPC service impl class I invoke the following: UserService userService = UserServiceFactory.getUserService(); User user = userService.getCurrentUser(); I plan to store the

Json data not rendered

2009-12-23 Thread jayesh
From my gwt application I am calling an external python server for json data.I am creating the client view with this data.Though I am receiving data correctly, what I am seeing is a white screen. If I put a message box after, it is some what working. any idea? -- Thanks Jayesh -- You received

How to implement a fancy zoom with GWT ?

2009-12-23 Thread tim
Hi all, I'm trying GWT and I'm discovering the concepts with this way to develop web app. Would it be possible to develop javascripts effects with gwt, like the popular fancy zoom or others known effects ? Thanks for your answer, best regards -- You received this message because you are

Re: gwt reload event

2009-12-23 Thread Pablo Martin Gore
please someone can help me with this issue. 2009/12/22 pgore pablo.m.g...@gmail.com Hi I need to know , if it is possible to handler the moment when the browser trigger one reload event. I can handle the moment when I close My browser , now I want to handler when is trigger the reload

Re: Problems reading the content of a text file.

2009-12-23 Thread Andrés Cerezo
Hello Juan in this link http://www.gwtapps.com/ you have the source code you are testing. Greetings. 2009/12/23 Juan M.M.M. knn0n@gmail.com Thank you very much. You got the answer! ../movies.txt Happy Christmas! On 22 dic, 21:14, Sripathi Krishnan sripathi.krish...@gmail.com

Re: Saving form inputs for browser autocomplete

2009-12-23 Thread skrat
It's the very basic browser feature, without any extensions. Just click twice on input, or start typing in a field you have had already submitted before, and previous values will be offered for you. This is standard feature of FF, Chrome, and I guess some more browsers. On Dec 23, 5:59 pm,

Re: Problems reading the content of a text file.

2009-12-23 Thread mdwarne
Hi, RequestBuilder sends a request to the server. I've never used it (I use GWT-RPC) . But perhaps you need to put your server address into the request? Or maybe call the GWT.getModuleBaseUrl() or GWT.getHostPageBaseUrl() to get the Base URL you need, and concat the file name to the baseUrl?

Re: Javascript problem in cache.html

2009-12-23 Thread Wouter
Sri, Thanks, it worked! Once I set the style=DETAILED flag using the GWT Compile project button in eclipse I soon discovered the problem. One of my variables was null in some cases. Once I fixed this my application works again. Thanks Wouter On Dec 22, 9:19 pm, Sripathi Krishnan

Re: GWT RPC error

2009-12-23 Thread t.dave
it looks like you're referencing code on the GWT client side that the GWT compiler doesn't support. this kind of problem can be tricky, because it looks like it compiles ok in eclipse. remember that your GWT client packages will end up in the browser as javascript, and so GWT only supports only

Re: GWT RPC error

2009-12-23 Thread Sripathi Krishnan
There are two separate google projects - GWT and Google App Engine (GAE). If you use GAE, you *cannot* use Oracle database (or any other database for that matter). You are tied to using GAE's data storage mechanism. If you don't know or care about GAE, just disable it for your project (its just

Re: Integration in external site

2009-12-23 Thread mariyan nenchev
Why don't you want to use iframe? On Wed, Dec 23, 2009 at 1:30 PM, shed cornelia.unterzauc...@gmail.comwrote: Hi all, I want to integrate my GWT project in an external Website. But I don't want to use an IFrame. So I tried to load the compiled JS code in this external site. But it doesn't

Re: Can java client use GWT RPC?

2009-12-23 Thread Isaac Truett
I'm sure with a little searching you can come up with information on doing pure Java HTTP connections. There's probably something in the Android API for that as well. But that's getting off topic for this forum. On Wed, Dec 23, 2009 at 8:53 AM, ailinykh ailin...@gmail.com wrote: Thank you!

Re: How to implement a fancy zoom with GWT ?

2009-12-23 Thread pohl
Absolutely. If another javascript manages to do something in a browser, then you can do it in GWT. A good starting place would be to look at is the following class: com.google.gwt.animation.client.Animation It's an abstract class that you extend. There's a mechanism that repeatedly calls

Height Problem with FlexTable in GWT 2.0

2009-12-23 Thread Shady
After upgrading my GWT project from 1.7 to 2.0, I found out that the cells in my flextable are NO LONGER taking into consideration the 100% height that I am giving . In fact here is a simplified case that shows the problem: public void onModuleLoad() { FlexTable f = new FlexTable();

Re: RequestBuilder call fails on FF

2009-12-23 Thread Ihor Kaharlichenko
You can try to install FireBug (see http://getfirebug.com/) and monitor the request on the Net tab to see what happens with the request. Both request and response bodies and headers can be seen there. Give it a try and post the results here. -- You received this message because you are

Re: Unable to run DevMode

2009-12-23 Thread Sorinel C
You can start properly the GWT 2.0 DevMode like it's described here: http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html Cheers! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: How to implement a fancy zoom with GWT ?

2009-12-23 Thread Jason Essington
Also have a look at how PopupPanel or DialogBox use Animation for an example. -jason On Dec 23, 2009, at 2:24 PM, pohl wrote: Absolutely. If another javascript manages to do something in a browser, then you can do it in GWT. A good starting place would be to look at is the following

Errors/Typos in GWT Docs

2009-12-23 Thread Marty Hall
I have been in Asia the last month doing training, so this is my first look at the new (yay!) GWT 2.0 docs. GWT 2.0 looks great, but I did notice a few small errors in the docs: http://code.google.com/webtoolkit/gettingstarted.html = A) Under Create your first Web

Re: Problems with generator

2009-12-23 Thread Matias Kruk
It works! Thanks :) On Wed, Dec 23, 2009 at 11:28 AM, Thomas Broyer t.bro...@gmail.com wrote: On Dec 22, 8:04 pm, kruk.mat...@gmail.com kruk.mat...@gmail.com wrote: am implementing a generator to generate code using Apache Velocity. The question is that you use the JClassType.getMetaData

Re: Saving form inputs for browser autocomplete

2009-12-23 Thread Ben Harris
There is a post on this somewhere, I just don't have the link. 1) Make a form with all the inputs and a submit button (In your HTML). The action can be javascript:void(0). Give the form an id. 2) Do FormPanel.wrap(Document.get().getElementById(formID)) to get the form. 3) You can add a handler to

Re: Pressing the enter key in the SuggestBox popup fire onKeyUp event! How to disable this?

2009-12-23 Thread golfdude
I had the same requirement and ended up writing my own SuggestBox ( started from the code of gwt suggestbox ). -- 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...@googlegroups.com. To

Re: gwt reload event

2009-12-23 Thread Thomas Broyer
On 23 déc, 05:05, pgore pablo.m.g...@gmail.com wrote:  Hi I need to know , if it is possible to handler the moment when the browser trigger one reload event. I can handle the moment when I close My browser , now I want to handler when is trigger the reload A reload is an unload event, the

Re: rel attribute on anchor tag

2009-12-23 Thread Thomas Broyer
On 23 déc, 05:57, Nick Cronin quin...@gmail.com wrote: Hi, Is there a way to assign a rel attribute on an anchor tag via the Anchor object?  There's no setRelationship or anything obvious and I'm sure it's quite simple I just can't see it easily =) A bit low level but quite easy

Re: Styling CheckBox

2009-12-23 Thread Thomas Broyer
On 23 déc, 17:15, Tim K timk...@gmail.com wrote: I want to change the size of a com.google.gwt.user.client.ui.CheckBox so that it grows/shrinks.  I am using a Chrome Browser. It zooms in and out with Ctrl-Plus and Ctrl-Minus. This entry in my css file had no effect. .gwt-CheckBox {  

Re: Cross Domain Scripting

2009-12-23 Thread Thomas Broyer
On 23 déc, 15:18, Vishal vishal.santo...@gmail.com wrote: I have an html page on a loaded on  xxx.somedomain:301/some.html This html has script type=text/javascript language=javascript src=http:// yyy.somedomain:301/g-control/gwtc/z/z.nocache.js             document.domain =

Re: How to use UIBinder to create customized tags

2009-12-23 Thread Rick
Thanks Thomas I am successful to create my customized tag by patching UIBinderWriter - registerParsers() method. I think GWT has done most of the work for supporting customized tag but keeping it private. On Dec 23, 6:48 pm, Thomas Broyer t.bro...@gmail.com wrote: On Dec 22, 5:28 am, Rick

RequestBuilder with xml request and xml response

2009-12-23 Thread Malli
Hi, some body help me out! i'm new to GWT. I'm using RequesteBuilder for calling HttpServlet. Here my doubts are : 1.How can we prepare the xml request ? 2.how can we handle the xml response inside gwt application? please give me reply with some samples. -- You received this message because

Getting RuntimeException in development mode for gwt2.0

2009-12-23 Thread Vikas
Getting following exception in development mode. It works fine when we deploy same code. Also there was no problem with gwt1.7.0, observed this exception only with gwt2.0 java.lang.RuntimeException: Deferred binding failed for 'com.allen_sauer.gwt.log.client.impl.LogImpl' (did you forget to

Re: Convenience callback method

2009-12-23 Thread bhomass
could some one point out an avenue for finding answers to this question. I am sure if google is provide these design guides, they should have communication channels for Q/A. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Cross Domain Scripting

2009-12-23 Thread Vishal
Thank u for the corrections and your response. To further clarify our problem domain. We want a Microsoft .NET based application to run our GWT app and and that server is on xxx.somedomain.com. To load up our GWT app , we wanted to source in the cache.js and subsequent data transfers through

Why History.newItem() always calls the onModuleLoad?

2009-12-23 Thread compuroad
I thought History.newItem() would only build the history stack. However in my App it fires the EntryPoint onModuleLoad, restarting the application. What am I missing? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: RequestBuilder with xml request and xml response

2009-12-23 Thread Abdullah Shaikh
RequestBuilder builder = new RequestBuilder(RequestBuilder.POST, url to the servlet which response back with xml); builder.setHeader(Content-type, application/x-www-form-urlencoded); builder.sendRequest(null, new RequestCallback() { @Override public void