|
Re: How to overlay a table cell with a grid? [message #1029555 is a reply to message #1029247] |
Fri, 29 March 2013 21:25 |
|
So, within the table, you just want to change the background image for the cell and then display a text over it? This should be able to be done just by setting the background image dynamically and having your data element within the table cell with your text, like normal. Maybe I'm misunderstanding the issue.
Michael
Developer Evangelist, Silanis
|
|
|
|
|
|
Re: How to overlay a table cell with a grid? [message #1033313 is a reply to message #1032580] |
Thu, 04 April 2013 05:17 |
|
You should be able to put something like:
this.getStyle().backgroundImage = row["imageURL"];
in the onCreate of the table cell. Then, simply put a grid within the table cell. Maybe I'm misunderstanding the issue. Let me know.
Michael
Developer Evangelist, Silanis
|
|
|
Powered by
FUDForum. Page generated in 0.04248 seconds