Re: Adding a MouseOverHandler to CellList

2011-08-03 Thread Sébastien Tromp
Thanks, that's what I was looking for. Sorry to have overlooked that. For information, I used this and the code snippet from therehttp://stackoverflow.com/questions/4699232/mouseover-of-flextable-with-gwt to build a custom popup, and hide it on mouseout. -- Sébastien Tromp 2011/8/3 Y2i

showRelativeTo doesn't work the first time

2011-08-03 Thread Dennis Haupt
there seems to be something wrong with my popups. the first time i try to show a popup via showRelativeTo(someWidget), it simply doesn't show with firefix and chrome. ie9 works fine. both times, the coordinates are equal. PopupPanel.setPopupPosition is called with the same parameters, so it's not

Service method that returns HashMapString, Object can't carry anything but String

2011-08-03 Thread Christophe Marchand
Hi ! I have a Service method that returns a HashMapString, Object. I have to put String, Integer, Long, BigDecimal and Date as values in. If I put only String, it works perfectly. If I put anything else, I have a serialization problem : com.google.gwt.user.client.rpc.SerializationException: Type

java.lang.IllegalArgumentException: Unknown proxy type

2011-08-03 Thread Y2i
Just tried to migrate from 2.2 to 2.4 RC1. First, the project didn't compile because of internal compiler errors. All obsolete RF-related stuff is removed from 2.4 (good), but if the project uses RF there is no way to move to 2.4 without migrating from gwt to web.bindery. After migrating from

Отг: Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-03 Thread Miroslav Genov
Yeah, in 2.3 validation is a little bit broken, cause it was fully refactored after GWT 2.2. The things are working well in GWT 2.4-rc1 I think. DynaTableRf contains a nice validation example. To check whether JSR-303 is working, just check that demo project but don't forget to remove this

Re: About GWT opinion in thoughtworks technology radar july 2011

2011-08-03 Thread Paul Robinson
On 02/08/11 18:02, Michael Allan wrote: Emilio Bravo wrote: http://www.thoughtworks.com/articles/technology-radar-july-2011#Platforms They really like Javascript, and that gives a strong bias to their report. I suspect generating Javascript from something else probably feels morally wrong

Re: GWT CELLTABLE How to restore old value in cell if validation fails

2011-08-03 Thread vaibhav gwt
Thanks Loan :) I can restore old value in specific cell if validation fails. Is it possible that all column values from particular row restore to old value ? || ID || Dept || Code || RNO || RCode || .||ZCode || || 1 || CS || 001 || 3

Re: Extending/embedding DialogBox

2011-08-03 Thread Wulfsberg
Aidan, that was exactly my point: You lose UIBinder control over the caption there, forcing you to create your dialog box from a mix of Java parameters and UIBinder XML, which grates somewhat. In my opinion, it should be either/or, not a mix. I can see a point for making a fairly standardized

Add widget to new window browser?!

2011-08-03 Thread Ahmed
Hello, I have a GWT application with links to services by clicking on a link,a blank window is opened which I have to insert a progressBar (widget I created myself) until generation of service return url so I redirect the new window to that url. So my question how to inject a new widget into new

Re: http://www.google.com/hotelfinder

2011-08-03 Thread Deepak Singh
Hi Gal, I followed the instructions and prepared a uibinder which looks same as hotel finder two way slider. g:HTMLPanel div class=GPTJ3ICDOV div style=align:left div class=GPTJ3ICDLV span class=GPTJ3ICDMVPrice per night/span span

Re: http://www.google.com/hotelfinder

2011-08-03 Thread Gal Dolber
mmm, its a bit more complicated than that. All what you need is in here: http://code.google.com/p/google-web-toolkit-incubator/source/browse/trunk/src/com/google/gwt/gen2/picker/client/SliderBar.java On Wed, Aug 3, 2011 at 7:24 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi Gal, I

App launch stopped working. Error at compiling

2011-08-03 Thread jpp1jpp1
I'm already stuck for hours with this, please help me! I can't figure what has changed. It must be something with my Eclipse installation, my run configuration or the tomcat server. When I get in development mode I get this error after opening the web page: 12:58:20.156 [ERROR] [appname]

