Re: javax.persistence package

2009-09-03 Thread Dalla
If you have complex objects that you need to map, you might need to write configuration files. To be honest, I don´t know what´s meant by complex objects, I don´t have any configuration files at all for my Dozer implementation, and it works like a charm, even when mapping nested objects. I have

Re: Custom boot-strap / setting locale from request headers

2009-09-03 Thread Thomas Broyer
On 2 sep, 23:50, mayop100 mayop...@gmail.com wrote: Hey Guys - There's a section on this page:http://code.google.com/webtoolkit/tutorials/1.6/i18n.html That suggests that there's an easy way to set the user's locale by parsing the Accept-Language header in the user's request. I want to

Re: MySQL Connection

2009-09-03 Thread Lothar Kimmeringer
[quoting repaired] GumbyGWTBeginner schrieb: On Sep 3, 10:36 am, Isaac Truett itru...@gmail.com wrote: Stephan, You need to make a request to the server for the data. The server can connect to the database and return the results to the browser. If your server is running Java, then GWT RPC

Re: Download file

2009-09-03 Thread chandrahas koyari
Yes you have to create a GWT hyperlink and point it to the resource. On Sep 2, 6:28 pm, ALEXEI BARBONI alexeitel...@gmail.com wrote: Hi chandrahas, thanks for the answer I've been out from work last week. Now I have to create a way to the user of my application make a download of a file

Forwarding to TomCat

2009-09-03 Thread Paul Grenyer
Hi All This may be entirely the wrong place to ask this question, but I'm hoping someone here has done something similar. If anyone objects to this I am more than prepared to desist. What I want to do is this: 1. Host Apache or IIS on an externally facing server and have it serve static things

Re: errors with google plugin for eclipse

2009-09-03 Thread pepgrifell
I found the solution to the first problem : ** Failure while parsing XML org.xml.sax.SAXNotRecognizedException:

F1 key press event on Panel

2009-09-03 Thread vruddhi shah
Hello, I want an Absolute Panel can fire event on keyboard F1 key. I have used sinkEvents(Event.KEYEVENTS) and implements method as follows : public void onBrowserEvent(Event event) { System.out.println(keycode+event.getKeyCode()); } But, It doesn't work. Can any one help me

Re: How can I center arbitrary content on a fixed-size button?

2009-09-03 Thread Jim Douglas
I've got a tentative solution, but it's not quite the pure css approach I was hoping for: (1) Define GWT's html-face style as: .html-face { display: table; height: 100%; margin: auto; } (2) Wrap the user's text inside: html div style=\display: table-cell;

Re: ext-GWT vs GWT-ext

2009-09-03 Thread Shawn Brown
Hi, ExtGWT --which contains the JS underlying GWTExt - upto 2.0.2-- did a dirty move a year or so ago when they changed their licensing model; as a result there was a falling out between the two projects. Um, ExtJS was underlying GWTExt - no? ExtJS went GPL - no? I guess if you are of a

Re: Iframe = multithreading ???

2009-09-03 Thread David Given
ben fenster wrote: your answear is based on your knolage in js but i need an answear based on actual in depth knowlage in how browser work since each iframe act as an independed wep page and loaded sepertly No, you misunderstand --- if your code can see an iframe, that iframe must be part of

Good practice: setting style before adding it to a panel!

2009-09-03 Thread Ed
He All, I would like to share the following good GWT programing practice (It just cost me to solve a tinny bug because of this): -- Set any style name/attribute just after a widget is created, before it's added to any panel!!! So do something like this: Widget wid = new HTML(test);

Hosted mode hangs on localhost...

2009-09-03 Thread Pietro Marrone
Hi, I'm using Google Plugin for Eclipse to create the Web Application Starter Project. Unfortunately the project hangs on hosted mode, exactly only the static content appear while the input type and the button are missing. this is the hosted mode relavant log: [DEBUG] Initializing module 'test'

[ANNOUNCE] HtmlUnit 2.6, a headless java browser, released

