Re: Merging PDF pages

2023-08-28 Thread Chris Heidecker via use-livecode
Hi, While applescript is still around, you could use this script. Works pretty well. https://www.macscripter.net/t/applescript-objective-c-handler-to-merge-pdf-files/72534 Regards, Chis Heidecker use scripting additions use framework "Foundation" use framework "Quartz" -- required for PDF

Re: Ventura 1.3 - revcopyfile

2023-04-06 Thread Chris Heidecker via use-livecode
Hi, I had some trouble using revCopyFolder, maybe it is related. Looking for a method to move/duplicate folders on MacOS I tried using revCopyFolder. The internal LC appleScript seems to use 'copy folder' in LC9.6.8 On MacOS 12.6.3 that does not work for me. 'duplicate folder' does. Not sure

Re: folders() does not return aliases to folders?

2022-06-19 Thread Chris Heidecker via use-livecode
answer folderList end mouseUp -- I set the defaultfolder and did not use folders(targetFolder) because -- otherwise i would have to construct the filepath for the aliasreference -- put the aliasReference of (targetFolder&"/"& theFile) into theAlias Regards, Chris Heidecker &

folders() does not return aliases to folders?

2022-06-19 Thread Chris Heidecker via use-livecode
my mistake? This is on OSX 12.4 and LC 9.6.7 regards, Chris Heidecker ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

mergJSON and the ArrayToJSON script

2021-06-11 Thread Chris Heidecker via use-livecode
in pArray if pArray[tKey] is an array then put "}"(pArray[tKey]) into pArray[tKey] end if end repeat return(mergJSONEncode("pArray",pForceRootType,pPretty)) end ArrayTo

Re: [On-Rev] TIO: again all index files were overwritten

2016-01-18 Thread Chris Heidecker
I sent a supportrequest 12 days ago, no emergency, no response. Restored from backup myself last week. All indexfiles are gone again today. Chris Heidecker > Op 18 jan. 2016, om 22:06 heeft Matthias Rebbe | M-R-D > <matthias_livecode_150...@m-r-d.de> het volgende geschreven: >

Re: How To: Delete columns of data

2014-09-05 Thread Chris Heidecker
I think you should not use @pData, just pData should be enough. You’re not using it to return the data but are modifying by splitting but not combining the data. regards, Chris Heidecker Op 5 sep. 2014, om 20:37 heeft Michael Doub miked...@gmail.com het volgende geschreven: just to complete

Re: HTML CSS

2014-04-10 Thread chris heidecker
: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of chris heidecker Sent: Thursday, 10 April 2014 2:43 AM To: How to use LiveCode Subject: Re: HTML CSS The method you mentioned, is using jQuery. So you will have to reference a file to use it. In the comments you'll find

Re: HTML CSS

2014-04-09 Thread chris heidecker
| Technology Solutions Manager | Equipment Management Solutions t: (02) 49645051 | m: 0458 713 547 | i: www.westrac.com.au ACN 009 342 572 -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of chris heidecker Sent: Tuesday, 8 April 2014 10

Re: HTML CSS

2014-04-08 Thread chris heidecker
Hi, I'm not sure what you're goal is, so I'll provide 2 options for inspiration. I didn't use the method you tried, moved the bg-color to the listitem and used a first-child/last-child for the corners. The first one, shows or hides a div on the same page depending on the currentTab The second