Implementing a Calendar (Week) View with Cell Tables

2011-08-03 Thread P.G.Taboada
Hi, did anyone try to implement a calendar with cell widgets? There are a two google like calendar gwt widgets out there, but they offer more than I need and they are buggy. My old jsp/struts based solution is a simple table with lots of row- spans. I don't need drag and drop. The cell table is

Re: http://www.google.com/hotelfinder

2011-08-03 Thread P.G.Taboada
On 1 Aug., 12:42, Deepak Singh deepaksingh...@gmail.com wrote: Hi All, 2) Select a particular row on the search result and the row gets expanded with more details. How it is possible to implement this feature with GWT datagrid ? There is a new table builder API that makes this possible.

Re: http://www.google.com/hotelfinder

2011-08-03 Thread Deepak Singh
Yes. But can i get any help/ source code for the two way slider which is being used in hotel finder ? Thank Deepak On Wed, Aug 3, 2011 at 4:53 PM, P.G.Taboada pgtabo...@googlemail.comwrote: On 1 Aug., 12:42, Deepak Singh deepaksingh...@gmail.com wrote: Hi All, 2) Select a particular row

Will GWT Portlets 1.0 (gwt-portlets.jar) supports GWT 2.3

2011-08-03 Thread Sridhar PV
Hi, When I am using GWT 2.0, gwt-portlets.jar (gwt-portlets-1.0) is working properly. But I am not able to compile the GWT 2.3 for gwt- portlets-1.0. Is gwt-portlets-1.0 gwtprotlets.jar supports GWT 2.3? Please help me on this. Thanks in advance. -- You received this message because you are

Re: EventBus in 2.4

2011-08-03 Thread objectuser
I have been looking forward to 2.4 for the built-in validation support. However, those classes still have comments with don't use this in production caveats. Maybe the RC1 tag is premature then and there's going to be more work done. Or maybe 2.4.0 will just introduce the validation

Re: GWT CELLTABLE How to restore old value in cell if validation fails

2011-08-03 Thread Ioan Agopian
No, I don't think that's possible. But you can store all your edit cells in a list and clear them all at once, like this: // when setting up table columns add the edit cells to this list ListEditTextCell editCells = new ArrayListEditTextCell(); // clear incorrect values for the whole row

Re: showRelativeTo doesn't work the first time

2011-08-03 Thread Brian Reilly
I've had issues with positioning (specifically centering) when setting dimensions of the popup contents using CSS (width in my case, but I imagine hight could have similar issues). My dialog box would be positioned too far to the right the first time is was displayed using center(). The second

Re: App launch stopped working. Error at compiling

2011-08-03 Thread jpp1jpp1
Found the solution, this was a tricky one. You have to put the GWT lib first of all in the build path, and the error is gone. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: MVC + Command Pattern + Code Splitting?

2011-08-03 Thread Gabriel
Check out GWTP: http://code.google.com/p/gwt-platform/ On Aug 1, 5:28 pm, gktcs tdotstew...@gmail.com wrote: Has anyone been able to get complete code splitting working with gwt- dispatch or similar command pattern implementation? We've got a rather large MVC-based application, and our code

Re: showRelativeTo doesn't work the first time

2011-08-03 Thread Eric Andresen
I've also seen similar problems with showRelativeTo. I've noticed that if I show a popup dialog that has dynamic sizing (i.e. the widget is a FlowPanel), the first time it pops up it shows as very wide and goes off the screen. If I close and re-open it, the second time it correctly wraps its

Re: GWT Developer Plugin on Safari 5.1 (OS X Lion 10.7) doesn't load

2011-08-03 Thread Steven Jay Cohen
You can also just download OmniWeb (which uses the Safari 5.0.5 core) and not have to hack anything: http://www.omnigroup.com/products/omniweb/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Extending/embedding DialogBox

2011-08-03 Thread Brian Reilly
That's exactly what I do. Use of UiBinder is then simply an implementation detail of how the UI is constructed for the custom dialog. If you want your custom dialog to be created from UI templates, there are a few options for initializing both a caption and a widget. 1. use a text attribute in

