Re: associative arrays

2002-12-13 Thread Robert Brenstein
On Friday, December 13, 2002, at 02:47 AM, Robert Brenstein wrote: However, I need to pass it as an argument to a function that is dynamically defined and executed through do. put webArg into fName -- let's say webArg = somfunction do get fName ( myArray ) function somfunction myArray

global misses

2002-12-08 Thread Robert Brenstein
to rememdy the situation by checking for existence of a global. It seems I either can't use associative arrays with globals or I must forget about removing them from memory. Robert Brenstein ___ metacard mailing list [EMAIL PROTECTED] http

Re: Valentina

2002-12-04 Thread Robert Brenstein
. designing and maintaining databases, particularly when taking full advantage of relational features -- that can be easy or a can of warms depending on your background and experience. But many issues here have little to do with Valentina per se. Robert Brenstein (who is on both MC and valentina lists

Re: metacard positioning of objects when window resizes

2002-12-04 Thread Robert Brenstein
At present (correct me if I'm wrong) you would need to calculate and adjust the size/position of objects using code, and then apply. Rodney Revolution has Geometry Manager which does sort of what you describe for Interface Builder. Robert ___

Re: XS Script Editor 1.1.3 Release

2002-12-04 Thread Robert Brenstein
Hi all, New release of my Script editor 1.1.3 is released. You may want to add mc version checking to your installer. I just tried to install in mc 2.4.1 and it happily started doing so only to report some errors from uninstaller. I gather it works only with 2.4.3. Robert

RE: XS Script Editor 1.1.3 Release

2002-12-04 Thread Robert Brenstein
I meant that your installer should check whether the expected (supported) version of MC is used and simply refuse to install if wrong version. Otherwise, incidental damage is possible. Robert You just can't stop progress can't you! ;)) Sorry but backward compatibility is not a feature I fix

Re: Announcement MetaCard Script Editor and debugger Enhancements

2002-11-26 Thread Robert Brenstein
Hi Everyone! Check it out! http://monsieurx.com has a new Script Editor for you! Comes with a really nice installer... Too many features to list... Check it out... Please send me your feedback and suggestions for the next version! Hmm, one little problem: can't see anything on that address.

RE: Announcement MetaCard Script Editor and debugger Enhancements

2002-11-26 Thread Robert Brenstein
Apparently there are problems with older Netscape engines... Netscape 7 works just fine according to a friend who just tried. Explorer will do just fine (for no apparent reason!) If you really can't upgrade let me know and I'll send you the file... I just upgraded to newly released Netscape

Re: Saving a standalone

2002-06-30 Thread Robert Brenstein
In deference to Shari, I think she's talking about protecting the *data* in the stack, not the scripts. Even a password protected and cantModify-ed stack can still be opened in MetaCard and the cards freely viewed. Shari, if this is your concern, my suggestion would be to keep card 1 of your

Re: Sending an email message from within MetaCard

2002-05-31 Thread Robert Brenstein
Hello, MetaCard experts. I have been spending the day researching how I might be able to get a MetaCard application to send email messages. These messages would all go to the same address, so the procedure does not need to be flexible. Among the things I have found is a thread in the MetaCard

picture size

2002-05-05 Thread Robert Brenstein
pictureheight of window fName get picturewidth of window fName close window fName Robert Brenstein ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Re: picture size

2002-05-05 Thread Robert Brenstein
Hi Robert, Robert Brenstein wrote: Is there a simple way to get the pixel sizes of images (jpeg and gif) in Metacard? In HyperCard, I use the picture command to open them invisibly (this is important), then fetch the size. The picture command does not seem to be part of MetaCard. picture

Re: netscape/mozilla

2002-05-02 Thread Robert Brenstein
Does anyone know in what language are Mozilla and Netscape 6.x written? Is it Java? (if yes, then it should be as illegal as anything microsoft, IMO) With the exception of html rendering everything else is extremely slow and sluggish... when it works. The only reason I'm insisting using this

Re: Mystery with arrays (lost key)

