Re: autoWidth

2001-05-06 Thread Craig Spooner
Phil, Once again, you've anticipated a question I was just about to ask on the list! This is exactly what I was looking for on my current project. Thanks, Craig Phil Davis wrote: Try this: create btn my test button put 8,24,12,36,60 into tSizes repeat for each item tNewSize in

Re: Limits on integer arithmetic

2001-05-06 Thread Sjoerd Op 't Land
What about having an alwaysPreciseIntegerCalculations global property (or something shorter)? Regards, Sjoerd 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.

Re: POST Question

2001-05-06 Thread Andu
How does an HTML form assemble the values found in fields and buttons before passing them to a server? I'm trying to assemble the values of various fields I have on an MC card and POST these to a URL. I tried formatting the values like this: name1=My Namename2=His Namename3=Her Name Try to

Re: POST Question

2001-05-06 Thread LiangTyan Fui
On 5/7/01 12:51 AM, Scott Rossi wrote: How does an HTML form assemble the values found in fields and buttons before passing them to a server? I'm trying to assemble the values of various fields I have on an MC card and POST these to a URL. I tried formatting the values like this:

Saving a text file to the net

2001-05-06 Thread Braintree Athletics
All I want to do is allow the user to save (or send??) a text file to a directory on a web site. I assume that the directory will need to be public or something like that ... allowing users to write to it. Any suggestions? Thanks in advance. Jack Rarick Braintree Athletic Systems Archives:

Re: XML format (was Re: mcRipper .2)

2001-05-06 Thread David Bovill
Not too clear myself on the CData bit of XML, anyone got a definition for me? From: Jeanne A. E. DeVoto [EMAIL PROTECTED] This seems like the best way to go. I think, though, that I'd consider making script an element in its own right, one that could nest inside any object. This is for two

Re: POST Question

2001-05-06 Thread Scott Rossi
How does an HTML form assemble the values found in fields and buttons before passing them to a server? Recently, Andu wrote: Try to urlEncode the above and make sure you have a decent header. and LiangTyan Fui wrote: use urlEncode to encode your fields' content. Thanks guys. Another

Re: POST Question

2001-05-06 Thread Scott Rossi
(Apologies for the following long post) I'm still having problems using MC's POST command and am hoping some kind soul might offer a suggestion. I have a form which successfully communicates with a server. The form's post action works fine when run from an HTML document. When run from MC, I