HyperCard Mailing List

[HC] XCMDs in MS Access
(Msg 1 of 12)
Uli Kusterer <Witness.of.TeachText@[redacted].net>
Thursday, 13-Feb-2014 23:18 GMT
I vaguely recall that there was a non-HyperCard-clone app back in the days that also ran HyperCard XCMDs. A spreadsheet or database of some sort.

Anyone remember what it was? Or even better, have a link? I vaguely remember the sound of the name, it might have been MS Access, but apparently they have something new that's called XCMD, so I can't find any positive proof.

Help?

-- Uli Kusterer
http://stacksmith.com
[HC] XCMDs in MS Access
(Msg 2 of 12)
Ted Howard <tedchoward@[redacted].com>
Thursday, 13-Feb-2014 23:29 GMT
Was it Userland Frontier? I think they had XCMD support.


On Thu, Feb 13, 2014 at 5:18 PM, Uli Kusterer
<Witness.of.TeachText@[redacted].netwrote:

>
>
> I vaguely recall that there was a non-HyperCard-clone app back in the days
> that also ran HyperCard XCMDs. A spreadsheet or database of some sort.
>
> Anyone remember what it was? Or even better, have a link? I vaguely
> remember the sound of the name, it might have been MS Access, but
> apparently they have something new that's called XCMD, so I can't find any
> positive proof.
>
> Help?
>
> -- Uli Kusterer
> http://stacksmith.com
>
>
[HC] XCMDs in MS Access
(Msg 3 of 12)
Uli Kusterer <Witness.of.TeachText@[redacted].net>
Friday, 14-Feb-2014 00:31 GMT
On 14 Feb 2014, at 00:29, Ted Howard <tedchoward@[redacted].com wrote:
> Was it Userland Frontier? I think they had XCMD support.

That wasnt what I was thinking of, but a quick google shows that your
e right:

https://github.com/scripting/frontier/blob/master/Common/source/langxcmd.c

Apparently they released the Frontier source code and it contains an implementation of a bunch of XCMD callbacks. :-)

Cool, something I didnt know at all, thanks!

Still, I think there must have been something else...

Cheers,
-- Uli Kusterer
The Witnesses of TeachText are everywhere...
http://zathras.de



[HC] XCMDs in MS Access
(Msg 4 of 12)
Mark Schonewille <m.schonewille@[redacted].com>
Friday, 14-Feb-2014 01:05 GMT
Hi Uli,

According to Matt Neuburg's "RealBasic: The DefinitiveGuide": HyperCard,
SuperCard, Frontier, 4th Dimension, FoxPro, Director and MacPerl.
http://qery.us/445

I thought there were also externals for Claris Works and Claris
FileMaker, but maybe they were called differently. FileMaker Pro 5 has
XCMD's for sure, but probably nobody has used them. The HyperCard clone
Plus also contains XCMD's.

HyperCard also has XCFN's. I don't remember seeing those in any of the
applications mentioned here, except for SuperCard.

There is also OMO and Authorware IIRC. I don't know if these have
XCMD's, but I can imagine they have.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other
colour spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner"
http://qery.us/3fi

LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 2/14/2014 00:18, Uli Kusterer wrote:
> I vaguely recall that there was a non-HyperCard-clone app back in the days that also ran HyperCard XCMDs. A spreadsheet or database of some sort.
>
> Anyone remember what it was? Or even better, have a link? I vaguely remember the sound of the name, it might have been MS Access, but apparently they have something new that's called XCMD, so I can't find any positive proof.
>
> Help?
>
> -- Uli Kusterer
> http://stacksmith.com
>
>
[HC] XCMDs in MS Access
(Msg 5 of 12)
Uli Kusterer <Witness.of.TeachText@[redacted].net>
Friday, 14-Feb-2014 05:39 GMT
On 14 Feb 2014, at 02:05, Mark Schonewille <m.schonewille@[redacted].com wrote:
> According to Matt Neuburg's "RealBasic: The DefinitiveGuide": HyperCard,
> SuperCard, Frontier, 4th Dimension, FoxPro, Director and MacPerl.
> http://qery.us/445

FoxPro, that was it, thanks!

> I thought there were also externals for Claris Works and Claris
> FileMaker, but maybe they were called differently.

