-
ScriptUI add image in string mode
Hi guys!
I’m trying to add an png image to my scriptIU but the problem is that I’m ussing the resource string method… Is there a way to add an png image to this method?
I have this:
res = "group{orientation:'column', alignment:['fill', 'fill'], alignChildren:['fill', 'fill'],\
mainGroup: Group{orientation:'column',\
langGroup: Group{orientation:'row',\
latButton: RadioButton{text:'LAT'},\
braButton: RadioButton{text:'BRA'},\
THIS IS THE PLACE I WANT TO ADD THIS PNG IMAGE
},\
},\
}"
Thanks guys!