Stuck in "Background" window

Ken Norris pixelbird at interisland.net
Tue Mar 18 17:38:01 EST 2003


**********
> Date: Tue, 18 Mar 2003 14:48:12 -0600
> From: "J. Landman Gay" <jacque at hyperactivesw.com>
> Organization: HyperActive Software
> Subject: Re: Stuck in "Background" window

> Use this syntax eactly:
> 
> stop editing bg "myImageGroup"
----------
Nope. Here it is with the change:

on mouseUp
  set the defaultFolder to "Doggies"
  answer file empty with filter "JPEGs,*.jpg"
  lock screen
  import paint from file it
  set itemDel to "/"
  cut image (last item of it)
  start editing bg "myImageGroup"
  paste image (last item of it)
  stop editing bg "myImageGroup"
  unlock screen
  send "choose browse tool" to me in 20 milliseconds
end mouseUp

When I look in the Objects menu,  "Stop Editing" is still shown. If I click
it all is OK.

It is still refusing to obey the command <stop editing bg "myImageGroup">
and ends up in the background window every time.

Ken N.




More information about the use-livecode mailing list