I have posted MPI 3.6 at the usual address http://modulopi.pagesperso-orange.fr This release fixes a few bugs among which : - a speed issue with the PI and the...
Hi. I seem to have lost the supercard help window. When I select "help" from the supercard app menu, the help application opens, but no windows appear. I...
Hi, Try this. Open Sc and the help. go back to SC and run this two line script: put merge("tell application `SuperCard Help` to do script `set the loc of wd...
Hi, ... It really isn't supposed to be centered, not that it matters all that much. Open SC then Help. Back in SC open the Message box (cmd-M) and type this: ...
Hi Ken, Did you try this? Here the SuperCard help is an application and cannot be referred to in the way you said, your script gives a Where is SuperCard Help...
The current terms of the iPhone App Kit license seem to prohibit scripting languages or any interpreted environment. I would hope that will change in time. Ian...
... Yes, but I thought it worked when I clicked on it. ... Hmm. I used this in the message box to obtain the topleft of the window: topleft of window...
... Hi Ken, Interesting. I guess you are not using SC 4.6.3 in 4.6.3 the help app is a bundle and is greyed out in the file dialog but with previous versions...
But you can develop projects for the iPhone using a developer app for it, but I don't know how much work it would be to learn to program with it. You can...
Am a novice at AppleScript, let alone trying to use it from within SC. Would like to email (using Entourage) a (SC) card image to an address contained in a...
... Yeah, SC 4.5 I'll upgrade when I get my Macbook Pro refurb (hopefully in a few days). ... Aha! I seem to remember something about that from awhile back. ...
Hi, Cecil. Didn't I give you an applescript for this a few months ago? :-) Anyway, here's the applescript embedded in supertalk. This is going to wrap badly,...
Hello all, I am looking for one or more volunteers to take over moderation of this group. These duties include receiving posts from new members and, if they...
Lisa, Your memory is excellent. I was never able to get a script to work, got side-tracked, and am back at it again. Your current suggested script sure helps...
Hi, Cecil. I do not have Entourage 2008 (In fact, I stopped using Entourage & MS Office altogether about a month ago), so I won't be able to help if there are...
One other thing, Cecil, since you're trying to learn here: When an AppleScript fails to execute, AS will usually return an error message. So for debugging, you...
Lisa, THAT DID IT! WONDERFUL! My face is red -- should have recognized. Any idea what the AS command is to change the Entourage ³From:² (sender account)?...
Thank you again. Enjoy your weekend. Regards, Cecil From: Lisa Thompson <lthompson.22@...> Reply-To: <SuperCard@yahoogroups.com> Date: Fri, 08 Aug 2008...
Glad to hear it's working, Cecil. To set the account, you would add it to the property list: ... with properties {account: pop account "<name of account>", to ...
Scott: I would be willing to volunteer to moderate the SC group. -Will ... [Non-text portions of this message have been removed]...
Will Bonney
wbonney@...
Aug 9, 2008 1:17 pm
44083
Lisa, Yes! Although, in order to get it to work for me, I had to put the account name into a variable (tAccount). Then ... with properties {account: pop...
Howdy, I have a project with this proj script: on openProject global gHeader put the rtfText of cd fld 2 of cd 1 into gHeader end openProject ...then here is a...
Hi, Built a little movie-player / editor in SC and I am having some issues. First movie playback through SC is jerky after about 2 to 4 minutes of play time...
David Flanders
DFlan@...
Aug 13, 2008 4:40 pm
44086
... Don't use "play movie file" to control movies. If you have time, I have and example project that I built to help me learn QT. ...
Hi Joe, David, ... Agreed. However, you can use it to establish a connection with the file, which returns an exclusive reference code number (the special 'it'...
Hi Ken, Joe, I'll try out the project today. From what I know, it's mandatory to use the play movie command to initiate the movie file. Then pass the event...