Thanks for the suggestions.
Actually, im modifying already the contextual menu to handle more commands
(like edit a group) and the command/control hotkeys to work more like in HC.
The error window is 3 times taller and allows copy paste (save to log will
come too).
But no one answered my question as to which stack is really the top of the
hierarchy. I read that it's home but see that MCTools seems to take
precedence...
here's my autosave handler
it's called from closestack, closebackground, closegroup, and closecard
on AutoSaveStack
global autosave,autoSaveExceptions
if autosave="" then put the hilite of btn "Auto Save Stacks" of stack
"home" into autosave
put "execution error,script error,properties,font chooser,color chooser"
into autoSaveExceptions
put short name of this stack into s
if x is in autosaveexceptions then exit AutoSaveStack
if autosave not true then exit AutoSaveStack
put msg into x
put "saving stack" && s
save this stack
put x into msg
end AutoSaveStack
# -----Original Message-----
# From: Serge Grenier [mailto:[EMAIL PROTECTED]]
# Sent: 20 September 2000 05:42
# To: [EMAIL PROTECTED]
# Subject: Re: Problem with scrollbar redraws
#
#
# [EMAIL PROTECTED] wrote:
# > Lastly, I decided to put all the handlers into the stack of MCtools
#
# The trouble with this approach is that it adds work
# everytime you upgrade to a new version of MetaCard,
# since they comme with a new version of MCTools also.
#
# That's why I tend to leave MCHome and MCTools alone as much as I can.
#
#
#
# Serge Grenier
#
#
#
# Archives: http://www.mail-archive.com/metacard%40lists.best.com/
# Info: http://www.xworlds.com/metacard/mailinglist.htm
# Please send bug reports to <[EMAIL PROTECTED]>, not this list.
#
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.