Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 34486 - 34516 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34486
I just remembered that i have a project that embeds html & png images into SC project res forks. But not as one might expect. Both are embedded as TEXT...
onetriadrr
Offline Send Email
May 1, 2006
7:02 am
34487
... Mark, I don't think you need to apologize. You had been very clear about Randall's mails, Matt should have guessed that such a mail would just add fuel to...
Stéphane Leys
nemoid2002
Offline Send Email
May 1, 2006
7:23 am
34488
... Hi Dave, Hmmm, this might explain the spinning lollipop, though I've no idea what the significance of it is. From the terminal: George-Barkers-Computer:~...
George Barker
four46
Offline Send Email
May 1, 2006
10:19 am
34489
... <snip> ... Why does it always have to be me :-) This is probably explained by my previous post re result from terminal (George-Barkers-Computer:~...
George Barker
four46
Offline Send Email
May 1, 2006
10:39 am
34490
I can't play a movie (file quickTime) with a simple command on mouseUp play movie file "LES ÉVADÉS.mp4" end mouseUp Why? Thanks Jean-Marc GUILLOU [Non-text...
Jean-Marc GUILLOU
jguillou8
Offline Send Email
May 1, 2006
10:42 am
34491
... It can, and that's my default editor for .doc files on my desktop Mac and PowerBook. But even the latest versions of TextEdit (and Pages) still can...
Keith Martin
the1keith
Offline Send Email
May 1, 2006
11:04 am
34492
... The movie needs to be in the save folder as your SuperCard project. If it isn't, you'll need to include a pathname. on mouseUp play movie "HD:Media:LES...
Joe Koomen
joekoomen
Offline Send Email
May 1, 2006
12:41 pm
34493
Jean-Marc, Looks like Joe's got you fixed... Remember that SC 4.5 now includes ClickScript again (in the Utilities menu). You can select the "Multimedia" tab...
Vince
bmw_em5
Offline Send Email
May 1, 2006
1:33 pm
34494
Hi George, First thing, another bug fix... Change the 'update...' button script replacing the... 'if junk ?....' with then set the disabled of the button to...
onetriadrr
Offline Send Email
May 1, 2006
1:44 pm
34495
... Typo - this should read "The movie needs to be in the SAME folder as your SuperCard project" Joe Koomen joe@......
Joe Koomen
joekoomen
Offline Send Email
May 1, 2006
1:45 pm
34496
Matt, I agree that we would all wish for a programming language that is simple and easy to use, yet has the capability to make all our dreams come true....
Vince
bmw_em5
Offline Send Email
May 1, 2006
2:09 pm
34497
Ahhh, i may be on to something.... need to replace a portion of the 'update...' button script. 'tell application "Terminal" to do script' is a bit different...
onetriadrr
Offline Send Email
May 1, 2006
2:31 pm
34498
Anyone here work for QSP inc. ? DCS...
onetriadrr
Offline Send Email
May 1, 2006
3:50 pm
34499
No ResEdit, but Resourcerer made the jump from OS 9 to OS X. http://www.mathemaesthetics.com/ResorcererInfo.html Jeff ...
Jeff Hoffman
iiidallas
Offline Send Email
May 1, 2006
7:49 pm
34500
Hello, I converted 2 HyperCard stacs to SuperCard Trial Version. Immideately after converting I was able to navigate through each individual stack. In HC the ...
wr6002
Offline Send Email
May 1, 2006
8:26 pm
34501
Vince and Joe in the end with … on mouseUp set the movieIdle to true answer file "Chose a movie" put it into tPathMovie play movie file tPathMovie with inv...
Jean-Marc GUILLOU
jguillou8
Offline Send Email
May 1, 2006
9:39 pm
34502
Wolfgang, If you launch your project and you don't see anything, go to the "Objects" menu and select "Set Up Windows." If the "Set Up WIndows" dialog appears...
Vince
bmw_em5
Offline Send Email
May 1, 2006
10:38 pm
34503
Hi Dave ... Yep, done that but now compiling gags on the line <if junk ? "" then> Error message says it expected a boolean. I can't see any reference to "?" in...
George Barker
four46
Offline Send Email
May 2, 2006
1:58 am
34505
Do'h, that darned not equal symbol... if junk is not "" DCS ... - ... -...
onetriadrr
Offline Send Email
May 2, 2006
3:34 am
34506
In my script I put the line that the user clicks on in a field. I want the cursor to go to the next field so the user can type data into the field from the...
James Z
port_lock
Offline Send Email
May 2, 2006
4:11 am
34507
How do I restrict button clicking for several seconds? I want the users to click the button once, then block or ignore any more clicks for several seconds....
James Z
port_lock
Offline Send Email
May 2, 2006
4:13 am
34508
Something like this may work... on mouseup global gClickTicks if the ticks - (gClickTicks +0) < 180 then exit mouseup put the ticks into gClickTicks --script...
onetriadrr
Offline Send Email
May 2, 2006
4:38 am
34509
Assuming the field is a list field.... on clicklist select text of cd fld x end clicklist DCS...
onetriadrr
Offline Send Email
May 2, 2006
4:42 am
34510
Check out the flushEvents() Xcmd in the Xtend project, I believe it will do what you want. Bruce Martin The Martin Solution PO Box 644 Delaware Water Gap, PA ...
Bruce Martin
the1ripper2001
Offline Send Email
May 2, 2006
9:18 am
34511
... Dave, ... necessary change, but junk is still coming up empty. Here's the contents of variable cmd as it's currently being returned: echo $PATH | tr ':'...
George Barker
four46
Offline Send Email
May 2, 2006
9:49 am
34512
Project updated to include a simple search. http://24.199.175.86/supercard/SC%20shell%20f.zip Caution: during testing, loading the man page of a single command...
onetriadrr
Offline Send Email
May 2, 2006
4:49 pm
34513
So I'm trying to open an SC 3.x project with SC 4.5.2 on OSX 10.4.6. It says it will convert the project. I click Proceed the window goes away and nothing...
Eldon Benz
edb000
Offline Send Email
May 2, 2006
9:19 pm
34514
For Stephen, Mark, DCS and Vince-- thanks for the insights! I do appreciate the group here. I've learned a tremendous amount while reading the posts. Mark,...
Matthew Turney
mattturney36655
Offline Send Email
May 2, 2006
10:04 pm
34515
... Have you tried typing: ask list the projects into the message box to see if the project was indeed converted and opened? [Non-text portions of this message...
Scott Simon
slyparkroad
Offline Send Email
May 2, 2006
11:30 pm
34516
Dave, No hang here, but no workee either. With the previous version, the first time it opened and ran, I just got a ~cmdDB written in the folder. I clicked...
Vince
bmw_em5
Offline Send Email
May 3, 2006
3:01 am
Messages 34486 - 34516 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help