So to get a snapshot of a stack is as below:
put the rect of this stack into tRect
import snapshot from rect tRect
works as expected.
But how can one snapshot including the window decorations of the open stack?
snapshot including the window decorations of the open stack?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
snapshot including the window decorations of the open stack?
Andy .... LC CLASSIC ROCKS!
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: snapshot including the window decorations of the open st
Try "the effective rect of <stack>"
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: snapshot including the window decorations of the open st
Thanks Richard.
perfect..learn something new everyday.
perfect..learn something new everyday.
Andy .... LC CLASSIC ROCKS!