+ 0 - 1 | § ¶SuperCard 4.5 Help System Add Ons
The first SuperCard 4.5 Help System Add Ons have been made available, and there were submitted by me!Basic AppleScript: Help project that covers AppleScript basics with examples.
Play Movie: A help add-on for explaining the playing of QuickTime movies.
Felling quite please with them.
+ 1 - 0 | § ¶MPI Help and Information
I've not posted anything for a while as I've been busy on this MPI Help and InformationStill a long way to go, but I've covered the main palette and some other bits and pieces. There are a few small quicktime movies of MPI in action too.
+ 1 - 0 | § ¶MPI Tip 5
Stéphane set me right on Arrow Keys:
Arrow keys nudge selected objects of one pixel with shift key up, 5 pixels with shift key down.
Same thing with option key will nudge the corresponding side of the object, i.e. option-shift-down arrow will move the bottom of the object 5 pixels down (and thus increase its height)
This works if :
- the message box is closed.
- the customPointerdown feature is enabled in the module.
- no field is open for editing in a palette if the textarrows is true (in this case the arrow keys are used for editing the field).
+ 1 - 0 | § ¶Rommy Robot 3.0 beta 3
I really need bug reports on Rommy, free license codes to verifiable ones.
Rommy Robot 3, more information and download
+ 0 - 1 | § ¶Comments are off
After a big bunch of comment spam advertising stuff that has nothing to do with SuperCard I've turned the comments off on this blog. As I don't get many comments here it is no big deal, but turning them off on my class blog, which was similarly hit at the same time will be very disappointing.+ 0 - 1 | § ¶adding a dictionary to an SC project
Found a nice simple oneliner that will return dictionary entries from dict.orgfunction dict pword
return shell(merge("curl dict://dict.org/d:[[pword]]"),1,raw)
end dict (more)
+ 1 - 0 | § ¶MPI version 2.1 12/31/04
ModuloPiNew in this release : the Resource module and an enhanced contextual popup menu.
The contextual popup is a delight, you can directly edit properties and styles of projects, windows, backgrounds, cards and the object under the cursor, access script and userProps. Almost a complete editor in a popUp.
The resource module extends MPI style contextual editing from a palette to resources, with a nice dragAndDrop interface.
