Re: Put shell has extra cr

2002-06-11 Thread LiangTyan Fui

On 6/12/02 12:19 PM, Simon Lord wrote:

> The following line:
> 
> put cr & "marelina:" & shell("pwd") & ">" into var1

if last char of var1 is cr then delete last char of 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 would be appreciated.
> 
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



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]
http://lists.runrev.com/mailman/listinfo/metacard



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:" & 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)
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
>

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



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)
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



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 would be appreciated.

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



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
working on is more than a few weeks out, you should probably start
using these engines now.

The Mach-O Carbon engine now has full functionality including support
for externals, serial devices, and building standalones.  It also
supports Quartz text drawing (antialiasing) when run on Mac OS X
10.1.5.  See the README for info on these new features.
  Regards,
Scott


Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
MetaCard: You know, there's an easier way to do that...

___
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 blanket the background?
>
> Thanks.
>
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
>

You have to set the stack and card colors to empty.  Then set the style 
of the stack to palette.  Maybe other styles will work as well.

-Mark

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



OSX stripes

2002-06-11 Thread Simon Lord

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 blanket the background?

Thanks.

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



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