Re: Scale Icon in a Button

2011-03-12 Thread Bob Sneidar
There you go. I think that is the ticket. Bob On Mar 11, 2011, at 10:46 PM, J. Landman Gay wrote: > On 3/11/11 11:07 PM, Bob Sneidar wrote: >> That would work I guess. Since it's true I have the image in my >> LiveCode stack, should I employ some of the methodology for scaling >> graphics in L

Re: Scale Icon in a Button

2011-03-11 Thread J. Landman Gay
On 3/11/11 11:07 PM, Bob Sneidar wrote: That would work I guess. Since it's true I have the image in my LiveCode stack, should I employ some of the methodology for scaling graphics in LiveCode on the original image itself? The Button icon should then follow suit eh? I will explore later. Right.

Re: Scale Icon in a Button

2011-03-11 Thread Scott Rossi
Recently, Bob Sneidar wrote: > I have a button with an icon. The icon is too big and I don't have the image > anymore so I cannot photoshop it. I want to make the button about half the > size and have the icon scale with it. Is this possible? Changing th size of > the button only clips the icon im

Re: Scale Icon in a Button

2011-03-11 Thread Bob Sneidar
Thanks Phil! I'll give that a go. Bob On Mar 11, 2011, at 8:54 PM, Phil Davis wrote: > Hi Bob, > > If the icon still shows up as the icon of the button, you still have the > image - at least the icon-size one. > > Try this script in a new button and see what you get: > on mouseUp > ask fi

Re: Scale Icon in a Button

2011-03-11 Thread Bob Sneidar
That would work I guess. Since it's true I have the image in my LiveCode stack, should I employ some of the methodology for scaling graphics in LiveCode on the original image itself? The Button icon should then follow suit eh? I will explore later. Now I have SQL problems. Bob On Mar 11, 201

Re: Scale Icon in a Button

2011-03-11 Thread Phil Davis
Hi Bob, If the icon still shows up as the icon of the button, you still have the image - at least the icon-size one. Try this script in a new button and see what you get: on mouseUp ask file "Save as PNG:" if it = empty then exit to top put the icon of btn "myButtonWithMissingIcon" in

Re: Scale Icon in a Button

2011-03-11 Thread Colin Holgate
On Mar 11, 2011, at 11:24 PM, Bob Sneidar wrote: > I have a button with an icon. The icon is too big and I don't have the image > anymore so I cannot photoshop it. I want to make the button about half the > size and have the icon scale with it. Is this possible? Changing th size of > the butto