Re: incubator SCrollTable scroll position.

2010-08-17 Thread Romaint2b
Hi, I was searching for the same thing whn i found your post. Did you find a solution in order to know the scroll position? Thanks Romain On 22 juin, 14:59, Subhrajyoti Moitra wrote: > Hello Folks, > > I am using incubator gen2 ScrollTable. I have a use case, wherein i have to > detect that wh

GWT Incubator ScrollTable row navigation/selection using keyboard

2010-07-26 Thread Dinesh
Hi All, I am trying to use GWT Incubator's (Paging)ScrollTable for a keyboard centric application. It is important to be able to navigate between rows in a Table via the Keyboard (up/down) buttons. I understand that the table can have a RowSelectionPolicy, but can the selection be done with a keyb

gwt-visualization Table vs gwt-incubator ScrollTable

2010-07-12 Thread Akshay Kumar
Hi, I have seen examples of both and like both of them, at least for the basic purpose of displaying data in Table form and with paging. However, I am unable to pick one over the other for the following reasons: a) Both lack "Column Reordering using Drag and Drop" that I wish in my Table View. I r

gwt-visualization Table vs gwt-incubator ScrollTable

2010-07-12 Thread Akshay Kumar
Hi, I have seen examples of both and like both of them, at least for the basic purpose of displaying data in Table form and with paging. However, I am unable to pick one over the other for the following reasons: a) Both lack "Column Reordering using Drag and Drop" that I wish in my Table View. I r

incubator SCrollTable scroll position.

2010-06-22 Thread Subhrajyoti Moitra
Hello Folks, I am using incubator gen2 ScrollTable. I have a use case, wherein i have to detect that when the user has scrolled to the last row (or somewhere around the last row), then load a fresh set of rows in the table, via a rpc call. TO achieve this i have extented ScrollTable and implemente

Re: GWT Incubator scrolltable

2010-03-30 Thread Davis Ford
Hi, take a look at my blog write-up that shows an example of how to use PST -> http://zenoconsulting.wikidot.com/blog:17/ On Sun, Mar 21, 2010 at 3:31 PM, Kwame wrote: > Does anyone have the full source code for this paging scroll table > demo: > http://collectionofdemos.appspot.com/demo/com.goog

Re: GWT Incubator scrolltable

2010-03-29 Thread mariyan nenchev
Download the jar lib? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

Re: GWT Incubator scrolltable

2010-03-29 Thread crojay78
Hi, i am also interested in the source code of this, it's easier to understand the stuff... Hopefully somebody provide it... Thanks On 21 Mrz., 21:31, Kwame wrote: > Does anyone have the full source code for this paging scroll table > demo:http://collectionofdemos.appspot.com/demo/com.google.g

GWT Incubator scrolltable

2010-03-21 Thread Kwame
Does anyone have the full source code for this paging scroll table demo: http://collectionofdemos.appspot.com/demo/com.google.gwt.gen2.demo.scrolltable.PagingScrollTableDemo/PagingScrollTableDemo.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

Re: incubator ScrollTable

2010-01-22 Thread ALEXEI BARBONI
All right... Is there a way to make the FixedWidthGrid (where is the content of the table) take widths automatic to each column, just like the Grid and FlexTable does? 2010/1/22 ALEXEI BARBONI > Ok..I know there must be many workarounds... > > But I wold like to know the reason this is happen.

Re: incubator ScrollTable

2010-01-22 Thread ALEXEI BARBONI
Ok..I know there must be many workarounds... But I wold like to know the reason this is happen. I am taking a look at Firebug, but is not easy to undertand... 2010/1/22 Felipe > m > > I don't know if is the better solution, this maybe: > > > public void afterLoad () { > > if ( tabl

Re: incubator ScrollTable

2010-01-22 Thread Felipe
m I don't know if is the better solution, this maybe: public void afterLoad () { if ( tablaScroll.getDataTable().getColumnCount() == 1) { // setColumnWitdh } else { // otra cosa. } } regards.! On Jan 22, 9:46 am, Ashar Lohmar wrote: > this might sound like a st

Re: incubator ScrollTable

2010-01-22 Thread Ashar Lohmar
this might sound like a stupid workaround ... but can't you add an if statement or something to check if the table will have only one column ?! and for that use setColumnWidth ... i know that this is not a real answer but this is the only thing that comes into my mind without trying the real source

incubator ScrollTable

2010-01-21 Thread Alexei Telles
Hi, I'm just starting using the gwt-incubator. I need to make a table, so I am using a FixedWidthFlexTable to the header and a FixedWidthGrid to the dataTable (content of the table). I have a procedure that mounts the dataTable The problem that I am having is: when my dataTable have more than one

dynamically deleting records from incubator scrolltable

2009-08-28 Thread myapplicationquestions
Hi All, In one of my grids i have a requrirement that based on some action on the grid the record in teh grid needs to be deleted and widget refereshed.I could not find any delete method on scrolltable or grid (core gwt). Do i always need to redraw the grid? or is there a better option? Thanks,

Re: trying up gwt incubator scrollTable problem

2009-06-22 Thread asianCoolz
yes, i did inherits those tags, but now i get [WARN] Unexpectedly unable to fully resolve type com.google.gwt.user.client.ui.SuggestBox.1TextBoxEvents and my app unable to startup 1. can thse scrolltable run on gwt1.6? 2. what else do i need to do beside inherits those tags above? 3. from wh

Re: trying up gwt incubator scrollTable problem

2009-06-20 Thread hezjing
Hi You may want to check Table.gwt.xml shown in http://google-web-toolkit-incubator.googlecode.com/svn/trunk/src/com/google/gwt/gen2/table/Table.gwt.xml Do you have the modules inherited like the following? On Sat, Jun 20, 2009 at 5:44 PM, asianCoolz wrote: > > i trying out the incubat

