new MC beta 1

2002-06-11 Thread Klaus Major
Hi all, check out the new beta of MC. The OS X version now uses quartz to display text. Looks just beautiful :-D Regards Klaus Major [EMAIL PROTECTED] ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Re: OSX stripes

2002-06-11 Thread Mark Talluto
On Tuesday, June 11, 2002, at 03:36 PM, Simon Lord wrote: There was a question a while back about how to build a stack with the trademarked OSX stripes in the background (as opposed to solid white). Anyone know if this is supported as a setting or do I have to create a tiled image to

MetaCard 2.4.3 beta 1

2002-06-11 Thread Scott Raney
MetaCard 2.4.3 beta 1 is now available in the directory: ftp://ftp.metacard.com/MetaCard/2.4.3/ The Win32, Mac PPC, and Linux engines should be stable enough for production work now and likely won't be changed much (if at all) before final, so if the ship date for whatever you're currently

Put shell has extra cr

2002-06-11 Thread Simon Lord
The following line: put cr marelina: shell(pwd) into var1 ...actually comes out looking like this: marelina:/Applications/MetaCard I remember way back when having to check for the last char being a cr and deleting it. But I'll be damned if I can recall the exact syntax. Any help

Re: Put shell has extra cr

2002-06-11 Thread Shao Sean
try the following (it's something i had to do with my chat client/server).. put CR marelina: line 1 of shell(pwd) into var1 that way you don't have to check for CR, CRLF, or LF.. (note: this works for me in my code, but can't test shell() features do to lack of *nix)

Re: Put shell has extra cr

2002-06-11 Thread Simon Lord
Works like a charm. Now all that remains is how to actually use shellCommand to set the shell type to tcsh... Thanks, that was great. On Wednesday, June 12, 2002, at 12:59 AM, Shao Sean wrote: try the following (it's something i had to do with my chat client/server).. put CR marelina:

Re: Put shell has extra cr

2002-06-11 Thread Shao Sean
you're on your own for that ;-) - Original Message - Works like a charm. Now all that remains is how to actually use shellCommand to set the shell type to tcsh... ___ metacard mailing list [EMAIL PROTECTED]