[ANN] Smart GWT 2.5 Released

2011-08-03 Thread Sanjiv Jivan
Hi all, Smart GWT 2.5 has been released. Release Announcement : http://www.jroller.com/sjivan/entry/smart_gwt_2_5_released Release Notes : http://www.smartclient.com/smartgwt/release_notes.html#2_5 Download : http://code.google.com/p/smartgwt/downloads/list Showcase Demo :

Collection that notifies listeners of a change

2011-08-03 Thread Sébastien Tromp
Hello, I am trying to build an implementation of the Set interface that notifies registered handlers when a modification occurs on the Set. First of all, has this already been done somewhere? I couldn't find anything, so I went on to build my own. The issue I have is that, when the Change event

How to add hover on CellList

2011-08-03 Thread eSVau
I wonder how i can add an hover effect for cells of a CellList -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/fxKcGklhfeQJ. To post to this

GWT CELLTABLE : How to add empty row in celltable with different celltype

2011-08-03 Thread vaibhav bhalke
Hi How to add empty row in celltable with different celltype ? 3 columns present in my celltable i.e DatePickerCell,EditTextCell,NumberCell,SelectionCell I can able to set record values in cell with different celltype. I want to add empty row with different cell type in celltable also want few

Converting raw JSON to a JSONObject / JSONValue

2011-08-03 Thread Alexander Orlov
The JSONObject takes only JavaScriptObject as its constructor parameter. JavaScriptObject can be returned only by a JSNI function which I wrote: public static native JavaScriptObject parseJson(String jsonStr) /*-{ return eval(jsonStr); }-*/; but when I do String json =

Re: Converting raw JSON to a JSONObject / JSONValue

2011-08-03 Thread kim young ill
try this : return eval('(' + json + ')'); On Wed, Aug 3, 2011 at 4:43 PM, Alexander Orlov alexander.or...@loxal.netwrote: The JSONObject takes only JavaScriptObject as its constructor parameter. JavaScriptObject can be returned only by a JSNI function which I wrote: public static native

Re: Collection that notifies listeners of a change

2011-08-03 Thread Sébastien Tromp
After debugging, I think I found the solution to my issue. It had to do with parameterized types, which would break the event flow. Simply extending all classes to remove all parameterized elements did the trick. -- Sébastien Tromp 2011/8/3 Sébastien Tromp sebastien.tr...@gmail.com Hello, I

Re: Converting raw JSON to a JSONObject / JSONValue

2011-08-03 Thread Alexander Orlov
Thx! GWT has a pretty idiosyncratic style! Btw, were my assumptions how to construct a JSONObject right? -Alex -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Converting raw JSON to a JSONObject / JSONValue

2011-08-03 Thread Jeffrey Chimene
On 8/3/2011 8:04 AM, Alexander Orlov wrote: Thx! GWT has a pretty idiosyncratic style! It's not up to GWT, it's up to the browser to evaluate the string. Take a look at the source code. Btw, were my assumptions how to construct a JSONObject right? Sort of. The JSON spec indicates that

Re: Linker and Generator documentation

2011-08-03 Thread bconoly
The problem with that is that the GWT EventBus would be compiled separate for each module and I need them to understand each other when compiled independently. I'll continue to work on it and hopefully find something. -- You received this message because you are subscribed to the Google

Re: About GWT opinion in thoughtworks technology radar july 2011

2011-08-03 Thread kellizer
I agree fully with Paul's comments and I do have great respect for a number of the authors and have indeed heard them speak on a number of occasions however I do get the sense that there is an element of bias towards native javascript and, in my personal view, a lack of exposure to GWT..

IE8 - Not working - Mouse event for ListBox

2011-08-03 Thread Ash
Hi, I'm using a list box which has many URLs for image. When someone move the mouse through the drop down values, I need to show the image in an HTML box. This works fine (MouseMove) in Firefox, but does not work in IE8. The below code represents the test case, and none of them gets called /

Deploying to App engine

2011-08-03 Thread Ice13ill
Hello, i have a simple question: I use GWT and GAE for my application, but the deployment phase takes too long: any small modification to the GWT java code will trigger the whole compilation. Is there anything i can do to speed up this process ? -- You received this message because you are

