... Hi everyone, Speaking of the good old days, having followed this recent thread concerning file types, extensions, and whatever - I'm yearning for the good...
... No, it won't. It *will* return the path including the extension if any, whether display of that extension in the Finder is turned on or off... HTH, -Mark ...
... I guess I'm confused, Mark, because I thought that was what I wrote. I took for granted the "if any" part. Maybe I'm not quite understanding your...
This is related to the current thread about emulating a keyboard. Is there a way to set to volume of an instrument independent of the global volume? I have the...
... What he means is that if mouseDrop returns a file name with an extension, the extension is actually part of the real file name. It's not something that SC...
Now I am replying to myself... Complete Dir X wishes: Filtering As I have said before... I want to be able to filter for any file or folder (object) attributes...
Thanks to Jon Adams who is willing to share the QuickNotes Xcmd, I've finally made a keyboard which works. You'll find it on my page. S. -- Stéphane Leys ...
Hi, I don't think flamethrower ships anymore. There was a notice at supercard.us for a while that said Flamethrower for os x was in the works, but the page...
... Will it open a different copy every time (as in random) or will it open the same copy based on some sort of logic? ... Is this association of suffix and...
... Do you have any idea how OSX goes about deciding which app to launch for a document like this? (suffix only, no type or creator.) There does not seem to...
Just an interesting side-note. According to the SLG, new files created with OPEN will definitely have a type and creator. If you try and set it to empty (to...
Hi Tim, ... You could record it as a QT movie, then you can have full independent volume control 0-255, along with a ton of other controls (looping,...
... Say, that's pretty cool. Nice piece of coding, but hard for me to read. Works pretty well, except it threw a "Negative chunk expressions are illegal."...
Howdy, I'm not even sure it's appropriate, but I was thinking of replacing a slew of 'else if...' statements with a switch/case approach. Is that viable? And,...
Howdy, Seems lik I asked before, but I couldn't find it in the archives... I want to use QT visual effects, but SC only offers 9 out of 15. Is there any way to...
The TransMaker project will give you access to all of the visual effects, and lets you build your own custom transitions, which you can then use directly in...
... Yes, I didn't implement all securities. It would be quite easy to check that the mouse is not < to the leftmost key and not > to the rightmost one. OTOH,...
Yes, you can definitely have both PB and XCode on the same Panther system. You actually have to delete the old Project Builder if you want to keep it from...
Could anyone advise a simple way of uploading /downloading a file from a ftp site using SuperCard? also need to be able to pass the site password in the...
... My project inOut handles this and more by using the shell command 'curl'. You'll need Mac OS X for this. I also made a small project that handles ftp...
... Hi, Interestingly it is quite hard to set empty file and creator types rather than ???? I found discussion of how to do it in AppleScript and other...
... You might also be interested in the Simple Curl project in the User Samples folder in your SuperCard folder. An updated and improved version can be...
... BTW, TransMaker is only included in the Developer version of SuperCard. Tomas Franzén Lighthead Software http://www.lightheadsw.com/ I'm listening to Eve...
... I think that sounds very appropriate. :-) ... I just made a quick test, and it seems like switch is slightly faster. I tested else-if vs. switch with four...