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
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.
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
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
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
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
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