Le 07-mars-2022 à 00:42:04, 'MARK LUCAS' via SuperCard Discussion <superca...@googlegroups.com> a écrit :The HyperCard Converter is a thin SuperCard standalone wrapper around an XFcn called ImportStack, so it should be trivial to script. Just collect your list of HFS stack paths and pass each in turn to something like this (massaging the output file path as you see fit):request merge("importStack(`[[theStak]]`, `[[theStak]].sc45`, false)") from program "HyperCard Converter"
On Mar 7, 2022, at 10:04 PM, Photographex <photogr...@gmail.com> wrote:
Is possible of legal to get it to install in the main project? To be sure it stays handy!
What is the use of the third boolean parameter?
Maybe because of the Mojave MacOS version I used for testing, the AppleEvent form:request merge("importStack(`[[theFolder & aStack]]`, `[[theFolder & aStack]].sc45`, false)") from program "HyperCard Converter"This identification of the program is returning this result: "Got error number -1743 from AppleEvent ->"Most likely for a reason security, to overcome this issue, I changed the identification of the program to this URL address:Which do work fine after the customary connection dialog.
On Mar 7, 2022, at 10:04 PM, Photographex <photogr...@gmail.com> wrote:
I would have I like to be able to get file dialog selection that would permit partial selection of documents, but it doesn't seem to be possible.
On Mar 7, 2022, at 10:04 PM, Photographex <photogr...@gmail.com> wrote:
Seeing the list of local variables, it remind me a wish to be able to increase the width of the column of the variables in ScriptTracer to be ajustable to more than 10 characters wide!
On Mar 7, 2022, at 10:04 PM, Photographex <photogr...@gmail.com> wrote:
I also tried the form "via program", but I wasn't able to avoid an error. It would be also an interesting option with an auto launch of the "HyperCard Converter" application.
Le 08-mars-2022 à 14:07:51, 'MARK LUCAS' via SuperCard Discussion <superca...@googlegroups.com> a écrit :Is this what you meant?
Le 08-mars-2022 à 14:08:21, 'MARK LUCAS' via SuperCard Discussion <superca...@googlegroups.com> a écrit :BTW the Tracer variables watcher's display should auto-size to accommodate long names. Are you seeing something different?
On Mar 8, 2022, at 8:58 PM, Photographex <sdcsain...@gmail.com> wrote:After launching "HyperCard Converter.app" and a few hours of precesses, it crashed (SuperCard 4.82.crash.txt) after 222 HC legacy stacks conversions
Le 08-mars-2022 à 18:26:14, 'MARK LUCAS' via SuperCard Discussion <superca...@googlegroups.com> a écrit :You should be able to use via to access the XFcn so long as you do it from the SuperCard Player (or a distributable standalone), so you don't get a password dialog when opening the host project.
On Mar 8, 2022, at 10:18 PM, Photographex <sdcsain...@gmail.com> wrote:But, when I try to build the standalone, I am getting the error "The source project is write protected", with the editable option or not!
If there isn't a copyright issue with the ImportStack function, wouldn't it be simpler to just copy the xcfn to the actual user's project?
By the way, the AppleEvent eppc call seems to work just fine, if there is an overhead, it's minimal in this context!
Le 08-mars-2022 à 23:32:33, 'MARK LUCAS' via SuperCard Discussion <superca...@googlegroups.com> a écrit :And make sure you haven't got the standalone's root project open already in another app when you try to build, IIRC SaM wants write access…