Re: Alguien de Argentina?

2011-03-30 Thread Alejandro D. Garin
Hola, Yo soy de Buenos Aires también, abrazo! On Wed, Mar 30, 2011 at 8:39 AM, Gal Dolber gal.dol...@gmail.com wrote: Hola Gabriel, ahi te escribi por mail. Tan pocos argentinos en la lista? On Wed, Mar 30, 2011 at 8:19 AM, Gabriel volpegabr...@gmail.com wrote: Yo soy de Bs. As. cuál es

CellTable SelectionModel

2011-02-09 Thread Alejandro D. Garin
Hi, I'm using a CellTable like a vertical menu Widget. i.e. the table is a list of menu items (for navigation) that will fire Places when the user click on any of the availables menues. Everything is OK except in the case that the application need to be started at an specific menu item. I want

Re: CellTable SelectionModel

2011-02-09 Thread Alejandro D. Garin
. selectionModel.addSelectionChangeHandler(...); Thanks, John LaBanca jlaba...@google.com On Wed, Feb 9, 2011 at 8:43 AM, Alejandro D. Garin aga...@gmail.comwrote: Hi, I'm using a CellTable like a vertical menu Widget. i.e. the table is a list of menu items (for navigation) that will fire Places

Re: CellTable SelectionModel

2011-02-09 Thread Alejandro D. Garin
Well, in my case the activity is not equals because it's like a wrapper activity that calls another activities :( On Wed, Feb 9, 2011 at 4:01 PM, Thomas Broyer t.bro...@gmail.com wrote: On Wednesday, February 9, 2011 7:04:07 PM UTC+1, Ale wrote: Hi John, thanks for the reply. Yes,

Re: How to remove Header Footer from CellTable? How to create your own Cell-based widget?

2011-01-31 Thread Alejandro D. Garin
Hi, Just add the column without a Header text: CellTableContact table = new CellTableContact(); TextColumnContact nameColumn = new TextColumnContact() { @Override public String getValue(Contact object) { return object.name; } };

Re: DockLayoutPanel and StackLayoutPanel problems in IE7

2010-12-21 Thread Alejandro D. Garin
Hi, I'm using the new layout panels and works very well for me. Can you make a visual mock-up of your layout for the 5 levels? thanks. On Tue, Dec 21, 2010 at 1:00 PM, mike b mbaker.t...@gmail.com wrote: Also, this thread does not seem to be findable. When I search for DockLayoutPanel

Re: To smart GWT or not

2010-12-02 Thread Alejandro D. Garin
I would use pure GWT, and heavy use of UiBinder, plus taking advantage of the latest 2.1 additions for mvp. Do you have problems with layout? What is your issue? Have a look to the DynaTableRf sample source code, it's a good example how to use nested layout panels for doing layouts. On Wed, Dec

Re: TabLayoutPanel does not listen to width

2010-11-30 Thread Alejandro D. Garin
Hi, I have made very good layouts using the gwt layout system. I would recommend to have a look at : http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html Regarding to your UiBinder example, don't put the TabLayoutPanel inside a FlowPanel. On Tue, Nov 30, 2010 at 7:10 AM, Baloe

Re: Announcing GWT 2.1

2010-10-29 Thread Alejandro D. Garin
Hi, The Cell Widgets documentation at: http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html at the bottom say: *To Update Data Range Changes from a Cell Widget:* 1. Create a subclass of

Re: 1 layout - 3 browsers - 3 results?

2010-06-15 Thread Alejandro D. Garin
On Tue, Jun 15, 2010 at 10:49 AM, Magnus alpineblas...@googlemail.comwrote: BTW: I wonder why you use this construct: int parentH = dock.getWidgetContainerElement(this).getOffsetHeight(); Why not simply call: doc.getParent ().gettOffsetHeight(); ? The latter code would also be usable

Re: 1 layout - 3 browsers - 3 results?

2010-06-12 Thread Alejandro D. Garin
Hi Try this: (only tested on mac FF and Safari) http://www.puntosoft.com.ar/gwt/layoutChess/FormTable.java On Sat, Jun 12, 2010 at 12:23 AM, Magnus alpineblas...@googlemail.comwrote: Hi Alejandro, I think you are replying to a post that I cancelled. I did so, because I managed to reproduce

