Re: Implementing mailto:

2000-09-24 Thread Dave Cragg
r got any shell command to work on NT without setting it, so I'd suggest you do it. Don't set it for Win 95/98; the default is set to work for those. But I don't know for Win 2000. Luckily, no one I'm developing for (mainly corporates) has any plans to install Win 2000 until

Re: Implementing mailto:

2000-09-24 Thread Dave Cragg
net 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 something is always returned in the result for this command, so relying on empty may not work.) Apologies if I'm off track here. 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: 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 it

Re: SendMail.mc preferences

2000-09-21 Thread Dave Cragg
to enter the address themselves. But I'm still hoping someone else knows a way. 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: Problem with scrollbar redraws

2000-09-18 Thread Dave Cragg
is now. Lot's of work. > >Anyone has encountered this problem? 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 --

Re: "lock screen" doesn't?

2000-09-14 Thread Dave Cragg
dified at some later date. > >Jim Wall It should be no probem. After opening the stack, just type "show stack " 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: "lock screen" doesn't?

2000-09-13 Thread Dave Cragg
y >locking the screen through opening the second stack? Doesn't it do that? If the second 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

Re: client side http

2000-09-13 Thread Dave Cragg
e was interesting (I won't say enjoyable. :)) Please keep up the good work. Cheers Dave Cragg -- _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _

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 suppo

client side http

2000-09-11 Thread Dave Cragg
tp proxies? Is this just a question of opening 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 pU

Re: c cédille

2000-09-08 Thread Dave Cragg
f fontnames. Text in these fonts 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.

Re: Avoiding home... script limit problem.

2000-09-07 Thread Dave Cragg
't this open a new instance of the development environment? 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 _

Re: key events

2000-08-18 Thread Dave Cragg
o need to pass it, I think. Try this to check: on keyUp put the text of me end keyUp Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk __

Re: Interface Challenge

2000-08-15 Thread Dave Cragg
something like: on mouseUp set the hilitedLines 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

Re: System font

2000-08-03 Thread Dave Cragg
n the fontnames was a Windows thing or a new Metacard feature, I checked on my Mac. No "System" listed, but a mysterious item called ".lastresort" caught my eye. I'm sure this wasn't there on previous Metacard versions. Anyway, setting the textfont to ".lastresort

Re: Critical questions about MetaCard...

2000-07-31 Thread Dave Cragg
an open and visible home stack? In this way, users could build full blown applications to demonstrtate to clients/bosses/doubters what can be done, and potential developers can develop their skills fully before buying a license (or being bought one by their employer). Just a thought. Cheers D

Re: Queuing sounds

2000-07-20 Thread Dave Cragg
uld allow you to load the next clip while the current one is playing. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk

Re: user props

2000-07-13 Thread Dave Cragg
ole stack (in the stack properties palette) which will encrypt everything in the stack, including scripts and properties. 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: Cutting and Pasting from One Field to Another

2000-06-28 Thread Dave Cragg
working if I 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

Re: Keyup and keydown

2000-06-21 Thread Dave Cragg
Ups get sent even without an active 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 limitatio

Re: Mac registry...?

2000-06-21 Thread Dave Cragg
ve not done 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: File selector-MacOS

2000-06-14 Thread Dave Cragg
mpiness at having to learn anything new. :) 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: Images in memory

2000-06-13 Thread Dave Cragg
ton to display an image has alway struck me as odd. Nice to have the choice though. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk

Re: slicing and dicing, cont.

2000-06-09 Thread Dave Cragg
ti-field list for displaying 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.xwor

Re: Horizontal scrolling of "Tables"

2000-05-31 Thread Dave Cragg
f the fields won't match. Instead of using the field's horizontal scrollbars, couldn't you use the group's horizontal scrollbar instead? Then set the width of each field to equal the formattedWidth of the 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
nding on the window behavior you want: toplevel 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
oc of image 1 to the loc of this card end preOpenStack >Secondarily, how 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.

Re: URL called from a Variablew

2000-05-28 Thread Dave Cragg
e/" into tUrlStub put URL tUrlStub & which into image "a" end menupick 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: Scroll a Group that is Bigger Than Stack

2000-05-24 Thread Dave Cragg
u need to set the size/location of the group to whatever you 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://

Re: save or save as...

2000-05-21 Thread Dave Cragg
estanding stack...save or save 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/ma

Re: about the directories function

2000-05-17 Thread Dave Cragg
ield in the answer dialog used to display messages? Perhaps some of the lines are getting cut off. 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 lin

