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...
... 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...
... 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:~...
... <snip> ... Why does it always have to be me :-) This is probably explained by my previous post re result from terminal (George-Barkers-Computer:~...
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...
... 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...
... 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...
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...
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...
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....
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...
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 ...
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...
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...
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...
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...
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....
Something like this may work... on mouseup global gClickTicks if the ticks - (gClickTicks +0) < 180 then exit mouseup put the ticks into gClickTicks --script...
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 ...
... 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 ':'...
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...
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...
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,...
... 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...
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...