On Sun, 5 Dec 1999, Karl Becker wrote:

> Hmmm... I'm having a very strange thing happening.
>      On two separate cards, with two totally different scripts, I have 
> some images in a group (let's call it "mainGroup") that I delete after a 
> little while.  After some scripts happen and such, I eventually delete 
> the images with the line 
> 
> delete image "cool"& whichLine
> 
> where whichLine is a number that gets added to in this little repeat loop.
>      The problem I'm having is simple: once I delete the images, the 
> window doesn't seem to redraw, since the image is still there, but when I 
> change the vScroll or hScroll (or make a new image, or do anything else) 
> the image disappears.  This oddity does NOT happen when I make the images 
> outside of the group, however.  Of course, wouldn't you know it, I need 
> to have the images be created and deleted both inside the group, and stay 
> in the group.  
>      How could I get it so the window updates how it should?  Many, uh, 
> heartfelt thanks   =)

This sounds like a bug, but I can't reproduce it.  Can you send me a
small example stack that shows it?

As for workarounds, there are several.  Forcing the group to redraw
by changing its size or position or hiding and showing it should do
what you need.  Or set the lockScreen to true before deleting and then
back to false afterwards.  Worst case, changing cards or hiding and
showing the whole stack will always force the entire window to redraw.
  Regards,
    Scott

> --------------------------------
> Karl Becker, [EMAIL PROTECTED]
> http://www.btigate.com/~funkboy/
> Home of Tiger's Eye Casino, 
> MacBasketball, and The Fishin' Hole!
> 

********************************************************
Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
MetaCard: You know, there's an easier way to do that...

Reply via email to