Re: How to select image object instead of group

2010-12-11 Thread Scott Pepperdine
x27;s either that or use the group thing and script the image into a custom property as you suggest. On 12/11/2010 1:55 AM, Scott Rossi wrote: Recently, Scott Pepperdine wrote: The image script is: on mouseup answer file "Select your file:" if it is empty exit to top

Re: How to select image object instead of group

2010-12-10 Thread Scott Pepperdine
ike: on mouseUp if word 1 of name of the the target = "image" then do image-related stuff here... else do default field-related stuff here... end if end mouseUp Regards, Scott Rossi Creative Director Tactile Media, UX Design On Dec 10, 2010, at 4:53 PM, Sc

Re: How to select image object instead of group

2010-12-10 Thread Scott Pepperdine
the image? --Original Message-- From: Scott Pepperdine Sender: use-livecode-boun...@lists.runrev.com To: How to use Revolution ReplyTo: How to use LiveCode Subject: How to select image object instead of group Sent: Dec 10, 2010 6:36 PM I have an image object that is part of a background

How to select image object instead of group

2010-12-10 Thread Scott Pepperdine
I have an image object that is part of a background group, so when I create a new card, there it is along with a number of other fields. But when I click the image object, its script is not activated, but rather the script of the group it belongs to. What do I need to study to make the image sel

Selecting a line, going to that card

2010-11-24 Thread Scott Pepperdine
Thanks to help received on this list, I now have a list field that contains the names of all the cards in that stack. I'd like the user to be able to double click on a line and go to that card. I've tried variations on the following without success.: on mousedoubleup put the selectedline i

Re: Dealing with a picture

2010-11-22 Thread Scott Pepperdine
Thank you for the great explanation. And thanks to those who responded to my other questions. This list is great! Very responsive. Thanks again, --Scott On 11/22/2010 8:26 PM, J. Landman Gay wrote: On 11/22/10 9:58 AM, Scott Pepperdine wrote: I want to import an picture onto a card, re

Getting a list of cards in a stack

2010-11-22 Thread Scott Pepperdine
What command would I use to populate a list field with the names of all the cards in a stack? Preferably omitting the card the list field is on? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Change the name of a card

2010-11-22 Thread Scott Pepperdine
Probably very simple to do. I've got a field that is part of a background group, and so will be on every new card created in this stack. I want to change the name of the card to the contents of this field after the user has typed something into the field. So I presume the script for the fie

Dealing with a picture

2010-11-22 Thread Scott Pepperdine
I want to import an picture onto a card, re-size the picture to about 2"x2", the size I want when I eventually print it. Save it to a sub directory, and change the source of the image object on the card By placing the picture in a sub directory, I hope to avoid loading into memory all the pic