web portals - beyond the browser

2002-07-12 Thread Richard Herz
In case you haven't seen it, just ran across Java Web Start, a web portal concept very similar to that written in MetaCard at the Himalayan Academy, which inspired my own experiments (links to all below). Web Start is a small window that lists available apps/applets on the web. Open one and it

Re: web portals - beyond the browser

2002-07-12 Thread Richard Herz
Java Web Start is also available in the distribution for Mac OS X (Mac versions not shown on link I provided in earlier email on this topic). See http://developer.apple.com/java/ http://java.sun.com/products/javawebstart/ Rich Herz [EMAIL PROTECTED] www.ReactorLab.net

CGI to download file without URL display

2002-07-10 Thread Richard Herz
I would like to post files on a web page for download without any display of the URL of the source file at the browser in order to prevent future bypass of download logging. The only method I've discovered so far that has no display of the source file URL is to get the source file into a

Re: calling function in msg

2002-04-01 Thread Richard Herz
You can access functions normally from the message box if you first start using the stack containing the function definitions. Rich Herz [EMAIL PROTECTED] http://mechanics.ucsd.edu/research/herz/reactorlab/ MetaCard won't evaluate any custom functions from the message box, only the

backdrop Win task bar

2001-09-11 Thread Richard Herz
Hello, I would like to give users of my project the option of using the MC backdrop. On Windows (at least one 98 and one NT system), the Win OS task bar gets hidden below the MC backdrop (apparently always on the NT system, and almost always on the 98 system, even with task bar always on top

Re: Math errors, HELP!

2001-08-14 Thread Richard Herz
From: [EMAIL PROTECTED] (Sadhunathan Nadesan) Problem: after calculating a result like the above, I add it to 3 different globals - a column total, a line total, and a cumulative total. If there is only one column, all three numbers should be the same but eventually, they start getting

language localization

2001-07-17 Thread Richard Herz
Richard Gaskin wrote: More importantly, this may be a healthy wake-up call for all of us: There are other cultures out there, and not all of them speak English. How many of you are getting requests for localized versions of your MC/Rev-based software? How do you

Re: CGI nightmares

2001-06-06 Thread Richard Herz
Raymond E. Griffith wrote: I have been wrestling with the POST command for some time now with little success. I had to set the httpheaders in my MC stack before post or my PERL cgi script couldn't read the input buffer from the post. Currently I set httpheaders to set the httpHeaders to \

MC web portal?

2001-06-06 Thread Richard Herz
I am working on deploying interactive educational modules via the web using MC as opposed to Java applets in a browser (Java applets of scientific simulations I have seen on the web are slow and unreliable, not to mention other drawbacks of Java vs. MC). After frustrating attempts to get MC

load and go of gzipped stacks?

2001-05-25 Thread Richard Herz
I'm experimenting with using load url and go url to download and run stacks from web servers. Is there a way to download gzipped stacks, decompress() them and run them using these commands? I imagine one could get the gzipped stack, put it into a variable, decompress() it, write it to a disk

Re: mcRipper available

2001-05-02 Thread Richard Herz
on 5/1/01 2:09 PM, Geoff Canyon wrote: mcRipper is a MetaCard stack. It goes through another stack and notes all the objects contained in the stack, and most of their properties. It records all this information in text format, where it can be modified easily. mcRipper can then take the text

Re: Math Challenge

2001-03-08 Thread Richard Herz
Scott Rossi [EMAIL PROTECTED] wrote: Subject: Math Challenge Date: Thu, 08 Mar 2001 03:31:50 -0800 snip I'm wondering if someone good at geometric math might be able to figure out the following: how to drag an object relative to the points of a non-vertical ellipse (an oval which is

Re: Grey Printing?

2001-03-01 Thread Richard Herz
on 2/28/01 10:06 AM, Peter Reid at [EMAIL PROTECTED] wrote: I have a sub-stack which I'm using for printing purposes. If I display a card on the screen everything looks fine, with a white background. However, if I then use Print Card, I get a mid-grey background behind the card contents

Re: New HTML properties

2001-01-31 Thread Richard Herz
David Bovill [EMAIL PROTECTED] wrote on 29-Jan-01 As it's a kind of feature request. I'm posting it here to gauge the lists reaction/support for this idea... it comes from some experiments with using the existing htmlText, and recent explorations of XML and the use of style sheets with