Re: Is "import snapshot" without parameters broken?

2020-07-25 Thread matthias rebbe via use-livecode
I have a little error in my description. it should say: .. > With same resolution on both displays import/export snapshot only wors when > the main display is set on the LEFT in System Preferences So in short. it works correctly when - both displays have same resolution and the main display is

Re: Is "import snapshot" without parameters broken?

2020-07-25 Thread matthias rebbe via use-livecode
Thanks to all that responded. I have found now what is causing the malfunction of the import / export snapshot commands. And i think this is a bug. I have 2 displays connected to my Mac. The main display is on the right. The resolutions are not the same. The main display has a lower one. With

Re: Is "import snapshot" without parameters broken?

2020-07-25 Thread Jim Lambert via use-livecode
Brian, Import Snapshot sans parameters works fine for me in LC 9.6.0 on macOS 10.15.5 Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Is "import snapshot" without parameters broken?

2020-07-24 Thread Mark Wieder via use-livecode
Also note that in Richard Gaskin's comment to https://quality.livecode.com/show_bug.cgi?id=15103 the "export snapshot" command may also be a workaround. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Is "import snapshot" without parameters broken?

2020-07-24 Thread Mark Wieder via use-livecode
On 7/24/20 3:31 PM, matthias rebbe via use-livecode wrote: Hi, today i've tried to do a screen capture using "import snapshot", but without parameter. Livecode displays a crosshairs cursor, but i am not able to select an area with the mouse. Liveconde freezes then in some wa

Re: Is "import snapshot" without parameters broken?

2020-07-24 Thread J. Landman Gay via use-livecode
On 7/24/20 5:31 PM, matthias rebbe via use-livecode wrote: Hi, today i've tried to do a screen capture using "import snapshot", but without parameter. Livecode displays a crosshairs cursor, but i am not able to select an area with the mouse. Liveconde freezes then in some wa

Re: Is "import snapshot" without parameters broken?

2020-07-24 Thread Brian Milby via use-livecode
.14) Sent from my iPhone > On Jul 24, 2020, at 6:32 PM, matthias rebbe via use-livecode > wrote: > > Hi, > > today i've tried to do a screen capture using "import snapshot", but without > parameter. > Livecode displays a crosshairs cursor, but i am not a

Is "import snapshot" without parameters broken?

2020-07-24 Thread matthias rebbe via use-livecode
Hi, today i've tried to do a screen capture using "import snapshot", but without parameter. Livecode displays a crosshairs cursor, but i am not able to select an area with the mouse. Liveconde freezes then in some way and i have to force quit it.. Is this a bug or did the sy

Re: put img into img after import snapshot

2019-12-01 Thread Alan Stenhouse via use-livecode
> This works perfectly on desktop. Why would it fail on mobile? > > put 0,the bottom of btn "newsHeader",the width of this stack,the top of grc > "scaleRectangle" into pRect > import snapshot from rect pRect > put img 2 into img 1 // THIS LINE DOESN

put img into img after import snapshot

2019-11-30 Thread Dan Friedman via use-livecode
This works perfectly on desktop. Why would it fail on mobile? put 0,the bottom of btn "newsHeader",the width of this stack,the top of grc "scaleRectangle" into pRect import snapshot from rect pRect put img 2 into img 1 // THIS LINE DOESN’T DO ANYTHING delete img 2

Re: How to (in iOS) Import snapshot and paste resulting image to substack?

2017-11-07 Thread J. Landman Gay via use-livecode
On 11/7/17 12:21 PM, JOHN PATTEN via use-livecode wrote: cut image "pages 2-3" of this card. —there is no cut in iOS??? go to stack "Print Template" paste — there is no paste in iOS You can do: copy img "pages 2-3" of this card to card of stack "print template" delete img "pages 2-3" of

Re: How to (in iOS) Import snapshot and paste resulting image to substack? (Solved)

2017-11-07 Thread JOHN PATTEN via use-livecode
I figured it out :) Needed to just use export snapshot, instead of import snapshot, and create named image holders to “paste” the exported snapshots into. export snapshot from rectangle (the rect of cd fld "pages 2-3") of this card to img "pages 2-3" of stack "Pri

How to (in iOS) Import snapshot and paste resulting image to substack?

2017-11-07 Thread JOHN PATTEN via use-livecode
Hi All, In iOS on an iPad, I am trying to import a snapshot and then place the resulting image on a substack of the main stack. The idea is to save the substack out as a PDF after placing a number of snapshots on it. The code I am using is: - import snapshot from rectangle

