Skip to search.
SuperCard

Group Information

? 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.

Messages

  Messages Help
Advanced
Messages 34486 - 34516 of 45498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34486 onetriadrr Offline Send Email May 1, 2006
7:02 am
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...
34487 Stéphane Leys
nemoid2002 Offline Send Email
May 1, 2006
7:23 am
... 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...
34488 George Barker
four46 Offline Send Email
May 1, 2006
10:19 am
... 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:~...
34489 George Barker
four46 Offline Send Email
May 1, 2006
10:39 am
... <snip> ... Why does it always have to be me :-) This is probably explained by my previous post re result from terminal (George-Barkers-Computer:~...
34490 Jean-Marc GUILLOU
jguillou8 Offline Send Email
May 1, 2006
10:42 am
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...
34491 Keith Martin
the1keith Offline Send Email
May 1, 2006
11:04 am
... 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...
34492 Joe Koomen
joekoomen Offline Send Email
May 1, 2006
12:41 pm
... 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...
34493 Vince
bmw_em5 Offline Send Email
May 1, 2006
1:33 pm
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...
34494 onetriadrr Offline Send Email May 1, 2006
1:44 pm
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...
34495 Joe Koomen
joekoomen Offline Send Email
May 1, 2006
1:45 pm
... Typo - this should read "The movie needs to be in the SAME folder as your SuperCard project" Joe Koomen joe@......
34496 Vince
bmw_em5 Offline Send Email
May 1, 2006
2:09 pm
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....
34497 onetriadrr Offline Send Email May 1, 2006
2:31 pm
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...
34498 onetriadrr Offline Send Email May 1, 2006
3:50 pm
Anyone here work for QSP inc. ? DCS...
34499 Jeff Hoffman
iiidallas Offline Send Email
May 1, 2006
7:49 pm
No ResEdit, but Resourcerer made the jump from OS 9 to OS X. http://www.mathemaesthetics.com/ResorcererInfo.html Jeff ...
34500 wr6002 Offline Send Email May 1, 2006
8:26 pm
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 ...
34501 Jean-Marc GUILLOU
jguillou8 Offline Send Email
May 1, 2006
9:39 pm
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...
34502 Vince
bmw_em5 Offline Send Email
May 1, 2006
10:38 pm
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...
34503 George Barker
four46 Offline Send Email
May 2, 2006
1:58 am
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...
34505 onetriadrr Offline Send Email May 2, 2006
3:34 am
Do'h, that darned not equal symbol... if junk is not "" DCS ... - ... -...
34506 James Z
port_lock Offline Send Email
May 2, 2006
4:11 am
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...
34507 James Z
port_lock Offline Send Email
May 2, 2006
4:13 am
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....
34508 onetriadrr Offline Send Email May 2, 2006
4:38 am
Something like this may work... on mouseup global gClickTicks if the ticks - (gClickTicks +0) < 180 then exit mouseup put the ticks into gClickTicks --script...
34509 onetriadrr Offline Send Email May 2, 2006
4:42 am
Assuming the field is a list field.... on clicklist select text of cd fld x end clicklist DCS...
34510 Bruce Martin
the1ripper2001 Offline Send Email
May 2, 2006
9:18 am
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 ...
34511 George Barker
four46 Offline Send Email
May 2, 2006
9:49 am
... 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 ':'...
34512 onetriadrr Offline Send Email May 2, 2006
4:49 pm
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...
34513 Eldon Benz
edb000 Offline Send Email
May 2, 2006
9:19 pm
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...
34514 Matthew Turney
mattturney36655 Offline Send Email
May 2, 2006
10:04 pm
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,...
34515 Scott Simon
slyparkroad Offline Send Email
May 2, 2006
11:30 pm
... 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...
34516 Vince
bmw_em5 Offline Send Email
May 3, 2006
3:01 am
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...
Messages 34486 - 34516 of 45498   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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