Re: Livecode Builder developer wanted

2022-08-08 Thread Paul McClernan via use-livecode
I would say go ahead and jump in yourself, I’d be willing to help if I can (I’m rather busy myself), if you post questions in the LCB forum section, if you get stuck. I’m sure Trevor has left a nice starting base (I’ve looked at all of his LCB work). You could likely get the lib binary for macOS

Re: deleting folders on server with revDeleteFolder

2022-07-19 Thread Paul McClernan via use-livecode
Yeah, what Alex said, those are posix (Unix) placeholders that point to folders (. self, and .. parent directory), they aren’t actual real folders. On Sun, Jul 17, 2022 at 8:21 AM Alex Tweedly via use-livecode < use-livecode@lists.runrev.com> wrote: > Those folders are > > "." - the folder

Re: macOS Ventura (13.x.x)...

2022-07-11 Thread Paul McClernan via use-livecode
The OSS "community" already had TONs of work to do. Apparently a lot of other software is crashing with macOS Ventura as well. I wonder why? Time to install Ventura and find out I guess. Every year this former mac fan-boy inches closer to becoming a Linux regular. On Sun, Jul 10, 2022 at 4:50

Re: Sharing a desktop app, or with beta testers

2022-03-15 Thread Paul McClernan via use-livecode
Late to this thread, but I’d like to add some FYI: You can get a free Apple Dev account, which allows you to code-sign (but not notarize, only Apple can do that) Mac apps and up to 5 or so iOS apps (which you would have to "side load” somehow unless you jailbreak your iDevice). However,

Re: Standalone build under Big Sur on M1 Airbook

2022-03-15 Thread Paul McClernan via use-livecode
> On Feb 27, 2022, at 12:51 PM, Paul Dupuis via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote: > > On 2/27/2022 12:18 PM, Curry Kenworthy via use-livecode wrote: >> >> Paul: >> >> > building an app under Big Sur on a new M1 Airbook >> >> > macOS told me the command 'lipo' was

Re: Standalone build under Big Sur on M1 Airbook

2022-02-26 Thread Paul McClernan via use-livecode
Is Lipo is part of the Apple Command Line tools? I believe so, and that’s a separate from XCode (I’ve usually install it via Terminal command). It is used to strip out unwanted architectures (PPC,X86 32bit, etc.) from binaries (it can unfatten ‘fat’ binaries) On Tue, Feb 22, 2022 at 4:44 PM Mike

Re: Sharing a desktop app, or with beta testers

2022-01-26 Thread Paul McClernan via use-livecode
Just an FYI, you have to do that right-click-to-open thing TWICE on BigSur and higher to clear the gatekeeper check before the app will actually launch on the second try. There’s actually few ways to get by the gatekeeper. On Wed, Jan 26, 2022 at 2:36 PM Richmond via use-livecode <

Re: Record audio on Mac

2021-12-20 Thread Paul McClernan via use-livecode
Yes and despite info to the contrary mergMicrophone does still work in a standalone on macOS, but as a “heads up”, entitlements may be an issue making a standalone that uses it because on newer macOS need user permission to use the microphone. I entirely removed the signature on a standalone and

Re: How to extract whole text from a PDF file with the PDF

2021-12-14 Thread Paul McClernan via use-livecode
com> wrote: > On 12/14/2021 10:33 AM, Paul McClernan via use-livecode wrote: > > I was fairly certain that XPDF external was/is based on this XPDF: > > https://en.m.wikipedia.org/wiki/Xpdf > > Which has both GPL and Proprietary Licensing options available. > > Nope. My

Re: How to extract whole text from a PDF file with the PDF

2021-12-14 Thread Paul McClernan via use-livecode
I was fairly certain that XPDF external was/is based on this XPDF: https://en.m.wikipedia.org/wiki/Xpdf Which has both GPL and Proprietary Licensing options available. The newer (> 9.6.3) PDF Widget is based on PDFium which is an offshoot project that spawned from Google’s Chromium project. I’m

Re: screen resolution and stack height

2021-12-02 Thread Paul McClernan via use-livecode
Alternatively you could add a magnification control that sets the stack’s scaleFactor properly, or sets the stack to fullscreen mode and stretches it to fit with fullScreenMode “exact fit”. On Thu, Dec 2, 2021 at 10:24 AM Sean Cole via use-livecode < use-livecode@lists.runrev.com> wrote: > I

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-29 Thread Paul McClernan via use-livecode
ode@lists.runrev.com> wrote: > I don't disagree but the point I was addressing was why Hypercard was > abandoned, and how this related to the recent changes in RunRev pricing > policy. > > Bob S > > > > On Oct 25, 2021, at 12:52 , Paul McClernan via use-livecode < &g

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-25 Thread Paul McClernan via use-livecode
On Mon, Oct 25, 2021 at 11:18 AM Bob Sneidar via use-livecode wrote: > > Or the lesson may be that when a product is not commercially produced, there > is no incentive to keep it updated and improve it. The lesson may be that a > free mainstream product is an eventually doomed product. > > Bob

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-23 Thread Paul McClernan via use-livecode
On Sat, Oct 23, 2021 at 12:49 PM Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > What seems to come out of your interesting historical observations is > that HyperCard went "wrong" when people had to start paying for it. > I think it was a series of things that went wrong

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-23 Thread Paul McClernan via use-livecode
On Thu, Oct 7, 2021 at 11:56 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > I say the people at Livecode LTD. deserve all the recompense they can get, > and by the way, we should be thankful to Steve Jobs who gave us Hypercard > (and actually convinced Apple to give it

Re: LiveCode Community - anyone up for maintaining the community edition?

2021-09-12 Thread Paul McClernan via use-livecode
rk Waddingham via use-livecode > wrote: > > On 2021-09-08 22:54, Paul McClernan via use-livecode wrote: >> I've already fixed a bug that I reported back in April in my fork(s) and >> added a link to my fix to that bugzilla report. >> https://github.com/Paul

Re: LiveCode Community - anyone up for maintaining the community edition?

2021-09-08 Thread Paul McClernan via use-livecode
Well I've wanted to contribute more, and have as time allowed. I first had to learn how to use GitHub before I could even start to contribute, and did appreciate the hand holding I got from the team along the way. But understand that LC needs to be very careful and methodical about what they

Re: Double sided PDF Problem

2021-02-03 Thread Paul McClernan via use-livecode
> Why? On a LiveCode list you have to ask why? :) It was more of a rhetorical question / suggestion... Output PDF of 1-Up card pages from LiveCode and then use imposition software or a page layout app, link the layout to the LC PDF file and print, that's the way it's done by printers. And most of

Re: Double sided PDF Problem

2021-02-02 Thread Paul McClernan via use-livecode
I've worked in the printing industry for 30+ years now. What you're talking about is called page impositions, and it sounds like you're doing a work-and-tumble" ("the cards are now face down"), you could also do a work-and-turn instead (flip the pile on the "landscape" side, instead of portrait

Re: Some sad news

2020-12-13 Thread Paul McClernan via use-livecode
Sad indeed. :-( HH's LCB snippets and examples were helpful and inspirational, and in some ways I actually enjoyed reading some of those cantankerous exchanges on bug reports. I wish he'd posted all of his LCB code as some of his more interesting to me LCB work he didn't release the source for. I

Re: Livecode server UNIX version (not Linux).

2020-10-19 Thread Paul McClernan via use-livecode
> > OS X, Windows 95 through Windows 10, Raspberry Pi and "several variations > of Unix (I think is just means Linux)". > > I'm thinking about tinkering with a FreeBSD server and LiveCode server, > but I didn't see a "UNIX" version, so I suppose that I have to compile it. > Have any of you

Re: Most obscure HC question

2020-05-04 Thread Paul McClernan via use-livecode
There's also this XCMD and another tool somewhere that claimed they could convert protected HC stacks to back to normal stacks but I'm not sure how effective they were (if at all): https://archive.org/details/hypercard_unprotect-xcmd On Mon, May 4, 2020 at 5:11 PM Paul McClernan wrote: > That

Re: Most obscure HC question

2020-05-04 Thread Paul McClernan via use-livecode
That old HC stack that removes the HC engine leaving only a stack file is here: https://archive.org/details/hypercard_standalone-stripper-232 On Sat, May 2, 2020 at 7:06 PM Colin Holgate via use-livecode < use-livecode@lists.runrev.com> wrote: > I fear that the HyperCard group in Yahoo may be

Re: MP3s

2020-04-13 Thread Paul McClernan via use-livecode
As Richard said: > LC's Player control uses the host OS's playback engine, so as long as > the OS-supplied media player can handle a format, LC should be able to > as well. For clarity, I would add that the mp3 files to be played could be included with a standalone package on platforms like

Re: Hide stack change focus not supported 64bit

2020-04-02 Thread Paul McClernan via use-livecode
30, 2020, at 9:52 PM, Bill Vlahos via use-livecode < > use-livecode@lists.runrev.com> wrote: > > Paul, > > Your AppHide/AppUnhide sounds perfect. I will try it. > > Thank you, > Bill Vlahos > > On Mar 30, 2020, at 7:58 PM, Paul McClernan via use-livecode < > u

Re: Hide stack change focus not supported 64bit

2020-03-30 Thread Paul McClernan via use-livecode
(Sorry, hit send too soon). You can easily use AppleScript mixed with LiveCode script to change focus to another app: *do *"tell application "& quote& "PhotoShop"& quote& " to activate"as AppleScript You could also use AppHide / AppUnhide from my LCB Library macOSTools to minimize your stack

Re: Hide stack change focus not supported 64bit

2020-03-30 Thread Paul McClernan via use-livecode
You can easily use AppleScript mixed with LiveCode script to change focus to another app On Sun, Mar 29, 2020 at 5:18 PM Bill Vlahos via use-livecode < use-livecode@lists.runrev.com> wrote: > > I have a stack that needs to hide itself so a different window (other > application) is now the

Re: FYI: Cause found for LC crashing to desktop when Browser widget opens PDF

2020-01-22 Thread Paul McClernan via use-livecode
I believe 32bit run mode was the default for earlier versions of LiveCode but 9.x is 64bit by default. I bring that up out of curiosity because I had a problem with a browser plug-in (64/32bit) running inside a LiveCode Browser widget in the past. The plugin would crash running in 64bit, sometimes

Re: Apple Mac menubar?

2020-01-21 Thread Paul McClernan via use-livecode
I'm not sure which is more complete updated, Trevor's nssystem-status-bar LCB or the LCB that comes with LC IDE, or are they the same code? A few years back I was able to combine an AppleScript (AppleScriptObjC) Applet with an LiveCode App living inside it's bundle and have them talk to each

Re: Managing maximized windows on MacOS

2019-11-11 Thread Paul McClernan via use-livecode
I ran into this myself recently. LiveCode sends a resizeStack message when you click the maximize "zoom box" button which you can intercept, but there's no way to verify that it was the fullscreen zoom button that generated the message. It would be nice if LC had the opposite of it's iconifyStack

Re: Merge PDF

2019-10-28 Thread Paul McClernan via use-livecode
Not to my knowledge, but I'm sure it's completely doable. I once created an LC script that could extract embedded JPEGs from inside PDFs. The PDF File Format docs have been made available by Adobe (back in 2011 I think). Another option would be to use Shell() function with one of the PDF