Re: Import Snapshot of Stack?

2015-07-31 Thread tbodine
image from the card, even when I alter the size of the snapshot. Thanks again. Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Import-Snapshot-of-Stack-tp4694518p4694529.html Sent from the Revolution - User mailing list archiv

Re: Import Snapshot of Stack?

2015-07-31 Thread Richard Gaskin
Scott Rossi wrote: > Anyone know if this is possible without referencing a windowID? > > This fails with a script error: > import snapshot from stack "xyz" > > > This defaults to selecting a region to capture and then fails: > import snapshot of stack &qu

Import Snapshot of Stack?

2015-07-30 Thread Scott Rossi
Anyone know if this is possible without referencing a windowID? This fails with a script error: import snapshot from stack "xyz" This defaults to selecting a region to capture and then fails: import snapshot of stack "xyz" This works, but clips the snapshot if any portion

Re: import snapshot

2014-05-05 Thread larry
Thank you John and Richmond Larry - Original Message - From: "Richmond" To: "How to use LiveCode" Sent: Monday, May 05, 2014 4:54 AM Subject: Re: import snapshot on mouseUp import snapshot from graphic "ggg" set the name of last image

Re: import snapshot

2014-05-05 Thread Richmond
on mouseUp import snapshot from graphic "ggg" set the name of last image to "XYZ" end mouseUp Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and mana

RE: import snapshot

2014-05-05 Thread John Dixon
set the name of the last image of this card to "whateverYouWantToCallIt" > From: la...@significantplanet.org > To: use-livecode@lists.runrev.com > Subject: import snapshot > Date: Mon, 5 May 2014 04:43:41 -0600 > > I am importing a snapshot from an image object. LC p

import snapshot

2014-05-05 Thread larry
I am importing a snapshot from an image object. LC places the snapshot (to my specified size) in a new image object in the middle of my stack. But how do I programatically know what the name of the newly created image object is? (so I can then do stuff to it) TIA Larry

RE: import snapshot

2014-03-23 Thread John Dixon
Hi Bill.. I am trying to get this to work on iOS, but I thank you for your reply...:-) > Subject: Re: import snapshot > From: proth...@earthednet.org > Date: Sun, 23 Mar 2014 11:31:08 -0700 > To: use-livecode@lists.runrev.com > > John: > Looks like we are working on simil

Re: import snapshot

2014-03-23 Thread proth...@earthednet.org
nd copyMapToSnap Good luck, Bill proth...@earthednet.org http://es.earthednet.org On Mar 22, 2014, at 6:20 PM, John Dixon wrote: > I have been using the following in LC 6.5.2 to take a snapshot of an area of > a map, hiding the map and replacing it with the snapshot... > > set the margins of

Re: import snapshot

2014-03-23 Thread BNig
-- View this message in context: http://runtime-revolution.278305.n4.nabble.com/import-snapshot-tp4677427p4677435.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com

import snapshot

2014-03-22 Thread John Dixon
I have been using the following in LC 6.5.2 to take a snapshot of an area of a map, hiding the map and replacing it with the snapshot... set the margins of the templateImage to 0 import snapshot from rect (0,40, the width of card "map", the height of card "map" -40 ) set

Re: import snapshot - send to server

2013-10-06 Thread Richmond
maged or file format not recognized" Any ideas on how to get it on the server as a jpg? * * * put "1234.jpg" into *tFileUp * import* snapshot from rectangle tRect *--as JPEG* *put* last image into URL ("ftp://user:pw@XXX/XX/XXX/"&tFileUp) I have a fee

Re: import snapshot - send to server

2013-10-06 Thread Jim sims
quot; > > then FTP that last image to a server > > > I've tried with and without "as JPG" > > > A file gets sent to the server but when I try to open it I get "damaged > or file format not recognized" > > > Any ideas on how to get it

import snapshot - send to server

2013-10-06 Thread Jim sims
deas on how to get it on the server as a jpg? * * * put "1234.jpg" into *tFileUp * import* snapshot from rectangle tRect *--as JPEG* *put* last image into URL ("ftp://user:pw@XXX/XX/XXX/"&tFileUp) sims ___ use-livec

Import Snapshot from Player

2013-09-13 Thread Ray Horsley
I'm having problems doing this with 6.5 (dp 1) although there are no problems with the same script in 6.1.1. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefe

