Re: GWT Visualisations API - ImageLineGraph display options

2011-10-17 Thread Tony Kennah
Any clues? -- 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

GWT Visualisations API - ImageLineGraph display options

2011-10-06 Thread Tony Kennah
Hi I'm displaying a ImageLineChart via my little GWT application and I just wanted to add some display options, namely: chm=s,00,0,1,7.5 Which is just a little black square node on series 1 (0) point number 2(1). I tried appending the above string onto one of my current ImageLineChart

CellTable CSS (still!)

2011-09-12 Thread Tony Kennah
Hi I've managed to make a CellTable use my own CSS rules by extending CellTable.Resources with my own resources which overrides cellTableStyle, simple. I provide a link to my own CSS file within the extended Resources I can now construct a CellTable using this resource and it will render as

Re: CellTables and css

2011-09-12 Thread Tony Kennah
Thanks that's brilliant it working :) - Stage 1 complete Again thanks! PS (my nearly the same but somehow different CellTable issue...(more specific)) http://groups.google.com/group/google-web-toolkit/browse_thread/thread/7997211b49d8210f# -- You received this message because you are

setRowStyles method of the CellTable Class

2011-09-12 Thread Tony Kennah
Has anyone actually used this method successfully and can share their code? I'm finding it absolutely impossible to get it working and there is zero to no documentation about this. Tony -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: CellTable CSS (still!)

2011-09-12 Thread Tony Kennah
I mis-spelled background in the CSS rule! BACKGOUND - Dyslexic sorry! Thanks for all the help! -- 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

CellTables and css

2011-09-09 Thread Tony Kennah
Hi Could someone help me in setting the background of a CellTable row please, I've been trying all night to do it and keep failing and it's driving me mad. I tried using a call to setRowStyles() but that doesn't seem to be working and I've read that you can't change the style for a CellTable

seem to be getting a 15 row limit?

2011-04-02 Thread Tony Kennah
Hi I have a little piece of code which populates a CellTableT from a Type T by adding the table as a DataProviders DataDisplay and by using the DataProviders list to create a ColumnSortHandler and corresponding Comparators... so each time the user clicks next I populate the table in this manner