Detecting a checkbox click

2011-08-03 Thread Roger Studner
I'm trying to detect a checkbox selection click so I can do some other work (enable a button/change some css.. trivial stuff) I tried GWTQuery, which fails (I can bind a click handler to every checkbox.. but after 1 click, CellTable appears to remove my bindings hah) I've tried overriding

Re: How do I get PNG image data as a decoded bytearray?

2011-08-03 Thread Xavier
Yes I need the bytearray on the clientside. Can I use an imageresource for this? On Aug 3, 12:20 am, BST babusri...@gmail.com wrote: By read do you mean upload it from a location on the client side? For that you need to use a GWT FormPanel and Apche commons ServletFileUpload to get the file

Re: Deploying to App engine

2011-08-03 Thread Isaac Truett
How often are you deploying that this is a big deal for you? You should be doing your debugging in development modehttp://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideDevMode and only deploying to GAE when you have a polished release ready. On Wed, Aug 3, 2011

Re: showRelativeTo doesn't work the first time

2011-08-03 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 figured it out, in my case i've opened the popup via a clicklistener on a hyperlink. the first time, the dialog opened and immediately closed again because of the history event Am 03.08.2011 15:37, schrieb Eric Andresen: I've also seen similar

Re: Deploying to App engine

2011-08-03 Thread Andrei Cosmin Fifiiţă
I need to deploy because i need to test some server side issues. When i do that i use one compilation but still takes a lot I just thought that i can customize the compiler so that minor changes will not trigger the whole compilation (like adding a line of code in an app with 1000 java files) On

RPC and server side classes

2011-08-03 Thread Mike Dee
I'm updating an existing web app to use GWT and encountering a problem on server side. A goal is to reuse the server side data classes, which are stored in a separate Eclipse project. I have two projects: OldProject, which has old data classes (as POJOs) and NewUiProject, which is GWT. If I put

Re: How to add hover on CellList

2011-08-03 Thread Jeff Larsen
sink the mouseover event on your cell and add a handler for mouseover and open up a popup panel with the required functionality if you just want the alt text, you could set the alt text on the content of the cell. -- You received this message because you are subscribed to the Google Groups

Re: RPC and server side classes

2011-08-03 Thread Juan Pablo Gardella
RPC only work as transport layer between client and server side, so you must put old project as a jar and define *.gwt.xml inside and define the module. In NewUiProject inherit it. You can't said that the POJO is only in server side if RPC layer try serialize/deseralize Juan 2011/8/3 Mike Dee

Re: RPC and server side classes

2011-08-03 Thread Mike Dee
I added a .gwt.xml file to the OldProject and inherited it from NewUiProject. Only the data objects (pojos) from the OldProject are listed in the source path of the .gwt.xml. On Aug 3, 11:29 am, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: RPC only work as transport layer between

Re: RPC and server side classes

