Re: Implementing mailto:

2000-09-25 Thread Dave Cragg
for Win 2000. Luckily, no one I'm developing for (mainly corporates) has any plans to install Win 2000 until next year. Does anyone know? On the same topic, can anyone using Win 2000 tell us what is returned by the the systemVersion function? Cheers Dave Cragg Archives: http://www.mail-archiv

Re: Implementing mailto:

2000-09-24 Thread Dave Cragg
handle that parameter. To work, it requires the user to have set the default e-mail program in the internet control panel. I guess you'll have to figure out the results from get shell to put up an appropriate message if this hasn't been set and the command fails. (My memory tells me that some

Re: SendMail.mc preferences

2000-09-21 Thread Dave Cragg
en ... etc A search for my smtp server address in the Windows Registry only produced a result in the settings for Outlook. So I guess each mail client keeps its own settings. I think you'll have to ask your users to enter the address themselves. But I'm still hoping someone else knows a way. C

Re: SendMail.mc preferences

2000-09-21 Thread Dave Cragg
At 1:13 PM +0100 9/21/00, Kevin Miller wrote: On 21/9/00 8:59 am, Dave Cragg [EMAIL PROTECTED] wrote: A search for my smtp server address in the Windows Registry only produced a result in the settings for Outlook. So I guess each mail client keeps its own settings. I think you'll have

Re: Problem with scrollbar redraws

2000-09-18 Thread Dave Cragg
? Now a solution? The colors of the palette are not the same between the NT and metaframe systems, is this the problem? Thanks for your help Xavier What is "metaframe"? Cheers Dave Cragg -- _ The LACS Centre (Business English Training Resourc

Re: lock screen doesn't?

2000-09-14 Thread Dave Cragg
It should be no probem. After opening the stack, just type "show stack stackname" in the message box. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

Re: client side http

2000-09-13 Thread Dave Cragg
. :)) Please keep up the good work. Cheers Dave Cragg -- _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _ Archives: http://www.mail-archive.com

Re: lock screen doesn't?

2000-09-13 Thread Dave Cragg
stack (theStackFile) is always to be invisible when opened, you could do this in a preOpenStack handler. on preOpenStack hide this stack end preOpenStack If you need to control the visibility from the calling stack, I think you can use the following (from memory): open invisible stack t

client side http

2000-09-11 Thread Dave Cragg
the socket to the proxy and carrying on as before, or is it, as I fear, more torturous? Any comments appreciated. Cheers Dave Cragg --- local lcSocket, lcPath, lcData, lcHeader on httpLoad pURL ## remove initial "http://"

Re: client side http

