detailed files function

2001-11-23 Thread Rolf Kocherhans
I am playing with the detailed files function: -- put the detailed files into field Current Files Is it possible to get the detailed files of a remote file ala: put http://www.myserver.ch/test.mc.gz; into href put the detailed files of URL href into field Current Files What I need of the file

Internet Check

2001-11-20 Thread Rolf Kocherhans
I tried to find a handler which checks Internet connectivity on all platforms with a registered name and without one. I tried this: on mouseUp put hostNameToAddress(hostname()) into varIP if varIP = then answer error Not connected else answer information Connected return Your

Colored Script ?

2001-11-14 Thread Rolf Kocherhans
Looking with a TEXT Editor into a Stack file, I noticed, that if you use colored Script all of the syntax can be found twice in the file. Since I want to offer my Stacks over the net I like them to be as small as possible ! Is there a way to save the Stacks after development without colored

open or go Stack with visual effect ?

2001-11-02 Thread Rolf Kocherhans
1st. Is it possible to open or go to a Stack with a visual effect ? How do I have to script it ? 2nd. Are visual effects displayed the same on Mac's (with QuickTime) and Windows (without QuickTime). Cheers Rolf Archives: http://www.mail-archive.com/metacard@lists.runrev.com/ Info:

MacOS X BackgroundColor Pattern

2001-09-18 Thread Rolf Kocherhans
to the white with grey lined background, I have seen it when your stack is a palette. The backgroundColor is empty or none. I forget which. -Mark On Monday, September 17, 2001, at 03:59 AM, Rolf Kocherhans wrote: Hello all, how can I tell MetaCard 2.4 to use the MacOS X Background

MacOS X BackgroundColor Pattern

2001-09-17 Thread Rolf Kocherhans
Hello all, how can I tell MetaCard 2.4 to use the MacOS X Background ? The documentation says to do this: The Win32 and MacOS engines will use the system default background color/pattern if the backColor and backPattern of all objects on the inheritance path (including the Home stack) are set

set backColor of your Home stack to empty

2001-07-10 Thread Rolf Kocherhans
The Readme of Beta 2.4B3 says: 2) Support for the OS X background pattern is implemented in this release, but you must set the backColor of your Home stack to empty to use it. Can anyone let me know how I have to do this ? Cheers Rolf Archives:

MacOS X Background Pattern

2001-06-14 Thread Rolf Kocherhans
How do I set the backColor of the HomeStack to empty with MetaCard 2.4B2. Cheers Rolf Archives: http://www.mail-archive.com/metacard@lists.runrev.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

How would you design this ?

2001-05-08 Thread Rolf Kocherhans
Hello all I like to make an application which presents the user with a startup screen (a la Netscape) and then goes into the Internet and downloads the actual newest version of a Stack which is then presented to the user as his final working Window. It does not matter how big the Application

MetaCard 2.4A2 libURL

2001-04-25 Thread Rolf Kocherhans
The Readme says : Support for URL access other than file:, binfile, and resfile have been moved out into a script library named libURL that you must start using before you can access these types of URLs. Where can I learn how to use the libURL what is libURL and hoe do we have to use it ? Can