2011-08-03 Thread Juan Pablo Gardella
java.lang.NoClassDefFoundError: [Lcom/mycompany/myproject/data/FooDataClass; is not the same ClassNotFoundExceptionhttp://stackoverflow.com/questions/1457863/what-is-the-difference-between-noclassdeffounderror-and-classnotfoundexception, so perhaps you have a dependency or is not serializable or

Re: Отг: Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-03 Thread Karthik Reddy
Thanks for the helpful info. I will go ahead and build the DynatableRF sample in 2.4 and try it out . Hopefully, in 2.4's DynatableRF, I could witness the fruits of the marriage between client-side validation and editor framework. -- You received this message because you are subscribed to

Re: Отг: Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-03 Thread objectuser
Did you happen to follow any sort of guide to getting validation working in 2.4 RC1? I failed in my attempt. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

[RPC problem] Caused by: java.lang.OutOfMemoryError: Java heap space

2011-08-03 Thread Rafael
Hello everyone! I have a very disturbing problem (disturbing to me at least), the exception mentioned in the title of this post occurs on the server side but after the RPC executes. I'll explain briefly, i have a DAO interface and a DAO implementation, and besides, i have the two interfaces and

Re: RPC and server side classes

2011-08-03 Thread Mike Dee
Juan, I thought you may have found the problem. There was a static variable, the old: static final long serialVersionUID = -1L; I removed it, but that didn't make a difference. Could it be that the data classes from the OldProject are really not being picked up in NewUiProject? I

Re: Отг: Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-03 Thread Karthik Reddy
First bump in the road. As I try to run my DynatableRF sample (2.4 ) I run into the following exception: * * *Caused by: java.lang.NoClassDefFoundError: org/json/JSONException * *at com.google.web.bindery.autobean.shared.impl.StringQuoter.createSplittable(StringQuoter.java:58) * * * Caused by:

Running DynaTableRF sample from the 2.4 RC release....

2011-08-03 Thread Karthik Reddy
As I try to run my DynatableRF sample (2.4 ) I run into the following exception: * * *Caused by: java.lang.NoClassDefFoundError: org/json/JSONException * *at com.google.web.bindery.autobean.shared.impl.StringQuoter.createSplittable(StringQuoter.java:58) * * * Caused by:

Re: RPC and server side classes

2011-08-03 Thread Juan Pablo Gardella
This static variable isn't affect. You must put oldproject jar in WEB-INF/lib, isn't run in dev mode? 2011/8/3 Mike Dee mdichiapp...@gmail.com Juan, I thought you may have found the problem. There was a static variable, the old: static final long serialVersionUID = -1L; I removed

Re: UiBinder.useSafeHtmlTemplates

2011-08-03 Thread Hilco Wijbenga
On 29 July 2011 19:50, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: Hi all, I'm sure you're familiar with the warning Configuration property UiBinder.useSafeHtmlTemplates is false!. I did the obvious, I added set-configuration-property name=UiBinder.useSafeHtmlTemplates value=true/ to

Re: RPC and server side classes

2011-08-03 Thread Mike Dee
Yep, that seems to have fixed it. Thanks, Mike On Aug 3, 1:03 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: This static variable isn't affect. You must put oldproject jar in WEB-INF/lib, isn't run in dev mode? 2011/8/3 Mike Dee mdichiapp...@gmail.com Juan, I thought you

GWT is for apps — right? But what's about static pages? (GWT's Future Plans...)

2011-08-03 Thread Alexander Orlov
GWT is a framework for building Ajax apps that act as clients and (optionally) communicate with a kinda RESTful backend via RPC or using RequestFactory (both are JSON based). That's my to the point understanding of GWT. But what's about static pages? To deliver static content, especially for

Re: GWT Developer Plugin on Safari 5.1 (OS X Lion 10.7) doesn't load

2011-08-03 Thread alexkrishnan
Brilliant! The OmniWeb solution definitely seems like the easiest way to go. It works perfectly for me, no hassles! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: http://www.google.com/hotelfinder

2011-08-03 Thread Nick Siderakis
Does anyone know what the hotel app is using for RPC? It doesn't look like standard RequestFactory or GWT-RPC. Example request body: [,[[,hs,[,[,\nyc\,\2011-08-10\,1]\n]\n] ] ,[,[[,b_lr,1:83] ,[,b_lr,2:141] ,[,b_qu,0] ] ] ] -- You received this message because you are subscribed to the

Re: GWT is for apps — right? But what's about static pages? (GWT's Future Plans...)

2011-08-03 Thread Karthik Reddy
I would like to make a related observation although, only tangentially related to the initial poster's questions and grievances: Even though GWT started off as a toolkit for developing desktop-style applications for the web, I think it has slowly transformed beyond the said scope. As an

Re: GWT is for apps — right? But what's about static pages? (GWT's Future Plans...)

2011-08-03 Thread Gal Dolber
GWT isn't the problem, you can easily make a non-CEO-friendly apps with jquery, sencha, or any other js framework. The problem is that search engines do not crawl AJAX apps yet. The proposal to make ajax crawlable is a quick solution to make them work with old crawling infrastructure. I really

Re: About GWT opinion in thoughtworks technology radar july 2011

2011-08-03 Thread Grzegorz Kossakowski
On Tuesday, August 2, 2011 5:18:51 PM UTC+2, Emilio Bravo wrote: http://www.thoughtworks.com/articles/technology-radar-july-2011#Platforms thoughtworks technology radar july 2011, talk negatively about gwt, these are the 3 reasons: First, in many ways, JavaScript is more powerful and

