Re: Rookie question - mouseUp on unlocked field

2000-09-26 Thread Sjoerd Op 't Land
I think making the field clear whenever the user clicks in it it is not nice. If the user want to select some characters, the field clears. Maybe you want to clear the field when the user clicks the first time (so a cursor appears). Then the script would be: on openField put empty into field

Re: Digest metacard.v003.n530

2000-09-26 Thread Robin-David Hammond
you can try finding the email address of a given user like that my machine name here is kevin.kplab.com but my email addy isnt [EMAIL PROTECTED], nor [EMAIL PROTECTED] its [EMAIL PROTECTED] you dont know if sendmail is running on localhost, nor if the mail server they ACTUALY use shares a

Re: Standalone Metacard Document Distribution Support (SMDDS):Starter Kit suggestion..

2000-09-26 Thread Scott Raney
On Tue, 26 Sep 2000, David Bovill wrote: (snip) To be specific I suggest that: 1) the Starter Kit be broken down to appropriately compressed minimal engines for each platform, with "progressive download and save" options for all the relevant documentation and tutorials. Sounds

All things are not equal: ‚

2000-09-26 Thread David Bovill
Maybe you all know this, but on the Mac I've got into the habit of using "‚" rather than the less than pleasing "" third estate alternative. Not sure if this is a font/or script editor incompatibility, but my PC balks at the beautiful sight of these characters - replacing the with an anonymous

Re: Rookie question - mouseUp on unlocked field

2000-09-26 Thread Phil Davis
Sjoerd Op 't Land wrote: I think making the field clear whenever the user clicks in it it is not nice. If the user want to select some characters, the field clears. Maybe you want to clear the field when the user clicks the first time (so a cursor appears). Then the script would be: on

Re: Digest metacard.v003.n530

2000-09-26 Thread andu
you can try finding the email address of a given user like that my machine name here is kevin.kplab.com but my email addy isnt [EMAIL PROTECTED], nor [EMAIL PROTECTED] its [EMAIL PROTECTED] Yes but you can do nslookup on bestweb.net to obtain the address of say mail.bestweb.net and send

MetaCard runs fine in Classic

2000-09-26 Thread Geoff Canyon
Just to let everyone know, I've run MC in the Classic environment of OS X now. I haven't tested every feature by a long shot, but so far, so good. gc Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports

RE: Rookie question - mouseUp on unlocked field

2000-09-26 Thread Tim Barber
Title: RE: Rookie question - mouseUp on unlocked field Excellent suggestions, thank you. Tim -- From: Sjoerd Op 't Land Reply To: [EMAIL PROTECTED] Sent: Tuesday, 26 September 2000 16:28 To: [EMAIL PROTECTED] Subject: Re: Rookie question - mouseUp on unlocked field I think

Re: All things are not equal: ‚

2000-09-26 Thread Scott Raney
On Tue, 26 Sep 2000, David Bovill wrote: Maybe you all know this, but on the Mac I've got into the habit of using "‚" rather than the less than pleasing "" third estate alternative. Not sure if this is a font/or script editor incompatibility, but my PC balks at the beautiful sight of these

Re: Writing and submitting a form from a browser

2000-09-26 Thread Phil Davis
In VB you can type into text fields of open apps by using "appActivate" (to launch the app or else bring it to the front), followed by the "sendKeys" command (which does the typing). Question: Can you do this with the MC "launch" or some other command/function? That *would* be nice. Seems to

Hilited button text

2000-09-26 Thread Jacqueline Landman Gay
I have set a button with a background pattern and a custom hilite color. When the button is hilited, I want the button text to display white. I have tried setting the forecolor to "white" but it doesn't work. Right now I am managing all the hiliting myself by changing the backcolor and forecolor