Re: fields and backgrounds for a MetaCard 3.0

2000-05-12 Thread Dave Cragg
of the target is me" (And would remove the nasty surprises when you forget to include that line.) I can imagine 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://ww

Re: html control characters

2000-05-11 Thread Dave Cragg
to the field. > > Thanks > Rick > Try ... 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
t; >Thanks in advance > >Christoph Hi You can set the color of text using htmlText like this: your text 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.

Re: Lock Messages "Permanently"

2000-05-05 Thread Dave Cragg
you having to restart Metacard.) opening scripts for editing of stacks that are currently closed (modal dialogs, for example) and so on :) The ease of being able to make such stacks in Metacard can be a real productivity boost. Cheers Dave Cragg Archives: http://www.mail-archive.com

Re: CSV

2000-04-28 Thread Dave Cragg
end repeat put cr after tNewData end repeat replace tMarker with quote in tNewData delete char -1 of tNewdata ## dangling return set the itemDel to tSavedDel return tNewData end commaToTab Cheers Dave Cragg Archives: http://www.mail-archive.com/metacard%40lists.best.com/ In

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:

Re: phrasing a repeat conditional

2000-04-24 Thread Dave Cragg
into tList delete last line of tList put tList This will return: 1 A better solution might be this: repeat until last char of gList is not cr delete last char of gList end repeat 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: 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 >>

Re: Using Put to Set Image File

2000-04-05 Thread Dave Cragg
ipt was trying to put a text string ("ht/Images/theGif.GIF") into the image. You can use either the url method to get the data directly, or use the "read file" approach. 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: Script Editing in Browse Mode

2000-04-05 Thread Dave Cragg
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 _ The LACS Centre (Business English Training Resour

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

2000-04-01 Thread Dave Cragg
allow users to record 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
can suggest 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 PRO

Re: Japanese input

2000-03-24 Thread Dave Cragg
een set 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 Plea

RE: Japanese textfont

2000-03-23 Thread Dave Cragg
d to type it into fields. What would 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

SystemVersion and Win2000

2000-03-17 Thread Dave Cragg
ommand property with Win 2000 in the same way as for NT? 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: Sending E-mail from MC?

2000-03-17 Thread Dave Cragg
7;ve read the whole string may be limited to 256 characters in some e-mailers 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.

Re: GURLGURL

2000-03-13 Thread Dave Cragg
, but if they work as well as the commands and functions on his 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
ne Are the finder flags set appropriately? In ResEdit, choose Get File/Folder info ... I think the ones that should be checked are Has BNDL and Inited. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED]

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

2000-02-14 Thread Dave Cragg
r Sorry about that useless piece 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: Blank Images from Disk (Mac MC2.3g)?

2000-02-14 Thread Dave Cragg
the development environment and can't see where >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" Ch

Re: matchText

2000-02-13 Thread Dave Cragg
end repeat return pString end escapeSpecialChars But I'm wondering if this is the easiest way to do what you want. For example, if the two word lists are both return delimited lists, would this do what you need? repeat for each line tWord in tList1 if tWord is not among the li

Re: Digest metacard.v003.n233

2000-02-12 Thread Dave Cragg
ciated file will open a new instance of the standalone. I remember there was a discussion on this a long time ago. I can't remember anyone coming up with a way to allow a double-clicked file to be handled by an already open standalone. 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
he Metacard application itself to see how 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-ar

Re: accented vowels

2000-02-02 Thread Dave Cragg
uot;i" into the selectedChunk >end mouseUp > Hi Possibly the setting of the traversalOn property of the button affects this. Set to true, and clicking the button removes the focus from the field so the selectedChunk will be empty. Try setting it to false to keep the selection in the fie

Re: line delimiter?

2000-02-01 Thread Dave Cragg
a button that records the relevant chracter positions and sets the group style all in one go. Hope that helps some. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) 29 Falcon Gard

Re: stack decorations

2000-01-13 Thread Dave Cragg
tack. In the heat of the moment, my frantic solution 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 clos

Re: browse tool

2000-01-11 Thread Dave Cragg
you might try putting a short wait after the "answer" line and see what happens. Yes, I know, Scott. I should have bug-reported this. Sorry! :) 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

Button shortcuts

2000-01-06 Thread Dave Cragg
utton contents works for pulldown menus but not tabbed buttons. All help and hints appreciated. 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: managing the current directory path