Re: 1 layout - 3 browsers - 3 results?

2010-06-11 Thread Alejandro D. Garin
a new class, which implements RequiresResize - write a onResize method which centers this object within the parent Well, it works great on FF and IE. Good job! Thanks again! Magnus On 9 Jun., 20:31, Alejandro D. Garin aga...@gmail.com wrote: Just from the webappcreator. Nothing

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Alejandro D. Garin
Hi, To be clear: What are you expecting to have in your layout scenario? i.e. A menu on top, a Chess Widget centered in the browser with same margins from top/left/right/bottoms? Also, the chess Widget should have 64 cells of the same height/width.? i.e. the cell doesn't change if the browser

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Alejandro D. Garin
://www.puntosoft.com.ar/gwt/layoutChess/ChessTable.java On Wed, Jun 9, 2010 at 12:50 PM, Magnus alpineblas...@googlemail.comwrote: Hi, everything you said is correct. Magnus On Jun 9, 5:09 pm, Alejandro D. Garin aga...@gmail.com wrote: Hi, To be clear: What are you expecting to have in your layout

Re: 1 layout - 3 browsers - 3 results?

2010-06-09 Thread Alejandro D. Garin
up with of JavaScript. Does this code belong to the solution or is it just generated from other sources? Magnus On Jun 9, 7:35 pm, Alejandro D. Garin aga...@gmail.com wrote: Hi, The code below is part of the task, but it center the main chess table in the dock center panel http

Re: [gwt-contrib] Re: Interest in Wave for design docs?

2010-02-02 Thread Alejandro D. Garin
Hi, I have some wave invitations to give. Send me a private email if you want one of it. On Tue, Feb 2, 2010 at 3:30 PM, Ray Ryan rj...@google.com wrote: Yes, you'll need an invitation to Wave. On Tue, Feb 2, 2010 at 10:10 AM, Daniel Dietrich cafeb...@googlemail.comwrote: Hi Ray, your

Re: Any thing in GWT for Gridlayout???

2010-01-08 Thread Alejandro D. Garin
Hi, Have a look at gwt-mosaic FormLayout: http://69.20.122.77/gwt-mosaic-current/Showcase.html#CwQuickStartExample maybe this can help you. Alejandro. On Fri, Jan 8, 2010 at 2:39 AM, Abhay Singh abhay.asi...@gmail.com wrote: Hi Do we have any thing in GWT to implement GridLayout I

Re: TabLayoutPanel with default styles not working on IE.

2010-01-06 Thread Alejandro D. Garin
Hi, Check this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=4447 On Wed, Jan 6, 2010 at 8:40 AM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, I am really frustrated from this TabLayoutPanel. It is even not displayed with its default style(which is none) in IE.

Re: TabLayoutPanel with default styles not working on IE.

2010-01-06 Thread Alejandro D. Garin
Are you using standard mode? On Wed, Jan 6, 2010 at 11:17 AM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, I saw, this, but i can't even make the TabLayoutPanel to be visible. For unknown reason one of the divs has overflow:hidden and the tap is not displayed. -- You received this

Re: TabLayoutPanel with default styles not working on IE.

2010-01-06 Thread Alejandro D. Garin
use this doctype declaration at the top of your html !doctype html On Wed, Jan 6, 2010 at 2:46 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: I don't know. How to check, how to change? On Wed, Jan 6, 2010 at 7:39 PM, Alejandro D. Garin aga...@gmail.comwrote: Are you using standard

Re: [gwt-contrib] Re: TabLayoutPanel not working on IE8

2010-01-05 Thread Alejandro D. Garin
divs. float:left on just the outer-most element is supposed to work here, but perhaps that's not enough on IE. On Mon, Jan 4, 2010 at 12:30 PM, Alejandro D. Garin aga...@gmail.comwrote: On Mon, Jan 4, 2010 at 2:01 PM, Joel Webber j...@google.com wrote: Which element did you have to add

Re: [gwt-contrib] Re: TabLayoutPanel not working on IE8

