Total pain in the stack

2002-01-24 Thread xbury . cs
For the zillionth time, I have MC going bananas in a recursive loop without reason. Maybe someone can tell me if they get the same behavior... This may or will result in MC stop responding, and/or your stack corrupted... beware... Recipee: Have a mousewheel mouse, NT4 sp5, W98SE, MetaFrame

RE: Total pain in the stack

2002-01-24 Thread xbury . cs
Amazing, I post the problem and stumble on the solution... The crashing stacks had a mutant version of the script below. The difference was on scrollbarDrag x ... I made a test with half of the fields without the x param, and the other half with... Mousewheel Scrolling over the missing

Re: darwin mc

2002-01-24 Thread Scott Raney
On Wed, 23 Jan 2002 Geoff Canyon [EMAIL PROTECTED] wrote: At 11:11 AM -0700 1/23/02, Scott Raney wrote: What's the possibility of a Cocoa-based MetaCard, then? Would that be closer to MetaCard's Unix roots, and therefore simple? Or is Cocoa as separated from OS X's Unix underpinnings as

Re: Launching a URL in OSX is Cake?

2002-01-24 Thread Scott Rossi
On Thursday, January 24, 2002, at 10:31 AM, I wrote: Am I missing something or is the launching URLs and mail links extremely easy in OSX? Using the following seems to launch IE or Mail perfectly: ### tURL is the HTTP or mail address to be launched put open location quote tURL

Re: Launching a URL in OSX is Cake?

2002-01-24 Thread Geoff Canyon
At 10:31 AM -0800 1/24/02, Scott Rossi wrote: Am I missing something or is the launching URLs and mail links extremely easy in OSX? Using the following seems to launch IE or Mail perfectly: ### tURL is the HTTP or mail address to be launched put open location quote tURL quote into s

Re: FTP upload anomaly--file opened, but nothing written

2002-01-24 Thread Sivakatirswami
on 1/24/02 7:54 AM, Michael Walas at [EMAIL PROTECTED] wrote: Should the line: put gMachinePath of on uploadToArchives read put URL gMachinePath? If I try to rapid fire 2 or more get URL ftp etc., the second get always returns the message -425 Can't build data connection: Address already in

Re: Launching a URL in OSX is Cake?

2002-01-24 Thread Scott Rossi
On Thursday, January 24, 2002, at 11:09 AM, Geoff Canyon wrote: Does anyone know of a reason why this method should be avoided? Because programming should be hard! I remember when we had to write our own compilers BY HAND -- on an abacus! You kids today don't know how easy you have

Re: darwin mc

2002-01-24 Thread andu
I noticed the detailed files on Darwin returns file permissions 000 to all files. Is that Darwin or MC? -- __ Regards, Andu ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Re: darwin mc

2002-01-24 Thread Richard MacLemale
From: Scott Raney [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: darwin mc Reply-To: [EMAIL PROTECTED] On Tue, 22 Jan 2002 Richard MacLemale [EMAIL PROTECTED] wrote: I know that MetaCardCarbon does not honor shell (as in put shell(ls *) into field 1)... Am I correct in assuming

Re: Launching a URL in OSX is Cake?

2002-01-24 Thread Geoff Canyon
At 11:40 AM -0800 1/24/02, Scott Rossi wrote: On a related note, I come from a print background where we created page layouts by having type set for us on photo paper and pasting it down onto boards with rubber cement. Making corrections to anything required cutting the paper with an

Re: Launching a URL in OSX is Cake?

2002-01-24 Thread J. Landman Gay
Geoff Canyon wrote: It _is_ slightly more difficult, since you need to watch out for the / character in the legitimate path, which will have been translated to a : You could either escape the : which always gives me a headache, or do a character-by-character switch. I generally go the

Re: Launching a URL in OSX is Cake?

2002-01-24 Thread Geoff Canyon
At 4:18 PM -0600 1/24/02, J. Landman Gay wrote: Geoff Canyon wrote: It _is_ slightly more difficult, since you need to watch out for the / character in the legitimate path, which will have been translated to a : You could either escape the : which always gives me a headache, or do a

Option buttons under OS X

2002-01-24 Thread Gregory Lypny
Hi Everyone, Awhile ago I asked a question about option buttons under OS X, but never got a response, so I thought I'd take another kick at the cat. When an item in an option button --- also popup or pulldown buttons --- is selected, the label of the button is set to the item selected. I was

Re: darwin mc

2002-01-24 Thread andu
Richard MacLemale wrote: From: Scott Raney [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: darwin mc Reply-To: [EMAIL PROTECTED] On Tue, 22 Jan 2002 Richard MacLemale [EMAIL PROTECTED] wrote: I know that MetaCardCarbon does not honor shell (as in put shell(ls *) into

Re: Launching a URL in OSX is Cake?

2002-01-24 Thread Scott Rossi
Recently, Geoff Canyon wrote: I like using the ascii for delete as a placeholder, because it works fine and there's no way a user has typed it. You know, that's a good point about not being able to type delete. formFeed is another useful option. Regards, Scott Rossi Creative Director