Thank, DCS, that's a nice idea, athough I don't know if it still works in the latest version. If it does, it would allow me to dynamically update my list of...
Hi, Can I use SC 4.6.3 with Mac OS X 10.7 Lion? If yes, does Lion break anything in SuperCard? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and...
Lion messes with a lot of things in both SuperCard and SuperEdit. SC 4.7.2 has just been released to deal with most of the problems. I would not work with 4.6...
Yes, the ability to dynamically update was also a goal of mine at the time... a popup menu based project editor that included a global property sub-menu. The...
I 'm getting a SC "error # 16 variable not found" that follows this line of code. if transtyp not = "<trntype" then -------- else ---------- end if I cannot...
Hi Richard, "not =" is impossible. Either use "is not" or "≠" (or "<>"). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering...
I think you have the "not" in the wrong place and "then" should be on the same line as "if" if not (transtyp = "<trntype") then something else somethingelse ...
Hi! Cool! I just found out that 1 = not 2 is actually valid syntax. I didn't know that :-) (but 1 not = 2 is not) -- Best regards, Mark Schonewille ...
I have a one-card, one-button project which asks the user to select a file and then do stuff with it when this single button is clicked, the stuff being...
... Hi Haroldo I'm no expert on Drag and drop but I have implemented it in some projects. I've just tried dropping a text file onto a DnD-aware card field and ...
... Since you already have a working solution that gets a path to a file, the most efficient use of d-n-d would be to simply use the drop to get the path to...
Thank you George and Greg. I did get a solution in the forum. Is't working fine now. I preffer this list myself, but everybody else seems to have deserted...
I have a Project originally created using the Trial Version 4.6.2 of SuperCard. 4.6.3 was purchased and changes made to the Project. Now, I would like to...
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...