Claris had an XTND scheme, but I think it was a different protocol than XCMDs.

> FileMaker Pro 5 has
> XCMD's for sure, but probably nobody has used them. The HyperCard clone
> Plus also contains XCMDs.

Plus (the original, not what is sold these days as WinPlus) was the basis for OMO, and actually offered mostly source-code-compatible XCMDs even on Windows.

> HyperCard also has XCFN's. I don't remember seeing those in any of the
> applications mentioned here, except for SuperCard.

I doubt anyone implemented XCMDs without XFCNs. Theyre pretty much the
same, its just how you call them from code that is different. So youd
be leaving out half the native code plugins for no reason if you implemented only XCMDs, not XFCNs.

> There is also OMO and Authorware IIRC. I don't know if these have
> XCMD's, but I can imagine they have.

Dont recall ever hearing of Authorware in the context of XCMDs. I think
that was likely beyond the heyday of XCMDs.

Cheers,
-- Uli Kusterer
The Witnesses of TeachText are everywhere...
http://zathras.de



[HC] XCMDs in MS Access
(Msg 6 of 12)
Tom Fuerstner <i.script@[redacted].com>
Sunday, 16-Feb-2014 11:49 GMT
Oracle Media Objects had XCMD support, derinitely! Oracle's OMO architects
even ported Mac OS Handles (Mac OS memory managment) to windows.


On Fri, Feb 14, 2014 at 6:39 AM, Uli Kusterer
<Witness.of.TeachText@[redacted].netwrote:

> On 14 Feb 2014, at 02:05, Mark Schonewille <
> m.schonewille@[redacted].com wrote:
> > According to Matt Neuburg's "RealBasic: The DefinitiveGuide": HyperCard,
> > SuperCard, Frontier, 4th Dimension, FoxPro, Director and MacPerl.
> > http://qery.us/445
>
> FoxPro, that was it, thanks!
>
> > I thought there were also externals for Claris Works and Claris
> > FileMaker, but maybe they were called differently.
>
> Claris had an XTND scheme, but I think it was a different protocol than
> XCMDs.
>
> > FileMaker Pro 5 has
> > XCMD's for sure, but probably nobody has used them. The HyperCard clone
> > Plus also contains XCMD's.
>
> Plus (the original, not what is sold these days as WinPlus) was the basis
> for OMO, and actually offered mostly source-code-compatible XCMDs even on
> Windows.
>
> > HyperCard also has XCFN's. I don't remember seeing those in any of the
> > applications mentioned here, except for SuperCard.
>
> I doubt anyone implemented XCMDs without XFCNs. They're pretty much the
> same, it's just how you call them from code that is different. So you'd be
> leaving out half the native code plugins for no reason if you implemented
> only XCMDs, not XFCNs.
>
> > There is also OMO and Authorware IIRC. I don't know if these have
> > XCMD's, but I can imagine they have.
>
> Don't recall ever hearing of Authorware in the context of XCMDs. I think
> that was likely beyond the heyday of XCMDs.
>
> Cheers,
> -- Uli Kusterer
> "The Witnesses of TeachText are everywhere..."
> http://zathras.de
>
>
>
>
[HC] XCMDs in MS Access
(Msg 7 of 12)
Tom Fuerstner <i.script@[redacted].com>
Sunday, 16-Feb-2014 12:03 GMT
XCMDs and XFCNs were used by many Mac OS apps like Prograph 2.0,
SmalltalkAgents, MacForth, early Realbasic versions, Jovis database engine,
also some esoteric apps like PM5 a hypertalk clone to connect macs to any
other operating system on earth ..... etc.


On Fri, Feb 14, 2014 at 12:18 AM, Uli Kusterer <Witness.of.TeachText@[redacted].net> wrote:

>
>
> I vaguely recall that there was a non-HyperCard-clone app back in the days
> that also ran HyperCard XCMDs. A spreadsheet or database of some sort.
>
> Anyone remember what it was? Or even better, have a link? I vaguely
> remember the sound of the name, it might have been MS Access, but
> apparently they have something new that's called XCMD, so I can't find any
> positive proof.
>
> Help?
>
> -- Uli Kusterer
> http://stacksmith.com
>
>



--
Thomas Fuerstner



Vertraulichkeitshinweis:

