how to use an existing composite image in GWT

2011-10-22 Thread Yogesh
Hi, I already have a composite image with me. How can I use this composite image along with ClientBundle / ImageBundle in GWT to show different images extracted from this composite image? Regards, Yogesh -- You received this message because you are subscribed to the Google Groups Google Web

Re: how to use an existing composite image in GWT

2011-10-22 Thread Thomas Broyer
You can't. You can use it as a DataResource and then either use it in a CssResource just like a basic CSS sprite (i.e. not a @sprite), grabbing the image URL (possibly an embedded data: URL) with @url; or with an Image widget using setUrlAndVisibleRect, or your can implement the ImageResource

future of gwt who use gwt

2011-10-22 Thread krespo
Hallo, I have 2questions: 1. How is the future of gwt , after Dart release ? Will you continuously migrate users into Dart, or Dart hasnt impact on GWT platform ? (GWT use RPC, but Dart not, it's not java) 2. where can I found some GWT real world applications (please URL) ? -- You received

Re: future of gwt who use gwt

2011-10-22 Thread krespo
I asked it becouse I will start new project(single page app) scalable app, and I'm thinking when is it wort to start new GWT project, or wait for some time(for example 5months) and start it with Dart ? -- You received this message because you are subscribed to the Google Groups Google Web

[UIBinder] Row Click Handler on flexTable.

2011-10-22 Thread IDeshpande
Hi All, I am using UIBinder for my application in which I have added a FlexTable to show my details. I want to add a clickHandler or a row select functionality where on clicking the row of flexTable I give a popup. So, i wanted to know how to add a rowClick for the FlexTable? Could anyone please

Re: future of gwt who use gwt

2011-10-22 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 is there a good dart ide? no. question answered. :) Am 22.10.2011 13:28, schrieb krespo: I asked it becouse I will start new project(single page app) scalable app, and I'm thinking when is it wort to start new GWT project, or wait for some

Re: [UIBinder] Row Click Handler on flexTable.

2011-10-22 Thread Thomas Broyer
You'll use a ClickHandler and use getCellForEvent to know which cell (and thus which row) was clicked. -- 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: future of gwt who use gwt

2011-10-22 Thread Thomas Broyer
On Saturday, October 22, 2011 1:15:35 PM UTC+2, krespo wrote: Hallo, I have 2questions: 1. How is the future of gwt , after Dart release ? Will you continuously migrate users into Dart, or Dart hasnt impact on GWT platform ? (GWT use RPC, but Dart not, it's not java) See

Google Suite Plugin 2.4.2 - Bad request on Sign in

2011-10-22 Thread Jaroslav Záruba
Sign in to Google... gives this error: -- Could not sign in. Check that your computer's date and time are correct; sign-in errors can occur if your computer's time is significantly different from the server's time. com.google.api.client.http.HttpResponseException: 400 Bad Request at

Re: show [ERROR] Element may only contain a single child element in gwt 2.4.

2011-10-22 Thread David Fernando
Nice example, working! On Oct 21, 5:47 pm, Sudhakar Abraham s.abra...@datastoregwt.com wrote: The DockLayoutPanel of g:center/g:center element having only one Child. So wrap your panel1, panel2 inside panel3.  Try the below code. S. Abrahamwww.DataStoreGwt.com Persist objects directly in

Right click on CellList!

2011-10-22 Thread David Fernando
Give your suggestion to fire a right click event on cellList. Where do i include the event?. I have been wating for your reply. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: How to make button inactive state once it is clicked.

2011-10-22 Thread Ashton Thomas
Well that is the main reason for having setEndabled but I guess you can always setVisible(false) and remove the thing (or even setVisible(false) on that on and show a dummy button... On Oct 22, 1:08 am, suresh babu sureshgbab...@gmail.com wrote: Any other technic other than disable and enable

Re: RequestFactory takes long time to handle responce

2011-10-22 Thread Miroslav Genov
Does anyone has encountered a similar issue ? -- 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/-/QTJYzZC2NxMJ. To post to this group, send email to

Re: future of gwt who use gwt

2011-10-22 Thread krespo
Yes, I thought statement from google GWT team. I think when going on this forum some people from GWT team,should give us some statement between relationship dart and GWT (or paste on the blog). Without unclear future I can't choose GWT for out project, and I think that more people will be

Re: future of gwt who use gwt

2011-10-22 Thread Alan Chaney
@Krespo - if you are seriously worried about the future of GWT w.r.t Dart, then a quick search on Google gives this: http://markmail.org/message/uro3jtoitlmq6x7t Purported to be a leaked internal email, but, who knows?. Open the email and search for GWT - you'll get your answer (for Dash

Re: How to test multiple interfaces of a widget in MVP ?

2011-10-22 Thread David
I prefer MVP part 2 as well. It lets me leverage @UiHandler in my uib views thus further reducing boilerplate code in the presenter.I found that GIN is essential to its success esp if you are considering Junit testing without a web container. Others essentials are Mockito and Jukito Here's

Re: future of gwt who use gwt

2011-10-22 Thread András Csányi
On 22 October 2011 18:09, Alan Chaney a...@mechnicality.com wrote: @Krespo - if you are seriously worried about the future of GWT w.r.t Dart, then a quick search on Google gives this: http://markmail.org/message/uro3jtoitlmq6x7t Purported to be a leaked internal email, but, who knows?.  Open

Re: future of gwt who use gwt

2011-10-22 Thread krespo
when I good understand, google wanted for some period support GWT, but they don't want to extend funciontality of GWT(maybe will recover existing bugs). They want to migrate existing GWT users into DART. But in this Dart way I see some disadvantages against GWT eg: 1. java lang on client and

JSRange.insertNode

2011-10-22 Thread gangurg gangurg
Folks , I am trying to solve this native Java Script issue on IE but unable to . Any thoughts on this . what am trying to achieve here is add a widget into a text area . In Firefox this seems to work fine . //Element = new VerticalPanel().getElement(); private native void addNode(JSRange

Re: Multiple Entry Points GWT Designer, how to choose..

2011-10-22 Thread John Gentilin
Konstantin, When you say this is in trunk, is it in the release version.. I've search around but haven't found any reference to gwtd.module.use. To get by I have been renaming the entry points I am not using to .txt, would be nice to take advantage of the gwtd.module.use feature if it exists

Re: DataGrid auto-set column width

2011-10-22 Thread jaga
Okay - for the first solution I did as follows: 1) for each row of data 1.1) for each field 1.1.1) count the number of characters 1.1.2) keep a running maximum 2) finally you have an array of maximum sizes where each index corresponds to a column, e.g. ListInteger maxes; 3) for each cell column

Auto TextBox TextArea Growth Demo and Source (inside)

2011-10-22 Thread Brandon Donnelson
I've been working on a Growing TextBox and TextArea automatically expanding dynamically as you type into the input. I've got a little bit more tuning to do on the TextArea but its workable version. See the growth in action: http://demogwttextexpand.appspot.com - Demo - Source link at the top.