Open Source tools [was Re: Referencing a Windows CD]

2000-02-01 Thread Steven D'Aprano
Geoff Canyon wrote: > They're looking for some things that don't currently exist in MetaCard > (source code management, bug tracking, etc.) and they want open source > (although the Python requirement is actually just that it be > scriptable with Python), but I still think these people need to

converting with styled text

2000-02-01 Thread Jeanne A. E. DeVoto
Greetings. It seems that when I convert a HyperCard stack, any style runs in the fields are lost. All the text is set to Arial plain. Does anyone know of a way to avoid this? Thanks. This is the MetaCard mailing list. Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http:

Re: Referencing a Windows CD

2000-02-01 Thread Jacqueline Landman Gay
Frank Pappajohn wrote: > > Don't you need to type "D:\" (backslash)? > > >How do I identify the path to the CD-ROM drive on a Windows machine? > >This returns false: > > > > there is a directory "D:/" > > > >However, this returns true: > > > > there is a file "D:/myFile" Haven't a clue. I tri

Re: Screen Capture ?

2000-02-01 Thread diskot123
>Tuv, if you already have the WDEF done, then this won't help much, but >there is already an existing WDEF that does exactly this. It is called >Odo, after the shape-shifting character on Deep Space 9. It takes its >window shape from whatever PICT is stored in the same file with the same Thank

Re: Referencing a Windows CD

2000-02-01 Thread Vikram Singh
download the external-collection stack from the xworlds site. it does what u want using a dll (on win). > >How do I identify the path to the CD-ROM drive on a Windows machine? > >This returns false: > > > > there is a directory "D:/" > > > >However, this returns true: > > > > there is

Re: Referencing a Windows CD

2000-02-01 Thread Richard Gaskin
on 2/1/00 7:59 PM, Geoff Canyon at [EMAIL PROTECTED] wrote: > The Department of Energy has awarded a grant of US $860,000 > to spend over the next two years on development of > easier-to-use software engineering tools for computational > scientists and engineers. All of the work will be Open > So

Re: Referencing a Windows CD

2000-02-01 Thread Geoff Canyon
I saw this note on the Squeak (a SmallTalk-based development environment) mailing list, and thought it might be of interest to this group as well: The Department of Energy has awarded a grant of US $860,000 to spend over the next two years on development of easier-to-use software

Re: line delimiter?

2000-02-01 Thread Geoff Canyon
It appears that on 2/1/00 12:07 PM, Nicolas R Cueto [EMAIL PROTECTED] wrote: >The text is already delimited, with a "/". You could pre-process the text to apply the group style, creating an associative array along the way to make it easy to extract the appropriate values. Assuming that the "

Re: Referencing a Windows CD

2000-02-01 Thread Frank Pappajohn
Don't you need to type "D:\" (backslash)? >How do I identify the path to the CD-ROM drive on a Windows machine? >This returns false: > > there is a directory "D:/" > >However, this returns true: > > there is a file "D:/myFile" > >Ideally, I'd rather not rely on the "D" designation at all and w

Re: Screen Capture ?

2000-02-01 Thread Geoff Canyon
It appears that on 1/31/00 10:45 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: >>What you really need is a Mac version of the irregular window in Tuv >>Snyder's external (that feature only works on Windows now). >>Unfortunately providing this is apparently going to require some minor >>addition

Referencing a Windows CD

2000-02-01 Thread Jacqueline Landman Gay
How do I identify the path to the CD-ROM drive on a Windows machine? This returns false: there is a directory "D:/" However, this returns true: there is a file "D:/myFile" Ideally, I'd rather not rely on the "D" designation at all and would like to identify the CD path no matter what the l

Re: line delimiter?

2000-02-01 Thread Raymond E. Griffith
> Nicolas R Cueto <[EMAIL PROTECTED]> asked. > > Hello. > > When a user clicks on a word in a sentence (not a cr-line but a > grammatical sentence), how could I find out the number of that sentence? > I'd like to create sound files for each of the sentences in a paragraph, > and then label each so

Re: line delimiter?

2000-02-01 Thread Nicolas R Cueto
Dave Cragg wrote: > I'm sure there's no way to accurately identify an English sentence > through a script unless you can doctor your text in some way with > your own delimeters. (Double spaces between sentences and only > between sentences, for example.) The text is already delimited, with a "/

Re: line delimiter?

2000-02-01 Thread Phil Davis
Here's an approach that handles text where all sentences end with a period (.) - admittedly not very real-world, but maybe it will stir some thoughts. This handler converts the user's click on a word to a sentence number: on mouseUp set the itemDelimiter to "." put the clickChunk into tTextCh