Diese Nachricht und angehängte Dokumente sind vertraulich und nur für
den/die Adressaten bestimmt. Wenn Sie nicht der beabsichtigte Adressat sind,
ist jede Offenlegung, Weiterleitung oder sonstige Verwendung dieser
Information nicht gestattet. In diesem Fall bitten wir, den Absender zu
verständigen und die Information zu vernichten.

Confidentiality Note:

This message and any attached files are confidential and intended solely for
the addressee(s). Any publication, transmission or other use of the
information by a person or entity other than the intended addressee is
prohibited. If you receive this in error please contact the sender and
delete the material.



-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)

mQENBE0AguYBCACs8I7yPOBywdSD/NK6egvugcPv4uRMdcA2rpKOfJpLAVJRE7gj
RYiV/kujaO/vXylBekzwVP18S1RiCDVWpvlBDhpINX4ot25Uylg0GGReASNTqEC5
hadf78E3opU8KryPPb6LTZCjfNrvUjbDB+FyLAWbFbIjrPE1hLVwBl6ScYWmYytt
ZRYYe6x3J6pJ8rNP5HDv/9hCxlysayQkqvNwaL7H6OlzehD1GozDEldX53lkD5Nv
pajk7SnJAWIFigi+b+jd2YkXAbckMPxKngbqYs16xbBcDLjIQEFjIehiLEG+792p
8rFlOnVRLES5IIrL7IPgmoXkXzX9/DvAy5erABEBAAG0IE5lc3RvciBTaWxrIDxp
LnNjcmlwdEBnbWFpbC5jb20+iQE4BBMBAgAiBQJNAILmAhsvBgsJCAcDAgYVCAIJ
CgsEFgIDAQIeAQIXgAAKCRC4if464wm3EFo3B/sGCAsh60b+xv/CJ3rsvlIXMlXU
mUblS24cPxo87z7sli+y8w30NIHpvUOXZNgxBeLIYeSajcefpP73RKJNz1RG48iH
yUUkHTApfvP3ELXyNC5AmGfUYJpbXJqNtm+KL/48/QKfNpszvYuVGn3Om4AuIqXt
Oh//LJ+Zr3IPULsXey6SSBVwLoVB/07hiO3z31K+JdkhIV+dnpPiU6E2dH3mztqc
OzjqDlkQYW2ov9MZ3U+zhhcRTcFpnv8yHuziOxf7yHXco2JSqXQ6ZzlOx5wzz7H1
TNy1dJpi+e1ztZQblUxiNlpoEzEWvulHPe+Eh+0kzp6KkbAm+wTGKFCauN68uQEN
BE0AguYBCAC2Lkj7PDPiPwXixs7B5yc++PBiQoE/9tCwvzhumoQB0IqhErAOnLXw
+auQ9YByo4XLbP2QsrQ8rAG9r+GIesv5/eCEA3TT6szKcDRIVrU6q2+ADjxQvRGW
YDtOeGyhBwgc1FXT+HN5xxalsV3hro7zyUCNKkg6+KmwA+O19jbqtQJEWOmkUjZ5
UvmXw9U6OHpoX7KkWyw4tA58hEtMZh3pirENyhQib3asGLVjuwq3ytv6ESmljxpD
55412ZEznwS4UeIwZdODPKu80vnXdSu6lC8Rctkikd5xDJRiQiCskpSry1bY2m9F
bdOkSakLuA8CKF2g+u5W3XZNzeDYRZv7ABEBAAGJAj4EGAECAAkFAk0AguYCGy4B
KQkQuIn+OuMJtxDAXSAEGQECAAYFAk0AguYACgkQqsxcWG12BlFZggf/eBb3OjpU
bYIUc9yljonj7v7492wazpdXMxMXzDKzgHpmPGoyJvVE0yztLcNYo94XowmLtJnf
Soeg4VuOkR39fTEHn4gaBEjItkU6FP7ExZeStSL45htjwbmAn1pqrQQRSdf9ZR9/
AR+YZdFtESuYW2n6T39pkTDIVh9RPTCGD7ue+akCJJ2MlLhRU1jzk64T5Q7Q0cLV
n9AieP5abgR1A6IHTbcWiNcHwuD56zDG+WT8vJ1Lf/WD2LwVsoihDyAWvpMxM7i/
JI1J+QckaO83OMqcVikpBgV9e9cAACJOiIvv8VauFxAh89kaT4DWByasFh+FFGXa
0zR2xQ/aCyKkr522B/92Dmus6eFC2jLr/aF1MyRlX7lqR5UTT/pLp2WaJQKtlnA4
WRfHksK3SYjSLfiaJStbQNW644WcJNcMB0n8L4GCmvhxezBORXKmvhjgu6GkhsWA
Jtu0edRs8hixA2vZCyPHXNu5OqIJQ1V3v8HTswC1mWLX7gvMF1NgIn1Cfo46cYVP
piafgtN1XYBI9oY0VpuIra1jJJmunamJhCMxKFIhPSs3VVUs1gjaK8qGhxWApxyn
nAMbTzyeVoIdeDvm8E9j0hfJ0UqpSIfJy/W6MJ3bp7+5CuJlDEZz0nRQfKsHo2EM
fW9k6abAY/0+HGyGu5c7RjqDWOdXIvvfLC5792kr
=aiEC
-----END PGP PUBLIC KEY BLOCK-----
[HC] XCMDs in MS Access
(Msg 8 of 12)
Tim Selander <selander@[redacted].jp>
Monday, 17-Feb-2014 14:37 GMT
Uli,