2002-04-15 Thread Robert Brenstein
on 10/4/02 9:18 AM, Robert Brenstein at [EMAIL PROTECTED] wrote: As far as I know, the use of non-quoted literals comes from HyperTalk and Scott strongly recommends to always quote literals. It is definitely a cleaner way to code and eliminates any ambiguities. I totally agree

Re: Mystery with arrays (lost key)

2002-04-10 Thread Robert Brenstein
For me, the use of non-quoted literals is more the source of confusion than any other factor. If they weren't allowed, then MC would require the above lines in question to look like this: put 1 into test2 put 55 into GrandTotals[test1] put 66 into GrandTotals[test2]

Re: Return Character Substitute

2002-04-08 Thread Robert Brenstein
on 4/8/02 12:05 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Ray, I would suggest something non-printable. For example, the delete character. Try checking an ASCII table, then using things such as numToChar(9). If you use something non-printable and consistently defined, then you

Re: Dumb Question About Variables (Revisited)

2002-03-26 Thread Robert Brenstein
Hi Everyone, A few days ago I asked about creating variables on the fly. It was suggested that I enclose the unchanging part of the variable name in quotations. So I tried the repeat loop below as an experiment, hoping to generate H1 = 11, H2, =12, and so on, up to H10 =20. repeat

Re: metacard for CGI

2002-03-06 Thread Robert Brenstein
Subject: metacard for CGI Reply-To: [EMAIL PROTECTED] I am putting together some documentation regarding the use of metatalk/rev for CGI scripts and I wanted to ask the list for some feedback: -how many of you are currently using metatalk/rev for CGI me for one... -the

Re: is mctools.org retired?

2002-02-28 Thread Robert Brenstein
Simon Lord wrote: Funny, the mctools site was taken down for a variety of reasons. The first being that only two submissions in the year that it was up were ever made. It seemed that at the time no-one was interested in submitting articles, tips, tricks or stacks. In the last 3 days I have

Re: brackets

2002-01-18 Thread Robert Brenstein
parentheses! curly brackets! this was once a topic. for me, clarity is the issue, esp. with a long line. logical evaluations too: if (a=b) and (cd) then... i just wondered if MetaCard had some quirks... It seems that parenthesis in MC are required more often than in HC. Particularly in more

Re: (no subject)

2002-01-06 Thread Robert Brenstein
hello, my name is erik hansen and i have just purchased MetaCard. the thing i am wondering about most is editing. is there a MC equivalent to HC's: Variable Watcher Message Watcher Script Editor can i step, trace, and set debug checkpoints? this info is probably right in front of me, but all

Re: configuration file

2001-12-18 Thread Robert Brenstein
I am using Machttp as the Web server, trying to get Metacard's survey.mt script to run in the cgi-bin folder, which also contains the Metacard Mac application. On the client side I've downloaded the Survey stack, and have edited the script of the Post button to my URL. What comes back to the

Re: cgi options

2001-10-13 Thread Robert Brenstein
The cgi functions are just supplementary. I am running MacHTTP to provide the basic web service. CGI's ran so far on separate computer, but I just got a G4 Mac so I am moving all onto this machine and adding extensive support for database functions (using Valentina). I should add that

Re: cgi options

2001-10-12 Thread Robert Brenstein
Robert Brenstein wrote: I am moving a few web server projects to MC (from HC). They provide 3 independent cgi functions (things like access to a database or controlled access to downloadable files) but they can share many utilitiy functions (scripts). This will be a Mac-only solution. I

cgi options

2001-10-11 Thread Robert Brenstein
I am moving a few web server projects to MC (from HC). They provide 3 independent cgi functions (things like access to a database or controlled access to downloadable files) but they can share many utilitiy functions (scripts). This will be a Mac-only solution. I have thought about three

Re: tree field redux

2001-10-01 Thread Robert Brenstein
Me too. Hi Tereza, just read your mail and would like to take a look at your stack. please send me a copy or list where to find them. best regards eugen Tereza Snyder wrote: Hello all, I'm sure many of you were as interested as I was in José Luis Rodríguez' tree field. As it happens, I

Re2: list problems

2001-09-26 Thread Robert Brenstein
As to your other comments - switching from browse to pointer tool (switching from edit to run) or going to another card forces the object with the current focus to lose focus, so there's nothing technically wrong with the way MC is acting. If you need to store the current selections so that when

