I don’t think you can currently do this in Corona, but one feature I would like to see is copy/paste support. It should not be that difficult to add in some hooks to access the pasteboard. I have one app idea I’m working on where it would be nice if the user could copy the results of action for pasting into another app on the device.
Stephen
KigraSoft [import]uid: 4639 topic_id: 4979 reply_id: 304979[/import]
That’s assuming that you have “text” objects on screen. Since Corona is openGL far as I know everything is rendered as a graphic and drawn on each frame - including the text that you see.
[EDIT]: But you should be able to programmatically set the copy/paste buffer with a variable in your code. I see where you are going with that… [import]uid: 11393 topic_id: 4979 reply_id: 16209[/import]
Yes, that’s specifically what I want to do. I’ve been working on idea for which Corona would probably be a good fit, would be very graphics oriented, but at certain points a user would find it convenient to copy out some generated values for use in another app or in an email.
Stephen [import]uid: 4639 topic_id: 4979 reply_id: 16601[/import]
Does anyone know if this ever got implemented? I see that text/email message support is coming tomorrow (fantastic!)… this would be really useful alongside it for me to bring content from received text messages into my app. [import]uid: 93610 topic_id: 4979 reply_id: 75058[/import]
@marceloblanco, awesome news! hopefully it’ll get implemented soon, really want to use Corona for this app! [import]uid: 14018 topic_id: 4979 reply_id: 94149[/import]