Could it be FullImpact that you are thinking about??

<http://corphist.computerhistory.org/corphist/documents/doc-446636184eb0f.pdf?PHPSESSID=ccd241f9cb2401e294965229511ea94f>;

I owned FullImpact once upon a time... I also remember having a
piece of software that was billed as being able to run HC xcmds,
but that virtually all the ones I tried with it, failed... the
xcmds I was interested in were too HC specific. (However, I can't
remember if this other software I tried was FullImpact or
something else...)

Tim Selander
Tokyo, Japan

On 2/16/14 9:03 PM, Tom Fuerstner wrote:
> XCMDs and XFCNs were used by many Mac OS apps like Prograph 2.0,
> SmalltalkAgents, MacForth, early Realbasic versions, Jovis
> database engine, also some esoteric apps like PM5 a hypertalk
> clone to connect macs to any other operating system on earth
> ..... etc.
>
>
> On Fri, Feb 14, 2014 at 12:18 AM, Uli Kusterer
> <Witness.of.TeachText@[redacted].net> <mailto:Witness.of.TeachText@[redacted].net> wrote:
>
> __
>
> I vaguely recall that there was a non-HyperCard-clone app
> back in the days that also ran HyperCard XCMDs. A spreadsheet
> or database of some sort.
>
> Anyone remember what it was? Or even better, have a link? I
> vaguely remember the sound of the name, it might have been MS
> Access, but apparently they have something new that's called
> XCMD, so I can't find any positive proof.
>
> Help?
>
> -- Uli Kusterer
> http://stacksmith.com
>
>
>
>
> --
> Thomas Fuerstner
>
>
>
> Vertraulichkeitshinweis:
>
> Diese Nachricht und angehngte Dokumente sind vertraulich und nur fr
> den/die Adressaten bestimmt. Wenn Sie nicht der beabsichtigte
> Adressat sind,
> ist jede Offenlegung, Weiterleitung oder sonstige Verwendung dieser
> Information nicht gestattet. In diesem Fall bitten wir, den
> Absender zu
> verstndigen und die Information zu vernichten.
>
> Confidentiality Note:
>
> This message and any attached files are confidential and intended
> solely for
> the addressee(s). Any publication, transmission or other use of the
> information by a person or entity other than the intended
> addressee is
> prohibited. If you receive this in error please contact the
> sender and
> delete the material.
>
>
>
> -----BEGIN PGP PUBLIC KEY BLOCK-----
> Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
>
> 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
> =aiEC
> -----END PGP PUBLIC KEY BLOCK-----
>
>



[HC] XCMDs in MS Access
(Msg 9 of 12)
Uli Kusterer <Witness.of.TeachText@[redacted].net>
Monday, 17-Feb-2014 15:31 GMT
On 16 Feb 2014, at 13:03, Tom Fuerstner <i.script@[redacted].com wrote:
> XCMDs and XFCNs were used by many Mac OS apps like Prograph 2.0, SmalltalkAgents, MacForth, early Realbasic versions, Jovis database engine, also some esoteric apps like PM5 a hypertalk clone to connect macs to any other operating system on earth ..... etc.

