Search found 5 matches

by brandnoobian
Tue Jun 10, 2014 3:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Move an image to another card in my standalone
Replies: 8
Views: 4239

Re: Move an image to another card in my standalone

Looks like I got it working lol.... My suspicions were correct, I had to save the file to "documents" before going to card 1 and then put the file into the image area on preOpencard, it just took me a few days to learn how to actually save and then get the image lol.... However I'm still little frus...
by brandnoobian
Mon Jun 09, 2014 10:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Move an image to another card in my standalone
Replies: 8
Views: 4239

Re: Move an image to another card in my standalone

Yes Craig, I am going from card 2 to card 1. On Card 2 I am scraping some stuff from an http URL that the user puts in, getting the image, resizing it, and then cropping it. I have code on a button that places the stuff that was scraped from the URL into fields on card 1, and then "go to card 1". I ...
by brandnoobian
Mon Jun 09, 2014 10:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Move an image to another card in my standalone
Replies: 8
Views: 4239

Re: Move an image to another card in my standalone

Craig, I actually tested this and you can indeed put an image into another image this way. Not sure if it's the best way to do what Brandon is trying to do, but it works. Attached the stack I used to test this method... --Sefro PutImage.zip Edit: Just tested this stack on android, and it is confirm...
by brandnoobian
Mon Jun 09, 2014 10:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Move an image to another card in my standalone
Replies: 8
Views: 4239

Re: Move an image to another card in my standalone

Thank you for the fast responses! No, there isn't an image already on card 1. I'm trying to move an image from card 2 to a blank image area I placed on card 1. So yes, I guess I should be using the "copy" command (even though the "put" command works ok in LC?). But I don't want to mislead you as to ...
by brandnoobian
Mon Jun 09, 2014 9:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Move an image to another card in my standalone
Replies: 8
Views: 4239

Move an image to another card in my standalone

Greetings from Pensacola Florida! I'm new to the forum, new to LC, and new to developing apps. I find that learning LC is a fun experience and I have learned alot from this board. Thanks! I'm attempting to make my first original app (for android first, and later for iPhone) and here is my question- ...