1999-12-16 Thread Dave Cragg
ou can use the function to get the directory of 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

Re: Export problem (standalone / Linux)

1999-12-12 Thread Dave Cragg
the file selector dialog 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 __

Re: Scrollable Window/Stack?

1999-12-09 Thread Dave Cragg
:) 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. Cheers Dave Cragg

Re: scrolling text field

1999-12-09 Thread Dave Cragg
A long shot ... Try turning off the opaque property of the field. I've had some problems with scrolling an opaque field before. However, the result was usually a mess as opposed to no text appearing as you describe. But it might be worth trying. If you need a colored background, you could stick a graphic behind the field. Cheers Dave Cragg

Re: Scrollable Window/Stack?

1999-12-09 Thread Dave Cragg
Hi Put all the objects to be scrolled in a group, and give the group a scrollbar (set the vScrollbar 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.

Re: Re-Using text

1999-12-01 Thread Dave Cragg
st of your mail. The above example doesn't do any "live updating". It relies on the openCard message to trigger the update. But I think some kind of live updating is probably possible through setprop handlers (although this is only a vague idea somewhere at the back of my head). Anyway, I'm always interested in hearing about strategies for maintaining "databases" in Metacard. I'd love to hear of other peoples experiences. Cheers Dave Cragg

Re: Detecting ClickChar?

1999-11-29 Thread Dave Cragg
ne,theField lock screen put 8 into tTidyUp -- experiment with this number select line theLine of field theField put the top of field theField into tTop put the scroll of field theField into tScroll put item 2 of the selectedLoc into tSelY put tSelY - tTop + tScroll into tNewScrol

Re: Scanning a folder

1999-11-28 Thread Dave Cragg
lter the list of files. So something like: set the directory to "/somePath/music" put the files into tFileList filter tFileList with "*.mid" sort tFileList -- put in alphabetical order put tFileList into field "list" Cheers Dave Cragg

Re: Scroll property behavior

1999-11-17 Thread Dave Cragg
is also a selectedLoc function that could be used instead of the foundLoc. First select the line you get from lineOffset, then get the selectedLoc, and then calculate the scroll. Cheers Dave Cragg

Re: standalones and vanishing field-info

1999-11-12 Thread Dave Cragg
oplevel stack end preOpenStack 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

play command in 2.3

1999-11-10 Thread Dave Cragg
n 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: preventing arrow-key navigation

1999-11-10 Thread Dave Cragg
ent these or any other 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

re(2): parsing a INI formatted file

1999-11-03 Thread Dave Cragg
hes a lot in text editing. For Mac users who need some very powerful search functions in a word 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 other nice editing features. <\plug> Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _

Re: What No 'Copy File'?

1999-11-03 Thread Dave Cragg
of mc.exe into a custom property of your stack? Then install it with something like: put decompress(the cpPlayerFile of this stack) into url "binfile:C:/dir/MetaCard Player2" It will add to the size of the installer, but only 700K or so. Apologies if I'm off

Re: parsing a INI formatted file

1999-11-02 Thread Dave Cragg
en put iniGroup(pGroup,pData) into tGroup else put pData into tGroup end if if tGroup is not "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

Re: More on ToolBook Vs. Metacard

1999-10-28 Thread Dave Cragg
par with the competition. Thanks, Barry, for 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 _

Managing button icons

1999-10-28 Thread Dave Cragg
s that do anything similar. 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
o this in 2.3? I guess it involves using the "sockets" features, but I'm baffled as to 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 ___

Re: Mac & PC differences

1999-10-21 Thread Dave Cragg
eUp > >Field 1 is not locked. >It works on a Mac but not on Win 95. It's MC 2.2.5 > >Rick Make sure the button's "traversalOn" property is set to false. If not, the field will lose the selection as soon as you click on the button. Cheers Dave Cragg _

Re: Clone

1999-10-14 Thread Dave Cragg
27;s any need to set the mainstack property. Try this: ask file "Save new stack as:" 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 i

Re: SV: Second mouse button

1999-10-14 Thread Dave Cragg
seDown --close stack or whatever send "myMessage" to image "boot" end mouseDown In the image: on myMessage if the mouse is down then set the loc of me to the mouseLoc --or whatever send "myMessage' to me in 5 milliseconds end if end myMessage Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _

Re: Second mouse button

1999-10-13 Thread Dave Cragg
here put false into lcDragging end if end mouseUp on mouseRelease mouseUp end mouseRelease The result was that 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 cuttin

Re: Printing Error with newer HPs

1999-10-05 Thread Dave Cragg
t). This was in Germany (in case model names are different). OS was Win95. If anyone wants to mail details to me rather than the list, I'd be happy to put the information together and post it here. Cheers Dave Cragg _ The LACS Centre (Busin

