Sometimes when I use
Code: Select all
import snapshot
I guess this is a bug but is there any solution to get a proper snapshot every time, or, should I just file a bug?
Using LiveCode 4.5.1 on MacOS X 10.6.5
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
import snapshot
Code: Select all
on mouseUp
hide this stack
import snapshot
show this stack
end mouseUp