Re: import snapshot bug?

2013-06-06 Thread Paul Hibbert
On 2013-06-06, at 1:34 PM, Klaus major-k wrote: >> Works fine here on linux in a button script. > > OK, seems to be a Mac thing. Works fine on Win7 too (via Parallels). Paul ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: import snapshot bug?

2013-06-06 Thread Mark Wieder
Klaus major-k writes: > OK, seems to be a Mac thing. > But just too funky it works when executed from the message box!? Yeah, if anything I'd expect the opposite. That message box is full of surprises. -- Mark Wieder mwie...@ahsoftware.net ___

Re: import snapshot bug?

2013-06-06 Thread Klaus major-k
Hi Mark, Am 06.06.2013 um 22:29 schrieb Mark Wieder : > Klaus major-k writes: > Hi friends, >> >> I just experienced something that I consider a bug! >> LC 6.02 OOS, Mac OS X 10.8.4 >> >> When you issue a simple "import snapshot" you get the CRO

Re: import snapshot bug?

2013-06-06 Thread Mark Wieder
Klaus major-k writes: > > Hi friends, > > I just experienced something that I consider a bug! > LC 6.02 OOS, Mac OS X 10.8.4 > > When you issue a simple "import snapshot" you get the CROSSHAIR cursor > and can drag a rect that gets snapshotted. At least it

Re: import snapshot bug?

2013-06-06 Thread Klaus major-k
Hi Jaqueline, Am 06.06.2013 um 22:19 schrieb "J. Landman Gay" : > I just tried it with LiveCode 6.0.2 and it works okay here. I sent "import > snapshot" from the message box. O yeah, really works this way, but not in a button in a stack, too funky! > Don't

Re: import snapshot bug?

2013-06-06 Thread Klaus major-k
CHEEESEEE? :-) >> >> Am 06.06.2013 um 13:40 schrieb Klaus major-k : >> >>> Hi friends, >>> >>> I just experienced something that I consider a bug! >>> LC 6.02 OOS, Mac OS X 10.8.4 >>> >>> When you issue a simple "import snapshot

Re: import snapshot bug?

2013-06-06 Thread J. Landman Gay
I just tried it with LiveCode 6.0.2 and it works okay here. I sent "import snapshot" from the message box. Don't say the "C" word! On 6/6/13 3:01 PM, Klaus major-k wrote: Hmmm, noone problems with this one or has a minute to spare to check this? And what if

Re: import snapshot bug?

2013-06-06 Thread Paul Hibbert
LC 6.02 OOS, Mac OS X 10.8.4 >> >> When you issue a simple "import snapshot" you get the CROSSHAIR cursor >> and can drag a rect that gets snapshotted. At least it used to work like >> this :-/ >> >> I just tested this in a fresh stack with only a button: &

Re: import snapshot bug?

2013-06-06 Thread Klaus major-k
e a simple "import snapshot" you get the CROSSHAIR cursor > and can drag a rect that gets snapshotted. At least it used to work like this > :-/ > > I just tested this in a fresh stack with only a button: > on mouseup > import snapshot > end mouseup > > The CROS

Re: import snapshot bug?

2013-06-06 Thread Klaus major-k
uot; > http://qery.us/3fi > > Fill out this survey please > http://livecodebeginner.economy-x-talk.com/survey/ > > On 6/6/2013 13:40, Klaus major-k wrote: >> Hi friends, >> >> I just experienced something that I consider a bug! >> LC 6.02 OOS, Mac OS X 10.8

Re: import snapshot bug?

2013-06-06 Thread Mark Schonewille
ust experienced something that I consider a bug! LC 6.02 OOS, Mac OS X 10.8.4 When you issue a simple "import snapshot" you get the CROSSHAIR cursor and can drag a rect that gets snapshotted. At least it used to work like this :-/ I just tested this in a fresh stack with only a button: on m

import snapshot bug?

2013-06-06 Thread Klaus major-k
Hi friends, I just experienced something that I consider a bug! LC 6.02 OOS, Mac OS X 10.8.4 When you issue a simple "import snapshot" you get the CROSSHAIR cursor and can drag a rect that gets snapshotted. At least it used to work like this :-/ I just tested this in a fresh stack w

RE: Import Snapshot in iOS

