Re: Player messages inconsistently sent?

2000-04-06 Thread Jacqueline Landman Gay
Scott Raney wrote: > > On Thu, 6 Apr 2000, Jacqueline Landman Gay wrote: > > > > HyperCard solves this by putting each QT movie in its own window. You > > can show the window as "borderless" and "non-floating" in order to make > > it appear to be part of the card. Clicks on the QT controller work

Re: CrossPlatform CD formats

2000-04-06 Thread Scott Rossi
>Is burning a cross platform multi-media CD from a Mac as simple as toasting >a Mac/ISO hybrid CD with all the images, sounds movies and MC stacks burned >as shared data? with two engines on disc, one for Mac and one for Windows? >i.e. two different MC engines on the same disk? Yes. We're doing

CrossPlatform CD formats

2000-04-06 Thread Sivakatirswami
If this is too off topic, email me separately or point me to a place where all this is documented, but it does seem germane to the use of Metacard, I am pretty close to pulling together a demo. . . I just need to be able to "prove it" by running it on an iMac and then turning around and putting th

player object and Quicktime

2000-04-06 Thread Nicolas R Cueto
Hello. I've just discovered that the Japanese Win98 2nd-edition OS does not come with Quicktime--my player objects aren't playing! Specifically, the filename is set but the controller bar doesn't appear despite it's being set to "show". (MC help writes that limited support is available for non-QT

Re: Statistics on MC

2000-04-06 Thread Craig Spooner
Thank you. This will be very helpful! Craig >Yeah, mostly just comparing it to HyperCard or SuperCard, though. >Note that there are functions "propertyNames()", "functionNames()", >and "commandNames()" that will get you the full list of these >available in the currently-running engine. So getti

Re: Script Editing in Browse Mode

2000-04-06 Thread Nelson Zink
Sivakatirswami, > But what about a global implementation? I tried to put that into the front >script, but after the first mouseUp which open script editor. Try this in the stack script: on mousemove if the optionkey is down then edit script of the target else pass mousemove end mousemove W

Re: Player messages inconsistently sent?

2000-04-06 Thread Scott Raney
On Thu, 6 Apr 2000, Jacqueline Landman Gay wrote: > Scott Raney wrote: > > > How do other multimedia apps handle this? With the brainless > > "whichever window has the mouse cursor in it gets all the keyboard > > events" behavior? Can you have multiple movies running in HyperCard > > or SuperC

Re: Player messages inconsistently sent?

2000-04-06 Thread Richard Gaskin
> Given the lack of guidelines here, I think we have to create our own. With > traversalOn, the developer *could* provide visual feedback by script if they > wanted too, after all. Relying on having the pointer over the movie is just > crazy. I've long felt the same way about working with conso

Re: Player messages inconsistently sent?

2000-04-06 Thread Jacqueline Landman Gay
Scott Raney wrote: > How do other multimedia apps handle this? With the brainless > "whichever window has the mouse cursor in it gets all the keyboard > events" behavior? Can you have multiple movies running in HyperCard > or SuperCard or Director and still type in a field in the same window? >

Re: Printing dynamic window heights?

2000-04-06 Thread diskot123
There is a report generator stack available(mcrg.mc) from ftp://ftp.metacard.com/metacard/ as well as a script you can use to print fields in MC 2.3. See the scripts of the print field utility stack included with MC 2.3. regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard

Re: Player messages inconsistently sent?

2000-04-06 Thread Kevin Miller
On 6/4/00 4:34 pm, Scott Raney <[EMAIL PROTECTED]> wrote: >> Is there any reason that a player object can't have a traversalOn property >> like other controls? This would work like fields do on the Mac, click or >> tab in and focus the object. Of course, you wouldn't see anything around >> the

Re: Statistics on MC

2000-04-06 Thread Richard Gaskin
On 4/6/00 10:53 AM, Craig Spooner at [EMAIL PROTECTED] wrote: > Thanks Tuviah, but I was hoping for something like MetaTalk has x > number of vocabulary items as opposed to Lingo or VB, which have y... > Even if we don't know the figures for the other tools, does anyone > know these "vitals" for

Re: Statistics on MC

2000-04-06 Thread Scott Raney
On Thu, 6 Apr 2000, Craig Spooner wrote: > Thanks Tuviah, but I was hoping for something like MetaTalk has x > number of vocabulary items as opposed to Lingo or VB, which have y... > Even if we don't know the figures for the other tools, does anyone > know these "vitals" for MetaCard? > ...S

re: Printing dynamic window heights?

2000-04-06 Thread Leston Drake
John, AFAIK, there is nothing built in to automatically do this for you when printing. However, the formattedHeight property will give you the height of a field necessary to display all of its text. So you could set the height of your field(s) to the formattedHeight before you print. If you ne

Re: Statistics on MC

2000-04-06 Thread Craig Spooner
Thanks Tuviah, but I was hoping for something like MetaTalk has x number of vocabulary items as opposed to Lingo or VB, which have y... Even if we don't know the figures for the other tools, does anyone know these "vitals" for MetaCard? ...Scott, have you every counted it all up? Craig >Fr

Re: Palette windows

2000-04-06 Thread Craig Spooner
Ingenious! Thank you, Scott. Craig >Sure -- here's a quick and dirty option... > >Create a graphic suitably sized for dragging the bottom right corner of the >palette. Place the following script in the grc. /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ Craig Spooner Offi

Re: Player messages inconsistently sent?

2000-04-06 Thread Scott Raney
On Thu, 6 Apr 2000, Kevin Miller wrote: > On 6/4/00 7:54 am, Richard Gaskin <[EMAIL PROTECTED]> wrote: > > >> My recommendation would be just be to un-document this particular > >> feature of QT, at least until we come up with some sensible way to > >> assign keyboard focus to players (and provi

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, o

Printing dynamic window heights?

2000-04-06 Thread John Ranck
Back in the days when Hypercard was alive, I could print a report of marked cards with dynamic window heights to show complete contents if the field had scroll bars on the card. Can't figure out how to get metacard to do that. Can anyone help? Many thanks. JR John Ranck Harvard University Deve

Re: Player messages inconsistently sent?

2000-04-06 Thread Kevin Miller
On 6/4/00 7:54 am, Richard Gaskin <[EMAIL PROTECTED]> wrote: >> My recommendation would be just be to un-document this particular >> feature of QT, at least until we come up with some sensible way to >> assign keyboard focus to players (and provide some indication to the >> user that this has occ

Re: Script Editing in Browse Mode

2000-04-06 Thread Kevin Miller
On 6/4/00 2:05 am, Sivakatirswami <[EMAIL PROTECTED]> wrote: > yes, of course that works, but you have to put it into every object. But > what about a global implementation? I tried to put that into the front > script, but after the first mouseUp which open script editor. all further > mouse acti

Re: Player messages inconsistently sent?

2000-04-06 Thread Richard Gaskin
On 4/3/00 6:39 PM, Scott Raney at [EMAIL PROTECTED] wrote: >> In my work here with QT clips, I've found that the selectionChanged message >> works reliably when I shift-drag the current time control, but when I >> shift-arrowkey to change the selection range the message is not sent, and >> querie