2000-09-11 Thread Dave Cragg
At 12:02 PM -0600 9/11/00, Scott Raney wrote: On Mon, 11 Sep 2000, Dave Cragg wrote: I've been playing with the sockets features in order to try and implement some client side http. I've been doing this because Metacard's built-in http support won't work with some URLs (something to do

Re: c cédille

2000-09-08 Thread Dave Cragg
would never be converted. This would allow for fields of mixed text such as Japanese and English, and would also help when using the Symbol font which shares codes across platforms. But I'll settle for the field property if this isn't feasible. Cheers Dave Cragg Archives: http://www.mail

Re: Avoiding home... script limit problem.

2000-09-07 Thread Dave Cragg
? Probably not what people would want. Or am I mistaken? Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _ Archives: http://www.mail

Re: key events

2000-08-18 Thread Dave Cragg
the text of me end keyUp Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _ Archives: http://www.mail-archive.com/metacard

Re: Interface Challenge

2000-08-15 Thread Dave Cragg
of me to word 2 of the clickLine end mouseUp This should keep the selection in the toplevel stack. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk

Re: System font

2000-08-03 Thread Dave Cragg
ht my eye. I'm sure this wasn't there on previous Metacard versions. Anyway, setting the textfont to ".lastresort" produced Chicago/Charcoal on the Mac. Cheers Dave Cragg _ The LACS Centre (Business English Training Res

Re: Critical questions about MetaCard...

2000-07-31 Thread Dave Cragg
an develop their skills fully before buying a license (or being bought one by their employer). Just a thought. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacsce

Re: Cutting and Pasting from One Field to Another

2000-06-28 Thread Dave Cragg
switch over to Word and try to paste the text there. Thanks. Hi Have you introduced any handlers that might trap the cut or paste actions? rawKeyDown or commandKeyDown are the ones I can think of that would do this. Cheers Dave Cragg _ The LACS Centre

Re: Mac registry...?

2000-06-21 Thread Dave Cragg
it, but I'm sure Tuviah's AppleScript commands in his externals collection will allow this. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

Re: Keyup and keydown

2000-06-21 Thread Dave Cragg
tive field. A series rawKeyUps and rawKeyDowns get sent when the key is depressed for a long time, matching the normal key repeat rate. This happens on cards with no controls of any kind. All keys seem to get detected, including the shift key. Is this a Mac limitation or perhaps a bug in the Mac engine

Re: Images in memory

2000-06-13 Thread Dave Cragg
ce to have the choice though. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _ Archives: http://www.mail-archive.com/metacard%40list

Re: slicing and dicing, cont.

2000-06-09 Thread Dave Cragg
up to 1000 rows by 5 columns. It works pretty well (no-one's complained yet). In my case, I put the data directly into the fields (skipping the array part). Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Ple

Re: Horizontal scrolling of Tables

2000-05-31 Thread Dave Cragg
e widest of the two fields. Does that make any sense? (I think I know what I mean.) Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

Re: more than one window/stack open

2000-05-30 Thread Dave Cragg
plevel modeless modal palette Check the reference for these commands. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

Re: more than one window/stack open

2000-05-29 Thread Dave Cragg
do I remove a resource that I imported? Since there is no resource fork, ResEdit doesn't help. Have a look in the "components" dialog box for the stack in question to see if it is listed there. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.co

Re: URL called from a Variablew

2000-05-28 Thread Dave Cragg
ge "a" end menupick It doesn't work Hi In the above case, tSiteDirectory will contain the data from the url, not the reference. Try something like this: on menupick which put "http://www.himalayanacademy.com/studyhall/mystic_mouse/" into tUrlStub put URL tUrlStub which i

Re: Scroll a Group that is Bigger Than Stack

2000-05-24 Thread Dave Cragg
need and then lock it (lockLocation to true). If you don't lock it, the group will grow to its maximum size when you reopen the card. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports

Re: save or save as...

2000-05-21 Thread Dave Cragg
as? Hi Jim You need to use the Standalone Builder, under the Tools menu. This basically attaches the Metacard engine to your stack. Good luck. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug

Re: about the directories function

2000-05-17 Thread Dave Cragg
ff. Try this and see what appears in the message box: on mrl1 set the directory to "/" put the directories into dirsG put dirsG cr cr the number of lines of dirsG end mrl1 Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: h

Re: fields and backgrounds for a MetaCard 3.0

2000-05-12 Thread Dave Cragg
ine some backwards compatibity problems if implemented, but the benefits I think would be a clearer and separate concept of backgrounds and groups. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Ple

Re: html control characters

2000-05-11 Thread Dave Cragg
. Thanks Rick Try GROUP ... /GROUP Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

Re: backcolor by html?

2000-05-09 Thread Dave Cragg
ce Christoph Hi You can set the color of text using htmlText like this: FONT color=blue your text /FONT Is this what you're looking for? Check the htmlText in the the reference for more information. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: h

Re: phrasing a repeat conditional

2000-04-27 Thread Dave Cragg
At 10:28 AM +0200 4/27/00, Ruediger zu Dohna wrote: Dave Cragg wrote: repeat until last char of gList is not cr delete last char of gList end repeat Another little comment: I would not do the double negation... it makes it harder to understand. Try: repeat while the last char of gList

Re: Script Editing in Browse Mode

2000-04-06 Thread Dave Cragg
At 3:05 PM -1000 5/4/2000, Sivakatirswami wrote: Dave said: Hi You need to pass the mouseUp if the condition doesn't apply. on mouseup if optionkey () = "down" then edit script of the target else pass mouseUp end if end mouseUp Cheers Dave Cragg yes, of course that work

Re: Script Editing in Browse Mode

2000-04-05 Thread Dave Cragg
else pass mouseUp end if end mouseUp Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _ Archives: http://www.mail-archive.c

Re: No-one with MCI experience out there???

2000-04-01 Thread Dave Cragg
their own speech. But I found the information I needed on this site. Good luck. Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

double clicking a standalone

2000-03-29 Thread Dave Cragg
t any possible area to explore, I'd be very grateful. Apologies for the lack of details. Cheers (and hoping someone may let me sleep easier) Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://

Re: Japanese input

2000-03-24 Thread Dave Cragg
for the field and you input Japanese with Kotoeri. But even in 2.2, after inputting the text, trying to edit it is unpleasant to say the least. Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug

RE: Japanese textfont

2000-03-23 Thread Dave Cragg
it take to put this up the priority list, Scott? Is it a technical issue or mainly lack of demand? Regards Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

Re: Sending E-mail from MC?

2000-03-17 Thread Dave Cragg
so getting the body filled out may not always work. It won't answer all needs, but it may help in some situations. Enjoy the weekend! Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send b

Re: GURLGURL

2000-03-13 Thread Dave Cragg
is Windows external then I'm sure they'll do the job fine. (available at http://www.xworlds.com) Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to [EMAIL PROTECTED], not this list.

Re: Custom icons

2000-02-18 Thread Dave Cragg
e Has BNDL and Inited. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _ This is the MetaCard mailing list. Archives: http:

Re: Blank Images from Disk (Mac MC2.3g)?

2000-02-14 Thread Dave Cragg
it's doing anything different to me, but my code simply doesn't work?! Hi Peter Try the file path without the leading forward slash: set the fileName of image "MainTitle" to "MacHD/Images/title.gif" Cheers Dave Cragg This is the MetaCard mailing list. Archives: http://www.ma

Re: Blank Images from Disk (Mac MC2.3g)?

2000-02-14 Thread Dave Cragg
of help. :) If it's of any use, your script works fine on my Mac (MC 2.3g). I bet that makes you feel good. :) Cheers Dave Cragg This is the MetaCard mailing list. Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm

Re: opening standalones by clicking on a file

2000-02-11 Thread Dave Cragg
these resources are set, and then edit them for your own application. Does anyone know of an online guide for setting this stuff? Or is there an easier way to do all this? Cheers Dave Cragg This is the MetaCard mailing list. Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http

Re: line delimiter?

2000-02-01 Thread Dave Cragg
lied, otherwise the clickchunk will return the same wherever you click. If you have a lot to do, it may be worth making a little tool that automates this a little. For example, select the sentence, click a button that records the relevant chracter positions and sets the group style all in one go. Hope

Re: stack decorations

2000-01-13 Thread Dave Cragg
was to Hi Nicolas Instead of removing the close box (x-box), you could instead put a closeStackRequest handler in the stack. This will intercept the click on the close box and then you can send them back to the main stack via a script, before closing the substack. Cheers Dave Cragg

Re: managing the current directory path

1999-12-16 Thread Dave Cragg
the standalone at start up and then build the other paths from that. The advantage of this function over "the directory" property is that the function will work in both development and standalone, and you don't need to worry that you might have inadvertently changed the cur

Re: Export problem (standalone / Linux)

1999-12-12 Thread Dave Cragg
to your stack. Use "Resource Mover..." under the Tools menu to do this. This is not necessary on Windows and MacOS because Metacard will use the system file selector dialogs. I guess there is no equivalent on Linux. Cheers Dave Cragg _ The L

Re: Scrollable Window/Stack?

1999-12-09 Thread Dave Cragg
r property of the group). You'll probably also need to set the LockLocation property of the group to prevent it from resizing. I'm interested to know why you're using two stacks to do this. Couldn't you implement the "page stack" as a group on the card that has the "frame&q

Re: Scrollable Window/Stack?

1999-12-09 Thread Dave Cragg
rectangle. This will force the group to shrink to the overall dimensions of the objects in the group. Let me know if you find an easier way to do this. :) In general, I prefer to get all the objects I need into a group first, and then set the various sizes and locations afterwards by script. C

Re: standalones and vanishing field-info

1999-11-12 Thread Dave Cragg
k Be sure to call "quit" in the external stack when you close it or the invisible standalone will still be running. on closeStack save this stack quit end closeStack Cheers Dave Cragg

Re: preventing arrow-key navigation

1999-11-10 Thread Dave Cragg
unbidden navigational key-events? (Converting the stack into a standalone didn't do the trick.) Hi Nicolas set the navigationArrows to false Cheers Dave Cragg

play command in 2.3

1999-11-10 Thread Dave Cragg
In other words, will it play without QuickTime? I guess I could remove QuickTime to find out, but I don't relish the prospect of reinstalling. Cheers Dave Cragg

re(2): parsing a INI formatted file

1999-11-03 Thread Dave Cragg
processor, try Nisus Writer. It's search functions combined with it's macro language allow for some very fancy text manipulation. And in addition to allowing the typing of long and ugly GREP expressions, it also has a neat way to build expressions without knowing the syntax. It also has many

Re: parsing a INI formatted file

1999-11-02 Thread Dave Cragg
no_group" then put cr before tGroup if matchText(tGroup,cr pKey "=" "([^" cr "]*)", tResult) then return tResult else return "no_key" end if else return "no_key" end if end iniKey --- Cheers Dave Cragg

Managing button icons

1999-10-28 Thread Dave Cragg
Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _

Re: More on ToolBook Vs. Metacard

1999-10-28 Thread Dave Cragg
asking the questions. And apologies for my reply which has added little to other people's answers. But I feel better now. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _

Re: Monitoring learning

1999-10-25 Thread Dave Cragg
how to use these features at the client end for e-mail, ftp, or whatever. Just a couple of lines of script to set me on my way would be greatly appreciated. Anyone? Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTE

Re: Clone

1999-10-14 Thread Dave Cragg
; if it is empty then exit mouseUp put it into tFilePath set the itemDel to "/" put last item of tFilePath into tShortName clone this stack set the name of it to tShortName -- no "stack" label needed I think save stack tShortName as tFilePath send "whatever" to cd 1 of s

Re: Second mouse button

1999-10-13 Thread Dave Cragg
at a click on a second mouse button was the same as releasing the mouse button. I liked this, because it discouraged such clicking behavior among users, and was far kinder than cutting off their fingers. :) Cheers Dave Cragg _ The LACS Centre (Busine

Mouse-wheel

1999-09-27 Thread Dave Cragg
to have automatic mouse-wheel support in fields only if the field in question has a vertical scrollbar? (The assumption being that fields without scrollbars will not be scrolled in the conventional way, if at all.) Cheers Dave Cragg _ The LACS Centre

Printing on Japanese Windows

1999-09-07 Thread Dave Cragg
appreciated. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _

Re: MC 2.3

1999-09-06 Thread Dave Cragg
if this is the right way, but I copied over a current home stack to the 2.3 folder, and this worked fine in my first "play session". My first action was to play a movie in a new player object. I smiled as I got it right first time. :) Cheers Dave Cragg

Re: help.metacard.com

1999-09-02 Thread Dave Cragg
en use the "urlStatus" function to check that it has loaded before opening the stack. In general, this is probably the safest way to handle web access. And following the advice in the Metacard reference, be sure to "unload url"

externals with standalones (Windows)

1999-08-23 Thread Dave Cragg
s, or if there might be any unwanted consequences. Any confirmations, warnings, or otherwise appreciated. Regards Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _

Re: externals with standalones (Windows)

1999-08-23 Thread Dave Cragg
At 9:02 PM +0100 23/8/1999, Kevin Miller wrote: On Monday, Aug 23 1999, Dave Cragg wrote: The docs say the dll must be on the $PATH environmental variable. However, the $PATH variable doesn't inlude the path to the standalone exe file. I just added the "directory" to $PATH

Re: Printing in MC

1999-08-17 Thread Dave Cragg
acOS seems to avoid trimmed lines when scrolling in discrete line-sized units. If anyone has any other magic numbers, please share. Looking forward to 2.3 Regards Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTE

Re: Digest metacard.v003.n034

1999-08-15 Thread Dave Cragg
ould be saved if we could only persuade clients that they don't really need printing. :) Cheers Dave Cragg

Re: Printing entire contents of scrolling field

1999-08-12 Thread Dave Cragg
only to have 2.3 arrive the following day with all kinds of time-saving stuff built in. Wishful thinking, I fear. :) Cheers Dave Cragg

Re: Setting group style

1999-07-26 Thread Dave Cragg
At 11:29 AM -0600 26/7/1999, Scott Raney wrote: On Mon, 26 Jul 1999, Dave Cragg wrote: Is there a problem about setting the group textStyle from a script? I can set it in combination with another style, e.g. "bold,group", but if I set "group" by itself it doesn't seem to w

Re: Is drag and drop possible?

1999-07-23 Thread Dave Cragg
At 8:50 AM +0100 23/7/1999, Hugh Senior wrote: Is there a way to implement drag and drop: within a MetaCard project/application? between two MetaCard project/applications? between a MetaCard project/application and another application? Not as a built-in functionality AFAIK. However, I am