2013-05-15 Thread J. Landman Gay
Yes, I asked about this and according to RR import from rect hasn't been implemented in iOS for some technical reasons. But you can "import snapshot from rect of this card" and it should work. Mark Wilcox wrote: >Is everyone using the same versions of LiveCode an

Re: Import Snapshot in iOS

2013-05-15 Thread Richard Gaskin
Mark Wilcox wrote: > Yes, the code I looked at definitely took a rect and not an object. > I suspect the new method is not taking a snapshot of the screen at > all but rendering the object into an image. Wouldn't using the new > method and asking for the current card work for most scenarios? I w

RE: Import Snapshot in iOS

2013-05-15 Thread Mark Wilcox
m a rectangle !.. and it >doesn't matter is acceleratedRendering is true or false.. or has even left the >room ..:-) > >> Date: Wed, 15 May 2013 03:13:59 +0300 >> From: endern...@gmail.com >> To: use-livecode@lists.runrev.com >> Subject: Re: Import Snapsho

RE: Import Snapshot in iOS

2013-05-15 Thread John Dixon
> Subject: Re: Import Snapshot in iOS > > Yepp :) > *import from * works fine. > The problem is *import from rect* notation. > > @Roger, > for now the only solution seems this piece of code: > _set the acceleratedRendering of this stack to false >

Re: Import Snapshot in iOS

2013-05-15 Thread Björnke von Gierke
Is there a bug report for this? On 15.05.2013, at 06:47, Mark Wilcox wrote: > Yes, the code I looked at definitely took a rect and not an object. I suspect > the new method is not taking a snapshot of the screen at all but rendering > the object into an image. Wouldn't using the new method and

Re: Import Snapshot in iOS

2013-05-14 Thread Mark Wilcox
Yes, the code I looked at definitely took a rect and not an object. I suspect the new method is not taking a snapshot of the screen at all but rendering the object into an image. Wouldn't using the new method and asking for the current card work for most scenarios? Presumably if you want a subse

Re: Import Snapshot in iOS

2013-05-14 Thread Roger Guay
Very clever, Ender. Thanks! On May 14, 2013, at 5:13 PM, Ender Nafi Elekçioğlu wrote: > Yepp :) > *import from * works fine. > The problem is *import from rect* notation. > > @Roger, > for now the only solution seems this piece of code: > _set the acceleratedRendering of this stack to false >

Re: Import Snapshot in iOS

2013-05-14 Thread Ender Nafi Elekçioğlu
Yepp :) *import from * works fine. The problem is *import from rect* notation. @Roger, for now the only solution seems this piece of code: _set the acceleratedRendering of this stack to false _import snapshot from rect tRect _set the acceleratedRendering of this stack to true My sample stack in

Re: Import Snapshot in iOS

2013-05-14 Thread Richard Gaskin
I recently stumbled across this post by Ender Nafi which confirm my hunch that it's only the older "import from " option that fails, and the newer "import from " seems to work well: http://forums.runrev.com/viewtopic.php?f=49&t=15093#p75531 -- Richard Gaskin Fourth World Systems Software Des

Re: Import Snapshot in iOS

2013-05-14 Thread Roger Guay
how to trace my way down from a command to the code > that implements it in a workshop on Thursday. Curious to look at this one > some more when I understand the code better. > > Mark > > > > From: Roger Guay > To: How to use LiveCode >

Re: Import Snapshot in iOS

2013-05-14 Thread Mark Wilcox
ing to find out how to trace my way down from a command to the code that implements it in a workshop on Thursday.  Curious to look at this one some more when I understand the code better. Mark From: Roger Guay To: How to use LiveCode Sent: Tuesday, 14

Re: Import Snapshot in iOS

2013-05-14 Thread Roger Guay
Richard, I presume you were asking anyone on the list. I, for one, do not know! Roger On May 14, 2013, at 9:37 AM, Richard Gaskin wrote: > Ender Nafi wrote: >> Roger's right. >> It's an odd thing but setting the a-R to true prohibits importing snapshots. >> Commenting it out fixes the issue.

Re: Import Snapshot in iOS

2013-05-14 Thread Richard Gaskin
Ender Nafi wrote: Roger's right. It's an odd thing but setting the a-R to true prohibits importing snapshots. Commenting it out fixes the issue. Not tested in LiveCode 6.0.1, though… That's not mentioned in the Dictionary. Is that a documentation bug, or does it only affect the older method o

Re: Import Snapshot in iOS

