Re: open a stack

2000-02-16 Thread Salvatore Bancheri
Thanks to all those that reply. I used Phil's script below and worked perfectly. Thanks, Phil. Sal At 10:51 PM 2/16/2000 -0500, you wrote: >Don't worry - we generally don't beat people up around here for asking easy >questions. We would all have too many bruises... "easy" is a relative thing

Re: Movies lagging w/ xanim

2000-02-16 Thread Scott Raney
On Wed, 16 Feb 2000, Brian J Karimzad wrote: > I'm designing a kiosk app. that will run on Solaris. > > All is fine, except for playing a large (40mb) movie file. There is a > 15-50 second lag from when the card opens to when the movie starts > playing. This doesn't happen on Windows or Mac, and

Re: Movies lagging w/ xanim

2000-02-16 Thread LK Hagen
On Wed, 16 Feb 2000, you wrote: > I'm designing a kiosk app. that will run on Solaris. > > All is fine, except for playing a large (40mb) movie file. There is a > 15-50 second lag from when the card opens to when the movie starts > playing. This doesn't happen on Windows or Mac, and, oddly enough

Movies lagging w/ xanim

2000-02-16 Thread Brian J Karimzad
I'm designing a kiosk app. that will run on Solaris. All is fine, except for playing a large (40mb) movie file. There is a 15-50 second lag from when the card opens to when the movie starts playing. This doesn't happen on Windows or Mac, and, oddly enough, is not related to the speed of the Ultra

Re: QT frames to time code conversion

2000-02-16 Thread Scott Raney
On Wed, 16 Feb 2000, David Bovill wrote: > HyperCard seems to be able to do the conversion OK, here is an excerpt from > the help file from 2.4 QuickTime Tools: > > The timeFormat property specifies the format by which all the time > properties are set and displayed. The is either the string >

Re: Associative Arrays?

2000-02-16 Thread Scott Raney
On Wed, 16 Feb 2000, Peter Reid wrote: > Is there any good material on the use of associative arrays in > MetaCard? I'm trying to implement a smallish database by uploading > text files into associative arrays and then exporting them > afterwards. There seems to be very little advice/example

Re: open a stack

2000-02-16 Thread psahores
Salvatore Bancheri wrote: > > I am asking this question at the risk of being ridiculized by the entire > list. I have created a card stack called index with a card containing 10 > buttons. Each button is supposed to open a stack. All stacks to be open > and the index stack are in the same direc

Re: grouping objs slows hide/slow?

2000-02-16 Thread Scott Raney
On Wed, 16 Feb 2000, Craig Spooner wrote: > Hi y'all, > > I've noticed a big slowdown when trying to hide and show fields and > buttons that have been grouped. The sluggishness is considerable. > Is there something about having objects in a group/background that > would account for this? No

Re: open a stack

2000-02-16 Thread Phil Davis
Don't worry - we generally don't beat people up around here for asking easy questions. We would all have too many bruises... "easy" is a relative thing anyway. Add this to the script of your index stack and the buttons should work: on openStack get the filename of this stack set the itemDeli

Re: open a stack

2000-02-16 Thread PEChumbley
In a message dated 02/16/2000 4:25:09 PM Central Standard Time, [EMAIL PROTECTED] writes: << I am asking this question at the risk of being ridiculized by the entire list. I have created a card stack called index with a card containing 10 buttons. Each button is supposed to open a stack. A

Re: QT frames to time code conversion

2000-02-16 Thread David Bovill
Some functions: This one would only work on the Mac and would have to use the MovieInfo external (probably get round the need for the MoviePath external): function getMovieRate TheFile -- ask user for a movie file; return MovieInfo and file path get MoviePath(TheFile) if it is not empty th

Re: QT frames to time code conversion