Re: splash screen strategy

2000-02-01 Thread Richard Gaskin
on 1/31/00 11:19 PM, Steven D'Aprano at [EMAIL PROTECTED] wrote: > For those interested, the look-and-feel discussion group for KDE on > Linux recently discussed the issue of splash screens. They more or less > unanimously threatened grievous bodily harm to anyone who used splash > screens :-) T

Re: splash screen strategy

2000-02-01 Thread Steven D'Aprano
Richard Gaskin wrote: > For splash screens, when I use 'em I often make 'em a substack, > as the loast poster does. But lately I'm even having issues with > that: My plan was to put up a splash screen first to give the > user something to look at while my app is loading - the problem is > t

Re: fine-controlling "play sound"

2000-02-01 Thread Scott Raney
On Tue, 1 Feb 2000, Nicolas R Cueto wrote: > ...and along lines similar to my "line delimiter?" post, is there an > mc-way of allowing users to play a sound file at a point of their > choosing rather than always from the beginning? (Perhaps this involves > calling up an external application, suc

RE: Screen Capture ?

2000-02-01 Thread Blair Moxon
Mark, Thanks alot! It worked like a charm. I just stuck the script on a button and changed "your handler" to "mouseUp". It puts all the images onto separate cards, which requires alt-arrow keys to navigate through them (or the navigator tool). With a few minor modifications..this could be useful

Test of a mpeg player for windows

2000-02-01 Thread Claude Lemmel
I wrote a mpeg player for metacard/windows (attached file). If you are interested in playing mpeg files in windows, could you test this player ? It is supposed to work if you have windows 98 properly installed and a recent version of windows multimedia player (freely downloadable from the micros

Re: line delimiter?

2000-02-01 Thread Dave Cragg
At 8:16 PM +0900 1/2/2000, Nicolas R Cueto wrote: >Hello. > >When a user clicks on a word in a sentence (not a cr-line but a >grammatical sentence), how could I find out the number of that sentence? >I'd like to create sound files for each of the sentences in a paragraph, >and then label each soun

Sound-only Playing VfW using MC2.3Gamma?

2000-02-01 Thread Peter Reid
I've been using QuickTime to play back video clips on a Win 98 system using MetaCard 2.3Gamma. This has worked fine. However, when I uninstalled QT and tried the same stack using VfW I've hit a problem. When I try playing a video clip I hear the sound track but don't see the video track at al

line delimiter?

2000-02-01 Thread Nicolas R Cueto
Hello. When a user clicks on a word in a sentence (not a cr-line but a grammatical sentence), how could I find out the number of that sentence? I'd like to create sound files for each of the sentences in a paragraph, and then label each sound file with a corresponding number. For example, I'd wan

line delimiter?

2000-02-01 Thread Nicolas R Cueto
Hello. When a user clicks on a word in a sentence (not a cr-line but a grammatical sentence), how could I find out the number of that sentence? I'd like to create sound files for each of the sentences in a paragraph, and then label each sound file with a corresponding number. For example, I'd wan

fine-controlling "play sound"

2000-02-01 Thread Nicolas R Cueto
...and along lines similar to my "line delimiter?" post, is there an mc-way of allowing users to play a sound file at a point of their choosing rather than always from the beginning? (Perhaps this involves calling up an external application, such as Sound Recorder, in which case, how does one do

What's with www.MCtools.com ?

2000-02-01 Thread Sandro Bilbeisi
Dear all,I am desperately searching for an external that interfaces with Oracle...Last I knew, there was such an external at www.mctools.com, but the site seems to have disappeared!!Anyone have any news about this ?TIA,Sandro

Re: Wherefore Art Directory?...

2000-02-01 Thread Hugh Senior
Scott Rossi asked: >Can I *set* the current directory? I'm trying to get the file list of a >specified directory via the "files" function, but still can't figure out how >to designate the current directory. > >Thanks for answering the simple questions... Yes, it's as simple as "the directory". T

XML...

2000-02-01 Thread Steve Tripp
... > I plan to bring this topic up on the xtalk list as we start discussing > new features for MetaCard 2.4. My initial assessment is that doing it > right is going to require the addition of a fundamental new data > structure to xtalk. There there be dragons... > Scott... Yes. Yes. This is

Re: Screen Capture ?

2000-02-01 Thread Mark Talluto
> From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > Date: Mon, 31 Jan 2000 13:05:52 -0800 (PST) > To: [EMAIL PROTECTED] > Subject: Digest metacard.v003.n222 > > Scott, > I believe you are talking about the File/Import/Snapshot command in > Metacard - just click on "Take snapshot" (make s