2013-05-14 Thread Ender Nafi Elekçioğlu
Roger's right. It's an odd thing but setting the a-R to true prohibits importing snapshots. Commenting it out fixes the issue. Not tested in LiveCode 6.0.1, though… ~ Ender Nafi ~… together, we're smarter …~ ___ use-livecode mailing list use-livecod

Re: Import Snapshot in iOS

2013-05-14 Thread Roger Guay
t, in my case, acceleratedRendering is the > one line of code that results in snapshot not working in iOS. I've tried > moving it from openStack to preopenStack to no avail. Can you think of any > reason why this might be? > > > Thanks, > Roger > > > > On May 14, 2013, a

Re: Import Snapshot in iOS

2013-05-14 Thread Roger Guay
3, at 7:41 AM, John Dixon wrote: > Import snapshot works regardless of the setting of acceleratedRendering ... > so, it's not a 'bug' or a 'feature'... it just does what is says on the tin... > >> Subject: Re: Import Snapshot in iOS >> From: mcgra..

RE: Import Snapshot in iOS

2013-05-14 Thread John Dixon
Import snapshot works regardless of the setting of acceleratedRendering ... so, it's not a 'bug' or a 'feature'... it just does what is says on the tin... > Subject: Re: Import Snapshot in iOS > From: mcgra...@mac.com > Date: Tue, 14 May 2013 08:57:11 -0400 &

Re: Import Snapshot in iOS

2013-05-14 Thread Thomas McGrath III
3, at 8:25 AM, Roger Guay wrote: > Hi, > > I've discovered that Import Snapshot does not work in iOS if > acceleratedRendering is set to true. Works fine in OS X but not iOS. Any > thoughts? > > Thanks, > Roger > ___ &g

RE: Import Snapshot in iOS

2013-05-14 Thread John Dixon
Roger... I use 'import snapshot' on an app in the iTunes store... acceleratedRendering is true. I am not have had any problems.. Dixie > Subject: Import Snapshot in iOS > From: i...@mac.com > Date: Tue, 14 May 2013 05:25:34 -0700 > To: use-livecode@lists.runrev.

Import Snapshot in iOS

2013-05-14 Thread Roger Guay
Hi, I've discovered that Import Snapshot does not work in iOS if acceleratedRendering is set to true. Works fine in OS X but not iOS. Any thoughts? Thanks, Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: the iconic of a stack - also import snapshot

2013-02-20 Thread FlexibleLearning.com
> One last thing that is driving me crazy is that "import snapshot" > never works for me in Windows. It works in the livecode IDE, but > in standalones, the snapshot is always of the desktop/wallpaper, > not of the stack. > > > put 234,83,500,166 into zRect &g

Re: the iconic of a stack - also import snapshot

2013-02-19 Thread Roger Eller
import snapshot from card 1 of stack "stack name" ~Roger On Feb 19, 2013 4:48 PM, "Lars Brehmer" wrote: > I solved my self-induced problem, and it was indeed rather idiotic of me, > as I suspected. > > The iconic didn't work because in the stack inspector t

Re: the iconic of a stack - also import snapshot

2013-02-19 Thread Richard Gaskin
Lars Brehmer wrote: One last thing that is driving me crazy is that "import snapshot" never works for me in Windows. It works in the livecode IDE, but in standalones, the snapshot is always of the desktop/wallpaper, not of the stack. put 234,83,500,166 into zRect put th

Re: the iconic of a stack - also import snapshot

2013-02-19 Thread Lars Brehmer
you don't use them. the decorations can't be empty. I can't remember exactly, but I think that this was different in Rev 2.8, which is why I was confused. One last thing that is driving me crazy is that "import snapshot" never works for me in Windows. It works in the li

Re: import snapshot

2012-09-03 Thread Timothy Miller
On Sep 3, 2012, at 1:22 PM, J. Landman Gay wrote: > Are you using an older copy of LiveCode? That's a really old bug. Unwittingly perhaps. All better now. Thanks Jacque Tim ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: import snapshot

2012-09-03 Thread J. Landman Gay
On 9/3/12 2:21 PM, Timothy Miller wrote: It does produce draggable crosshairs. When I drag the crosshairs, I get a black rectangle. When I let go of the mouse, I do get a new image with the dimensions of the dragged rectangle. However, the new image is merely a black rectangle. Are you using a

import snapshot