2010-01-04 Thread Alejandro D. Garin
On Mon, Jan 4, 2010 at 2:01 PM, Joel Webber j...@google.com wrote: Which element did you have to add float:left to? It's set manually in code to the outermost tab element, which is all that *should* be necessary. Hi, I ran into the same issue with IE7/8 using the css example you suggested

Re: TabLayoutPanel doesn't show its content

2010-01-02 Thread Alejandro D. Garin
Hi, Try to change RootPanel.get(test).add(tab); by RootLayoutPanel.get().add(tab); On Thu, Dec 17, 2009 at 11:54 AM, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, I tried to use TabLayoutPanel, but it doesn't show its widget. From fire bug i can see that the content of the

Re: MVP Article... Source Code?

2009-12-30 Thread Alejandro D. Garin
Hi, The code is almost in the tutorial, anyway I have completed the remaining source code and uploaded to a google code project just for fun. This is unofficial. http://code.google.com/p/gwt-mvp-architecture-sample/ Regards. Alejandro. On Tue, Dec 29, 2009 at 3:00 PM, jpnet

Re: MVP Article... Source Code?

2009-12-30 Thread Alejandro D. Garin
pm, Alejandro D. Garin aga...@gmail.com wrote: Hi, The code is almost in the tutorial, anyway I have completed the remaining source code and uploaded to a google code project just for fun. This is unofficial. http://code.google.com/p/gwt-mvp-architecture-sample/ Regards

Re: FlowPanel displays in column not in row

