Hi Everybody! It's been a while (I've switched jobs again, so note the new e-mail address). A while ago, someone mentioned a few sites that specialize in...
297
Tomas Franzén
swedentom@...
Nov 1, 2000 8:21 pm
Hi, sorry for my stupid questions, but here is another of them: I get the error "Variable name must start with letter." when trying to run this: define VersNo...
298
Tomas Franzén
swedentom@...
Nov 1, 2000 8:27 pm
... solved it. sorry -- ... Tomas Franzén -"Two brains are better than none" [Non-text portions of this message have been removed]...
299
Joe Koomen
joe@...
Nov 1, 2000 8:27 pm
... I don't have my manuals here, but I think you need to write it like this... define the VersNo of this proj Joe Koomen joe@......
300
Dave Higgins
dave@...
Nov 1, 2000 8:43 pm
... Nope. He was right in the syntax, Joe. When defining the userprop, you don't use "the" for it... "define VersNo of this proj" is right. However, I have a ...
301
Tomas Franzén
swedentom@...
Nov 1, 2000 8:49 pm
Not so long ago, Dave Higgins wrote: ... Yes, that was the solution. I have also noticed that you can define userprops with names containing several words, by...
302
Joe Koomen
joe@...
Nov 1, 2000 8:59 pm
... But I suppose using 'the' avoids the confusion between a userprop name and the contents of an established variable, maybe? Joe Koomen joe@......
303
Jon Adams
adams@...
Nov 2, 2000 1:26 am
Hi, I missed that message but I've gotten an awful lot of mileage out of the public domain sounds cd, "A Zillion Sounds". It has 5,000 sounds in AIF format for...
304
Joe
joe@...
Nov 2, 2000 2:29 am
... I'll give it a try, Jon. I passed the other URLs to another guy at the office and he wasn't too impressed. Thanks Joe Koomen joe@......
305
Bruce Martin
illuminator@...
Nov 2, 2000 3:09 am
... Check out http://www.mp3.com Do a search for Multimedia, or some other keyword and you will find a list of artist that make soundtracks. Some may fit into...
306
Ulrich Hausmann
uhausmann@...
Nov 2, 2000 12:49 pm
a week or so ago, i sent mail to incwell to get informations about supercard, cross-upgrades etc. until now, i didn't get any answer. someone here could point...
307
Marion Kolsch
Marion.Kolsch@...
Nov 2, 2000 2:13 pm
Hello friends, for our project we need to work with tables in SC. Are there any ways to import tables into supercard and to modify them within the program, ...
308
Joe Koomen
joe@...
Nov 2, 2000 2:37 pm
... You could try XXL at Stephané Leys web site. I don't know what he's asking for a licence, but I'm sure it's on the page somewhere. ...
309
Stephane Leys
leys.stephane@...
Nov 2, 2000 3:42 pm
... This URL is still in service but is outdated. My new page is at : http://leys.stephane.free.fr/ I'm preparing an update which will be ready tomorrow or at...
310
Chilton
chilton@...
Nov 2, 2000 4:00 pm
Hey gang, I've updated the Fourth World open source section at MacintoshDeveloper.com. Here's the url: ...
311
Bruce Martin
illuminator@...
Nov 2, 2000 4:29 pm
... What do you mean by tables? -- Bruce Martin Illuminator Software bmartin@... www.illuminatorsoftware.com [Non-text portions of this...
312
Bruce Martin
illuminator@...
Nov 2, 2000 4:35 pm
... You could try to email: info@... And/Or check out the info at: http://www.incwell.com/SuperCard/ordering.html Solutions Etcetera handle...
313
Charles Silverman
chazsilv@...
Nov 2, 2000 4:36 pm
Hi all, Just wondering where Mark's stuff is? The Dr. Dobb's Mac Dev links don't seem to go to the software. Thanks, -Charles Silverman...
314
Chilton
chilton@...
Nov 2, 2000 4:47 pm
... Netscape seems to be having problems with spaces, and there are spaces in this index.html's location (despite that I put the %20 symbols in there -- urgh)....
315
Bruce Martin
illuminator@...
Nov 2, 2000 4:48 pm
... The last link posted by Chilton will take you there. Watch for wrapped lines. -- Bruce Martin Illuminator Software bmartin@... ...
316
Dave Higgins
dave@...
Nov 2, 2000 6:13 pm
... Yo C... Why not just put underscore's in place of the spaces? Makes for easier reading URL's, too. Shouldn't be too tough for a script wizard like ...
317
foolsworkshop@...
Nov 2, 2000 11:45 pm
I apologize if this has been asked before. I was wondering if it is possible to use limited FTP within Supercard or via AppleScript called in Supercard? I'm...
318
Terry Judd
tsj@...
Nov 3, 2000 12:05 am
Very easy to do with Fetch which is fully AppleScript-able but this of course requires the end user to install Fetch if they don't already have it. Otherwise...
319
Chilton
chilton@...
Nov 3, 2000 12:46 am
... There's an excellent external that Royal Software used to have (might still, haven't checked) that did FTP. ... No problem with the above stuff. ... That...
320
Scott Simon
Scott@...
Nov 3, 2000 1:35 am
... Terry, This works for me. Watch for word wrap. This script is only four lines. tell application "URL Access Scripting" upload file <filePathName> to...
321
Terry Judd
tsj@...
Nov 3, 2000 4:34 am
Hi Scott, Thanks, it does indeed work! Seems like I was tripping over on the URLs. Cheers, Terry... ... -- ...
322
M. Uli Kusterer
Witness.of.TeachText@...
Nov 3, 2000 4:48 am
... Konrad, I have written a HyperCard XCMD called xFTP that does #1 if you're running MacOS 8.6 or better. I have to admit I never tested it with SuperCard,...
323
Jon Cousins
jon.cousins@...
Nov 3, 2000 7:59 am
I'm back on the list after a couple of months in the dark. Good to be here again. As a *complete* beginner with Supercard I'd be very grateful for a spot of...
324
Bruce Martin
illuminator@...
Nov 3, 2000 11:21 am
... There are a few ways to do this you could use a repeat loop and always check for the mouse events when found check to see if the mouseClick is withIn the...
325
Jon Cousins
jon.cousins@...
Nov 3, 2000 11:56 am
... Thanks Bruce - it's working - I just needed to add another end if at the end of the script. Great! Jon ...