Page 2 of 2

Re: Tables and images

Posted: Sat Jan 21, 2017 4:16 pm
by JamzTheMan
Ditto wrote:
JamzTheMan wrote:FYI: since i have the code open, looks like the current list of functions are:
table functions

Code: Select all

"tbl", "table", "tblImage", "tableImage", "getTableNames", "getTableRoll", "setTableRoll", "clearTable", "addTableEntry", "deleteTableEntry", "createTable", "deleteTable", "getTableVisible", "setTableVisible", "getTableAccess", "setTableAccess", "getTableImage", "setTableImage", "copyTable", "setTableEntry")
(sorry, list is "as is" from code, not alphabetic)

FWIW, Looks like we have the following in the wiki:
wiki list

Code: Select all

addTableEntry
clearTable
createTable
deleteTable
deleteTableEntry
getTableAccess
getTableNames
getTableRoll
getTableVisible
setTableAccess
setTableEntry
setTableRoll
setTableVisible
table
tableImage
tbl
tblImage

Cool, so I'm not going crazy :) sweet.

however, seems that setTableImage doesn't touch images on the individual rows, it's just the 1 larger image for the full table ... :(
That does seem to be consistent, as the getTableImage does the same thing (all the xTable functions deal with the table). So setTableEntry should be the one as it modifies the table row as it were. But it only changes the result... Executive decision, changed setTableEntry so optional 4th parameter can be an assetID. :-)

Re: Tables and images

Posted: Mon Jan 23, 2017 10:37 am
by Ditto
JamzTheMan wrote: That does seem to be consistent, as the getTableImage does the same thing (all the xTable functions deal with the table). So setTableEntry should be the one as it modifies the table row as it were. But it only changes the result... Executive decision, changed setTableEntry so optional 4th parameter can be an assetID. :-)
That would be .. awesome! :)
(and possibly the simplest solution)