Re: list problems

2001-09-24 Thread Robert Brenstein
Robert, You probably have toggle hilites checked on; this would explain the behavior you're getting. To get a basic select one list field, you should have the default options that MC puts on a field once you have checked listBehavior: traversalOn (true), lockText (true), autohilite (true),

menu selection

2001-05-30 Thread Robert Brenstein
Where is the menuPick message sent to? I have created a menu bar on Macintosh. It is actually installed in a substack that is the frontmost window. I tried to put the handler into the menu group, in the card script, in the stack script, but it does not seem to get trigerred. I can't find an

recovering substacks

2001-05-30 Thread Robert Brenstein
I was trying to switch mainstacks and got a dialog asking me to save my substack into another file. I cancelled it since that was not what I wanted. However, for some reason, that substack has vanished from my stack file. Quite annoying considering that I spent a few hours creating it but did

Re: menu selection

2001-05-30 Thread Robert Brenstein
Ah, yes. And the menu builder inserts dummy scripts in those buttons which intercept the menuPick message. This is why my other handlers did not trigger. Robert It's sent to the menu button. In the Control Browser you should see the individual button names (corresponding to your different

font size

2001-05-25 Thread Robert Brenstein
to the documentation, clone should make the copy identical to original but it does not seem to. Or do I miss something? Robert Brenstein 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

Re: New language syntax (Was: New Image Features)

2001-05-25 Thread Robert Brenstein
Well, the point I was trying to make was: should a tool be as easy to use as possible, by as many people as possible, or should it require specialized training and obscure knowledge? Actually the point you made in your first message on the issue was that some terminology was foreign to

Re: thinking about Valentina

2001-05-14 Thread Robert Brenstein
on 14/5/01 07:41, andu at [EMAIL PROTECTED] wrote: Hi Ruslan, I'm a Metacard user, if you remember my name from the list. Hi Andu, I have a couple of questions: 1- I'm considering building a multi platform product using Valentina for database; what kind of arrangement you think we

Fwd: Re: thinking about Valentina

2001-05-14 Thread Robert Brenstein
I wrote earlier today: With regards to VXCMD on Macintosh, Valentina code is PPC-only and the shared lib is accessed thru an xfcn. However, if I understand correctly, MetaCard recognizes only XFCN resources. Is Scott going to support xfcn's? Actually, if Scott want to really push MetaCard

RE: Digest metacard.v004.n273

2001-04-12 Thread Robert Brenstein
I still stand with my suggestion that Scott should sell 3 year old verions of MC for the price of HC and then could sell 2 year old versions for the price of SC. Saves all the problem. Means everyone can shutup. Makes Scott some money he hasn't had before. Anybody that want's to be at the cuttign

Re: Custom Properties anyone?

2001-03-21 Thread Robert Brenstein
Within the past year or so, someone submitted a great posting that explained how to use the "Custom Properties" feature in MC. This was the first time I actually understood what those two empty unlabelled fields were all about! Anyway I seem to have lost it and cannot find the posting in the

Fwd: Re: fetching file list

2001-03-16 Thread Robert Brenstein
;.doc" into docList put files of type "TEXT" into txtList put files(".h") into headerList put files("MCRD","STAK") into stackList Robert Brenstein Date: Wed, 14 Mar 2001 23:02:17 +0100 To: [EMAIL PROTECTED] From: Robert Brenstein [EMAIL PROTECTED] Subject: Re: fe

fetching file list

2001-03-14 Thread Robert Brenstein
I am new to MetaCard so forgive me if there is an obvious answer. I found that I can use the files() function to fetch a list of files in a given folder. However, I can't figure out how to fetch or select a list of files of only certain type (I am talking Macintosh). I found the fileType

Re: fetching file list

2001-03-14 Thread Robert Brenstein
Thanks. That clarifies the issue for me. Since this is a Mac-only function, I have no problem using an external. Cleaner code and probably faster response. Robert I have filtered a file list by file type using the AppleScript function in the Externals collection, which can be downloaded from

<    1   2   3