Change DEFAULT Entry for a Gfx in a Tableview

I have the following:

myList = tableView.newList{
data=myData,
default=“images/listItemBg.png”,
over=“images/listItemBg_over.png”,
onRelease=listButtonRelease,
top=top,
bottom=bottom,
backgroundColor={ 255, 255, 255 },

To use the @2x option i have to load the “images/listItemBg.png”
with “display.newImageRect(“images/listItemBg.png”,320,90)”.

How can i implement this?

any hints

thanx in advance

cheers [import]uid: 57755 topic_id: 10173 reply_id: 310173[/import]