... FWIW on movieClick movieRefNum,movieTime,clickPoint global movieplayRate put -movieplayRate into movieplayRate end movieClick You could check clickPoint to...
1486
Ron
rbarber@...
Feb 1, 2001 12:28 pm
Hi David ... I use Japanese all the time in SC with an English system 8 thru 9.0 with no crashes. What system are you using? If English, then tell me more...
1487
Joe Koomen
joe@...
Feb 1, 2001 1:46 pm
... I've actually got the script for rewinding the movie in a button, not a movieClick handler. All my buttons are really graphic objects with button-like...
1488
Ellis Michael A KPWA
mellis@...
Feb 1, 2001 5:15 pm
Is the bgSleepTime property new with version 1.1? That version is still referred to as "beta"? Are there any concerns that warrant avoiding using version 1.1...
1489
Joe Koomen
joe@...
Feb 1, 2001 5:44 pm
I'm not sure if you've been following the Quicktime thread that Stéphane Leys and I have had running all week, but we have both run into a problem with...
1490
Christopher Watson
cwatson@...
Feb 1, 2001 6:04 pm
... I don't know why it's so hard for me to remember these things now, but I can't recall if the bgSleepTime property was added to 1.0.2 or if it really is new...
1491
Christopher Watson
cwatson@...
Feb 1, 2001 6:10 pm
... When I engineered QuickTime support into SuperCard, I followed the QuickTime Human Interface Guidelines supplied to me by Peter Hoddie of the QuickTime...
1492
Scott Simon
Scott@...
Feb 1, 2001 6:17 pm
... No. bgSleepTime and fgSleepTime are both included in 1.0.2. -- Best regards, Scott Simon Solutions Etcetera SuperCard, Flamethrower, and More! ...
1493
Joe Koomen
joe@...
Feb 1, 2001 6:42 pm
... I don't know if the Human Interface Guidelines have changed 'officially', but I do know that Apple's own "QuickTime Player" application allows you to play...
1494
Dave Higgins
dave@...
Feb 1, 2001 8:13 pm
Wow. That is sweet. Now that I have bgSleepTime set to 0 it just hums right along in the BG. And being able to leave WebTEN in the front now speeds up ...
1495
Scott Simon
Scott@...
Feb 1, 2001 9:59 pm
Hello Everybody! I have just posted beta 1 of SuperCard 3.6.3. This release primarily addresses the memory leak that has recently been discussed on the list....
1496
Christopher Watson
cwatson@...
Feb 1, 2001 10:43 pm
... Joe, I'm sorry SuperCard doesn't live up to your expectations in this area. What can I say? For one reason or another, there are some things that just...
1497
Joe
joe@...
Feb 1, 2001 11:49 pm
... OK. I'll try to figure out a workaround. Joe Koomen joe@......
1498
keven
-softart@...
Feb 2, 2001 3:13 am
Have you considered using JOVIS from Das Works. Its a true database and sounds like it would fit into your application. Its easy to script and very fast. I...
1499
Stephane Leys
leys.stephane@...
Feb 2, 2001 11:43 am
... Hey, Joe ! I've got it ! Two QT movies playing at the same time in two different wds. How much do you pay for this ? ;-) I'll post it later because, now,...
1500
Joe Koomen
joe@...
Feb 2, 2001 1:51 pm
... How much are you asking? :-) How did you do it? Joe Koomen joe@......
1501
Joe Koomen
joe@...
Feb 2, 2001 3:03 pm
I seem to recall someone here once said that you could cobble together an AppleScript via script and run it from a variable, rather than from an open field or...
1502
chilton@...
Feb 2, 2001 3:09 pm
... Sure, get script(do,applescript,"tell application " & quote & "Finder" & quote & " to beep") (untested, but that's the way you do it) -Chilton...
1503
Dan Berghult
dan.berghult@...
Feb 2, 2001 3:11 pm
... Yepp, You can probably do it in several ways but this is one of them: put "tell application " & quote & "Finder & quote into vScript put return &...
1504
Joe Koomen
joe@...
Feb 2, 2001 3:22 pm
Thanks for the quick replies guys! I'll get to work on this one right away. Joe Koomen joe@......
1505
Richard D. Miller
wow@...
Feb 2, 2001 3:49 pm
It's been quite a few years since I used Supercard (since I do all my work in Flame), but I need to do some graphic work now. I thought there was some simple...
1506
chilton@...
Feb 2, 2001 4:08 pm
... my work ... was some ... There's not any easy way that I know of, although SuperPaint has that capability, and it's entirely possible that code was put in...
1507
Stephane Leys
leys.stephane@...
Feb 2, 2001 4:12 pm
... Well, it will save your life, if I understood well. It's up to you, how much do you evaluate your life ? ;-) ... Put this in the project's script : on idle...
1508
Joe Koomen
joe@...
Feb 2, 2001 4:24 pm
... Let me try to absorb all this code and then we'll get back to the redistribution of first-born male children. Man this is a lot of script to modify (if I...
1509
Stephane Leys
leys.stephane@...
Feb 2, 2001 5:50 pm
... There is a tool for doing this in XXL (see my page below). S. -- _______________________________________________ Stéphane Leys ...
1510
Bruce Martin
illuminator@...
Feb 2, 2001 7:03 pm
... Sure is. put "Tell application ""e&"Finder"&cr into tMyAppleScript put "beep"&cr after tMyAppleScript put "End Tell" after tMyAppleScript get...
1511
Christopher Watson
cwatson@...
Feb 2, 2001 8:31 pm
Stephane, What I'd like you do is try your code with the following change. Wherever you set the playRate property, call the "idle" action instead: get...
1512
Stephane Leys
leys.stephane@...
Feb 2, 2001 10:32 pm
Christopher, ... It works if the movie is not restarted but if it is, the rate is reset to 1 on KeepOnMovies put long id of this wd into thiswd put the windows...
1513
hodger@...
Feb 2, 2001 11:01 pm
... I am playing multiple quicktimes in multiple windows for a project. You must use "palette" windows for all the windows that are stacked on top of your...
1514
kray@...
Feb 2, 2001 11:52 pm
Hey all, Anyone know if there is an external out there to convert either (a) SC field data directly to HTML, or (b) an RTF to HTML XFCN? Just curious... Ken...