2000-02-16 Thread David Bovill
HyperCard seems to be able to do the conversion OK, here is an excerpt from the help file from 2.4 QuickTime Tools: The timeFormat property specifies the format by which all the time properties are set and displayed. The is either the string constant ³SystemTime² specifying a comma-delimited lis

Tables/ fields

2000-02-16 Thread Sjoerd Op 't Land
Hello all, I want to have a table in MetaCard, so now I have a non- wrapping field with tabs between cells and returns between rows and fixed tabstops. If I want to know the content of cell (2,5) I have to: set itemDel to tab get item 5 in line 2 of field "Table" I was wondering if there is a m

Re: popup text list instead of a stack?

2000-02-16 Thread Kevin Miller
On 15/2/00 10:47 pm, Richard Gaskin <[EMAIL PROTECTED]> wrote: > I just searched the MC 2.3 Read Me for "popup", and couldn't find the answer > there so I'm here: > > Is there a way to use a text list of menu item names instead of a stack for > the popup command? Any other command/function to a

Re: Setting the layer question

2000-02-16 Thread Kevin Miller
On 15/2/00 11:25 pm, Blair Moxon <[EMAIL PROTECTED]> wrote: > Hello again, > Is there an easy way to set the layer of an object (dynamically) so that > when the user clicks on it the object comes to the front of the window. I > have tried setting the layer to a variable which works, but have had

grouping objs slows hide/slow?

2000-02-16 Thread Craig Spooner
Hi y'all, I've noticed a big slowdown when trying to hide and show fields and buttons that have been grouped. The sluggishness is considerable. Is there something about having objects in a group/background that would account for this? Here's what I'm trying to do: I have one pop-up menu tha

RE: Setting the layer question

2000-02-16 Thread Blair Moxon
Some clarification... What I am trying to do is simulate an MDI window. I have several grouped backgrounds each representing a window. I am trying to get these fake windows to exhibit standard behaviour such as: when the user clicks anywhere on the window it comes to the front. I have tried switch

open a stack

2000-02-16 Thread Salvatore Bancheri
I am asking this question at the risk of being ridiculized by the entire list. I have created a card stack called index with a card containing 10 buttons. Each button is supposed to open a stack. All stacks to be open and the index stack are in the same directory (mc.exe is in another direct

Next background?

2000-02-16 Thread David Bovill
Can anyone help me with the ins and outs of the "next" keyword: The following works fine: 1) answer the short name of next card While: 1) answer the short name of next background Works in HyperCard but not Metacard. Is a there a way of phrasing this or do I have to resort to looking a

RE: Setting the layer question

2000-02-16 Thread Blair Moxon
Ok...nevermind..I found the answer: set the layer of group "whatever" to the number of controls in this stack Blair Moxon [EMAIL PROTECTED] 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-16 Thread Mark Talluto
Thanks Tuviah for the information. What you wrote looks like Greek at a glance. But the steps will help a lot. I just need to work it out and buy a copy of your external as I will need it. I have downloaded your demo and will mess with it there for the next few days. But, I may bring this thr

Re: Multilingual?

2000-02-16 Thread Phil Davis
Scott Rossi wrote: > > Anyone have any suggestions for a Westerner on how to convert a multimedia > presentation to Chinese? Add to this the issue of cross-platform font > display and I'm fairly out of my element... > > On the Mac side, I've got Apple's Chinese language kits installed, but I >

Re: Multilingual?

2000-02-16 Thread David Bovill
These are the people I look to for help on these issues, have a look at: http://www.aot.co.uk/ > From: Scott Rossi <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 15 Feb 2000 13:42:54 -0800 > To: [EMAIL PROTECTED] > Subject: Multilingual? > > Anyone have any suggestions for a

Associative Arrays?

2000-02-16 Thread Peter Reid
Is there any good material on the use of associative arrays in MetaCard? I'm trying to implement a smallish database by uploading text files into associative arrays and then exporting them afterwards. There seems to be very little advice/examples in the MetaCard help etc. on this subject. I