Search the web
Sign In
New User? Sign Up
MC_IDE · MetaCard IDE
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
How to prepare the MC IDE (HOME stack) for use with the latest engi   Message List  
Reply | Forward Message #48 of 77 |
1. Start MC 2.5.x or 2.6.x or any version PRIOR to 2.7X!!!!!!!
2. Edit the script of card 1 of stack "home"
3. Add these lines to the script:

on preOpenStack
put "MetaCard" && the version && the platform && "engine"\
& cr & "Copyright © 2001 MetaCard Corporation" \
& cr & "All Rights Reserved" into field "Copyright"
repeat for each line l in the customKeys["preferences"] of this stack
if the number of words in l is 1
then do "set the" && l && "to the preferences[" & quote & l & quote & "] of
this stack"
end repeat

######## The following lines!!
if the version >= "2.7" then
start using stack "mctools.mc"
if the platform <> "MacOS" then
open stack "mctools.mc"
end if
set the defaultStack to "home"
reset cursors
end if
########
...

4. Close the script, save the stack and
5. you are ready to use MC 2.7.x, after updating the engine inside the app
package
as described in an earlier post.








Wed Aug 30, 2006 8:08 am

klaus_major
Offline Offline
Send Email Send Email

Forward
Message #48 of 77 |
Expand Messages Author Sort by Date

1. Start MC 2.5.x or 2.6.x or any version PRIOR to 2.7X!!!!!!! 2. Edit the script of card 1 of stack "home" 3. Add these lines to the script: on preOpenStack ...
Klaus Major
klaus_major
Offline Send Email
Aug 30, 2006
8:10 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help