snapshot including the window decorations of the open stack?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
AndyP
Posts: 634
Joined: Wed Aug 27, 2008 12:57 pm
Contact:

snapshot including the window decorations of the open stack?

Post by AndyP » Fri Mar 27, 2015 5:54 pm

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?
Andy .... LC CLASSIC ROCKS!

FourthWorld
VIP Livecode Opensource Backer
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

Post by FourthWorld » Fri Mar 27, 2015 7:01 pm

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

AndyP
Posts: 634
Joined: Wed Aug 27, 2008 12:57 pm
Contact:

Re: snapshot including the window decorations of the open st

Post by AndyP » Fri Mar 27, 2015 10:38 pm

Thanks Richard.

perfect..learn something new everyday.
Andy .... LC CLASSIC ROCKS!

Post Reply