+ 0 - 0 | § ¶Bundle Examples
I've put a wee project together to demo the use of Tomas Franzén's bundle externals, these are run by Chilton's Bundle external.download bundle examples
The project also shows how you can write a bundle external with Xcode. Thanks to Tomas, Chilton and Bruce Martin, who archives the SuperCard iChats where most of the information in the project comes from.
The project comes with Tomas' bundles from Tomas' SuperCard Area and Chilton's bundle external, which comes from Chilton's .Mac file Sharing page
+ 0 - 0 | § ¶How to Bundle
Chilton's new system for running xcode externals in SuperCard, is a little different than the way normal externals run.In the new system you have the bundle Xcfn in youyr project and call the bundle external, which site in a .bundle file using the bundle external.
Here is a diagram that might help.
+ 0 - 0 | § ¶New Externals and PreMinder Calendar Alpha calendar Alpha
Tomas' SuperCard Area has five new externals:UpdateDockTile, GroupWindows, MakeClickThrough, MakeMacRoman and FormatTimestamp. These are bundle externals work through Chilton's Bundle external. Get the Bundle external at Chilton's .Mac Filesharing pageAlso release today was Alec Hole's PreMinder calendar interesting metal interface from http://www.hairyhighlandcow.co.uk
+ 0 - 0 | § ¶including text files in pivot
I had been including a track list of my recent itunes with:[[include:tracklist.txt]]
in my template file
But it only got updated when I rebuilt the frontpage manually in the pivot admin bit.
But:
<? include "tracklist.txt"; ?>
works a treat. The tracklist is produced with a SuperCard project, which gets, orders and uploads the recent tracks from iTunes. It uploads html too: track list track list alt styles, I will not be updating this one, but I though the formating was quite nice (not in IE) borrowing css advice from Zebra Tables: A List Apart
+ 0 - 0 | § ¶Tomas' SuperCard Area
Tomas' SuperCard Area has been nicly updated, some free to use externals and projects, including a few externals that run with Chilton's Bundle external: This external will load a bundle at a location you specify, and execute code therein. This allows you to write externals in XCode, and ship them with your application in the form of Bundles. the Bundle external is avalible from Chilton's .Mac file Sharing pageTo help with delivering these you could use Tomas' SCMakeBundle which transforms your old boring standalones into brand new, shining OS X bundles. (more)
+ 0 - 0 | § ¶Paint Text to custom window

Spent a few minutes playing with this here is the script: (more)
