Hi Gordon, did you have a chance to add a callback after the item is rendered?
Something like
afterdraw : function(idx, item, rect)
not sure if menu needs to be passed. In previous system there was a selected item stored in header item[0]. If something will be stored in item[0], the whole menu or just this item[0] should be passed as well.
afterdraw : function(idx, item, rect, menu)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi Gordon, did you have a chance to add a callback after the item is rendered?
Something like
afterdraw : function(idx, item, rect)
not sure if menu needs to be passed. In previous system there was a selected item stored in header item[0]. If something will be stored in item[0], the whole menu or just this item[0] should be passed as well.
afterdraw : function(idx, item, rect, menu)