Hi, I really need to ask this again. I understand that SC 4.6.3 doesn't work on Lion, but what about standalones created with SC 4.6.3? Will they run or not?...
Hi, The project is a catalog of LPs, CDs etc. One of the bg buttons opens a Word RTF file that contains information on the album referred to by the card, reads...
... What's the text encoding on the RTF files? Have you tried opening the RTF files as plain text files (there's a preference for that in TextEdit) and...
Thank you Uli. I opened with TextWrangler and found no reference to encoding. Searching for "roman" found only Times Roman; searching for UTF found no results....
This is on a project that worked properly, and which I haven't been changing the hierarchy of commands in the card, project or window scripts. I haven't even...
A change to the preferences will enable blind typing into the message box, that could be it. Possibly you opened another project with front or back scripts and...
Hello, I was wondering if anyone knew of a SuperCard Programmer near Palm Desert/Palm Springs/Riverside, CA. ? Thanks, Lance Bliss (916) 524 - 8935 ...
George Wood 619-561-2543 I live in Lakeside, CA near San Diego. I was Beta test liaison for Silicon Beach Software which first distributed SuperCard. I hope I...
Could anyone help me to adapt this script to work with Maill app please. Thank you! put merge("Tell application `Eudora.app`" &cr &"activate" &cr¬ &"set...
Hi, You can't just move a script for one application to another but fortunately there's a lot of information about scripting Apple Mail available on the...
Hi Haroldo, ... Just a note: You aren't likely to get answers here anymore, at least not many nor timely. I suggest using the SC Forum ... that's where...
Ken, Well, I read this mailing list more often than the forum and I'll be happy to reply. You're welcome to post here. -- Best regards, Mark Schonewille ...
Yes, I know. Thanks anyway. But the last time I used the forum my question was not answered. Also, I tried to past the code below in the forum but it didn't...
Hi Mark, ... OK, but frankly, you are one of perhaps only three people that ever respond on this list. I'm glad you're here to help, but I won't post help...
Hi Ken, I just prefer e-mail. If you'd like me to help with something, you'd better post here. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and...
Hi Haroldo, ... Hmmm ... I've only ever encountered a no-answer problem when I posted some weird thing nobody understood, but I wouldn't think email projects...
Hello, I've been away from SuperCard for awhile, but continue to use the Projects I've created in the past. I recently upgraded to a new MacBook Pro and...
The script would be something like; Do stuff to get first field into cd fld "newField" Put return after cd fld "newField" Do stuff to get second field after cd...
Hi Paul, Get the rtfText of both fields. Remove the last } from the rtfText of the first field, remove the part from the first { until the first }} from the...
... I understand, and that's fine. It's just that just about everyone else is at the forum, makes it the acknowledged best place for help. While I'm not the...
Thanks for your quick reply, this at first looked very promising. But when I started playing with it, it didn't seem to work. Removing up to the first }} from...
Hi Paul, Setting the text style char by char will be easier as you won't need to figure out RTF syntax. Set the lockScreen to true while doing this and it...
I am at a loss. I am a long-time user, but still an amateur at using Supercard (I am a former teacher who uses it for nothing but home schooling and...
You can always just use picture graphics as buttons. Just draw a rectangle and double-click to get info, then set the picturedata to any graphic you have on...
... The easiest way to do this is to just script copying and pasting. Reformatting character by character sounds like a nightmare in comparison. select text of...
Hi, This is a very simple script using AS to send mail: function sendMail pSubject,pMessage,pToAddress,pFromAddress,pAttachmentpath put "tell application...
True, but I was trying to leave the clipboard free for the user. Trying to do it the other ways. Thanks Paul ... [Non-text portions of this message have been...
I started working on this and surprisingly its quite fast and not as hard as I thought it would be. Thanks Paul ... [Non-text portions of this message have...
Thank you. I'm already using another script, shorter (thanks Lisa), that works for me, but I'll save this one also, since it may be useful in the future....