pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

Object as the message. #48

Open amigoni opened 12 years ago

amigoni commented 12 years ago

It seems that right now only an image blob or a text is part of the messages. I would like to include a reference to an object. This way I can insert views with eventlisteners, to say, open a link or something like that.

Is there any easy way to do that?

Thanks

pec1985 commented 12 years ago

You can pass in a Ti.UI.View, have you not tried it?

amigoni commented 12 years ago

I did. The view doesn't display. I have to make the view.toImage() in order to display what I put in the view. Unfortunately I can't call back to the view.