+ 1 - 0 | § ¶Shell to SuperCard
There was a discussion on the SC list of how to get a shell program to send a message to SuperCard, at the end of a process.This works from the terminal:
osascript -e "tell application "SuperCard 4.1.2" to do script "runfinishscript""
from the osascript man:
osascript executes the given script file, or standard input if none is
given. Scripts may be plain text or compiled scripts. osascript was
designed for use with AppleScript, but...
+ 0 - 0 | § ¶AppleScripting SuperCard
AppleScripting SuperCard A brief guide.Stimulated by a thread on the SuperCard Mailing list.
SuperCard has a small but powerful appleScript Dictionary.
As well as the required suite of open, print, run, and quit SuperCard only has 2 commands in its appleScript dictionary:
do string and evaluate
However these two commands will let you do anything you like to a SuperCard project or application from an appleScript.
+ 0 - 0 | § ¶Updated Links Page
I've just updated my links page. Cut out all the non SuperCard links, the old HyperCard links were getting to hard to keep up to date.please let me know if you've a SuperCard releated site.
+ 0 - 0 | § ¶ScriptLib 1 beta 11
ScriptLib I've update my SuperCard online Script library.ScriptLib 1 beta 11 additions:Additions to Scriptlib vers 1 beta 11 improved interface, recent comments, bug fixes.
+ 0 - 0 | § ¶soap call example script for SC
OS X SC 4 put this in the message and hit return:say (script(do,appleScript,( merge("tell application `http://www.x-ws.de/cgi-bin/bork/bork.wsdl`[[cr]] return call soap {method name:`bork`, parameters:{chef:`an eskimo a texan and an applescript walk into a bar...`}}[[cr]]end tell") )))
+ 0 - 0 | § ¶SC 4.5 Announced
Scheduled to ship in time for MacWorld Boston, version 4.5 of SuperCard will bring new power and ease of use to developers, educators, and hobbyists alike.Coming Soon... 4.5 New version of SC SC site makeover. All looking good.+ 0 - 0 | § ¶RSS Publisher for SC
Lorenz Tschudi has produced a RSS publisher for SC, to allow SC users to publish details of projects which can be read by a RSS Reader such as NetNewsWire contact Lorenz to get a copy. Here is his Rss Feed and here is mine.I've made simple SC reader for these feeds RSS Reader.proj versio 1 beta 3 download
