Closed samueleastdev closed 11 years ago
is it possible to add a image to the receive message function?
textArea.recieveMessage("I want to pass a image in here that has been pull from database");
i have been trying the following
var image = Ti.UI.createImageView({ image:'http://wwwimages.adobe.com/www.adobe.com/downloadcenter/images/shockwave/shockwave_128.jpg' }); textArea.recieveMessage(image.toBlob());
any suggestions thanks
It should work: https://github.com/pec1985/ExpandableTextArea/blob/master/example/app.js#L94
Closing issue, no response
is it possible to add a image to the receive message function?
textArea.recieveMessage("I want to pass a image in here that has been pull from database");
i have been trying the following
any suggestions thanks