2012-09-03 Thread Timothy Miller
All my previous questions answered completely, so far. Praise Isis, praise Osiris, all hail Runrev. Here's another one. >From the dictionary entry for "import snapshot": > If you do not specify a rectangle or an object, LiveCode displays a > crosshairs cursor. Cl

Re: import snapshot from larger than screen stack???

2011-09-29 Thread Chipp Walters
I use the import snapshot > command, it clips on the screen borders... so if my stack is 1000 pixels > high and the screen is only 500 pixels high, the screenshot will feature > only the first 500px. > > any clue? Can we capture stuff off screen? > > Andre > > -- > http:

Re: import snapshot from larger than screen stack???

2011-09-29 Thread Bob Sneidar
"KARD" [feeling dead imaginative this evening] > > and then put this: > > import snapshot from card "KARD" > > into the Message Box > > and, guess what; I got a 400 x 3000 image in my stack. > > ___ > use

Re: import snapshot from larger than screen stack???

2011-09-29 Thread Richmond Mathewson
At the risk of appearing stupid: I made a stack [400 wide by 3000 high]; my screen resolution being 1280 x 960 (Linux) and named the first card "KARD" [feeling dead imaginative this evening] and then put this: import snapshot from card "KARD" into the Message Box and,

Re: import snapshot from larger than screen stack???

2011-09-29 Thread Scott Rossi
and the are no scrollbars or > anything like that. The command below will capture a blank screen here. > > damn, should be easy if revbrowsersnapshot just worked as advertised. > > andre > > On Thu, Sep 29, 2011 at 3:07 PM, Scott Rossi wrote: > >> Andre, would this

Re: import snapshot from larger than screen stack???

2011-09-29 Thread J. Landman Gay
is large enough and the are no scrollbars or anything like that. The command below will capture a blank screen here. I haven't tried it, but you could try: lock the screen, set the height of the stack to 1000, import snapshot from this cd, set the stack height back to the original height

Re: import snapshot from larger than screen stack???

2011-09-29 Thread Andre Garzia
or anything like that. The command below will capture a blank screen here. damn, should be easy if revbrowsersnapshot just worked as advertised. andre On Thu, Sep 29, 2011 at 3:07 PM, Scott Rossi wrote: > Andre, would this work for you? > > on mouseUp > import snapshot from rect

Re: import snapshot from larger than screen stack???

2011-09-29 Thread Scott Rossi
Andre, would this work for you? on mouseUp import snapshot from rect (rect of cd 1 of ) of cd 1 of end mouseUp (note line wrap) Note to RunRev: statements like the above continue to fail when run from the message box. Regards, Scott Rossi Creative Director Tactile Media, UX Design

import snapshot from larger than screen stack???

2011-09-29 Thread Andre Garzia
Folks, I have a large stack that I want a snapshot, when I use the import snapshot command, it clips on the screen borders... so if my stack is 1000 pixels high and the screen is only 500 pixels high, the screenshot will feature only the first 500px. any clue? Can we capture stuff off screen

Re: [OT]:Socks [was: Import Snapshot Broken in 4.5.3?]

2011-01-18 Thread Bob Sneidar
I have been truly outdone. Cudos. Bob On Jan 17, 2011, at 5:49 PM, J. Landman Gay wrote: > On 1/17/11 6:36 PM, Bob Sneidar wrote: >> I have one of yours. I filled it with popcorn and am using it for a cat toy. >> >> Bob >> >> >> On Jan 17, 2011, at 12:31 PM, J. Landman Gay wrote: >> >>> On

Re: [OT]:Socks [was: Import Snapshot Broken in 4.5.3?]

2011-01-17 Thread Colin Holgate
On Jan 17, 2011, at 8:49 PM, J. Landman Gay wrote: > > If I recall, an ancient Greek philosopher invented that toy. He named it > after himself: Sock-Rat Tease. Is it true that he wore his socks for six months, until his friend Pythagoras exclaimed "you reeker!" ___

[OT]:Socks [was: Import Snapshot Broken in 4.5.3?]

2011-01-17 Thread J. Landman Gay
On 1/17/11 6:36 PM, Bob Sneidar wrote: I have one of yours. I filled it with popcorn and am using it for a cat toy. Bob On Jan 17, 2011, at 12:31 PM, J. Landman Gay wrote: On 1/17/11 11:52 AM, Bob Sneidar wrote: Peter, That's actually one of the weird side effects of Jacque's Time Travel s

Re: Import Snapshot Broken in 4.5.3?

