The "quit" command is hanging in my standalones.
Hi,
I was having the same problem last month, searched the archive and played with
a bunch of property settings.
Deselecting the "destroy stack on close" and "destroy window on close"
properties worked for me - at least now the app quits withou
[EMAIL PROTECTED] wrote:
>
> Need help writing a script for a hypertext link in a field that is not
> locked.
>
> I want to paste URLs in an unlocked field and open the URL when the hypertext
> is selected.or whatever..the field must be unlocked to accept notes as well.
on selectionChanged
put
- Original Message -
From: "andu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 4:11 PM
Subject: Re: Mystery with arrays (lost key)
> Phil Davis wrote:
> >
> > There's nothing wrong with MC. Here's what's happening:
> >
> > In the following example, 'test2'
Phil Davis wrote:
>
> There's nothing wrong with MC. Here's what's happening:
>
> In the following example, 'test2' is first used as a variable name. It's never in
>the execution path, but that doesn't matter; MC still recognizes it as a variable.
>Later in the same handler, that same 'test2'
There's nothing wrong with MC. Here's what's happening:
In the following example, 'test2' is first used as a variable name. It's never in the
execution path, but that doesn't matter; MC still recognizes it as a variable. Later
in the same handler, that same 'test2' variable is being used as an
Tariel Gogoberidze wrote:
>
> Mac OS 9.1 MetaCard 2.3 and up to the latest build of 4.2B2
>
> on mouseUp
> IF 1=2 THEN
> put 1 into test2
> else
> put 55 into GrandTotals[test1]
> put 66 into GrandTotals[test2]
> put 22 into GrandTotals[test3]
> end if
>
> put key
Mac OS 9.1 MetaCard 2.3 and up to the latest build of 4.2B2
on mouseUp
IF 1=2 THEN
put 1 into test2
else
put 55 into GrandTotals[test1]
put 66 into GrandTotals[test2]
put 22 into GrandTotals[test3]
end if
put keys (GrandTotals)
-- returnes
--
test1
Thanks, Mark!
Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
- Original Message -
From: "Mark Luetzelschwab" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 9:38 AM
Subject: Re: Launching Acrobat twice
>
> Hi Ke
Hi Ken, (and others)
This is the end result - it seems to work quite well on 2000 and 98.
Quite a bit simpler than using query registry, etc. Works for any
kind of file *that is properly associated with an application*.
I still have to add the error handling in case I get an error from
the s