Re: GWT Incubator project

2009-08-08 Thread Norman Maurer

Thx Jay,

I'm looking for what to see it ;)

Bye,
Norman

2009/8/3 jay jay.gin...@gmail.com:

 I started putting together a description, but then realized it's along
 the lines of we subclassed these 3 classes, overrode those 5
 methods... which really isn't that helpful.

 I'll try over the next week or so to extract what we've done into
 something that may reasonably help you out.

 jay

 On Jul 31, 11:21 am, Norman Maurer nor...@apache.org wrote:
 Hi Jay,

 I would be really interested in adding drag-n-drop to my
 PagingScrollTable. Do you have some sample code to show you did this
 ?

 Thx,
 Norman

 2009/7/31 jay jay.gin...@gmail.com:





  We're also using the PagingScrollTable in production. For the most
  part it's been great. We've restyled things, and added support for
  drag-n-drop of the columns.

  The one issue we've run into (which I have not yet solved) is
  programmatically setting the values in all the cells of a column can
  be quite slow in IE. (Sorry, I cannot quantify right now, other than
  to say...it's slooowww.) [Please note: I don't know if this is
  inherent in the table itself, or the way we're setting the values.]

  jay

  On Jul 30, 8:17 pm, Zheren benzhe...@gmail.com wrote:
  Joe, thanks for your experiences. From the demo in the incubator
  project now, it seems like the PagingScrollTable is really powerful.

  -Ben

  On Jul 30, 9:22 pm, Joe Cole profilercorporat...@gmail.com wrote:

   We have been using the ScrollTable in production for a over a year.
   Things we have had to implement on our own (not sure if this stuff is
   covered in the current drops):
    - sorting using comparators
    - tablemodel interface (supporting paging)
    - storing of current sorting indices to original row indices.
    - We built our own paging mechanism, but if doing it again would
   probably use the incubators
    - On window resize recalculate columns.

   It works really well though, no complaints here.

   On Jul 31, 12:09 pm, Ben benzhe...@gmail.com wrote:

Is there anyone using GWT incubator project in production? The
PagiongScrollTable looks pretty interesting to me. But not sure if
this incubator project is fine for production as GWT itself. If anyone
has experiences, could you share your experiences?
 


--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Incubator project

2009-08-03 Thread jay

I started putting together a description, but then realized it's along
the lines of we subclassed these 3 classes, overrode those 5
methods... which really isn't that helpful.

I'll try over the next week or so to extract what we've done into
something that may reasonably help you out.

jay

On Jul 31, 11:21 am, Norman Maurer nor...@apache.org wrote:
 Hi Jay,

 I would be really interested in adding drag-n-drop to my
 PagingScrollTable. Do you have some sample code to show you did this
 ?

 Thx,
 Norman

 2009/7/31 jay jay.gin...@gmail.com:





  We're also using the PagingScrollTable in production. For the most
  part it's been great. We've restyled things, and added support for
  drag-n-drop of the columns.

  The one issue we've run into (which I have not yet solved) is
  programmatically setting the values in all the cells of a column can
  be quite slow in IE. (Sorry, I cannot quantify right now, other than
  to say...it's slooowww.) [Please note: I don't know if this is
  inherent in the table itself, or the way we're setting the values.]

  jay

  On Jul 30, 8:17 pm, Zheren benzhe...@gmail.com wrote:
  Joe, thanks for your experiences. From the demo in the incubator
  project now, it seems like the PagingScrollTable is really powerful.

  -Ben

  On Jul 30, 9:22 pm, Joe Cole profilercorporat...@gmail.com wrote:

   We have been using the ScrollTable in production for a over a year.
   Things we have had to implement on our own (not sure if this stuff is
   covered in the current drops):
    - sorting using comparators
    - tablemodel interface (supporting paging)
    - storing of current sorting indices to original row indices.
    - We built our own paging mechanism, but if doing it again would
   probably use the incubators
    - On window resize recalculate columns.

   It works really well though, no complaints here.

   On Jul 31, 12:09 pm, Ben benzhe...@gmail.com wrote:

Is there anyone using GWT incubator project in production? The
PagiongScrollTable looks pretty interesting to me. But not sure if
this incubator project is fine for production as GWT itself. If anyone
has experiences, could you share your experiences?
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Incubator project

2009-07-31 Thread jay

We're also using the PagingScrollTable in production. For the most
part it's been great. We've restyled things, and added support for
drag-n-drop of the columns.

The one issue we've run into (which I have not yet solved) is
programmatically setting the values in all the cells of a column can
be quite slow in IE. (Sorry, I cannot quantify right now, other than
to say...it's slooowww.) [Please note: I don't know if this is
inherent in the table itself, or the way we're setting the values.]

jay

On Jul 30, 8:17 pm, Zheren benzhe...@gmail.com wrote:
 Joe, thanks for your experiences. From the demo in the incubator
 project now, it seems like the PagingScrollTable is really powerful.

 -Ben

 On Jul 30, 9:22 pm, Joe Cole profilercorporat...@gmail.com wrote:



  We have been using the ScrollTable in production for a over a year.
  Things we have had to implement on our own (not sure if this stuff is
  covered in the current drops):
   - sorting using comparators
   - tablemodel interface (supporting paging)
   - storing of current sorting indices to original row indices.
   - We built our own paging mechanism, but if doing it again would
  probably use the incubators
   - On window resize recalculate columns.

  It works really well though, no complaints here.

  On Jul 31, 12:09 pm, Ben benzhe...@gmail.com wrote:

   Is there anyone using GWT incubator project in production? The
   PagiongScrollTable looks pretty interesting to me. But not sure if
   this incubator project is fine for production as GWT itself. If anyone
   has experiences, could you share your experiences?
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Incubator project

2009-07-31 Thread Norman Maurer

Hi Jay,

I would be really interested in adding drag-n-drop to my
PagingScrollTable. Do you have some sample code to show you did this
?

Thx,
Norman

2009/7/31 jay jay.gin...@gmail.com:

 We're also using the PagingScrollTable in production. For the most
 part it's been great. We've restyled things, and added support for
 drag-n-drop of the columns.

 The one issue we've run into (which I have not yet solved) is
 programmatically setting the values in all the cells of a column can
 be quite slow in IE. (Sorry, I cannot quantify right now, other than
 to say...it's slooowww.) [Please note: I don't know if this is
 inherent in the table itself, or the way we're setting the values.]

 jay

 On Jul 30, 8:17 pm, Zheren benzhe...@gmail.com wrote:
 Joe, thanks for your experiences. From the demo in the incubator
 project now, it seems like the PagingScrollTable is really powerful.

 -Ben

 On Jul 30, 9:22 pm, Joe Cole profilercorporat...@gmail.com wrote:



  We have been using the ScrollTable in production for a over a year.
  Things we have had to implement on our own (not sure if this stuff is
  covered in the current drops):
   - sorting using comparators
   - tablemodel interface (supporting paging)
   - storing of current sorting indices to original row indices.
   - We built our own paging mechanism, but if doing it again would
  probably use the incubators
   - On window resize recalculate columns.

  It works really well though, no complaints here.

  On Jul 31, 12:09 pm, Ben benzhe...@gmail.com wrote:

   Is there anyone using GWT incubator project in production? The
   PagiongScrollTable looks pretty interesting to me. But not sure if
   this incubator project is fine for production as GWT itself. If anyone
   has experiences, could you share your experiences?
 


--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT Incubator project

2009-07-30 Thread Ben

Is there anyone using GWT incubator project in production? The
PagiongScrollTable looks pretty interesting to me. But not sure if
this incubator project is fine for production as GWT itself. If anyone
has experiences, could you share your experiences?
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Incubator project

2009-07-30 Thread Joe Cole

We have been using the ScrollTable in production for a over a year.
Things we have had to implement on our own (not sure if this stuff is
covered in the current drops):
 - sorting using comparators
 - tablemodel interface (supporting paging)
 - storing of current sorting indices to original row indices.
 - We built our own paging mechanism, but if doing it again would
probably use the incubators
 - On window resize recalculate columns.

It works really well though, no complaints here.

On Jul 31, 12:09 pm, Ben benzhe...@gmail.com wrote:
 Is there anyone using GWT incubator project in production? The
 PagiongScrollTable looks pretty interesting to me. But not sure if
 this incubator project is fine for production as GWT itself. If anyone
 has experiences, could you share your experiences?
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Incubator project

2009-07-30 Thread Zheren

Joe, thanks for your experiences. From the demo in the incubator
project now, it seems like the PagingScrollTable is really powerful.

-Ben

On Jul 30, 9:22 pm, Joe Cole profilercorporat...@gmail.com wrote:
 We have been using the ScrollTable in production for a over a year.
 Things we have had to implement on our own (not sure if this stuff is
 covered in the current drops):
  - sorting using comparators
  - tablemodel interface (supporting paging)
  - storing of current sorting indices to original row indices.
  - We built our own paging mechanism, but if doing it again would
 probably use the incubators
  - On window resize recalculate columns.

 It works really well though, no complaints here.

 On Jul 31, 12:09 pm, Ben benzhe...@gmail.com wrote:



  Is there anyone using GWT incubator project in production? The
  PagiongScrollTable looks pretty interesting to me. But not sure if
  this incubator project is fine for production as GWT itself. If anyone
  has experiences, could you share your experiences?
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---