URLLister
X
M

var urls = [] this.withAllSubmorphsDo(function(ea) { try { if (! ea.getImageURL) return; url = ea.getImageURL() urls.push(url) show(ea)[0].addMorph( new lively.morphic.Text(rect(0,0,150,30),"" + url).beLabel( {textColor: Color.red, fill: Color.gray})) } catch(e) {urls.push(e)} }); #Log.textString = urls.join("\n")
Eval
../screenshots/131204_LaTeXOutliner_ToDo_Extraction.png ../screenshots/110818_WorldSerializationGraph1.png ../screenshots/140130_SimulationPart_CustomAutoCompletion.png ../screenshots/130817_SerializationInspector_03.png ../screenshots/130128_ChangeLogVisualization_05.png