Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-30 Thread Richard Gaskin
FWIW, I just ran a quick test and confirmed that "export image" works well, but "export snapshot" results in an error (I ran from terminal over SSH): livecode-server exited due to fatal signal 11 in __kernel_sigreturn @ 0 in @ 0x81a99c3 in @ 0x80f6235 in @ 0x812dfd8 in @ 0x812efc9

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-30 Thread Richard Gaskin
stephen barncard wrote: On Sun, Jun 30, 2013 at 1:26 PM, Richard Gaskin wrote: I wouldn't have imagined that template objects could be exported from - does that work on the desktop? I don't know but it works on the server! I changed all references to "image xxx" to the templateImage in the

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-30 Thread stephen barncard
On Sun, Jun 30, 2013 at 1:26 PM, Richard Gaskin wrote: > I wouldn't have imagined that template objects could be exported from - > does that work on the desktop? > I don't know but it works on the server! I changed all references to "image xxx" to the templateImage in the desktop version. > >

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-30 Thread Mike Bonner
This is the root, you can locate stuff from there in the tree. http://downloads.livecode.com/livecode/ On Sun, Jun 30, 2013 at 2:26 PM, Richard Gaskin wrote: > stephen barncard wrote: > >> I am sad to report that it does not seem possible to use templates to do >> group snapshots yet. >> > > I w

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-30 Thread Richard Gaskin
stephen barncard wrote: I am sad to report that it does not seem possible to use templates to do group snapshots yet. I wouldn't have imagined that template objects could be exported from - does that work on the desktop? I was going to experiment with this myself to see if I can export group

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-30 Thread stephen barncard
I am sad to report that it does not seem possible to use templates to do group snapshots yet. This would require the ability to manipulate graphic objects rather than their templates. here is my code for scaling (there may some pointless garbage in the code): " & pScalePercent -- converts and

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-29 Thread stephen barncard
got it. An overlay of sorts. Very useful. Good idea.. I would need to use templateField and position it. I'll give it a try... sqb On Sat, Jun 29, 2013 at 10:40 PM, Richard Gaskin wrote: > stephen barncard wrote: > > > On Sat, Jun 29, 2013 at 10:21 PM, Richard Gaskin wrote: > >> Do we have

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-29 Thread Richard Gaskin
stephen barncard wrote: > On Sat, Jun 29, 2013 at 10:21 PM, Richard Gaskin wrote: >> Do we have the ability to export objects other than images in >> that build? >> >> Once we can export groups we have custom greeting cards and a >> whole lot more... >> > Richard, > > Help me out here - scratching

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-29 Thread stephen barncard
Richard, Help me out here - scratching my head... what grouped objects would be useful on server? And exported as a binary file? On Sat, Jun 29, 2013 at 10:21 PM, Richard Gaskin wrote: > Thanks for the update, Stephen. > > Do we have the ability to export objects other than images in that buil

Re: Fwd: [FYI] Using Graphic Commands on Server

2013-06-29 Thread Richard Gaskin
Thanks for the update, Stephen. Do we have the ability to export objects other than images in that build? Once we can export groups we have custom greeting cards and a whole lot more... -- Richard Gaskin Fourth World Systems Software Design and Development for Desktop, Mobile, and Web ___

Fwd: [FYI] Using Graphic Commands on Server

2013-06-29 Thread stephen barncard
I did a test just now using Livecode server 6.0.0 dp1. I successfully imported a jpg file to the templategraphic , scaled it, and exported to an output file as a png on a server at Dreamhost using an iRev script. I also stored the initial rect, height and width of the imported graphic into custo