Speed of different versions of MC?

2013-02-12 Thread David Epstein
simpler to design but less efficient to parse would cause no detectible lag. Many thanks for any thoughts. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

Where do Command-C and Command-V get handled?

2008-11-11 Thread David Epstein
combinations are used? Many thanks. David Epstein (MC2.5 on Mac OSX 10.4.) ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

When can MC find stacks?

2008-10-13 Thread David Epstein
. the stack whose script contains the go command? c. some other open stack? d. a stack that is in use? 6. Other conditions I haven't thought of? A related question: Is it good practice to use the file extension .mc or .rev in a go stack shortName command? Many thanks. David Epstein

Metacard 2.5 to Revolution 2.9 glitch

2008-07-11 Thread David Epstein
things? Or does the fact that my stacks are Metacard files cause a problem? Can anyone offer a diagnosis or remedy? Many thanks. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

Printing a PDF with Metacard

2007-09-04 Thread David Epstein
thanks. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

Copying an image, or part of it, to the clipboard

2007-03-09 Thread David Epstein
to convert to screen coordinates the coordinates of rect r in a stack whose topLeft is at s -- eg for use in import snapshot repeat with i = 1 to 4 add item (1 + (i+1) mod 2) of s to item i of r end repeat return r end shiftedRect Any insights about this would be greatly appreciated. David

Making a pasted image opaque

2007-03-01 Thread David Epstein
, I'd like to make the image I've pasted fully opaque. Is there a way to script this transformation? Many thanks. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

Re: Controlling PDFs in Player Object on Mac

2006-10-14 Thread David Epstein
In case anyone else wonders about this question, I have found a solution by trial and error. This may not be the best way (and the play command, according to the MC help, should be replaced in future development by the start command, although there is no mention of start step), but it seems to

Controlling PDFs in Player Object on Mac

2006-10-12 Thread David Epstein
-1) where z is the number of pages in the PDF. But set the currentTime of player 1 to (n-1)*75 does not consistently cause page n to be shown. Does someone know how to do this, or where I can learn how to do this? Many thanks. David Epstein ___ metacard

Disappearing property palette objects

2006-09-10 Thread David Epstein
? Many thanks. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

Disregard previous

2006-09-10 Thread David Epstein
Hope nobody has been puzzling over my problem with the property palette, which I just solved. Turns out my own handler executed a select empty on suspendStack, which unselected the group, and so made the group property palette no longer appropriate. David Epstein

Re: Re: Is the clipboardData really an array?

2006-02-24 Thread David Epstein
Many thanks to Jacqueline Landman Gay for a very thorough and lucid explanation. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

Is the clipboardData really an array?

2006-02-23 Thread David Epstein
] is not empty) after fld 1 put the clipboardData into myArrayVar put return *** the keys of the clipboardData after fld 1 put *** the keys of myArrayVar after fld 1 put *** the clipboard after fld 1 end mouseUp Any insights? David Epstein ___ metacard

Copying fields and their contents

2005-09-24 Thread David Epstein
, and this would make sense to me since copying a field (as distinguished from creating a new field) should copy its properties. But now I am only getting the empty field. Many thanks. David Epstein ___ metacard mailing list metacard@lists.runrev.com http

Networked stacks

2005-08-08 Thread David Epstein
that exemplify this? Many thanks. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

Toxic Text Crashes MC 2.5

2005-05-19 Thread David Epstein
can't really know what's wrong with it. Anyone have any related experiences, insights, or suggestions of how to proceed? Thanks very much. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo

Debugging dragDrop handler crashes Metacard

2005-02-09 Thread David Epstein
Using MC2.5 on OSX 10.2, I am writing a fairly complicated dragDrop handler, which decides what text to insert at the dropChunk, and whether to preserve or delete the chunk that was originally dragged, and then carries out those decisions. I'm handling and not passing both the dragEnd and

Re: Option and shift keys down undetected

2005-01-29 Thread David Epstein
to scripts that check the commandKey (always returning up), even though command-letter combination commands still work. David Epstein ___ metacard mailing list metacard@lists.runrev.com http://lists.runrev.com/mailman/listinfo/metacard

Option and shift keys down undetected

2005-01-28 Thread David Epstein
. And just now it returned very promptly. The option key is not completely disabled even when this condition strikes; for example, with the pointer tool selected, option-dragging will successfully duplicate a button. Is there a recognized cause or cure for this problem? Many thanks. David Epstein

Does raisePalettes not work in OSX?

2003-07-21 Thread David Epstein
document window, while still looking like a palette (with the narrow title bar)? Many thanks. David Epstein ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Cloning a stack and renaming it.

2003-01-17 Thread David Epstein
as longName ** This is the line that's not working as I expect. My model stack gets cloned, with Copy of ATCMO in the title bar. But the next line does not manage to change its name, and so the last line can't save a stack that doesn't exist. Many thanks. David Epstein

Re: Handling a system shutdown

2002-12-12 Thread David Epstein
if end appleEvent This does the job. Thank you! Can something like this be done in Windows? David Epstein PS: Apologies to all for having accidentally replicated the digest in my original query. ___ metacard mailing list [EMAIL PROTECTED] http

Re: Mysterious popup stack behavior

2002-11-14 Thread David Epstein
will be what it was before you tried to set it in this preOpenStack handler. I hope these results may be found useful by others, and look forward to any corrections to them that others may discover. David Epstein on 11/3/02 11:14 AM, I wrote: Does anyone understand how Metacard handles

Mysterious popup stack behavior

2002-11-03 Thread David Epstein
specify and whose controls will not scroll. Is there some height range within which I can do this? Many thanks. David Epstein ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Re: Detect ResizeStack completion?

2002-10-29 Thread David Epstein
? Further suggestions are welcome. David Epstein ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Feature requests: page setup info and styled text transfer

2002-08-08 Thread David Epstein
that for printer-required margins). Legal paper, landscape, 50% choices = 1872,1224. If this information were available, the excellent print... into rect command would be much more useful. Can this be done? And how about pasting styled text? David Epstein

Popup menu with a selected Line?

2002-03-16 Thread David Epstein
if the list of choices is taller than the screen? 3. Is it a reasonable feature request for MC to add a selectedLine or hilitedLine property to a button whose style is popup? Many thanks. David Epstein ___ metacard mailing list [EMAIL PROTECTED] http

Menuhistory bug?

2002-01-26 Thread David Epstein
choice). But it appears that for a menu to be part of a group that will be displayed in the Mac menubar it must have the pulldown style. Thanks for any insights on this. David Epstein ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com

Undoing

2002-01-11 Thread David Epstein
to clear the custom undo buffer? Is there some way to detect when MC's own undo option (for its own undoable routines) has become (or whether it remains) available? Thanks for any thoughts. David Epstein ___ metacard mailing list [EMAIL PROTECTED] http

Why all the empty opencard handlers?

2001-12-14 Thread David Epstein
be frustrated as the message is intercepted by the card script's empty opencard handler? I suspected this might be a property of the templateCard that I could change, but when I try to get the script of the templateCard I get nothing. Any ideas? David Epstein