2009-09-03 Thread Ahmed Ashour
A new release of the Open Source java GUI-Less browser is available, which allows high-level manipulation of web pages, such as filling forms, clicking links, accessing attributes and values of specific elements within the pages, you do not have to create lower-level requests of TCP/IP or HTTP,

Re: Need Help in setting up GWT

2009-09-03 Thread Satya
Thank you very much. I am going thru these docs and links for understanding On Sep 3, 1:16 am, Rahul coolrahul18...@gmail.com wrote: HiSatya, Here are some tutorials which tell you step by step how to work with GWT http://code.google.com/webtoolkit/tutorials/1.6/create.html also you

MSIE7 Syntax Error using large GWT app

2009-09-03 Thread Pieter Breed
Hi, My company uses the GWT toolkit (1.5.3) for one of our products. One of our clients (a corporate) still uses a pre-WinXP-SP3 copy of MSIE7 which causes this bug to appear. (http://code.google.com/p/google-web- toolkit/issues/detail?id=1440) I've checked our jars, they do include the patch

Client Locale Auto-detection

2009-09-03 Thread picosam
Hello, I'm not using JSP and I would like to auto-detect the client's (browser's) locale and use it. How is it possible to do so? Thank you, Sammy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: gwt application does not run ie7

2009-09-03 Thread Ian Bambury
Without seeing the code, it's hard to tell. Personally, I'd level all the browsers and then see what you get. It has to be margin or padding on something, or some blank div that gets displayed in IE and not elsewhere. Ian http://examples.roughian.com 2009/9/3 aftershock ante...@gmail.com

Re: Good practice: setting style before adding it to a panel!

2009-09-03 Thread Ian Bambury
I can't see how creating a flowpanel between creating a widget and adding a style would make any difference whatsoever. Ian http://examples.roughian.com 2009/9/3 Ed post2edb...@hotmail.com He All, I would like to share the following good GWT programing practice (It just cost me to solve a

serialization

2009-09-03 Thread ben fenster
what is preformence wize the best Json Serializing lib --~--~-~--~~~---~--~~ 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

Re: Iframe = multithreading ???

2009-09-03 Thread ben fenster
ok thats sounds right but if thats true can i access static classes in the entrypoint module from a seperate module loaded in an iframe (that ofcours exists in the first module) ? On 3 ספטמבר, 03:00, David Given d...@cowlark.com wrote: ben fenster wrote: your answear is based on your knolage

Re: div layout

2009-09-03 Thread Ian Bambury
Please don't shout, I've got a hangover. Yours is a (basic) HTML/CSS question and this is a GWT group. That, like shouting at us, will also reduce your chance of getting a direct answer from the people here. Here's an indirect answer: try searching for 'floatutorial', an excellent resource if you

Re: Good practice: setting style before adding it to a panel!

2009-09-03 Thread Ed
That's what I am explaining above... Note: the Flow Panel is just a panel and I assume that, in this case, the dimensions are used during the inser/add action in the panel. However, maybe I could have better taken another Panel to not confuse it with the current functionality of the FlowPanel,

Re: Good practice: setting style before adding it to a panel!

2009-09-03 Thread Ed
(adding to my last sentence): ... before you set the style info on the widget... --~--~-~--~~~---~--~~ 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: ext-GWT vs GWT-ext

2009-09-03 Thread Martin Kraus
Great, another clueless response. um, you are a *Ext* fanboy - no? There's a huge difference between a platform / app server / Java and a library being GPL. A library being GPL means you need you release the source of your entire application, simple. An app server or Java being GPL has

Re: Good practice: setting style before adding it to a panel!

2009-09-03 Thread Ed
A oepsss.. good point Ian, thanks... :( Mistake in the code examples... They should be: So do something like this: Widget wid = new HTML(test); SomePanel panel = new SomePanel(); wid.addStyleName(someStyleName); panel.add(wid); And NOT this: Widget wid = new HTML(test); SomePanel panel =

Re: Good practice: setting style before adding it to a panel!

2009-09-03 Thread Ian Bambury
But there is no interaction between 'wid' and 'panel' in the code you gave, you just create a flowpanel. If that affects how some other part of your app is displayed, there is something wrong. Ian http://examples.roughian.com 2009/9/3 Ed post2edb...@hotmail.com That's what I am explaining

Re: rpc serialization problem

2009-09-03 Thread Chris Lowe
Are the List fields on your objects specified in terms of interfaces? GWT RPC needs to know as much about your objects at compile time, could you try using a concrete class instead - preferably ArrayList? It sounds like you're trying to serialize ORM objects directly, is that right? I don't

Re: GWT, MVP, and nested widgets

2009-09-03 Thread Jason A. Beranek
Ian, Ok, I think I understand what are trying to do. Let me expand a bit on the addMenuItem( Object i..); example in something a little less abstract. First, I'm assuming your MenuItem is not equivalent to the GWT MenuItem class, if it is the solution would be different. Note, I don't have a

Re: Does GWT work in Snow Leopard?

2009-09-03 Thread Alex Moffat
I have another work around that involves changing the BootStrapPlatform class in gwt-dev-mac.jar to remove the check for java 1.5. If you do this then you can use java 1.6 with the -d32 flag and it works fine. More details at http://development.lombardi.com/?p=1012 On Aug 31, 6:35 pm, Jim

Re: Client Locale Auto-detection

2009-09-03 Thread Thomas Broyer
On 3 sep, 11:30, picosam pico...@gmail.com wrote: Hello, I'm not using JSP and I would like to auto-detect the client's (browser's) locale and use it. How is it possible to do so? As I said a few hours ago [1], you can use your web server's ability to do content negotiation (if available to

Re: GWT, MVP, and nested widgets

2009-09-03 Thread Ian Bambury
Thanks Jason, I understand what you are getting at, and I have come across this before, but hadn't considered using it here. I'm using this project as an opportunity to learn and to see how 'right' I can get it. If someone were paying me, then I wouldn't be so fussy, but my feelings are this:

Re: GWT serialisation too slow

2009-09-03 Thread Chris Lowe
Not having a JIT may be really biting you here. AFAIK GWT serialisation makes extensive use of reflection, however there seems to be a way to define a custom field serializer (looks similar to using Externalizable), but I've not tried this myself:

Re: send a TextBox to the server-side

2009-09-03 Thread Norman Maurer
You should not do this.. Send the plain String value of the Textbox via RPC. Bye, Norman 2009/9/3 osquitranki oazcar...@gmail.com: Hi, How can send a  TextBox or other widgets to the server-side? I wan make a insert in a BBDD with the value of TextBox. Thanks!!

send a TextBox to the server-side

2009-09-03 Thread osquitranki
Hi, How can send a TextBox or other widgets to the server-side? I wan make a insert in a BBDD with the value of TextBox. Thanks!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: ext-GWT vs GWT-ext

2009-09-03 Thread Shawn Brown
I don't think your response attacking me is productive. I wish you would stop your personal attacks. Please show me where I attacked you personally and I will rephrase it (just consider it a bug). Great, another clueless response. Maybe, maybe not. There's a huge difference between a

Re: Hosted mode hangs on localhost...

2009-09-03 Thread Rajeev Dayal
Hey Pietro, I think this is a cookie-related problem. I've heard that it can happen when using ext-GWT (I think), because it sets a large cookie. Go to your ~/.mozilla directory, and blow away the eclipse directory. Then, try running the app again. Rajeev On Thu, Sep 3, 2009 at 6:37 AM,

Re: hosted mode trouble

2009-09-03 Thread Jeff Chimene
On Wed, Sep 2, 2009 at 6:49 PM, sidkdbl07sidkwak...@gmail.com wrote: My php file is on a web server configured with PHP5. The address of the weather.php5 file is http://www.myserver.com/weather.php5. I'm debugging my GWT files in Eclipse. The GWT class (see above) makes a call to the

Re: errors with google plugin for eclipse

2009-09-03 Thread Rajeev Dayal
Hi, Are you sure you even need Xerces in your application? Do you reference any Xerces classes directly in your application code? If not, you should remove xercesImpl.jar from: 1) jre/lib/ext 2) Your build classpath 3) war/WEB-INF/lib Then, try and run your app, and tell me what the error is.

Re: Good practice: setting style before adding it to a panel!

2009-09-03 Thread Alexander Cherednichenko
In more or less big project I'd rather create set of widgets, which do not need addition of the external styles. So, all styles are applied in constructor. And then - you just create widget, and add it to a panel. On Sep 3, 8:14 am, Ed post2edb...@hotmail.com wrote: A oepsss.. good point

Re: GWT serialisation too slow

2009-09-03 Thread David Given
Chris Lowe wrote: Not having a JIT may be really biting you here. AFAIK GWT serialisation makes extensive use of reflection, however there seems to be a way to define a custom field serializer (looks similar to using Externalizable), but I've not tried this myself: Oo. I didn't know you

Re: ext-GWT vs GWT-ext

2009-09-03 Thread martin.krau...@gmail.com
I apologize if you felt that it was a personal attack but truthfully this response of yours really make very little sense. I urge you to read it again with an open mind. What you're saying is that any developer can do anything with their product at anytime and you try to justify their move.

Re: Good practice: setting style before adding it to a panel!

2009-09-03 Thread Ed
He Alexander, Thanks for the idea. I started that way... but when the application got too complex it was too restrictive. I still use this often, but not always For example: when working with decorators that all independent and add extra functionality to the widget when it's their turn to

HTML label tag

2009-09-03 Thread Eric
Is there a good way in GWT to give the functionality of the HTML label tag? I do not mean the Label widget here. I want to write code that produces label for=nameName:/label input type=text id=name/ from a Texbox widget and something else. I have emulated this by creating a ClickHandler,

@SuppressWarnings(serial)

2009-09-03 Thread Andy
Does anyone know why does the GreetingServiceImpl Servlet in the project created by the GWT Eclipse plugin have a @SuppressWarnings (serial) annotation? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web

Re: Is Google Web Toolkit for me?

2009-09-03 Thread mikedshaffer
I'll throw in here GWT is primarily a client side technology, so in your statement better off sticking with PHP, JS, CSS, GWT would replace only the last 2. PHP (obviously) only runs on the server. By choosing GWT you will still need to choose a server side technology assuming you want to

Gwt debugging in Eclipse

2009-09-03 Thread sidni
Hi, I've developed a client side GWT app, which I somehow have to debug. I set a BreakPoint on my required class-line and invoke Eclipse debugging perspective which opens successfully. Now problem is, we get below hierarchy: Thread Main -- Scanner .getnextToken() and if I try step over

When create a multiple GWT module in a project?

2009-09-03 Thread Xavier Pegenaute
Hi, I am not used to develop web apps and I have no a clear idea about when is better to use more than one module entry in my project. Any one could clarify this? Thanks Regards. Xavi. --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Iframe = multithreading ???

2009-09-03 Thread David Given
ben fenster wrote: ok thats sounds right but if thats true can i access static classes in the entrypoint module from a seperate module loaded in an iframe (that ofcours exists in the first module) ? Javascript will let you do it, provided the security rules let you (the page in the iframe

Aligning Widget in RootPanel

2009-09-03 Thread sidni
Hi, Consider 2 code snipet below: My intention is to display Hello in Center of the page. 1. Using Label directly Label l = new Label(NITESH); l.setHorizontalAlignment(HasAlignment.ALIGN_CENTER); RootPanel.get().add(l); This displays it in center. 2. Label widget contained in

was not serializable and has no ...

2009-09-03 Thread melistik
Hello, i've got a problem with filling a ListStock with items directly from a database query. My Errormessage is : [ERROR] Type 'com.extjs.gxt.ui.client.store.ListStorede.bonprix.piccoop.client.model.ArtikelItem' was not serializable and has no concrete serializable subtypes I tried many things

Re: @SuppressWarnings(serial)

2009-09-03 Thread Chad
Andy, If you are using Eclipse (I assume you are since you are using the GEP), just delete that and you will see the warning: The serializable class DataServiceImpl does not declare a static final serialVersionUID field of type long You will also get 3 quick fix options: - Add default serial

Is it a bug in DialogBox?

2009-09-03 Thread Bob L.
public class ClothingForm extends DialogBox { public ClothingForm() { setText(Clothing); setSize(30em, 30em); Button ok = new Button(OK); ok.addClickHandler(new ClickHandler() { public void onClick(ClickEvent

Image layering using GWT

2009-09-03 Thread jonty
Hi everyone, I am using GWT1.7. I am facing some problems with image layering. I am using Image api to add image to panel. Once I add the image I want to add another image on top of that on mouseclick at the click location. Please help me on how to solve this problem. Can this be done with GWT

Re: ServletOutputStream Closed while downloading xls stream in GWT

2009-09-03 Thread Srinivas U
Hi Vijjj, I have the same issue. When we try to open Excel file using GWT Window.open(excel.jsp, _blank, ); its opening the file for a second and its closing automatically. Did you get any solution for this issue? On Aug 24, 3:48 am, vijjj victorjoy...@gmail.com wrote: Hi Sin-Kang, Thanks

Hyperlink Token and Parms

2009-09-03 Thread vokke
Hello Newsgroup, I have a problem creating hyperlinks with the right token and parms. Hyperlink test = new Hyperlink(TEST, ? wid=1+pos=2+#dosomething)); I do get #?wid=1pos=2#dosomething But I need: ?wid=1pos=2#dosomething to make sure to use String id = Window.Location.getParameter(wid );

Regular Popup Window in GWT?

2009-09-03 Thread lakshmi thyagarajan
Hi, I want to add a regular pop-up window to my application. I tried using a PopupPanel (and DecoratedPopupPanel). But it doesnt have regular window controls (like minimize, maximize, close etc). Am forced to either use the auto-hide feature or include a Widget (like a button) to close the panel.

Re: @SuppressWarnings(serial)

2009-09-03 Thread Andy
Cheers. Yeah, I've done that, but I was just wondering if there was a reason that the GWT team were suppressing it (other than to have the initial project be created with any warnings)? On Sep 3, 11:29 am, Chad chad...@gmail.com wrote: Andy, If you are using Eclipse (I assume you are since

Re: Hyperlink Token and Parms

2009-09-03 Thread Tolga Özdemir
You can use Location.replace(); maybe it helps.. On Thu, Sep 3, 2009 at 7:09 PM, vokke vkub...@gmail.com wrote: Hello Newsgroup, I have a problem creating hyperlinks with the right token and parms. Hyperlink test = new Hyperlink(TEST, ? wid=1+pos=2+#dosomething)); I do get

Re: @SuppressWarnings(serial)

2009-09-03 Thread Paul Grenyer
Hi On Thu, Sep 3, 2009 at 7:32 PM, Andyantonvonpil...@gmail.com wrote: Cheers. Yeah, I've done that, but I was just wondering if there was a reason that the GWT team were suppressing it (other than to have the initial project be created with any warnings)? Have a look at the code in more

Re: @SuppressWarnings(serial)

2009-09-03 Thread Andy
Don't the Servlets need to have a serial version ID in case the server decides to passivate them? ...or would that imply that the Servlets have 'state' (which shouldn't be the case). On Sep 3, 11:38 am, Paul Grenyer paul.gren...@gmail.com wrote: Hi On Thu, Sep 3, 2009 at 7:32 PM,

Re: blank page and other weirdness after upgrade, 1.5 to 1.7

2009-09-03 Thread Dave
Thanks for the replies, guys. Thanks for validating what I was seeing, Rajeev. (and sorry for jumping to @ss_umptions) Best, Dave On Aug 31, 2:50 pm, Rajeev Dayal rda...@google.com wrote: Hi Dave, As with Isaac and Ian, I did not receive your response either. I'm glad that you figured the

Re: DOM.getElementById() vs $doc.getElementById()

2009-09-03 Thread Thad
I found what works in IE, and does not break hosted mode, Firefox 3.5, or Safari 4: Do NOT try to hide/show my application DIV or put my widget into it. Hide the LOGIN_DIV as show, but put the MainWindowWidget in the default root panel. So private static void doLogin() { ...

Re: @SuppressWarnings(serial)

2009-09-03 Thread Paul Grenyer
Hi Don't the Servlets need to have a serial version ID in case the server decides to passivate them? I'm afraid I have no idea what you mean here ...or would that imply that the Servlets have 'state' (which shouldn't be the case). Servlets don't have state outside of the http session. --

Re: User Interface Standards?

2009-09-03 Thread Sumit Chandel
Hi Dave, I would have to agree that UI Standards is a pretty broad term here, so it's hard to tell what exactly you or the higher-ups in your company are referring to. If they just want to get an idea of what the GWT widget set looks like, you should probably invite them to take a look at the GWT

Prevent duplicate record insertion on page refresh

2009-09-03 Thread Rahul
Hi, I am displaying values in a listbox through connecting with an sqlserver via RPC. Whenever I refresh the browser the values in the listbox gets duplicated. Can anyone tell me how to solve this problem? Is it something to do with the client side of gwt or the server side?

Re: @SuppressWarnings(serial)

2009-09-03 Thread Andy
Sorry, I was reading that the reason that Servlets implement the Serializable interface was so that server vendors had the option of hibernating a Servlet's state for the purpose of load balancing or server replication. The only 'state' that I can think that a Servlet could have would be a

Re: @SuppressWarnings(serial)

2009-09-03 Thread Paul Grenyer
Hi As there are far better ways of doing that sort of thing, I guess that Servlets should be stateless and therefore don't need to be Serializable. However, as they have to implement the Serializable interface, suppressing the warnings is neater than generating IDs all the time. You've got

Re: @SuppressWarnings(serial)

2009-09-03 Thread Andy
Thanks! On Sep 3, 12:48 pm, Paul Grenyer paul.gren...@gmail.com wrote: Hi As there are far better ways of doing that sort of thing, I guess that Servlets should be stateless and therefore don't need to be Serializable. However, as they have to implement the Serializable interface,

Re: hosted mode trouble

2009-09-03 Thread sidkdbl07
Wow, its funny how in one split moment, epiphany can hit! Thank you Jeff! --~--~-~--~~~---~--~~ 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: Hyperlink Token and Parms

2009-09-03 Thread vokke
Thanks for reply, but I can only do Window.Location.replace onHistoryChanged. So my HistoryHandler fires twice. Is it a better solution to parse the token manually, without Window.Location.getParameter? Thanks again, Vokke On 3 Sep., 20:41, Tolga Özdemir tka...@gmail.com wrote: You can use

Re: GWT, MVP, and nested widgets

2009-09-03 Thread Nathan Wells
Ian, we've taken a little different approach than you have. Let me explain the setup we have for the navigation section of our application: NavigationPresenter - the presenter for this section of the application NavigationDisplay - a presenter-utilized, view implemented interface.

Re: hosted mode trouble

2009-09-03 Thread Nathan Wells
Otherwise, you're going to have problems with the SOP (Same Origin Policy). Basically javascript has a rule that you can't make requests to a server other than the one the script originated from. There are ways around this, but I'll let you do the research on that, or alternately, compile and

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-09-03 Thread NIgel Leck
Why no support for Netbeans ? This just seems to be a bit of a game to force people to use one IDE over the other. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Iframe = multithreading ???

2009-09-03 Thread David
There is just 1 JS thread. Regardless of URL or IFrame. The limit of max 2 connections is purely based on URL, not on per IFrame basis. IE8 allows more than 2, I forgot the exact number. To work around the connections limit you can spread web resources over different hosts in the same domain.

Your GWT based open source project(s)

2009-09-03 Thread Fred Sauer
From time to time I hear from people who have created GWT related open source projects. If that includes you, here's my 1 question, 10 second survey: * Q. Were you encouraged to open source your project because of the benefits* * you gained from another open source project (GWT, or

Re: Your GWT based open source project(s)

2009-09-03 Thread Jeff Chimene
On 09/03/2009 04:40 PM, Fred Sauer wrote: From time to time I hear from people who have created GWT related open source projects. If that includes you, here's my 1 question, 10 second survey: * Q. Were you encouraged to open source your project because of the benefits* *

Re: Hyperlink Token and Parms

2009-09-03 Thread Thomas Broyer
On 3 sep, 18:09, vokke vkub...@gmail.com wrote: Hello Newsgroup, I have a problem creating hyperlinks with the right token and parms. Hyperlink test = new Hyperlink(TEST, ? wid=1+pos=2+#dosomething)); I do get #?wid=1pos=2#dosomething But I need: ?wid=1pos=2#dosomething to make sure

Re: translate DateTimeFormat output

2009-09-03 Thread PH
Hi Dominik, tnx for your reply!! Actually I was looking for some solution where I could determine at run time in which language I should display my date information (ie. portuguese, english, spanich, etc). Maybe this is determined by the client browser? Since the JS will execute on the

Re: Is it a bug in DialogBox?

2009-09-03 Thread Parvez Shah
Not sure if its a Bug of DialogBox my guess is its a bug of decorator panel any way your problem is you are setting size of DialogBox which is creating the problem solution 1) remove setSize solution 2) if you want to use setSize then wrap your content in vertical panel something like this class

Re: Unable to Find 'com/google/gwt/widgetIdeas/libIdeas.gwt.xml'

2009-09-03 Thread Mark Rieck
I might as well document this for myself so I don't forget... To use the incubator in GWT 1.7 you'll need to do the steps above, and add something like this to your build.xml file: fileset dir=${gwt.sdk} includes=gwt-inc*.jar/ The build.xml is only created if you used webAppCreator to create

Re: semaphores in gwt

2009-09-03 Thread JSaar
2 Options: make 2 booleans set each in the belonging callback.onSuccess and check them in both callback.onSuccess and go on if both are true On serverside make 1 method out of the 2 you have now so you have 1 rpc-call the first way would be the semaphore-way ... standard-business On Aug 30,

Re: Hyperlink Token and Parms

2009-09-03 Thread Tolga Özdemir
Yeaps I think so.. I am currently working on such a class.. Let's who finishes it first, shares it :) On Fri, Sep 4, 2009 at 3:22 AM, Thomas Broyer t.bro...@gmail.com wrote: On 3 sep, 18:09, vokke vkub...@gmail.com wrote: Hello Newsgroup, I have a problem creating hyperlinks with the

How to improve RPC performance

2009-09-03 Thread Livinglegends
Hi, I have one question regarding performance of GWT. In our project there are total 12 column and 5000 record to display. We are using List of pojo to get the data from server. DB is taking 9 sec to retrieve all data but to retrieve data through rpc call from server and client is taking 7-8

Re: Is Google Web Toolkit for me?

2009-09-03 Thread sidni
Hey Spierce, If u require AJAX enabled web app, GWT is viable option but it seems u dont have much hands-on with JAVA/its related technology and learning the whole JAVA web App stack is quite an effort from scratch. There is no doubt that choosing GWT means ur web app has to be purely

[gwt-contrib] Re: New API proposal: BatchedCommand

2009-09-03 Thread Ray Cromwell
Could this also be used as a general pattern to batch DOM updates from multiple Widgets performing updates? e.g. a current approach to avoid the overhead, of say, installing a dozen widgets, is to concatenate all the HTML together, slam it into innerHTML, and then wrap the widgets around the HTML.

[gwt-contrib] Re: r6073 committed - Removing an assertion that introduced a breaking change....

2009-09-03 Thread Thomas Broyer
On 2 sep, 19:56, codesite-nore...@google.com wrote: Revision: 6073 Author: jlaba...@google.com Date: Wed Sep  2 10:55:41 2009 Log: Removing an assertion that introduced a breaking change. Patch by: jlabanca Review by: jgw (TBR)

[gwt-contrib] Re: Snow Leopard 32-bit checking fix.

2009-09-03 Thread cromwellian
http://gwt-code-reviews.appspot.com/64802/diff/1/2 File dev/mac/src/com/google/gwt/dev/BootStrapPlatform.java (right): http://gwt-code-reviews.appspot.com/64802/diff/1/2#newcode117 Line 117: return 32.equals(System.getProperty(sun.arg.data.model)); On 2009/09/03 05:56:42, jat wrote: If this is

[gwt-contrib] Re: Issue 4010: clean up DOMImplTrident. getTagName()

2009-09-03 Thread jlabanca
Later meaning within the next day http://gwt-code-reviews.appspot.com/59805 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Issue 4010: clean up DOMImplTrident. getTagName()

2009-09-03 Thread jlabanca
LGTM I'll submit this later http://gwt-code-reviews.appspot.com/59805 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: A number of layout-related changes.

2009-09-03 Thread Sami Jaber
Just a few remarks relating to the design changes... *RequiresLayout.java* : We expose now animation routines in this interface. With those new animation methods this interface becomes more constraining when you have to provide a subclass. What about a panel provider that would not want to

[gwt-contrib] Re: r6073 committed - Removing an assertion that introduced a breaking change....

2009-09-03 Thread Joel Webber
LGTM. I have no objection to loosening up these assertions when a case like this comes up. Others (e.g., input type='password') may have to be loosened up at some point as well. On Thu, Sep 3, 2009 at 3:01 AM, Thomas Broyer t.bro...@gmail.com wrote: On 2 sep, 19:56,

[gwt-contrib] Re: A number of layout-related changes.

2009-09-03 Thread jgw
http://gwt-code-reviews.appspot.com/63801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: A number of layout-related changes.

2009-09-03 Thread jgw
http://gwt-code-reviews.appspot.com/63801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] give gwt.junit a haltonfailure attribute

2009-09-03 Thread Freeland Abbott
Looks like we want a different solution for test.web.htmlunit, but here's the haltonfailure flag for gwt.junit --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: give gwt.junit a haltonfailure attribute

2009-09-03 Thread John LaBanca
LGTM Thanks, John LaBanca jlaba...@google.com On Thu, Sep 3, 2009 at 11:47 AM, Freeland Abbott fabb...@google.com wrote: Looks like we want a different solution for test.web.htmlunit, but here's the haltonfailure flag for gwt.junit --~--~-~--~~~---~--~~

[gwt-contrib] Change SOYC dashboard to accept symbol maps created by different linker

2009-09-03 Thread kprobst
Reviewers: Lex, schuck_google.com, Description: This change to the dashboard updates the settings parser to read symbol maps files created with the CompactSymbolLinker. Please review this at http://gwt-code-reviews.appspot.com/65802 Affected files:

[gwt-contrib] Eliminate dead links in SOYC dashboard when displayDependencies is off

2009-09-03 Thread kprobst
Reviewers: Lex, Description: Hi Lex, could you review this patch for me? It eliminates some dead links in the dashboard when displayDependencies is turned off. Thanks! kathrin Please review this at http://gwt-code-reviews.appspot.com/65803 Affected files:

[gwt-contrib] Re: Focus/blur on a group of widgets?

2009-09-03 Thread Ray Ryan
Oooh, sorry. You were asking the *hard* question, not the easy one. I think the short answer is that there's no easy answer. See http://code.google.com/p/google-web-toolkit/issues/detail?id=1431 for some of the reasons. Another short answer is I don't get this stuff but Joel does. rjrjr On Wed,

[gwt-contrib] Re: Hello ui:style

2009-09-03 Thread jgw
On 2009/09/03 04:05:36, Ray Ryan wrote: Okay, name - field was trivial, done. LGTM so far. I modified a bit of the mail sample to use this, and it worked a charm. A couple of minor nits: - I assume that DS_Store and ButtonTest are accidentally attached to this patch. - Could use some

[gwt-contrib] [google-web-toolkit] r6078 committed - Removing HtmlUnit from ant test target until the tests are more reliab...

2009-09-03 Thread codesite-noreply
Revision: 6078 Author: jlaba...@google.com Date: Thu Sep 3 10:59:12 2009 Log: Removing HtmlUnit from ant test target until the tests are more reliable. Also fixed a checkstyle error and a minor bug in a couple of tests. Patch by: jlabanca Review by: jat

  1   2   >