Re: Script editor won't compile

2018-01-03 Thread Peter Bogdanoff via use-livecode
I tried again, pasted the Windows 10 script into Apple’s TextEdit, copied that into the script editor, and it now works normally. What I was doing before was: 1. Copying text from the Windows 10 LC script editor and pasting directly into the Mac LC script editor. No compile. 2. Pasting into

Script editor won't compile

2018-01-03 Thread Peter Bogdanoff via use-livecode
Hi, LC 8.1.7 Windows LC 9.1.7 Mac I worked on a card script in Windows (using Parallels), copied that script, and went to the Mac version, pasted it in the script window. It saves, but won’t compile. My various handlers don’t show on the left panel and clicking Apply doesn’t do anything. And

Re: screenloc not actually centered after changing scalefactor (was Screen Resolution for Desktop Apps)

2018-01-03 Thread Nicolas Cueto via use-livecode
Jacqueline yet again saves the day. Thank you! -- N. On 2 January 2018 at 08:34, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 12/31/17 7:31 PM, Nicolas Cueto via use-livecode wrote: > >> To do "some calculations", I thought of comparing the loc to the >>

Re: Print to PDF

2018-01-03 Thread Paul Hibbert via use-livecode
Richmond, I tried using macOS High Siera version 10.13.2 (17C88) and your script writes a PDF in LC7.1.4 & LC8.2.0 (dp2), but in LC9.0.0 (dp11) it prints the card to my default printer, so it seems the ’to PDF’ part is being ignored. Maybe time for a Bug Report. :) Paul > On Jan 3, 2018, at

Two new videos about using Navigator with LiveCode

2018-01-03 Thread Geoff Canyon via use-livecode
I updated my copy of ScreenFlow, so I made two new videos about how to use Navigator with LiveCode. Navigator is old -- I mostly finished with it about a dozen years ago -- but I updated it a few years ago to work with behaviors, so if you use those it can be really helpful. That said, I haven't

Re: Print to PDF

2018-01-03 Thread Richmond Mathewson via use-livecode
Dunno where all the spaces have gone: I copy-pasted from the 8.1.8 scriptEditor om Mac OS 10.7.5 Richmond. On 3/1/2018 11:00 pm, Tom Glod via use-livecode wrote: let me look up my pdf printing code.why are all the spaces gone from your code? On Wed, Jan 3, 2018 at 3:10 PM, Richmond

Re: Print to PDF

2018-01-03 Thread Tom Glod via use-livecode
let me look up my pdf printing code.why are all the spaces gone from your code? On Wed, Jan 3, 2018 at 3:10 PM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > I wonder why this doesn't work: > > onmouseUp > > setthelockScreentotrue > >

Print to PDF

2018-01-03 Thread Richmond Mathewson via use-livecode
I wonder why this doesn't work: onmouseUp setthelockScreentotrue settheformatForPrintingofthis stack totrue openprinting topdf "./sampleOutput" setthewidthoffld "fff" tothewidthofstack "PDF Printer" settheheightoffld "fff" totheheightofstack "PDF Printer" printcard 1 setthewidthoffld

Re: Free SVG icons

2018-01-03 Thread Brian Milby via use-livecode
Thanks Richmond... that looks useful. https://icomoon.io has the ability to bulk convert several icon sets to paths/fonts. Feather happens to be one of the free sets available. Since it is originally under MIT, this could be a set that could bundle up as a family for the icon library. Here's the

Re: Go in Window (not working) Go in A window "working"

2018-01-03 Thread Sannyasin Brahmanathaswami via use-livecode
"Something is wrong" This works on desktop, but fails on iOS. Nothing happens at all. it stays on the same, open stack and does not navigate to/open the new stack declared in "go put the windowID of stack oStackName into tWindowID # current open stack go to cardOrStackObject in window

Re: Free SVG icons

2018-01-03 Thread Richmond Mathewson via use-livecode
https://pixelbuddha.net/freebie/paticons-Icons-and-ui-patterns Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: problems with mobilepickphoto

2018-01-03 Thread Bob Sneidar via use-livecode
Yeah I tripped over that when I first began using Answer File/Folder. The result contains "Cancel" if the cancel button is clicked, and is empty if a file/folder is chosen. The it variable contains the absolute file/folder path if one is chosen or empty if the user cancels. It's somewhat

Re: zip folder of arbitrary size