StockWatcherTest.java not generated

2011-08-03 Thread Peterson G.
Hello, Sorry to bother you with such a beginner problem, but I'm stuck with it. I searched the group for a solution and did not found one. I've just installed GWT in Eclipse and was trying to follow the Sample Application Tutorial (http://code.google.com/webtoolkit/doc/latest/

Popup panel doesn't autohide in IE7.

2011-08-03 Thread leela c
Hi, I'm using GWT 2.2.0. I display a popup panel on click of a label. It is not hiding if I click outside the label in IE7. It works fine in IE8, Firefox and Google chrome. Code: HTMLPanel container = new HTMLPanel(); container.setWidth(100px); container.setHeight(100px);

Layout design

2011-08-03 Thread Akis
Hi guys. I've started using gwt last week and I'm now designing a webapp using MVP pattern. Before starting, I'd like to ask you a thing: as my webapp will have header on top, menu on the left and content panel on the right, I'd like to know if there is a way to modify them using DockLayoutPanel;

Problems with my first application

2011-08-03 Thread Apocalypto
Hello GWT world, I'm a student who is trying to learn how to develop with GWT framework. I already know well Java language but I'm stuck with my first application: it's a simple log in interface which stores user data into cookies, but I can't understand why it doesn't work properly.

Using PHP as a server side scripting language with GWT.

2011-08-03 Thread Vikas Thapliyal
Hi, We have a PHP web site using Apache web server. I want to use GWT in this site. Can I use GWT as UI components and still use PHP as my server side scripting language or I have to shift to Java (for server side programming) to listen events from GWT conponents.? Any other problem that can be

GWT and XSTM

2011-08-03 Thread musa basbusa
Hi , Does GWT still working with the XSTM library? musa. -- 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

Re: About GWT opinion in thoughtworks technology radar july 2011

2011-08-03 Thread Grzegorz Kossakowski
On Tuesday, August 2, 2011 5:18:51 PM UTC+2, Emilio Bravo wrote: http://www.thoughtworks.com/articles/technology-radar-july-2011#Platforms thoughtworks technology radar july 2011, talk negatively about gwt, these are the 3 reasons: First, in many ways, JavaScript is more powerful and

GWT Project Backup

2011-08-03 Thread Matin Rahman
How can i take GWT Project Backup from IDE(eclips). -- 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

GWT Beta 2.4 - 64bit Win7 - Eclipse Clasic

2011-08-03 Thread ivan roth
Hello to all, this is my first post. And I was wondering if someone had problems installing the GWT Beta 2.4 in an Eclipse Classic in a 64 bit Win7. I tried a couple of times, and by the time it reaches half of the process, throws an error in the installation. -- You received this message

Re: Compile Error - Method Not Implemented

2011-08-03 Thread Nick Apperley
Is there a way to do a clean build from scratch? When a compile is done is any caching involved? On Aug 3, 2:28 am, Jeffrey Chimene jchim...@gmail.com wrote: I see nothing there either. I'd try a few things: o Simplify the file. Use VerticalPanel or HorizontalPanel or a combination of them

[MVP] Set TabPanel to be Presenters View-Container

2011-08-03 Thread Stefan Bogdanski
Hi, wondering if there is any way to directly get and manipulate the Panel underlying one specific Tab of of TabPanel, so the panel that holds the Widget of one Tab?! I know that I can't access the DeckPanel directly, but maybe there is another way to get the container-Panel?! I'm currently

Re: GWT menu dinamico

2011-08-03 Thread Cesar Redondo
A lo mejor y esto te puede ayudar http://examples.roughian.com/index.htm#Widgets~MenuBar de Saludos On Aug 2, 2011 2:51 PM, jose felix estevez josefel...@gmail.com wrote: Buenas amigos estoy en busqueda de algun widget que cumpla la funcion de menu. -- You received this message because you

How would I convert a PNG Image into a byte array?

2011-08-03 Thread Xavier
Using GWT I would like to read a PNG image and have the data accessible to me as a decoded byte array. On the client side I get the image using an ImageBundle, I then instantiate an Image and call setUrl. At this point, how do I get the image byte array from the image? -- You received this

Re: GWT is for apps — right? But what's about static pages? (GWT's Future Plans...)

