The Case of the Vanishing Cursor

2003-01-30 Thread Ian Gordon
Hi John, For the record, this happened to me yesterday - exactly as you describe (invisible but still worked). Dual 1Ghz machine, Mac OSX 10.2.3 I restarted to get it back,. It has only happened once. Another weird thing I have seen a few times (maybe when my code gets MC all mixed up) is

RE: It just can only get better!

2003-01-30 Thread Mr X
Alejandro, That's was a scriptfull! I'll just say that to code economically, you should use english... If you want a simple auto-replace function before the script is checked/compiled, no prob! But good luck with fixing translation errors!!! But it was just a matter of putting it in stack

Re: metacard digest, Vol 1 #500 - 10 msgs

2003-01-30 Thread Ray G. Miller
Yo Coolers, Just got this Confidential message this AM. Looks like the ultimate pyramid scheme: Everybody's favorite nerd giving cash to the masses! - Subject: SORRY EVERYBODY . . . JUST HAD TO TAKE THE CHANCE !!! I'm an attorney and I Date: Wed, 29 Jan

Flash

2003-01-30 Thread Shari
For those of you who miss the Hypercard call Flash I submit the following: Create a card size image Color it solid black (or change the color for a different effect) Set the ink to reverse Then show/hide the image for a Flash effect -- --Shareware Games for the Mac-- http://www.gypsyware.com

re: cgi scripting

2003-01-30 Thread RCS
Thanks Andu...here is the 'analyzed' packet from the device to the server (I used CommView...minus the hex info): GET /cgi/input.cgi?INPUT=RGB1lang=ex=39y=11 HTTP/1.0..Accept: image/gif , image/x-xbitmap, image/jpeg, image/pjpeg, application/msword, */*..Referer:

re: cgi scripting

2003-01-30 Thread andu
--On Thursday, January 30, 2003 11:43:26 -0800 RCS [EMAIL PROTECTED] wrote: Thanks Andu...here is the 'analyzed' packet from the device to the server (I used CommView...minus the hex info): GET /cgi/input.cgi?INPUT=RGB1lang=ex=39y=11 HTTP/1.0..Accept: image/gif , image/x-xbitmap, image/jpeg,

Re: metacard digest, Vol 1 #500 - 10 msgs

2003-01-30 Thread J. Landman Gay
On 1/30/03 1:21 PM, Ray G. Miller wrote: Yo Coolers, Just got this Confidential message this AM. Looks like the ultimate pyramid scheme: Everybody's favorite nerd giving cash to the masses! This one is very old. See the urban legend at: http://www.tafkac.org/ulz/emailtracking.html --

tab buttons

2003-01-30 Thread Rodney Tamblyn
Does anyone know How do you determine which tab of a tab button is selected, and is there a way to programmatically set this? Rodney ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

No return from post on Linux? A bug?

2003-01-30 Thread Sadhunathan Nadesan
Greetings Scott, Not sure actually if this is a bug report, or I am doing something wrong, a library mismatch, or maybe, just a request for a 'how to do it the right way'?? In any case I would appreciate any advice. Context: I have a stack that does a post command to a cgi script on a remote

RE: tab buttons

2003-01-30 Thread Monte Goulding
Use menuHistory to get the tab number To get the text on the tab use: put line (the menuHistory of btn X) of btn X To set a tab and execute the menuPick handler of the tab button you set the menuHistory. If you have the tab text then you'll need to use lineOffset on the button contents to get