2018-01-03 Thread Ben Rubinstein via use-livecode
Phew - thanks Mark! On 03/01/2018 16:41, Mark Waddingham via use-livecode wrote: On 2018-01-03 17:25, Ben Rubinstein via use-livecode wrote: I want an app running unattended on a Windows VM to zip up a folder (on a regular basis). I've not used the revZip library before: when I look at it the

Re: problems with mobilepickphoto

2018-01-03 Thread Klaus major-k via use-livecode
Hi friends, found it! > Am 03.01.2018 um 17:33 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I have a strange problem with "mobilepickphoto"! > > Here the script: > on mouseUp pMouseButton > lock screen > if the environment = "mobile" then >

Re: zip folder of arbitrary size

2018-01-03 Thread Mark Waddingham via use-livecode
On 2018-01-03 17:25, Ben Rubinstein via use-livecode wrote: I want an app running unattended on a Windows VM to zip up a folder (on a regular basis). I've not used the revZip library before: when I look at it the first thing I notice is that first step, according to the Dictionary is: Use the

zip folder of arbitrary size

2018-01-03 Thread Ben Rubinstein via use-livecode
I want an app running unattended on a Windows VM to zip up a folder (on a regular basis). I've not used the revZip library before: when I look at it the first thing I notice is that first step, according to the Dictionary is: Use the revZipOpenArchive command to load a zip archive

problems with mobilepickphoto

2018-01-03 Thread Klaus major-k via use-livecode
Hi friends, I have a strange problem with "mobilepickphoto"! Here the script: on mouseUp pMouseButton lock screen if the environment = "mobile" then mobilePickPhoto "library",212,212 if the result is empty then exit mouseUp end if ## Works on Device and simulator so far! else answer file

Re: Free SVG icons

2018-01-03 Thread Bob Sneidar via use-livecode
That would be: VisualDesigner > On Jan 3, 2018, at 07:27 , Bob Sneidar via use-livecode > wrote: > > VisualDesigler ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Free SVG icons

2018-01-03 Thread Bob Sneidar via use-livecode
In case anyone needs to convert SVG to PNG or other format: Apple has a free app on their store called VisualDesigler, where as you may imagine you can also CREATE SVGs. Bob S > On Jan 2, 2018, at 13:24 , J. Landman Gay via use-livecode > wrote: > > Looks

Re: Free SVG icons

2018-01-03 Thread Mark Waddingham via use-livecode
On 2018-01-03 15:30, hh via use-livecode wrote: BM wrote: I looked briefly for something that could convert SVG to just a path. Inkscape can do it, but I was more looking for something that could easily do it in a batch run. Then you could convert the whole set. I'm looking for that for

Re: Free SVG icons

2018-01-03 Thread hh via use-livecode
> BM wrote: > I looked briefly for something that could convert SVG to just a path. > Inkscape can do it, but I was more looking for something that could easily > do it in a batch run. Then you could convert the whole set. I'm looking for that for months. TMHO opinion inkscape can do that for

Re: Free SVG icons

2018-01-03 Thread Brian Milby via use-livecode
Icon picker would be nice. In addition to a filter field, it should allow different families to be selected. I looked briefly for something that could convert SVG to just a path. Inkscape can do it, but I was more looking for something that could easily do it in a batch run. Then you could

Re: Free SVG icons

2018-01-03 Thread Ali Lloyd via use-livecode
There has been some work to replace the icon picker with a stack with a filter field, so once that’s in it should help quite a lot. On Tue, 2 Jan 2018 at 23:51, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > As long as we're talking about this, I'd love to see more of

Re: Free SVG icons

2018-01-03 Thread Mark Waddingham via use-livecode
On 2018-01-03 06:03, Brian Milby via use-livecode wrote: From what I see, it looks like the SVG icons are just path elements and not lines/circles/etc. The new code in DP11 adds support for much more of the SVG spec. Yes - the calendar icon is a built out of three shapes, and not a simple

Re: [off] Apple to unify ios/macos apps next year

2018-01-03 Thread Mark Waddingham via use-livecode
On 2018-01-02 18:46, Ben Rubinstein via use-livecode wrote: I'm coming to this late, but it looks to me as if the list got into a nightmare mode a bit prematurely. What the article actually talks about is a way to create apps which can be used across 'desktop' and mobile operating systems -

Re: Go in Window (not working) Go in A window "working"

2018-01-03 Thread Mark Waddingham via use-livecode
On 2018-01-03 05:55, Sannyasin Brahmanathaswami via use-livecode wrote: Hmmm how simple. go stack in window tID needs to be added to the dictionary… as an example… I did read the entry text description of the Window param, but missed it, still.. lets see if this helps on Android.