2011-08-03 Thread Nick Hristov
What exactly do you hope to accomplish? If I am understanding you correctly, you want to have the server generate some html page content and the the embedded gwt module will make the page dynamic (I.e apply filters, next page, etc.) You can already do much of this functionality, its just not the

Re: GWT CELLTABLE Editable value not persisted when user clicked cell twice or thrice

2011-08-03 Thread vaibhav gwt
How to update the value stored in your dataprovider to the new value. ? On Aug 2, 5:27 pm, Ioan Agopian ioan.agop...@gmail.com wrote: Hi, You have to update the value stored in your dataprovider to the new value. If not, when user clicks repeatedly the cell, it will revert to the old

Re: Eclipse Analyzing Sources Slow

2011-08-03 Thread gutto
Hmm, all I can suggest is that you try the XML Catalog workaround. On Jul 31, 12:22 am, Alex Luya alexander.l...@gmail.com wrote: I have installed this one,but problem still existed. On Thu, 2011-07-28 at 20:30 -0700, gutto wrote: Pulled down an update for GPE today.   Google Plugin

Using both image and styling on GWT CustomButton

2011-08-03 Thread Omid Rad
I'm trying to get a ToggleButton to work with a transparent PNG image which gets background color by CSS styles. It looks like a CustomButton can get only one of image or style but not both of them. I tried the followings to no avail: g:ToggleButton title=first try g:upFace

[gwt-contrib] About GWT opinion in thoughtworks technology radar july 2011

2011-08-03 Thread Emilio Bravo
I posted this in the gwt group, but I think this is a better place. http://www.thoughtworks.com/articles/technology-radar-july-2011#Platforms thoughtworks technology radar july 2011, talk negatively about gwt, these are the 3 reasons: First, in many ways, JavaScript is more powerful and

Re: [gwt-contrib] About GWT opinion in thoughtworks technology radar july 2011

2011-08-03 Thread Bruce Johnson
When you read opinions like this, you have to interpret the author's perspective relative to his/her incentives. Thus, GWT consultants will observe the reasons GWT is really good. Consultants skilled in things other than GWT will find reasons that their solutions are better. There isn't a right

[gwt-contrib] Re: Replace RequestFactoryInterfaceValidator with an annotation-processor-based approach. (issue1503804)

2011-08-03 Thread bobv
http://gwt-code-reviews.appspot.com/1503804/diff/1/samples/dynatablerf/build.xml File samples/dynatablerf/build.xml (right): http://gwt-code-reviews.appspot.com/1503804/diff/1/samples/dynatablerf/build.xml#newcode8 samples/dynatablerf/build.xml:8: !-- Run the annotation processor -- On

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread rjrjr
Still reviewing, but here's a recap of offline initial reaction: I think the thing to do is • give generateIncrementally() a RebindMode return value • unify the rest of the RebindResult class with CachedGeneratorResult • rename CachedGeneratorResult IncrementalGeneratorContext and give it all

[gwt-contrib] Re: Replace RequestFactoryInterfaceValidator with an annotation-processor-based approach. (issue1503804)

2011-08-03 Thread bobv
Per offline conversation, I've removed the annotation processor from requestfactory-client.jar. This means that the server code must be built with requestfactory-apt.jar, but doesn't need to be deployed with it. http://gwt-code-reviews.appspot.com/1503804/ --

[gwt-contrib] GWT Code Review planned outage Thursday 4 Aug 2011 5pm ET