2011-01-17 Thread Bob Sneidar
I have one of yours. I filled it with popcorn and am using it for a cat toy. Bob On Jan 17, 2011, at 12:31 PM, J. Landman Gay wrote: > On 1/17/11 11:52 AM, Bob Sneidar wrote: >> Peter, >> >> That's actually one of the weird side effects of Jacque's Time Travel >> stack. The first time she lau

Re: Import Snapshot Broken in 4.5.3?

2011-01-17 Thread J. Landman Gay
On 1/17/11 11:52 AM, Bob Sneidar wrote: Peter, That's actually one of the weird side effects of Jacque's Time Travel stack. The first time she launched it, we all started experiencing this anomaly. We also noticed that the socks we put into the dryer were not always the socks we took back out.

Re: Import Snapshot Broken in 4.5.3?

2011-01-17 Thread Bob Sneidar
Peter, That's actually one of the weird side effects of Jacque's Time Travel stack. The first time she launched it, we all started experiencing this anomaly. We also noticed that the socks we put into the dryer were not always the socks we took back out. Bob On Jan 16, 2011, at 8:16 AM, Pe

Re: Import Snapshot Broken in 4.5.3?

2011-01-16 Thread Peter Brigham MD
at 9:07 PM, Scott Rossi wrote: Houston, I think we have a problem. This script works in LC (Rev) 4 OS X but generates an error in 4.5.3: import snapshot from rect (rect of the selobj) of the selobj Message execution error: Error description: value: error executing expression Hint: import snapshot

Re: Import Snapshot Broken in 4.5.3?

2011-01-13 Thread Scott Rossi
e Media, UX Design Recently, Peter Brigham MD wrote: > On Jan 12, 2011, at 9:07 PM, Scott Rossi wrote: > >> Houston, I think we have a problem. >> >> This script works in LC (Rev) 4 OS X but generates an error in 4.5.3: >> import snapshot from rect (rect of the sel

Re: Import Snapshot Broken in 4.5.3?

2011-01-13 Thread Peter Brigham MD
On Jan 12, 2011, at 9:07 PM, Scott Rossi wrote: Houston, I think we have a problem. This script works in LC (Rev) 4 OS X but generates an error in 4.5.3: import snapshot from rect (rect of the selobj) of the selobj Message execution error: Error description: value: error executing expression

Re: Import Snapshot Broken in 4.5.3?

2011-01-13 Thread René Micout
Hello Scott, The same thing here (LC 4.5.2, OS X 10.6.6) with import snapshot, and : export snapshot from rect (rect of the selobj) of the selobj to file "nxFichier" as PNG generate error message : Message execution error: Error description: value: error executing expression Hi

Re: Import Snapshot Broken in 4.5.3?

2011-01-12 Thread Scott Rossi
A bit more on this problem... When I run an "import snapshot..." script from a button placed in a stack, the script works as expected. When I run the script from the message box, LC generates an error. Anybody else see this? LC 4.5.3, OS X 10.6.6, all 3rd party plugins removed

Re: Import Snapshot Broken in 4.5.3?

2011-01-12 Thread Marty Knapp
script and it works fine for me. (LC 4.5.3 on OSX 10.6.6) Marty Knapp Houston, I think we have a problem. This script works in LC (Rev) 4 OS X but generates an error in 4.5.3: import snapshot from rect (rect of the selobj) of the selobj ___ use

Re: Import Snapshot Broken in 4.5.3?

2011-01-12 Thread Scott Rossi
; Houston, I think we have a problem. >> >> This script works in LC (Rev) 4 OS X but generates an error in 4.5.3: >>import snapshot from rect (rect of the selobj) of the selobj >> >> Message execution error: >> Error description: value: error executing expr

Re: Import Snapshot Broken in 4.5.3?

2011-01-12 Thread Marty Knapp
Hey Scott - tried your first script and it works fine for me. (LC 4.5.3 on OSX 10.6.6) Marty Knapp Houston, I think we have a problem. This script works in LC (Rev) 4 OS X but generates an error in 4.5.3: import snapshot from rect (rect of the selobj) of the selobj Message execution error

Import Snapshot Broken in 4.5.3?

2011-01-12 Thread Scott Rossi
Houston, I think we have a problem. This script works in LC (Rev) 4 OS X but generates an error in 4.5.3: import snapshot from rect (rect of the selobj) of the selobj Message execution error: Error description: value: error executing expression Hint: import snapshot from rect (rect of the