Re: Random Redirect

2002-11-01 Thread Nelson Zink
andu,

> on startup
> put "Location: " & any item of "urls, separated, by, comma" & crlf
> put "Content-Type: text/html" & crlf & crlf
> end startup
> 
> This works with Apache.

Bless you!   Works without a hitch.

Nelson

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



Re: Random Redirect

2002-11-01 Thread andu


--On Friday, November 01, 2002 21:09:21 -0700 Nelson Zink <[EMAIL PROTECTED]> 
wrote:

I'm using MetaCard/ Reveloution for cgi at my website and want to be able
to randomly redirect to pages at my site. How does one send a redirect to
the browser?


on startup
put "Location: " & any item of "urls, separated, by, comma" & crlf
put "Content-Type: text/html" & crlf & crlf
end startup

This works with Apache.



Nelson

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





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



Random Redirect

2002-11-01 Thread Nelson Zink
I'm using MetaCard/ Reveloution for cgi at my website and want to be able to
randomly redirect to pages at my site. How does one send a redirect to the
browser?

Nelson

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



NEW! Eps Import version 03

2002-11-01 Thread Alejandro Tejada
Hi everyone on the list!

Download the new version of the utility stack
EpsImportV03p from:

http://ffc.virtualave.net/revEpsImportV03p.zip
http://ffc.virtualave.net/mcEpsImportV03p.zip

This version is a whole step closer to bring
more of the Adobe Illustrator files to Revolution and
MetaCard.
Now you could import linked Png, Gif and Jpg images
from your designs. There are checkbuttons that give
you options for locking the screen, flip the graphics,
group the objects imported (images and graphics),
import the graphics as outlines (without fill colors),
 import graphics with their color fills, import all
graphics and linked images and select your own folder
for the linked images. And other options for importing
"placed" png images.

If you download version 02 of this tool, you'll like
better version 03. (Tool itself only 50k, but download
zip file is 315 k with the samples files)

Alejandro Tejada Capellan



__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Text files on Windows

2002-11-01 Thread Rich Mooney
> > open file someFile
> > write something to file someFile
> > close file someFile
> >
> > On a Mac, this creates a generic Simpletext file.
> >
> > What does it create on Windows?  And what Windows programs can open
> > and read it?
>
> Depends on the filename extension:
>
> .txt = NotePad (very basic text editor)
> .wri = WordPad (basic editor with some formatting)
> .doc = Word (full blown editor)

If you double-click on a .doc and don't have Word, the file will open in
Wordpad.
If you double-click on a .txt which is too big to fit in NotePad (>64k I
believe) you will be
offered the opportunity to open it in Wordpad instead.  In Win 2k and I
believe XP,
Notepad doesn't appear to have a size limit.
Personally, I think .txt is your best bet because almost everything can open
a .txt file
if you open the application first then select File>Open, set your Files of
type to Text,
then navigate to your file.  You can also easily import delimited text files
into most
spread sheet apps as long as the first line contains the names of the
columns

Rich Mooney
Payne Sparkman Mfg.
[EMAIL PROTECTED]

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



Re: MetaCard 2.5 alpha 6 now available

2002-11-01 Thread Ray Horsley
I think the most attractive think for me is the new script editor features.
I've had a little trouble with them, but then I haven't spent very much time
on it yet.

Ray Horsley
Developer, LinkIt! Software

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



Re: Text files on Windows

2002-11-01 Thread Ray Horsley
Shari,

I thought I'd also add that you can set the fileType on Macs.  For example,
if you set the fileType to "MCRDMSTK" and then do your open, write, and
close, it'll look like a MetaCard stack and, when double-clicked, try to
open in MetaCard.  To see various fileTypes (creator and type, 4 letters
each) open ResEdit, click on File, and choose Get File/Folder info.

