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

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

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

http://www.google.com/hotelfinder

2011-08-01 Thread Deepak Singh
Hi All, Google recently launched its hotel finder application http://www.google.com/hotelfinder Very nice. Some queries regarding this one: 1) Is this in GWT or some other technology? While inspecting through the page source i see gwt-label elements 2) Select a particular row on the search

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

2011-08-01 Thread Gal Dolber
://code.google.com/p/google-web-toolkit-incubator/ or maybe they did custom ones for this app. Regards On Mon, Aug 1, 2011 at 8:42 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, Google recently launched its hotel finder application http://www.google.com/hotelfinder Very nice. Some

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

2011-08-01 Thread Gal Dolber
: Hi All, Google recently launched its hotel finder application http://www.google.com/hotelfinder Very nice. Some queries regarding this one: 1) Is this in GWT or some other technology? While inspecting through the page source i see gwt-label elements 2) Select a particular row

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

2011-08-01 Thread Deepak Singh
application http://www.google.com/hotelfinder Very nice. Some queries regarding this one: 1) Is this in GWT or some other technology? While inspecting through the page source i see gwt-label elements 2) Select a particular row on the search result and the row gets expanded with more details

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

2011-08-01 Thread Gal Dolber
All, Google recently launched its hotel finder application http://www.google.com/hotelfinder Very nice. Some queries regarding this one: 1) Is this in GWT or some other technology? While inspecting through the page source i see gwt-label elements 2) Select a particular row on the search

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

2011-08-01 Thread Boris Lenzinger
custom ones for this app. Regards On Mon, Aug 1, 2011 at 8:42 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, Google recently launched its hotel finder application http://www.google.com/hotelfinder Very nice. Some queries regarding this one: 1) Is this in GWT or some other

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

2011-08-01 Thread Deepak Singh
1, 2011 at 8:42 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi All, Google recently launched its hotel finder application http://www.google.com/hotelfinder Very nice. Some queries regarding this one: 1) Is this in GWT or some other technology? While inspecting through the page

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

2011-08-01 Thread Karthik Reddy
The feedback widget seems identical to the one used in google plus. -- 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/-/_9l2ocSOyxgJ. To post to

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

2011-08-01 Thread Gal Dolber
a quick decoding of the one there: // Markup .labelLeft { left:-12px; // Min position height: 25px; width: 25px; background-color: #444; } .labelRight { left:178px; // Max position height: 25px; width: 25px; background-color: #444; } g:HTMLPanel div