2011-08-03 Thread Ray Ryan
We will be putting the Rietveld server at http://gwt-code-reviews.appspot.com/ into read-only mode for a few hours at about 5pm Eastern Time tomorrow, Thursday August 4th, to deal with some maintenance. rjrjr -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread jbrosenberg
Some responses. I did consider most of your suggestions, and in fact for a while I did have things as you suggest, so great minds think alike :). I'll outline my reasoning: First, IncrementalGenerators have to live in the same ecosystem as all the currently extent non-incremental Generator

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread rjrjr
Nothing else important to add. This is nice! http://gwt-code-reviews.appspot.com/1468804/diff/7001/dev/core/src/com/google/gwt/core/ext/RebindMode.java File dev/core/src/com/google/gwt/core/ext/RebindMode.java (right):

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread Ray Ryan
I'm still not crazy about having addClientData() and getClientData() on separate objects. It seems to me that you've violated your own principal that the GeneratorContext should be the only object that has to get passed to the generator's helpers. Can addClientData() move to the context? That

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread Ray Ryan
Oh, and putClientData seems like a better name. On Wed, Aug 3, 2011 at 1:02 PM, Ray Ryan rj...@google.com wrote: I'm still not crazy about having addClientData() and getClientData() on separate objects. It seems to me that you've violated your own principal that the GeneratorContext should be

[gwt-contrib] Re: Replace RequestFactoryInterfaceValidator with an annotation-processor-based approach. (issue1503804)

2011-08-03 Thread Jeff Larsen
Does this mean something similar to RequestFactoryInterfaceValidator will still need to be present? I ask because of http://code.google.com/p/google-web-toolkit/issues/detail?id=6640 where RequestFactoryInterfaceValidator seems to be getting in my way. --

[gwt-contrib] Re: Replace RequestFactoryInterfaceValidator with an annotation-processor-based approach. (issue1503804)

2011-08-03 Thread Jeff Larsen
oops, I missed your first reply. The server code won't accept the RequestFactory interface if it hasn't been validated. A runtime error will occur, telling the user to run the ValidationTool. answers my question. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1468804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread jbrosenberg
On 2011/08/03 20:03:28, rjrjr wrote: Oh, and putClientData seems like a better name. Done On Wed, Aug 3, 2011 at 1:02 PM, Ray Ryan mailto:rj...@google.com wrote: I'm still not crazy about having addClientData() and getClientData() on separate objects. It seems to me that you've

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1468804/diff/7001/dev/core/src/com/google/gwt/core/ext/RebindMode.java File dev/core/src/com/google/gwt/core/ext/RebindMode.java (right): http://gwt-code-reviews.appspot.com/1468804/diff/7001/dev/core/src/com/google/gwt/core/ext/RebindMode.java#newcode52

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread Ray Ryan
On Wed, Aug 3, 2011 at 2:36 PM, jbrosenb...@google.com wrote: On 2011/08/03 20:03:28, rjrjr wrote: Oh, and putClientData seems like a better name. Done On Wed, Aug 3, 2011 at 1:02 PM, Ray Ryan mailto:rj...@google.com wrote: I'm still not crazy about having addClientData() and

[gwt-contrib] [google-web-toolkit] r10491 committed - Include enclosing class in generated class name...

2011-08-03 Thread codesite-noreply
Revision: 10491 Author: ncha...@google.com Date: Wed Aug 3 12:02:05 2011 Log: Include enclosing class in generated class name Review at http://gwt-code-reviews.appspot.com/1499804 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10491

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread jbrosenberg
Well, a generator has to keep it's own state anyway, in practice. In the case of AbstractClientBundleGenerator, it actually creates a ResourceContext and passes that around, along with the GeneratorContext (this was before any IncrementalGenerator enhancements). In the case of RPC, there are 2

[gwt-contrib] Re: Make generator result caching framework api available publically. (issue1468804)

2011-08-03 Thread Ray Ryan
LGTM On Wed, Aug 3, 2011 at 4:17 PM, jbrosenb...@google.com wrote: Well, a generator has to keep it's own state anyway, in practice. In the case of AbstractClientBundleGenerator, it actually creates a ResourceContext and passes that around, along with the GeneratorContext (this was before

Re: [gwt-contrib] About GWT opinion in thoughtworks technology radar july 2011

2011-08-03 Thread Miroslav Pokorny
The article is a poor source if one attempts to make a meaningful techincal assesment on any opinion. Sure theres a lot of buzzwords but almiost no technically minded examples to back any of the assumptions. Does it show you why X is better than Y at attempting Z. No, so what your basically left