New Releases:

CFReplace
4.6 universal external by Bruce Martin
Version: 1.0, Category: Text
This replace is similar to the built in Replace function but it allows you to replace using flags so you can only match backwards, case insensitive and more. Use as many of the following compareFlags as needed.kCFCompareCaseInsensitive
kCFCompareBackwards
kCFCompareNonliteral
kCFCompareAnchored
kCFCompareNumerically
kCFCompareLocalized
default
Download



Spelling Externals
4.6 universal external by Alec Hole
Version: 1.0, Category: Text
These two externals allow you to check the spelling of some text. A language can be specified. The first external gives the positions of misspelt words in text. The second external gives a list of guesses for the spelling of a word.Download



imageColorEffects
4.6 universal external by Terry Heaford
Version: 1.0, Category: Graphics
Core Image color effects in a Cocoa window.Effects:
Invert
Monochrome
Posterize
False Color
Sepia Tone
Download

mergeImages
4.6 universal external by Terry Heaford
Version: 1.0, Category: Graphics
Merges two images using Cocoa's composite operations and returns the result to SuperCard.Composite operations:
NSCompositeClear
NSCompositeCopy
NSCompositeSourceOver
NSCompositeSourceIn
NSCompositeSourceOut
NSCompositeSourceAtop
NSCompositeDestinationOver
NSCompositeDestinationIn
NSCompositeDestinationOut
NSCompo...
Download


datePicker
4.6 universal external by Terry Heaford
Version: 1.0, Category: User Interface
Select a date using the Cocoa date picker.Download