Re: save this stack - a bug with images?

2004-03-19 Thread Ken Norris
Hi Graham, Date: Thu, 18 Mar 2004 17:42:02 +0100 From: Graham Samuel [EMAIL PROTECTED] Subject: Re: save this stack - a bug with images? set the lockLoc of img 1 to true I don't think that will make the image forget its original size forever, but only while the lockLoc is true.

Re: save this stack - a bug with images?

2004-03-19 Thread Dom
Doug Lerner [EMAIL PROTECTED] wrote: If I save this stack and there are resized images in the stack, those images are not saved with their current size. They are, instead, saved with the original size. I read this thread -- and I am thinking about a simpler solution ;-) If all you want is to

Re: save this stack - a bug with images?

2004-03-18 Thread Graham Samuel
On Thu, 18 Mar 2004 14:03:36 +0900, Doug Lerner [EMAIL PROTECTED] wrote: [snip] (1) Even if I don't set the lockLoc, the *location* of the image stays preserved when I change cards. Only the size gets resized. That is counter-intuitive. (2) What if I do want to be able to move and resize the

Re: save this stack - a bug with images?

2004-03-18 Thread Richard Gaskin
Graham Samuel wrote: What I would like is a command which would make the image forget about its original size by substituting the current size for the original size wherever it's stored in the object. set the lockLoc of img 1 to true -- Richard Gaskin Fourth World Media Corporation

Re: save this stack - a bug with images?

2004-03-18 Thread Graham Samuel
On Thu, 18 Mar 2004 06:36:24 -0800, Richard Gaskin [EMAIL PROTECTED] wrote: What I would like is a command which would make the image forget about its original size by substituting the current size for the original size wherever it's stored in the object. set the lockLoc of img 1 to true

Re: save this stack - a bug with images?

2004-03-18 Thread Richard Gaskin
Graham Samuel wrote: On Thu, 18 Mar 2004 06:36:24 -0800, Richard Gaskin [EMAIL PROTECTED] wrote: What I would like is a command which would make the image forget about its original size by substituting the current size for the original size wherever it's stored in the object. set the

Re: save this stack - a bug with images?

2004-03-18 Thread Graham Samuel
I just wrote: you can't set the lockLoc of a graphic AFAIK I was wrong: but you can't set it by right-clicking on the object (in Windows) as you can with an image. Presumably this is an eccentricity of the IDE. Still trying to clarify my anomaly. Graham