A simple RPC problem. Did anyone encounter a problem like this?

2009-01-02 Thread Patrick
, but there is no output from the Window.alert(msg) statements in onSuccess and onFailure method. Thanks! Patrick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Receiving Java Exit Code when Building with GWT 1.6

2009-04-29 Thread Patrick
. Can anyone offer any suggestions for how to further debug the issue or what possible causes there may be? Thanks. Patrick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Gwt Component Works in Hosted, but not in Tomcat.

2009-06-12 Thread Patrick
I am new to GWT as of 3 weeks. I have a component running in hosted mode. It is a table. It works in hosted mode, but not when I deploy it to tomcat. My other components work, but it is not visible. I tried it in all browsers. I am deploying the compiled javascript. I see the javascript in

Re: Diagramming Library

2010-07-24 Thread Patrick
actual programming is required. The product is called Perspectives 2.0. Here is the product link: http://www.tomsawyer.com/products/perspectives/index.php Data Sheet: http://www.tomsawyer.com/products/perspectives/tsp.datasheet.pdf#datasheet Hope this helps, Patrick On Jul 24, 5:08 am, Peter

GWT themes examples?

2010-10-07 Thread Patrick
Hello, Do you know if there exists a showcase of GWT themes, to see different (and possibly better) looks of GWT widgets? Thanks in advance, Patrick -- 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

Call into unknown JavaScript function given only name as string

2010-01-26 Thread Patrick
Hi, I have a requirement where I have to call from GWT client code into an arbitrary JavaScript function given only its name. For example I have the name of the function as a String say doSomething and I have an array of Strings for arguments. I'm expecting that the function is already defined

Re: Call into unknown JavaScript function given only name as string

2010-01-27 Thread Patrick
'). On Jan 26, 4:05 pm, Patrick patrickmad...@optonline.net wrote: Hi, I have a requirement where I have to call from GWT client code into an arbitrary JavaScript function given only its name. For example I have the name of the function as a String say doSomething and I have

Configure GWT to use GAE

2009-10-11 Thread Patrick
I created a new sample application to run locally on a web sever and when creating the application I didn't select the option to use the Google Application Engine. The application works locally and now I want to run it as a Google App. Selecting properties in Eclipse and ticking the box Use

issues with roo and gwt

2010-10-13 Thread Patrick
I have been trying the last couple of days to get roo and gwt to work. The problems and errors have ranged drastically I was wondering if anyone had insight into how to get it to work? Could it be because I am using sts 2.5 instead of 2.3.3? Is the integration not totally ready yet? Should I

Re: issues with roo and gwt

2010-10-13 Thread Patrick
, 11:48 am, Patrick pec...@gmail.com wrote: I have been trying the last couple of days to get roo and gwt to work.   The problems and errors have ranged drastically I was wondering if anyone had insight into how to get it to work?  Could it be because I am using sts 2.5 instead

GWT spring scaffolding

2010-10-20 Thread Patrick
Is there any kind of good documentation on the scaffolding that roo creates. I am just having a hard time finding where to jump in and edit stuff. In my code I have accounts, contacts, and cases. I want to use a web service to pull the data from are current backend to this roo backend, and

Serialization Policy for a HashMap extension

2011-02-18 Thread Patrick
. There is nothing in HashMapExtension that is not serializable. Is there a way to safely add classes to the serialization policy or could this potentially be a bug in GWT. I'd be happy to call it a feature request if that helps. Just looking for clarification. Thanks, Patrick -- You received this message

SSL troubles

2011-04-04 Thread Patrick
I have a webapp, that is more or less an auto dialer, the user hits a button it sends the number and ext to the server, which constructs the xml request for the phone server and posts it using ssl. In my original program, an applet, it used apache HttpClient 3.1, to establish the connection and

GWTTestCase possible issue (SmartGWT DMI call)

2012-01-04 Thread Patrick
. Thank you in advance, Patrick -- 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 group, send email to google-web-toolkit+unsubscr

Re: GWTTestCase possible issue (SmartGWT DMI call)