Do you have any links to descriptions, screenshots, original Readme files or the likes for any of these?

Cheers,
-- Uli Kusterer
The Witnesses of TeachText are everywhere...
http://zathras.de



[HC] XCMDs in MS Access
(Msg 10 of 12)
Uli Kusterer <Witness.of.TeachText@[redacted].net>
Monday, 17-Feb-2014 15:37 GMT
On 17 Feb 2014, at 15:37, Tim Selander <selander@[redacted].attne.jp> wrote:
> Could it be FullImpact that you are thinking about??
>
> <http://corphist.computerhistory.org/corphist/documents/doc-446636184eb0f..pdf?PHPSESSID=ccd241f9cb2401e294965229511ea94f>;

I was actually thinking of FoxPro, which someone else mentioned. The FullImpact article you linked to is interesting, but the plugins are called X
Macro, and explicitly says that theyre only XCMD-like. It is, h
owever, intriguing that XCMDs were so popular that the term was used to explain plug-ins for other applications using that name.

Cheers,
-- Uli Kusterer
The Witnesses of TeachText are everywhere...
http://zathras.de



[HC] XCMDs in MS Access
(Msg 11 of 12)
Tom Fuerstner <i.script@[redacted].com>
Monday, 17-Feb-2014 16:27 GMT
for almost all mentioned products I own the original docs and even the
software. there is not much to be found online these days. is your interest
exclusively bound to XCMDs or is there a broader scopr of interest into
hypertalk, hypercard related "collectibles" ;-) convince me and I'm willing
to hand over my material IRL ( in real world ... )


On Mon, Feb 17, 2014 at 4:31 PM, Uli Kusterer
<Witness.of.TeachText@[redacted].netwrote:

> On 16 Feb 2014, at 13:03, Tom Fuerstner <i.script@[redacted].com wrote:
> > XCMDs and XFCNs were used by many Mac OS apps like Prograph 2.0,
> SmalltalkAgents, MacForth, early Realbasic versions, Jovis database engine,
> also some esoteric apps like PM5 a hypertalk clone to connect macs to any
> other operating system on earth ..... etc.
>
> Do you have any links to descriptions, screenshots, original Readme files
> or the likes for any of these?
>
> Cheers,
> -- Uli Kusterer
> "The Witnesses of TeachText are everywhere..."
> http://zathras.de
>
>
>
>
[HC] XCMDs in MS Access
(Msg 12 of 12)
Uli Kusterer <Witness.of.TeachText@[redacted].net>
Tuesday, 18-Feb-2014 21:28 GMT
Well, Id like to put info like that up on HyperCard.org somewhere. I don
t need the actual physical items if youd rather keep them, but Id
be deliriously happy if you could e.g. send me scans of interesting parts, e.g. documentation on using XCMDs with these, any SDKs they may have included, screen shots you can make, that sort of thing.

Cheers,
-- Uli Kusterer
The Witnesses of TeachText are everywhere...
http://zathras.de


On 17 Feb 2014, at 17:27, Tom Fuerstner <i.script@[redacted].com wrote:
> for almost all mentioned products I own the original docs and even the software. there is not much to be found online these days. is your interest exclusively bound to XCMDs or is there a broader scopr of interest into hypertalk, hypercard related "collectibles" ;-) convince me and I'm willing to hand over my material IRL ( in real world ... )
>
>
> On Mon, Feb 17, 2014 at 4:31 PM, Uli Kusterer <Witness.of.TeachText@[redacted].net wrote:
> On 16 Feb 2014, at 13:03, Tom Fuerstner <i.script@[redacted].com wrote:
> > XCMDs and XFCNs were used by many Mac OS apps like Prograph 2.0, SmalltalkAgents, MacForth, early Realbasic versions, Jovis database engine, also some esoteric apps like PM5 a hypertalk clone to connect macs to any other operating system on earth ..... etc.
>
> Do you have any links to descriptions, screenshots, original Readme filesor the likes for any of these?



HyperCard® and HyperTalk™ remain trademarks of Apple, Inc.; other trademarked products and terms mentioned in this archive are the property of their respective trademark holders. Individual messages remain the intellectual property of their respective authors.