Alec Hole | Software for Mac OS X | Externals and Projects for SuperCardThe software on this page is made using SuperCard by Solutions Etcetera, an easy-to-use software development tool similar to the venerable HyperCard for Mac. It has an intuitive scripting language featuring English words which is simple to start picking up, but also has powerful multimedia features. Additional features can be added to SC through a system of 'externals'.
Here you can download my example SuperCard projects and explore them on your Mac with the full version of SC (trial available) or the free player. Also listed are the externals I have written or updated which add extra functionality to SuperCard. They come packaged in example projects that show how they work, and can be transferred into your own projects using the Resource Manager utility in SC. All externals are universal binary, meaning they will run on both Intel and PPC Macs, and require SuperCard 4.6. Some older projects will work with SuperCard 4.5.
update
24 Nov 2008
This is an updated version of Tomas Franzén's external that allows control of SQLite databases. It is a universal binary and supports SC 4.6.
update
24 Nov 2008
This contains a bundle external which can search your Mac OS X Address Book. Name, birthday, email addresses, addresses and numbers are returned. There are various search and filtering options. The external can also list records of a specified type, or list all records from the Address Book. The project explains how to extract the different elements you need from the data returned. Universal 4.6 external also included.
These are universal externals for SC 4.6. One returns all the locations and lengths of misspelt words in a string, the other provides a list of guesses for a misspelt word.
update
24 Nov 2008
Universal External for SC 4.6, requiring Mac OS 10.5 or higher. This takes a path to a file or folder and fetches its icon. It scales it smoothly to the desired pixel size, using the best representation for the icon size you want. You can then set the pictureData of a graphic to the returned icon image.
update
16 Nov 2008
SC likes file names in paths to be truncated after 31 characters and have a special code number at the end of the file name. If you want a path with the full names of all your files, the FullNamesPath external can convert the speical SC style path to this. The FSSpecHFSPath external does the opposite, and can take a path from Mac OS X with long file names and convert all these into the truncated versions which SC commands will like.
update
24 Nov 2008
This external finds a repeating date. You give it an event start date, and how often the event repeats, e.g. once weekly or every eight days, and a test date. It can then find the nearest repeat to the test date, either before or after the test date.
Universal External for SC 4.6. Takes an image file, scales it to a specified size, and inserts it into a field.
update
24 Nov 2008
This contains a bundle external which can draw a colour palette into an SC draw graphic when given a list of colour values. A colour palette containing a CLUT table can be displayed using the CLUTs external, or you can make a custom colour palette by specifying a list of RGB colour values. You can specify the number of columns you want the palette to have, and the size of the swatches. This allows you to draw large or small palettes, tall narrow ones, wide short ones, square ones, basically any rectangular shape you want to fit your interface. If a single swatch is specfied, the external can draw a flat area of any colour.
posted
30 Apr 2009
This external was created by Mark Lucas and updated by Chilton Webb. It can read the colour value of any pixel on screen at the mouse pointer location, and return it in RGB, hexadecimal or Web-safe hexadecimal. It can also return the closest colour in the CLUT table to the one picked off the screen. This external is now universal binary and supports SC 4.6 and higher.
Circular dial gadgets are great but tricky to make. This one returns the degrees into a field should that information be needed. There is an explanation of the simple trigonometry used with diagrams.Now includes drawing of stars and polygons.
This is a testbed for a vector drawing program with transfrom palette and colour mixer. It is also an experiment in building an ideal graphics package interface, with palettes that slide away at the touch of a button.
update
24 Nov 2008
This project contains code that creates automatic guides that allow you to align an object selected with the pointer tool to other objects in the window, as you drag or resize the object. If you have used Interface Builder you will find the system similar. Thanks to Dave Saunders and Lorenz Tschudi.
This lets you search a piece of text using any Perl regular expression. The search will find each instance of a match in the text and return its length and the position of the rightmost character of each match in the text. The code used is explained.
update
24 Nov 2008
A project which calculates the number of years, months and days between two given dates. Contains some useful date calculation functions.
Allows your SuperCard projects to send notifications with Growl. Click here to find out about Growl.
update
24 Nov 2008
Developed from the external by Tomas Franzén. This can generate and save a catalogue of the contents of a folder or a hard disk into an SQLite database.
update
24 Nov 2008
Lists directory information, includes long Mac OS X style names for files.
An experiment for faking a list with alternating bars of background colour like in iTunes.
This test project alters the picturedata of a graphic, creating a gradient of transparency in the image. It is a bit slow at the moment, but it works.
Drag around an item and see others move out of the way and make a place for it.
Originally this was an A-Level project made with AMOS Pro on an Amiga. It was more fully-featured and there was a separate program for teachers to keep track of their pupils' progress with tests. I ported the tester to HyperCard and gave it a radical crazy interface- not quite as nice and clear as the original! One day I might implement it properly, but until then, play about with this version which is working OK in SuperCard but still looks like a HyperCard stack. It will show you how you've misspelt a word if you make a mistake, for instance, where you have left out a letter.
A fully-fledged calendar application made with SuperCard.Learn More
Enhances the Runtime Editor in SuperCard, accessing many tools and features from a small palette, saving time and screen clutter. This version will not run natively on Intel Macs, a new version which will is on the way.Learn More
If you find these externals or projects useful, please consider making a donation to support this work.