even better... on contextclick put "blah,-,editor menu" into menulist get item 1 of popupmenu(menulist) if it = "editor menu" then pass contextclick end...
Okay, with some testing, this seems to be working with words with repeated letters. Keep applying it until you get the original word again, then you have all...
I knew there was a simple way. In case someone needs it here is a dynamic repeat loop function. function scrambleAll tWord put "" into tList put "" into...
Hello, Is SC compatible with the IntelMacs? Can I just download the installer, enter in my serial number for my G5 based software and expect it to run? Do I...
The current version should run via emulation/Rosettta. The "universal binary" isn't available yet. I would guess that the simple process that Steve described...
Howdy, OK, so far, in SuperCue! (the name of the audio project I'm working on) I can have up to 4 playlists running simultaneously. IOW, I can program events...
Hi Ken, ... You should be able to do something like that check out the DnD stuff (SLG and the help addon), you can easily get a filepath from a dragged file. ...
How do I store a large set of numbers (the IRS Tax tables) and how should I search them? I've thought of storing them in a file and reading through data, or...
... I'm not really good with database type things, but keeping everything in an external file and searching it has always been pretty quick and painless for...
Hello Jim: A question about IRS tax tables must mean you are calculating withholdings for employees. :) ... For years, I used the standard tax tables in a...
I didn't know anything about XML a couple of weeks ago, but I needed to parse some XML from the system_profiler shell command. After playing around with...
... Ken You can drop the XML file onto TextEdit and it should reveal the coding in all its glory. You'll see that it comes in blocks of tagged data - one block...
To all who have this question about the intel macs (macbook pro) 1. I got one of the 2GHz models 2. My previous powerbook was stolen while in the custody of an...
There was an article about a shareware program to check the SMART status of your drives. In some cases, this may give you advanced notice that your drive is...
Hi Elliot, ... Congrats! ... That's good news! Have you tried projects with customWindows and externals (especially bundle X's)? All the best, Ken N....
Howdy, I recently made an icon with PS and Iconographer. I moved the file icns from Iconographer into the resource fork, and also the data fork, of my project,...
... Great thanks, Vince! I'm a-gonna build a little standalone with that script to run on my MacBook Pro 2,0 GHz, since TechTool Pro, though labeled...
Ken, Try using the "Get Info" in Iconographer to give the icon a normal type of ID... 128, 129, 130, etc... And also give the icon a name in that "Get Info"...
... That's what I did, except for changing the ID. Also, I renamed it in the Resource Manager (is that a bad thing?). I'll try to give it a different ID...
Vince, Good thinking. I've been using <diskutil info> but never realized you could take it to this point. When I run the shell script I get: Possible hard disk...
... OK, I did all that, and it is now copied into the data file of the project. It shows up there just like it did before, but with a different name and ID...
Ken, Are you sure you are trying to apply the icns to a rectangle button? I don't think any other button types support icns in SuperCard at this time. Mike...
... Ah ... Apart from putting in cicn resources (which was pretty easy) back in the days I had ResEdit and Classic on my Mac, I've only ever been able to...