> Shari,
> 
> For windows you need to use a file extension which tells the Windows OS what
> app to open. If you just write a file called "MyStuff", it will look generic
> and won't open in an app when you double-click it (you'll get an "Open
> with..." dialog box). If you name it "MyStuff.txt", it will launch Notepad
> when you double-click it (unless the user has mapped the ".txt" extension to
> another app).
> 
> Ken Ray
> Sons of Thunder Software
> Email: [EMAIL PROTECTED]
> Web Site: http://www.sonsothunder.com/
> 
> - Original Message -
> From: "Shari" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, November 01, 2002 9:01 AM
> Subject: Text files on Windows
> 
> 
>> open file someFile
>> write something to file someFile
>> close file someFile
>> 
>> On a Mac, this creates a generic Simpletext file.
>> 
>> What does it create on Windows?  And what Windows programs can open
>> and read it?
>> --
>> --Shareware Games for the Mac--
>> http://www.gypsyware.com
>> ___
>> metacard mailing list
>> [EMAIL PROTECTED]
>> http://lists.runrev.com/mailman/listinfo/metacard
>> 
> 
> ___
> 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: Text files on Windows

2002-11-01 Thread Ken Ray
Shari,

For windows you need to use a file extension which tells the Windows OS what
app to open. If you just write a file called "MyStuff", it will look generic
and won't open in an app when you double-click it (you'll get an "Open
with..." dialog box). If you name it "MyStuff.txt", it will launch Notepad
when you double-click it (unless the user has mapped the ".txt" extension to
another app).

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

- Original Message -
From: "Shari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 9:01 AM
Subject: Text files on Windows


> open file someFile
> write something to file someFile
> close file someFile
>
> On a Mac, this creates a generic Simpletext file.
>
> What does it create on Windows?  And what Windows programs can open
> and read it?
> --
> --Shareware Games for the Mac--
> http://www.gypsyware.com
> ___
> 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: Text files on Windows

2002-11-01 Thread Scott Rossi

On Friday, November 1, 2002, at 07:01 AM, Shari wrote:


open file someFile
write something to file someFile
close file someFile

On a Mac, this creates a generic Simpletext file.

What does it create on Windows?  And what Windows programs can open 
and read it?

Depends on the filename extension:

.txt = NotePad (very basic text editor)
.wri = WordPad (basic editor with some formatting)
.doc = Word (full blown editor)

You don't *need* to use an extension but this is required if you want 
somebody to be able to double-click the file and have it open.

Also note that you can use a little more efficient script to create 
your document:

 put something into url ("file:" & someFile)

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

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


Text files on Windows

2002-11-01 Thread Shari
open file someFile
write something to file someFile
close file someFile

On a Mac, this creates a generic Simpletext file.

What does it create on Windows?  And what Windows programs can open 
and read it?
--
--Shareware Games for the Mac--
http://www.gypsyware.com
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: MetaCard 2.5 alpha 6 now available

2002-11-01 Thread Dominique
> Just make it clear, "no version for MacOS9"

?

I downloaded it, and run on a Mac OS 8.6 system!
(see my message about Drag'n Drop)

If it runs with Mac OS 8.6, I think it will run on Mac OS 9.x ;-)
You have just to copy  your Home stack within the MC25a6 folder...

Anyway not too much reaction for this alpha release!?

-- 
Regards,
(-8 Dominique
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MetaCard 2.5 alpha 6 now available

2002-11-01 Thread dicomobilJean-Jacques Wagner
Scott Raney,
Just make it clear, "no version for MacOS9"
I don't blame you.

Sincerley
jean-Jacques Wagner

> The first public alpha-test release of MetaCard 2.5 is now available in
> ftp://ftp.metacard.com/MetaCard/2.5/
> 
> See the file README.2.5 for the complete list of new features in this
> release, but the highlights are a new debugging architecture, support
> for Unicode display and text entry in fields, sheets and pulsing
> buttons on OS X, and partial support for drag and drop (more to come
> in that area in later test releases).  At this early stage we're
> primarily interested in reports of engine problems, particularly
> incompatibilities with previous releases.  The development UI is still
> incomplete.
> 
> The file format has not changed for 2.5 unless you save Unicode text
> in fields, so it will be possible to use revert to using 2.4.3 if you
> run into problems with any of the alpha or beta test releases after
> doing substantial development with them.  Still, always work with
> adequate backups when using pre-release software!
> 
> The subscription expiration date has been updated for this release.
> Everyone can use it in Starter Kit mode for testing, but you'll need
> to renew your subscription to use the full functionality if you get
> the Starter Kit notice when starting up.  Choose "Licensing" from the
> MetaCard Help menu and follow the prompts to the order forms to renew.
> 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

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