2009-08-21 Thread Alejandro D. Garin
try this: public void onModuleLoad() { FlowPanel flow = new FlowPanel(); flow.setWidth(100%); for(int i = 0 ; i 10 ; i++) { Label l = new Label(Label+i); l.getElement().getStyle().setProperty(display, inline); flow.add(l); }

Re: MVP question

2009-08-20 Thread Alejandro D. Garin
but I still have a lot of click handlers, blur handlers, etc. i don't suppose there is any way around that aside from something dean mentioned which is to return something like a map, but then you have to create a structured key (like enum), and it just makes coding against it more of a

Re: MVP question

2009-08-19 Thread Alejandro D. Garin
On Wed, Aug 19, 2009 at 9:30 AM, Ian Bambury ianbamb...@gmail.com wrote: 2009/8/19 Davis Ford davisf...@zenoconsulting.biz My basic question is: why not just return TextBox if that is what is in your view? The coupling is between 2 classes: view and presenter. If you later change TextBox

Re: MVP question

2009-08-19 Thread Alejandro D. Garin
Hi David, I tried your example, but I have this error: Caused by: java.lang.UnsupportedOperationException: ERROR: GWT.create() is only usable in client code! It cannot be called, for example, from server code. If you are running a unit test, check that your test case extends GWTTestCase and

Re: MVP question

2009-08-19 Thread Alejandro D. Garin
also I found this article interesting: http://blog.danielwellman.com/2009/02/mocking-gwt-widgets-with-gwtmockutilities.html On Wed, Aug 19, 2009 at 12:28 PM, Alejandro D. Garin aga...@gmail.comwrote: David, Maybe GWTMockUtilities could help, but didn't tried it. On Wed, Aug 19, 2009 at 12

Re: MVP question

2009-08-19 Thread Alejandro D. Garin
. On Aug 19, 10:59 am, Alejandro D. Garin aga...@gmail.com wrote: Hi David, I tried your example, but I have this error: Caused by: java.lang.UnsupportedOperationException: ERROR: GWT.create() is only usable in client code! It cannot be called, for example, from server code

Re: MVP question

2009-08-19 Thread Alejandro D. Garin
in the initialization code of TextBox.class it calls GWT.create()...major bummer. On Aug 19, 10:59 am, Alejandro D. Garin aga...@gmail.com wrote: Hi David, I tried your example, but I have this error: Caused by: java.lang.UnsupportedOperationException: ERROR: GWT.create

[gwt-contrib] oophm NullPointerException fix

2009-07-30 Thread Alejandro D. Garin
Hi, I checkout gwt-trunk revision 5838 and trying to run hosted mode with oophm give me this Exception: java.lang.NullPointerException at com.google.gwt.dev.shell.log.SwingLoggerPanel$FindBox.init(SwingLoggerPanel.java:106) at

Re: Command Pattern, MVP, EventBus

2009-07-15 Thread Alejandro D. Garin
://code.google.com/p/gwt-dispatch Presenter Pattern API: http://code.google.com/p/gwt-presenter Thanks about your comments, I will check your project and send my feedback. Regards, On Jul 15, 2:46 am, Alejandro D. Garin aga...@gmail.com wrote: I forget to post the link: http

Re: Command Pattern, MVP, EventBus

2009-07-14 Thread Alejandro D. Garin
Hi, I wrote an implementation (first try) based on the Command Pattern and EventBus described in the Ray Google IO Talk. (what I understand from the slides). The working example is trivial but the code uses an event bus (using gwt HandleManager) and the command pattern for the RPC Service.

Re: Command Pattern, MVP, EventBus

2009-07-14 Thread Alejandro D. Garin
I forget to post the link: http://puntosoft2k.appspot.com/Showcase.html#ContactWidgetEventBus Thanks. On Tue, Jul 14, 2009 at 1:43 PM, Alejandro D. Garin aga...@gmail.comwrote: Hi, I wrote an implementation (first try) based on the Command Pattern and EventBus described in the Ray Google

Re: GWT Mosaic in AppEngine

2009-07-07 Thread Alejandro D. Garin
yes! why not? On Tue, Jul 7, 2009 at 6:42 PM, Paulo Coutinho pa...@prsolucoes.com wrote: Hi, Is possible to use gwt-mosaic on appengine? link: http://code.google.com/p/gwt-mosaic/ -- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn:

Re: Newbie question re returning persisted objects via RPC to client

2009-06-29 Thread Alejandro D. Garin
Hi, I wrote an example using gwt with java app engine. http://puntosoft2k.appspot.com/gwt_gae_example.html The example shows how to create, update, delete and retrieve objects from app engine datastore to GWT client using RPC. The example use DTO approach. Source code is available. Hope that

Re: Send objects from/to Java usting GWT

2009-06-24 Thread Alejandro D. Garin
On Wed, Jun 24, 2009 at 3:15 AM, Max maks...@gmail.com wrote: OOo yeahh.. that helps! This is weird that I need to add those libraries manually to war/WEB- INF/lib folder. I though they will be added automatically once I add them via Eclipse UI (Right click on the project then Properties

Re: Send objects from/to Java usting GWT

2009-06-23 Thread Alejandro D. Garin
know what can cause that problem? I tried to include all libraries that you have in your project but still no luck. Thanks Max On Jun 22, 6:57 am, Alejandro D. Garin aga...@gmail.com wrote: Hi, I wrote a little example with source code, have a look at: http://puntosoft2k.appspot.com

Re: Send objects from/to Java usting GWT

2009-06-22 Thread Alejandro D. Garin
Hi, I wrote a little example with source code, have a look at: http://puntosoft2k.appspot.com/gwt_gae_example.html Please tell me if was usefull to you. Thanks. On Thu, Jun 18, 2009 at 5:43 PM, Max maks...@gmail.com wrote: To learn GWT and Google AppEngine (GAE) I'm trying to create a

Re: Generic MemCache Facade - Please Comment To Improve The Design. Thanks! :-)

2009-06-10 Thread Alejandro D. Garin
Hi, I'm using a class like yours but without generics because You need to instanciate a MemCache object for every type you want to cache. I use my class as a singleton and inyected with spring where I need it. Regards, On Wed, Jun 10, 2009 at 7:09 AM, nellyville david.jonathan.nel...@gmail.com

Re: Automated UI issues with Selenium - Any other good test frameworks?

2009-06-09 Thread Alejandro D. Garin
I didn't tried it but take a look at: http://code.google.com/p/webdriver/ Regards. On Mon, Jun 8, 2009 at 2:53 PM, mikelove...@gmail.com mikelove...@gmail.com wrote: Hi all, I have been using Selenium to do lots of testing which was great before. Recently my group has changed to gwt-ext

Re: delayTestFinish is not delaying the test

2009-06-02 Thread Alejandro D. Garin
Hi, check: http://code.google.com/intl/es-AR/webtoolkit/doc/1.6/DevGuideTesting.html (section Asynchronous Testing) delayTestFinish(6000) doesn't delay the execution, you can use a Timer instead. Regards, On Tue, Jun 2, 2009 at 4:18 PM, Igor Moochnick igor.moochn...@gmail.comwrote: I'm

Re: Can't integrate spring with gwt

2009-04-24 Thread Alejandro D. Garin
Hi, Try moving your applicationContext.xml to WEB-INF/applicationContext.xml On Fri, Apr 24, 2009 at 10:38 AM, mabebe meklitabayab...@gmail.com wrote: Hi i am having difficulty integrating spring with gwt. Below is my code for my serviceImpl class...and where i think the error is @Override

permutations

2009-04-03 Thread Alejandro D. Garin
Hi, I have a xml module just to compile only for Firefox. I override the following directive: set-property name=user.agent value=gecko1_8/ Why the compiler say: Compiling 2 permutations ? The same for happend for set-property name=user.agent value=safari/ I don't have an extra locate, just

[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-24 Thread Alejandro D. Garin
. See if it fixes the not and instance of Servlet problem (and doesn't cause other problems). Lemme know if that works, thanks, Scott On Mon, Mar 23, 2009 at 9:09 PM, Alejandro D. Garin aga...@gmail.comwrote: Are the spring jar and its dependencies in your WEB-INF/lib folder? We did introduce

Re: Spring and GWT 1.6RC

2009-03-23 Thread Alejandro D. Garin
Hi, anyone can use Spring context listener in web.xml ? Example: context-param param-namecontextConfigLocation/param-name param-value/WEB-INF/applicationContext.xml/param-value /context-param listener listener-class

[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-23 Thread Alejandro D. Garin
Are the spring jar and its dependencies in your WEB-INF/lib folder? We did introduce an extra convenience mode recently, hence the message Hi Bruce, Yes, the spring.jar is in the lib folder, no other dependences needed. If you want I can send to you a little demo project based on the

Re: SerializationException when serialize a HashMap over RPC

2009-03-19 Thread Alejandro D. Garin
is a synonym for IsSerializable On Wed, Mar 18, 2009 at 5:15 PM, George Holler georgehol...@yahoo.comwrote: The class WeeklyAppointmentData does not appear to implement IsSerializable. That's in the first line of the error stack trace. G --- On Wed, 3/18/09, Alejandro D. Garin aga...@gmail.com

SerializationException when serialize a HashMap over RPC

2009-03-18 Thread Alejandro D. Garin
Hello, I can't serialize a HashMap and I don't understand why. Could you help me please? If I remove the following hashMap the RPC work just fine: private MapDayHourCoordenate,ListAppointment mapData = new HashMapDayHourCoordenate,ListAppointment(); *Tomcat error log:*

Re: GWT RIA s ?

2008-12-19 Thread Alejandro D. Garin
Hi, I'm using gwt-mosaic in my project. It's really usefull for my development. I like the layout managers, Widgets like WindowPanel (excelent - it's a DialogBox with resizing and header manager). I choose the library because it's pure gwt code (I agree in this point with Arthur) Ale On Fri,

Re: Drawing seperator (Line) between widgets

2008-12-16 Thread Alejandro D. Garin
Try usíng a CaptionPanel On 12/15/08, Arul arulmanikandan.sriniva...@gmail.com wrote: Hi, I tried but no solution found. Here I need to group elements after that I need to draw line between different groups. I believe there must be easy way to do that. It would be nice if anyone send

Re: Close button in DialogBox title bar - Why so hard?

2008-11-06 Thread Alejandro D. Garin
Hi, Look the WindowPanel Popup in the gwt-mosaic demo - http://code.google.com/p/gwt-mosaic/ Regards, On Thu, Nov 6, 2008 at 7:28 PM, sibiquin [EMAIL PROTECTED] wrote: It seems that GWT 1.5 has made it very difficult to add custom widgets to the title area of a DialogBox. In prior releases

Re: Gwt Php Framework

2008-09-02 Thread Alejandro D. Garin
Hi Andrej How do you serialize Java objects to and from JSON ? GWTApps in the Database Editor example uses a very nice technique to do that but It works with gwt 1.4. Thanks. On Tue, Sep 2, 2008 at 7:38 AM, Andrej [EMAIL PROTECTED] wrote: Hi Alex, 1. What are your reasons for coding