2012-01-05 Thread Patrick
I should have given more background in that I do not know the exact issue from the two links posted, only that they seem to have the same error. What I was trying to do was run a GWTTestCase to test a block of code that contained an RPC call using SmartGWT's DMI RPC. The error shown in the posts

Invalid RPC Token

2014-02-28 Thread Patrick
generateCheckRpcTokenTypeOverride. However, I'm at a loss to what it means. I have checked my class path for duplicate instances of XsrfToken but it is only found in gwt-servlet.jar in my war file. Any ideas? Below is the copied generateCheckRpcTokenTypeOverride method. Thanks in advance! Patrick protected void

Exception catching location.

2008-11-19 Thread Patrick Ratelband
which seems never to be called. Am I making a fundamental flaw in my logic or is this an unresolved issue? Patrick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Make RPC call from server?

2008-11-19 Thread Patrick Ratelband
of an issue. Some work has already been done on this, have a look at this for an elegant and secure solution: http://code.google.com/p/google-web-toolkit/wiki/RpcAuth Hope this helps. Patrick On Nov 18, 10:50 pm, str16star [EMAIL PROTECTED] wrote: Thanks, your advise helped me solve the problem in 5

Re: sequence of asynchronous calls

2008-11-19 Thread Patrick Ratelband
, instead of calling a new search, you can call on the ensure visible. I know this kind of defeats the whole asyncronous thing, but if you want to keep that, you will have to implement this server side and you will need to create that prunned tree anyway. Patrick On Nov 18, 7:46 pm, walden [EMAIL

SecureRemoteService and Servlet. The battle against XSRF.

2008-11-28 Thread Patrick Ratelband
, so is not going to work. Does anyone have any idea's on this? Patrick PS: If I succeed at making something useful, I will create a package and a tutorial to share my knowledge. No need to reinvent the wheel. --~--~-~--~~~---~--~~ You received this message because

Re: make my site visible to others

2008-11-28 Thread Patrick Ratelband
search engine to find a free webhoster and see their manual on how to upload files. Patrick On Nov 27, 11:41 pm, mskart [EMAIL PROTECTED] wrote: Hello everyone! Can anyone answer my question: How can i make the web page that i created with GWT visible to others??? Thanks

Re: SecureRemoteService and Servlet. The battle against XSRF.

2008-12-01 Thread Patrick Ratelband
what I have read, I cannot draw a conclusion one way or the other. With thanks, Patrick --~--~-~--~~~---~--~~ 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

Re: Remember user information

2008-12-01 Thread Patrick Ratelband
call. See this article for more info : http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQ Hope this helps, Patrick On Dec 1, 7:07 am, ramesh_mantra [EMAIL PROTECTED] wrote: Hai all, I am new to the GWT. My requirement like this. I want to remember login information

Re: SecureRemoteService and Servlet. The battle against XSRF.

2008-12-01 Thread Patrick Ratelband
it to the Async version, he has to call on GWT.create(someService.Async.class). This means he has to modify all of his proxy creation statements as well. Is there any way to get around this? Thanks, Patrick PS: Graag gedaan. --~--~-~--~~~---~--~~ You received

Re: SecureRemoteService and Servlet. The battle against XSRF.

2008-12-03 Thread Patrick Ratelband
this and that our solution will help every programmer that has not thought about XSRF with his or her GWT app to make their app secure with minimal effort. (like me, I guess ;) Patrick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Keeping Dialog Boxes Centered after Window Events

2010-03-12 Thread Patrick Tucker
it is showing it must be attached... I'm assuming the hide and show events are colliding and the DialogBox is not being completely reattached. Any other ideas? Thanks, Pat On Mar 11, 2:33 pm, mmoossen mmoos...@gmail.com wrote: Hi, patrick! i think your problem is just this bug:http

Re: Dropping IE6 support

2010-03-18 Thread Patrick Tucker
I agree that the IE6 user group is still pretty large. But, I also believe that web applications are becoming to advanced for IE6. We want to do so much more with our web applications than IE6 was designed for/is capable of. To be honest I think the time spent coding fixes could be much better

Re: Resizing DockLayoutPanel child.

2010-05-02 Thread Patrick Tucker
Have you tried putting the text editor in a panel that implements RequiresResize and manually setting the size of it in the onResize method? Or even extending the SplitLayoutPanel... On Apr 29, 9:28 pm, kirtcathey kirtcat...@gmail.com wrote: Any resolution on this one... I have a text editor in

Re: gwt maps API and earth enterprise server

2010-05-13 Thread Patrick Tucker
Unfortunately as far as I know the API is not capable of constructing a MapWidget that points at the Fusion server. You will have to load the API onto the page different as well as a few other things... The gwt-maps api constructs a GMap2 object when a map widget is created. You would need to

JSORestrictionsChecker Bug

2010-06-02 Thread Patrick Twohig
I'm getting this error while trying to compile code with subclasses of JavaScriptObject. I'm aware of this issue here: http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/eaca6b6dbecd2c77/3b76790edc488222?show_docid=3b76790edc488222, however in my case none of my

Inheriting a class within a package

2010-06-07 Thread Patrick Tucker
I'm trying to inherit 1 class file that is in a particular package. The problem is the package has other classes that inherit from java classes that GWT has not emulated. Because of this I can not use something like source path=blah/blah / in my GWT module. The class iself can be emulated byt

Re: Inheriting a class within a package

2010-06-08 Thread Patrick Tucker
...@gmail.com wrote: On Jun 7, 11:32 pm, Patrick Tucker tucker...@gmail.com wrote: I'm trying to inherit 1 class file that is in a particular package. The problem is the package has other classes that inherit from java classes that GWT has not emulated.  Because of this I can not use

NumberFormat on integer

2010-06-23 Thread Patrick Tucker
Why does GWT not have a getIntegerInstance() in NumberFormat?? It seems simple enough to implement and it is part of java... Is it implemented somewhere else? Thanks, Pat -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: NumberFormat on integer

2010-07-07 Thread Patrick Tucker
Nobody knows?? On Jun 23, 10:28 am, Patrick Tucker tucker...@gmail.com wrote: Why does GWT not have a getIntegerInstance() in NumberFormat?? It seems simple enough to implement and it is part of java... Is it implemented somewhere else? Thanks, Pat -- You received this message because

Re: NumberFormat on integer

2010-08-17 Thread Patrick Tucker
, Patrick Tucker tucker...@gmail.com wrote: Nobody knows?? On Jun 23, 10:28 am, Patrick Tucker tucker...@gmail.com wrote: Why does GWT not have a getIntegerInstance() in NumberFormat?? It seems simple enough to implement and it is part of java... Is it implemented somewhere else

Flash Objects being Garbage collected in tablayoutpanel?

2010-08-17 Thread Patrick Tucker
On my page I have a TabLayoutPanel that has a few widgets in it, one of which is a flex/flash object. When I load the page in Firefox or Chrome and switch to the tab containing the flex/flash object everything loads as expected. The problem arises when you switch to a different tab and then

Re: Is TabLayoutPanel lazy?

2010-09-08 Thread Patrick Tucker
TabLayoutPanel does not lazy loads its widgets. On Sep 6, 5:35 pm, macagain rgk...@gmail.com wrote: Does anyone know if the pages for each tab in a TabLayoutPanel are created lazily, i.e. on the first selection of a given tab, or on instantiation of TabLayoutPanel?  And does it make a diff if

GWT RPC with Command Pattern Sample

2010-01-13 Thread Patrick Gumball
regards. Patrick. [1] http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/ccb5b07a24ac5a97/4b98bf080e8bf231?lnk=gstq=command+patternpli=1 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Download, IE7 Download Blocker

2010-02-19 Thread Patrick Tucker
I know in IE8 there is a security setting that can be turned off to remove this feature as they would probably call it. Unfortunately that will require all of your users to make sure they turn this setting off. What I have done to get around this is to return the URL to the user and place it in

Keeping Dialog Boxes Centered after Window Events

2010-03-11 Thread Patrick Tucker
I have extended GWT's DialogBox in an attempt to make it capable of staying centered in the browser window. I added the following code to the show method: super.show(); if (rReg == null) rReg = Window.addResizeHandler(this); if (sReg == null) sReg =

GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-07 Thread Patrick Corbett
1.7, also tried 1.6.4 and 1.7.1 with no effect. using the Google plugin Thanks Patrick --~--~-~--~~~---~--~~ 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

Re: Controlling desktop windows size and position.

2009-11-28 Thread Patrick Simons
: Is there and equivalent functional in GWT to VB's FindWindow, ShowWindow and MoveWindow? I would like to write a simple GWT application that would list all applications running on a Windows PC and have the ability to control the window's position attributes. Patrick -- You received this message because

Re: Trasform a Menu() object structure into a Tree()

2010-10-18 Thread Patrick Hilsbos
...also looking for a solution -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

How to implement UserAuth / Login in GWT2.1

2010-10-19 Thread Patrick Hilsbos
Hi, can someone tell me how to implement an user auth - using userinformation in gwt2.1? i already got, that i should subclass UserInformationSimpleImpl - but what to do next / how to wire up? thx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: How to implement UserAuth / Login in GWT2.1

2010-10-19 Thread Patrick Hilsbos
Thanks. There is something like a fake userinformation and login service, when you create projects with roo and gwt 2.1 and i want to use that pattern. For sure its really easy. I just dont know axtually how to subclass and wire that things up. Cheers Patrick On Oct 19, 3:55 pm, nacho vela.igna

gwt-TabLayoutPanelContent adding 6 px of padding

2010-10-29 Thread Patrick Tucker
When I place an object into a TabLayoutPanel it adds the style gwt- TabLayoutPanelContent. This style adds 6 px of padding to my widget. In my style sheet I have already set the padding value I want it to have. Is there any way you guys can remove this from the SDK? I have to either modify the

Re: gwt-TabLayoutPanelContent adding 6 px of padding

2010-10-29 Thread Patrick Tucker
all apps. Thanks, John LaBanca jlaba...@google.com On Fri, Oct 29, 2010 at 12:08 PM, Patrick Tucker tucker...@gmail.comwrote: When I place an object into a TabLayoutPanel it adds the style gwt- TabLayoutPanelContent. This style adds 6 px of padding to my widget.  In my style

Re: Serializing Enum with Marker Interface

2010-10-29 Thread Patrick Tucker
The enum itself can implement Serializable On Oct 29, 2:41 pm, Mike mikem2...@gmail.com wrote: How can I make an enum that implements a marker interface serializable in GWT 2.0? The below example: public interface IsConfigurable { } public enum Color implements IsConfigurable {    

Extend GOverlay from the Maps API

2010-11-03 Thread Patrick Tucker
Is it possible to write a GWT JavaScriptObject that extends GOverlay from the Google Maps API? I don't have the luxury of using any of the GWT wrappers that are out there because none of them are compatible with the GFusionMap object from the enterprise version of the API. If this statement is

Re: Serializing Enum with Marker Interface

2010-11-03 Thread Patrick Tucker
...@gmail.com wrote: I tried changing the line to: public enum Color implements IsConfigurable, Serializable and I'm still getting the same compile error. Thanks! Mike On Oct 29, 3:57 pm, Patrick Tucker tucker...@gmail.com wrote: The enum itself can implement Serializable

Roo Gwt 2.1 DialogBox Activity

2010-11-05 Thread Patrick Hilsbos
Hi, I have an roo-generated gwt project that deals with requestfactory editordriver and so on. now i want to move e.g. the create or edit part of an proxy to a dialog box (actually its rendered to a area of my layoutpanel). whats the best practice to do that? thanks in advance! patrick

Re: RequestFactory Security/Authentication

2010-11-12 Thread Patrick Hilsbos
Hi, could you get a bit more in detail, how to implement the auth - e.g. where to store the authcode? Do i have to create a session on my own...? I already went through a couple of projects dealing with spring security / acegi. Thanks !!! On 10.11.2010, at 17:57, Jack wrote: Everytime a

Re: RequestFactory Security/Authentication

2010-11-24 Thread Patrick Hilsbos
Thx a lot... how does your web.xml look like and where have you put your login.jspx view? src main webapps view ? i think im missing the controller referred in webmvc. cheers patrick On 24.11.2010, at 17:13, Ramon Buckland wrote: beans:bean id=myUserDetailsService class

Re: RequestFactory Security/Authentication

2010-11-24 Thread Patrick Hilsbos
/web-app On Nov 24, 8:18 pm, Patrick Hilsbos patrick.hils...@cloudsters.net wrote: Thx a lot... how does your web.xml look like and where have you put your login.jspx view? src main webapps view ? i think im missing the controller referred in webmvc. cheers patrick -- You

Re: RequestFactory Security/Authentication

2010-11-24 Thread Patrick Hilsbos
) I also saw that circular reference thingo (ignored it and moved the file out of WEB-INF/views/login.jspx to /login.jspx .. (again , a time thing, had no time to debug why(). On Nov 24, 10:16 pm, Patrick Hilsbos patrick.hils...@cloudsters.net wrote: looks the same over here... jogin.jspx

Re: RequestFactory Security/Authentication

2010-11-24 Thread Patrick Hilsbos
.. (again , a time thing, had no time to debug why(). On Nov 24, 10:16 pm, Patrick Hilsbos patrick.hils...@cloudsters.net wrote: looks the same over here... jogin.jspx get me a not found... /login gets me: HTTP ERROR: 500 Circular view path [login]: would dispatch back to the current

Re: RequestFactory Security/Authentication

2010-11-25 Thread Patrick Hilsbos
/JSP/Page;jsp:output omit-xml-declaration=yes / --- thx On 24.11.2010, at 17:13, Ramon Buckland wrote: Hi Patrick, I just finished (10 mins ago) implementing my Spring Security service over the top of the Requestfactory. I am sure there are some holes (not security ones, just

Re: Weird EOF Exception while trying to download file from GWT application

2010-12-23 Thread Patrick Tucker
I know this sounds crazy but in the past I've run into this and this seemed to fixed the problem... ... OutputStream os; try { os = response.getOutputStream(), BufferedOutputStream output = new BufferedOutputStream(os, DEFAULT_BUFFER_SIZE); ... } if (os != null) os.flush(); Also, have

Re: Can Flash communicate with GWT?

2010-12-25 Thread Patrick Tucker
On Dec 24, 6:34 am, BogdanB buta.i.bog...@gmail.com wrote: Hy, How can I return a value or set a parameter at the end of a flash movie and then get it using gwt2swf? I need to know when the flash movie ended so I can make another widget visible. Thanks. before loading the flash object

Does SuggestBox.setOracle(SuggestOracle) have to be private?

2011-01-06 Thread Patrick Tucker
I have a form that depending upon a listbox value that the user selects needs different suggestions. Currently I have 1 SuggestOracle and I have to clear it and reload it, with values from the server, every time the user changes the ListBox. What I would like to do is store a SuggestOracle for

Re: Does SuggestBox.setOracle(SuggestOracle) have to be private?

2011-01-06 Thread Patrick Tucker
Thats a good idea, I will look into doing that instead. The SuggestBox isn't going to have any problems with the SuggestOracle being changed even though, if implemented this way, it doesn't know it is being changed? Thanks again, Pat On Jan 6, 11:46 am, Thomas Broyer t.bro...@gmail.com wrote:

Re: RequestFactory mapping

2011-01-17 Thread Patrick Cailly
My problem with the test code I' written so far is that I expected the mapping of RequestFactory to instantiate (automaticaly ) the services and it doesn't . It seems that there is always som piece of additional mapping to get the services loaded Am I wrong Patrick - Original Message

DynatableRf and Maven UnCaughtException

2011-01-17 Thread Patrick Cailly
to gwt-servlet-deps what is the difference ? Thanks Patrick -- 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 group, send email to google-web

PreefixTree code question

2011-02-18 Thread Patrick Tucker
I was looking at the code in PreefixTree to see if it would be feasible to make it generic so I can pass it values other than a String and noticed something that I thought was a little odd. See init() in the following code snippets: private JavaScriptObject stack; public

Re: Celltable w/ selectionModel and ActionCells

2011-02-21 Thread Patrick Tucker
I haven't played with this a whole bunch but have you looked at handlesSelection? I was under the impression that by setting this to false you indicate that a particular cell type is not allowed to determine selection state? Like if you have a checkboxcell it can be the only cell that

Re: PreefixTree code question

2011-02-22 Thread Patrick Tucker
So, I'm guessing there is nothing wrong with using JavaScriptObject.createArray() in place of the native function?? On Feb 18, 1:30 pm, Patrick Tucker patrick.tuc...@macefusion.com wrote: I was looking at the code in PreefixTree to see if it would be feasible to make it generic so I can pass

Re: where to place my own jre and google emulated classes?

2011-03-23 Thread Patrick Tucker
Is your jre folder in the same folder as your Module.gwt.xml file? On Mar 22, 12:32 pm, KD kanwald...@gmail.com wrote: This is my current setup... src/ com acme Model.gwt.xml model token Token.java ... test/ super com acme jre java lang CloneNotSupportedException.java

RequestFactory Chained Persistence

2011-03-28 Thread Patrick Cailly
); } it raises a different exception What's wrong ? Please ? Patrick -- 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 group, send email

Re: Import GWT prj

2011-03-28 Thread Patrick Cailly
I think you just have to build a jar of your source code with and resources ( you may as well need a gwt.xml ) Patrick - Original Message - From: Marco Gadaleta To: Google Web Toolkit Sent: Monday, March 28, 2011 11:10 AM Subject: Import GWT prj Hello everyone, I'm

Re: Import GWT prj

2011-03-28 Thread Patrick Cailly
I think you just have to build a jar with your source code and resources ( you may as well need a gwt.xml ) Patrick - Original Message - From: Marco Gadaleta To: Google Web Toolkit Sent: Monday, March 28, 2011 11:10 AM Subject: Import GWT prj Hello

DialogBox Visibility

2011-03-28 Thread Patrick Cailly
Patrick -- 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 group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options

Re: ProxyAutoBean server-side cache

2011-03-28 Thread Patrick Cailly
available soon ? ) Patrick - Original Message - From: Thomas Broyer To: google-web-toolkit@googlegroups.com Cc: b...@google.com ; rj...@google.com ; Julian Scheid Sent: Monday, March 28, 2011 11:52 AM Subject: Re: ProxyAutoBean server-side cache Opened an issue: http

DialogBox Visibility

2011-03-28 Thread Patrick Cailly
Patrick -- 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 group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options

RequestFactory Entities relationship

2011-03-31 Thread Patrick Cailly
relation , and to a relation infering a relation I'm afraid it's not really clear bur neverthless .. Thanks Patrick -- 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

UiBinder can't put a Celltable in a Scrollpanel

2011-03-31 Thread Patrick Tucker
Does anyone know how I can get around this problem? I did some digging and it looks like the problem is because I can't import the class with urn:import: in front of the package. UiBinderWriter has a method, isWidgetElement(XMLElement), that checks for urn:import: in front of the package name.

Re: UiBinder can't put a Celltable in a Scrollpanel

2011-03-31 Thread Patrick Tucker
I guess the error message would help: [ERROR] [project] - Expecting only widgets in g:ScrollPanel ui:field='scrollPanel' Element gc:CellTable ui:field='cellTable' (: 92) On Mar 31, 5:46 pm, Patrick Tucker patrick.tuc...@macefusion.com wrote: Does anyone know how I can get around

Re: UiBinder can't put a Celltable in a Scrollpanel

2011-04-01 Thread Patrick Tucker
xmlns:gc=com.google.gwt.user.cellview.client.CellTable I just realized that my namespace declaration was defining only the CellTable class. This works fine without urn:import: infront of it. Removing .CellTable from the namespace declaration fixed the problem. Thanks, Pat On Apr 1, 4:54 am,

UiBinder issue with non-static inner class

2011-04-05 Thread Patrick Tucker
I have a UiBinder template, MyClass.ui.xml, where I am trying to add an element that is of a type defined in MyClass.java. The referenced import works as expected and eclipse does not complain. xmlns:c=urn:import:com.package c:MyClass.InnerClass ui:field=pager / But, when I compile I get an

Re: UiBinder issue with non-static inner class

2011-04-05 Thread Patrick Tucker
Correct except the InnerClass Widget is being placed in a TD element. I would have to fish the DOM or use a Grid or other Table based widget in order to add the InnerClass widget to it. The reason for converting this class to a UiBinder template was to get rid of the over head of a Widget where

Re: UiBinder issue with non-static inner class

2011-04-05 Thread Patrick Tucker
I was able to get it to work by defining the InnerClass element, in MyClass.ui.xml, as its Parent class, for example Composite, and using @UiField(provided=true). g:Composite ui:field=innerClass / @UiField(provided=true) InnerClass innerClass = new InnerClass(); Thanks Thomas, Pat On Apr 5,

Re: Last Page too big in SimplePager

2011-04-06 Thread Patrick Tucker
It seems my original reply didn't get recorded properly, so I will try again with less detail... I noticed that if you call setRangeLimited(false), you get the behavior that you expect, but the forward buttons do not get grayed out. If you look at setPageStart(int) is uses isRangeLimited and

Re: InlineLabel doesn't display a subsequent blank space in IE (but does otherwise.)

2011-04-09 Thread Patrick Tucker
Why not just put left margin or padding on the label with the style element? On Apr 8, 11:05 pm, dindeman dinde...@googlemail.com wrote: The following simple structure in UiBinder produces different results in IE than in other browsers: pg:InlineLabel text='Hello'/ world!/p When debugging

Re: InlineLabel doesn't display a subsequent blank space in IE (but does otherwise.)

2011-04-09 Thread Patrick Tucker
You could also use the escape sequence nbsp; instead of the space. On Apr 9, 12:04 pm, Patrick Tucker tucker...@gmail.com wrote: Why not just put left margin or padding on the label with the style element? On Apr 8, 11:05 pm, dindeman dinde...@googlemail.com wrote: The following simple

CellTable Row Color

2011-04-11 Thread Patrick Cailly
Is it possible to change the bakcround colors of certain rows in a CellTable ie in a table of persons : men should be blue women should be pink Patrick -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

CellTable Refresh and keep the same view

2011-04-11 Thread Patrick Cailly
Hello If you have a CellTable that shows obsoleta data that have to be reloaded ( a few entities , the same ones , be some data has ben changed) , how can you preserve the position (Page ) and selection ? Thanks Patrick -- You received this message because you are subscribed to the Google

Re: CellTable Row Color

2011-04-11 Thread Patrick Cailly
Any example showing this ? thanks anyway Patrick - Original Message - From: Alexandre Ardhuin To: google-web-toolkit@googlegroups.com Sent: Monday, April 11, 2011 9:48 AM Subject: Re: CellTable Row Color You can use

Re: CellTable Row Color

2011-04-11 Thread Patrick Cailly
that simple ! A shame that it has so poor a documetation; thanks and sorry for the trouble Patrick - Original Message - From: Alexandre Ardhuin To: google-web-toolkit@googlegroups.com Sent: Monday, April 11, 2011 10:36 AM Subject: Re: CellTable Row Color

Re: Window.alert cannot be launched after making an ajax call

2011-04-11 Thread Patrick Cailly
One of your validate() call is failing or one of the ageBoxes has not been initialized firebug would show ! Patrick - Original Message - From: Benson Fung benson.red...@gmail.com To: Google Web Toolkit google-web-toolkit@googlegroups.com Sent: Monday, April 11, 2011 12:49 PM Subject

Re: GWT and CSS3 Gradient

2011-04-13 Thread Patrick Seebauer
I have a similar problem and posted it on the cssResource-Wiki page generally it would be better to wrap the thing in a if-else to avoid sending unnecessary stuff to the browser, like this (won't fix your problem, though): @if user.agent gecko1_8 { custom-buttom {background:

CellTable an AsyncDataProvider: no table content

2011-04-19 Thread Patrick Cailly
I'm trying to figure out how to use AsyncDataProvider with CellTable so I've this test code that has a Simple pager that is initialized and working ( display full range and current range and you can use () () () () ) the table is shows the headers but no dat what's wrong

Re: select TreeItem with right click

2011-04-21 Thread Patrick Tucker
When you show the context menu, set the menuitem's selected style class. Just make sure you remove it upon hiding the menu. On Apr 20, 12:00 pm, Ernesto Reig erniru...@gmail.com wrote: Hello everybody, I´ve googling a bit but I don´t find a good/easy way of achieving this. The thing is that

GPE checkbox to indicate compile report generation

2011-05-11 Thread Patrick Tucker
Any chance the GWT Eclipse plugin compile window can have a checkbox, or something like that, to indicate that we want a compile report generated? I guess its more of a convenience things but it would be nice to just check a box instead of type out the argument when a compile report is needed.

CellTable specify no records message

2011-05-18 Thread Patrick Tucker
Is there a way to tell CellTable that it should display a particular message when it has no rows to display? Similar to how it draws the loading indicator, but I need to display something like No records available. after the request comes back from the server. Thanks, Pat -- You received this

Re: cell table with empty rows

2011-05-19 Thread Patrick Tucker
Sounds like someone should make a feature request. I'll vote it... On May 5, 12:53 am, Dilli arasu.sun71...@gmail.com wrote: Hi, i have one application usingcelltable, i just want to make a message whenever the cell table isempty, that should show the message *** in center boy of the cell

Re: CellTable specify no records message

2011-05-19 Thread Patrick Tucker
onFailure to show an error message, and in onSuccess to show the no records found message. On Wed, May 18, 2011 at 11:17 AM, Patrick Tucker patrick.tuc...@macefusion.com wrote: Is there a way to tell CellTable that it should display a particular message when it has no rows to display

Re: CellTable specify no records message

2011-05-20 Thread Patrick Tucker
It is not in 2.2, I do see it in 2.3 though... Thanks for the heads up. On May 19, 2:16 pm, Isaac Truett itru...@gmail.com wrote: I use 2.3.0. I don't know if it's in 2.2.0. On Thu, May 19, 2011 at 2:14 PM, Patrick Tucker patrick.tuc...@macefusion.com wrote: What version of GWT

Re: GWT and OpenJPA not working together

2011-05-27 Thread Patrick Julien
If you wan't to use JPA with AppEngine, you have to use the JPA that comes with AppEngine which is based on datanucleus. See http://code.google.com/appengine/docs/java/datastore/jpa/overview.html for an overview On Fri, May 27, 2011 at 5:56 AM, roman roman.za...@gmail.com wrote: Hi, I'm

Re: GWT client server communication

2011-05-27 Thread Patrick Julien
The gwt servlet may be a singleton but it supports a multi-threading environment So in short there are 2 problems. 1.Can i have TCP library on client side.(If yes then no need for second problem) no 2.If not then i need to create a new TCP client at GWT server (RPC) and  keep track of

Re: Presenters management

2011-05-27 Thread Patrick Julien
If you're talking about replacing the presenter, use PlaceController to trigger a place refresh. See the samples on how they use a shell as place holders for presenters/views On Fri, May 27, 2011 at 9:49 AM, Issam boualem.is...@gmail.com wrote: Hi all, I have some difficulties to manage

Re: Presenters management

2011-05-27 Thread Patrick Julien
not talking about replacing a presenter On 27 mai, 16:04, Patrick Julien pjul...@gmail.com wrote: If you're talking about replacing the presenter, use PlaceController to trigger a place refresh.  See the samples on how they use a shell as place holders for presenters/views On Fri, May

  1   2   3   4   5   6   >