Re: HyperCard Porting

2003-06-05 Thread eric . allen . engle
you can put an autocompact handler in your hypercard stacks... on openstack compact this stack end openstack on closestack compact this stack end closestack You can even put handlers like this into your home stack , i.e. with clever scripting you should not need to put these handlers in each

Re: Importing ( streamlining) EPS

2003-06-05 Thread jbv
BTW in the EPStoMetacard stack (I'm not sure I'm using the last version though), and more specifically in the bezier handler, is there a way to modify the equations used to get x values (and the corresponding y values) EQUALLY SPACED on the x axis ? Oviously, it has to do with the way v1 and v2

Compiling externals on Mac with Code Warrior

2003-06-05 Thread jbv
I managed to compile an external into a CODE ressource and place it into mchelp.mc, just as indicated in the ReadMe file under system 9. So I'm happy, but still have a practical question though : if I modify the C source code and recompile it, it seems that Code Warrior refuses to simply replace

Re: HyperCard Porting

2003-06-05 Thread Robert Brenstein
Thanks for all your answers! The crashing occurs at opening... Some open just fine, while some stacks crash just when opening them. AddColor has not presented a problem other than an error. I believe that scripts in AppleScripts language could cause the problem but must be verified. Calls to

HyperCard Porting

2003-06-05 Thread MisterX
Hi everyone, Im porting a lot of stacks from HC on MC for PC. Unfortunately 30% are crashing MC which is quite hard to swallow. Does anyone have any tips? I really dont want to dig out my old mac from the basement as I have no more room in my office!!! Cheers for any help Xavier

Re: HyperCard Porting

2003-06-05 Thread Richard Gaskin
MisterX wrote: Im porting a lot of stacks from HC on MC for PC. Unfortunately 30% are crashing MC which is quite hard to swallow. Does anyone have any tips? Not until you tell us what's happening at the time it crashes. -- Richard Gaskin Fourth World Media Corporation Developer of

Re: HyperCard Porting

2003-06-05 Thread eric . allen . engle
ARE YOU COMPACTING YOUR STACKS BEFORE PORTING THEM? Almost certainly the cause of errors. otherwise: Check for XCMD calls. Make sure your syntax conforms to metacard. Use parantheses instead of of Be careful with the use of the Make sure ask uses with... or... or... My hypercard ports never

Re: HyperCard Porting

2003-06-05 Thread Ben Rubinstein
on 6/4/03 6:40 PM, [EMAIL PROTECTED] wrote ARE YOU COMPACTING YOUR STACKS BEFORE PORTING THEM? Almost certainly the cause of errors. otherwise: Check for XCMD calls. Make sure your syntax conforms to metacard. Use parantheses instead of of Be careful with the use of the Make sure

Re: HyperCard Porting

2003-06-05 Thread eric . allen . engle
FWIW, I've never knowingly compacted a stack before importing it - and never seen a problem caused by this - but it can't hurt! Actually the metaCard documentation explicitly says you should (i.e. must) compact stacks before importing them. And I have had this cause runtime errors, though

Re: HyperCard Porting

2003-06-05 Thread J. Landman Gay
On 6/4/03 2:04 PM, [EMAIL PROTECTED] wrote: FWIW, I've never knowingly compacted a stack before importing it - and never seen a problem caused by this - but it can't hurt! Actually the metaCard documentation explicitly says you should (i.e. must) compact stacks before importing them. And I have

Re: HyperCard Porting

2003-06-05 Thread Shari
Don't forget that Hypercard's addColor is an XCMD, and all addColor calls should be commented out before importing. So is Hypercard's flash and picture. Shari C -- --Shareware Games for the Mac-- http://www.gypsyware.com ___ metacard mailing list

Re: Unix time

2003-06-05 Thread David Bovill
Thanks Ken / Richard, Seems like the seconds is unix time providing your time zone is set right on the local machine = seconds since glamrock hit. internet time is used in email etc David, See the internet date... doing that from my copy of MC (I'm in Wisconsin) gave me: Mon, 2 Jun 2003

Re: php wikis

2003-06-05 Thread Alain Farmer
Hello David and y'all, Found another one recently: did you know that the first Wiki was developed in HyperCard... then the guy looked at porting it to MC... Not developped in HyperCard. Only *inspired* by it. Btw, the guy's name is Ward Cunningham, he's a colleague of Kent Beck (which visited

RE: [ANN] alwaysOnTop v1.0.1, setDesktop v1.0.0

2003-06-05 Thread Chipp Walters
Thanks Sean, I've been keeping my eye on the alwaysOnTop.dll and thinking about how to use it. I'll let you know when I've got something! best, Chipp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shao Sean Sent: Wednesday, June 04, 2003 10:29 PM

Re: HyperCard Porting

2003-06-05 Thread xbury . cs
Thanks for all your answers! The crashing occurs at opening... Some open just fine, while some stacks crash just when opening them. AddColor has not presented a problem other than an error. I believe that scripts in AppleScripts language could cause the problem but must be verified. Calls to

[ANN] alwaysOnTop v1.0.1, setDesktop v1.0.0

2003-06-05 Thread Shao Sean
i've updated the alwaysOnTop.dll plugin, so it should work now ;-) created a new plugin setDesktop.dll which allows you to change the windows desktop image from within runrev/metacard.. both plugins are windows only, and were tested in windows95C and windowsXP home edition, runrev 1.1.1 and