Re: Unselect

1999-09-30 Thread Dave Cragg
of a local. This might depend on whether you want the selection to persist after saving the stack. As the local will always be empty when the stack loads (assuming it is destroyed on close), you will start with an empty selection. As for what should be default behavior, I don't know. Whatever it is, I'm sure it won't be right for my next project. :) Cheers Dave Cragg

Re: Mouse-wheel

1999-09-28 Thread Dave Cragg
ave the same problem. I can live with the rawKeyDown approach to handling this, but it seems more like a workaround than a solution. Cheers Dave Cragg _ The LACS Centre (Business English Training Resources) mailto:[EMAIL PROTECTED] http://www.lacscentre.co.uk _

Mouse-wheel

1999-09-27 Thread Dave Cragg
be better 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 L

Re: Metacard on Window NT

1999-09-15 Thread Dave Cragg
. I know this because I experienced it last week. :( Hugh Senior wrote: >Hanging suggests lack of brain cells to me. In my case, that's for sure. :) Cheers Dave Cragg

Re2: Not same result on MacOS and Windows?

1999-09-14 Thread Dave Cragg
ix (ASCII 10) character internally. So I guees if you use the "return" or "cr" constants, to build your text and then do a binary write, it should be fine. (I've always assumed "return" and "cr" are the same. Someone correct me if I'm wrong.) To be more certain (I'm a nervous, untrusting type by nature :)), I'd probably do a "replace return with numToChar(10) in tWhateverText" just before writing to file. Good luck Dave Cragg

Re: Not same result on MacOS and Windows?

1999-09-13 Thread Dave Cragg
ll platforms, try doing a binary write. For example: put tSomedata into url "binfile:/somePath/somefile" Similar conversions are done on reading, so to get exactly what is in the file, use a binary read: put url "binfile:/somePath/somefile" into tSomedata Hope that helps. Cheers Dave Cragg

Printing on Japanese Windows

1999-09-07 Thread Dave Cragg
-- Any help 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
> I'm not sure 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
But instead of opening the stack directly from the web site, you might want to try "load url" first. Then use the "urlStatus" function to check that it has loaded before opening the stack. In general, this is probably the safest way to handle we

Re: Working with mc files...

1999-09-01 Thread Dave Cragg
using the "clone" command to create a copy of the template stack. The ID of the newly-cloned stack will be placed in "it". Then you can set the name to whatever and save it to file. Something like this: clone stack "template&q

Re: LockErrorDialogs

1999-08-25 Thread Dave Cragg
ted using something like the following for file-related errors ... try put url someUrl into tVar if the result is not empty then throw the result --more stuff here catch pError put "There was an error" && pError -- for example end try .. but I'd be interested to know how other people handle this kind of thing. And what is the purpose of the "finally" structure? Still thirsting for knowledge. Dave Cragg

Re: externals with standalones (Windows)

1999-08-24 Thread Dave Cragg
At 11:10 PM +0100 23/8/1999, Dave Cragg wrote: >>The way I always do it is to put the external in the same directory as the >>executable. When in non-standalone mode, thats the MetaCard program folder, >>when a standalone, the same directory as the app itself. Then add it

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 "

externals with standalones (Windows)

1999-08-23 Thread Dave Cragg
way to do this, 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: Printing in MC

1999-08-17 Thread Dave Cragg
field to about 33% of the field width generally covers the text spillover on Windows. Finally, a topmargin of 5 on Windows and 4 on MacOS 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 Re

Re: Digest metacard.v003.n034

1999-08-15 Thread Dave Cragg
ider range range of printing requests. Of course, more headaches would be saved if we could only persuade clients that they don't really need printing. :) Cheers Dave Cragg

Re: Digest metacard.v003.n034

1999-08-14 Thread Dave Cragg
At 1:26 AM -0500 14/8/1999, Jacqueline Landman Gay wrote: >Dave Cragg wrote: > >>>And should I put off the task of >>>developing some nasty printing trickery that I know I have to do in >>>the next few days/weeks/months? > >Given the zero response to my qu

Re: Printing entire contents of scrolling field

1999-08-12 Thread Dave Cragg
a hours building custom stacks for the task 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

  1   2   >