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
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
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
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
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
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
.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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
--
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
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
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
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
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
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
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
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
___
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
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
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
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
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
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:
&
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
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
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
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
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
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
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
> 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
>
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
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
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
>
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
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
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
>
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
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.
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
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
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
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..
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
&
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
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.
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
> 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
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
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
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
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
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
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
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:
"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
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,
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
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
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
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
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
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
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!"
___
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
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
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.
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
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
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
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
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
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
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
; 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
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
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
90 matches
Mail list logo