trying up gwt incubator scrollTable problem

2009-06-20 Thread asianCoolz
i trying out the incubator http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-toolkit-incubator&t=PagingScrollTable "scroll table" but when i try to run the example, i get error below [ERROR] Line 150: No source code is available for type com.google.gwt.gen2.table.clien

Re: GWT Incubator - ScrollTable with TextBox

2009-06-10 Thread abhiram wuntakal
Thanks Isaac, I found an other way to get the logic working. it was necessary so that i could conviniently delete the row, save the row data and other such activities!!! thanks again... regards, Abhiram On 6/11/09, Isaac Truett wrote: > > > I think you want getWidget(), not getText(). Cast

Re: GWT Incubator - ScrollTable with TextBox

2009-06-10 Thread Peter Kirklewski
Hi there Anyone who played with chronoscope and eclipse and knows somw good tutorials please ? Best regards Peter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

Re: GWT Incubator - ScrollTable with TextBox

2009-06-10 Thread Isaac Truett
I think you want getWidget(), not getText(). Cast the result to TextBox (or perhaps HasText if you want something more generic) and get the text from that. On Sun, Jun 7, 2009 at 1:39 PM, abhiram wrote: > > Hi all, > >   I wanted to know if Scrolltable is a panel good enough to hold > TextBox

GWT Incubator - ScrollTable with TextBox

2009-06-07 Thread abhiram
Hi all, I wanted to know if Scrolltable is a panel good enough to hold TextBox widgets. I have created a ScrollTable (using gwt-incubator_1-5_Dec_28) with TextBoxes in a particular column and labels in other columns. I can extract the label value using the function "scrollTable.getDataTa

Re: Incubator ScrollTable how to remove icon right-top corner

2009-05-14 Thread jay
My solution is this: 1. Create a new CSS class: .not-displayed { display: none !important; } 2. In my PagingScrollTable subclass's ctor: for ( int index = 0, numWidgets = getWidgetCount(); index < numWidgets; index++ ) { Widget widget = getWidget( index ); if ( widget instanceof

Re: Incubator ScrollTable how to remove icon right-top corner

2009-05-11 Thread Sumit Chandel
Hi Mike, A possible solution would be to subclass the PagingOptionsImages image bundle interface and place your own images named the same as the PagingOptionsImages methods in your subclass package. This should replace the standard paging table images with your own (which I think in your case would

Incubator ScrollTable how to remove icon right-top corner

2009-05-07 Thread mdwarne
Hi, I'm not sure if this is the right place for incubator questions. I haven't been able to find the incubator group. I am using the scroll table from the incubator, it has a small icon (2 mini arrows pointing left and right). I would like to remove/hide this icon. Any ideas? Thanks, Mike.

Re: incubator ScrollTable

2009-03-10 Thread jve
Nic, I had the same problem with the IndexOutOfBoundsException. I fixed the demo code to get it working with the gen2 package: public void onModuleLoad() { int numStudents = 100; ... FixedWidthGrid dataTable = createDataTable(numStudents, 10); ./. /** * Create the data ta

Incubator: ScrollTable, hide and sort column

2009-03-04 Thread Twentyseven
Hello, I'm using Scrolltable from the incubator without problem, untill I tried to hide a column (not the last one but one at the beginning). When I tried to sort the visible columns, I found that by clicking on a header cell, it was sorting the previous column and not the good one. Is it a bug f

Re: incubator ScrollTable

2009-02-27 Thread Isaac Truett
Nick, The widgetideas classes are deprecated because they are being replaced by newer, improved versions in the gen2 package. The old classes are still around to help people who are transitioning to the gen2 versions. I'm not aware of a completely comprehensive guide to incubator widgets, but th

Re: incubator ScrollTable

2009-02-27 Thread Nick
Well, I was able to get this working by swapping out the gen2 imports with the widgetsideas package. I'm noticing that all the classes are deprecated though. Is there a reason for this and is there someplace that explains more details on using the incubator widgets? On Feb 27, 9:45 am, Nick wro

incubator ScrollTable

2009-02-27 Thread Nick
I'm attempting to use the ScrollTable from the incubator package and I'm having problems. I copied the code from http://code.google.com/docreader/#p=google-web-toolkit-incubator,gwt-incubator-1-5-wiki&s=google-web-toolkit-incubator&t=ScrollTable and I fixed an issue that must be from an old versi

Re: Incubator: ScrollTable

2008-12-22 Thread Suri
Hi Francesco, I'm using the ScrollTable myself and I was able to make the columns to be of fixed width simply by setting the minimum, preferred and maximum widths of my column(s) to be of the same value. e.g if you're being consistent with the example code provided: private TableDefinition creat

Incubator: ScrollTable

2008-12-21 Thread francescoNemesi
Hello, I have been using the ScrollTable widget (com.google.gwt.gen2.table.client.ScrollTable) in the incubator and I find it very useful. I need to add a "Row Header" section which contains fixed columns that do not move when scrolling horizontally. I have studied the AbstractScrollTable (com.g

Re: Incubator ScrollTable: how to get the entity corresponding to the selected row?

2008-08-26 Thread Jeremiah Elliott
> > I am using the incubator ScrollTable and I can load a List > into it to get the entities displayed. When the user selects a row in > the table, I need to retrieve the entity corresponding to the row. It > seems that I can only get the selected row index from the data grid, > s

Incubator ScrollTable: how to get the entity corresponding to the selected row?

2008-08-25 Thread wt
I am using the incubator ScrollTable and I can load a List into it to get the entities displayed. When the user selects a row in the table, I need to retrieve the entity corresponding to the row. It seems that I can only get the selected row index from the data grid, so how can I achieve this? I