... Hi Bruce, I am not Scott, but, I have done this here and it worked fine. Installed on x then ran in 9. I was asked where is your sharedFile first time...
The OSX dictionary is at /usr/share/dict/words If you have a copy of Greppa, type that path into the path field, or /usr/share/dict/* to search all the files...
I upgraded my SC Shell for SC4 and Mac OS X. You can download it fom my SC webring page: <http://www.mysunrise.ch/users/ltschudi/SC/SC.html> What is SC Shell? ...
... Yes, I can confirm this. I tried the new installer and crashed right away, but after upping the RAM allocation to 6mb, SC installed without problem. Cheers...
Hi All, If any of you are still having a freeze/crash issue with the current installer under OS 8.6-9.2.2 (even after upping the memory partition of the...
Scott asked about installation problems with ß8 Had no problems installing ß8 on localized (Dutch) systems (9.2.2), including a G3 powerbook, and G4...
When I make a stack into a palette the colour turns white. From previous messages it appears that the only way to deal with this is to put a graphic on the...
... Hi, This is SC4 right? If so checkout the themeBackGround property of windows and the autoBackground property of btns. I think a combination will let you...
Hi, I've put together an online Script library for SuperCard, using flamethrower and flash. It needs the flash 5 or better the flash 6 plugin(command C copies...
... It's easier. What you do is simply change the background color in "Window info..." from "default" to "modeless dialog" or something like that. That should...
Did the window you try Project Viewer on, have a name defined for the window? Scott reported a bug to me, where if the window of the project doesn't have a...
ToolTips windows sometimes never close, and stay there empty. This mostly happens after pressing some button, or opening another wd, opening a fld, etc. No...
Hey... Just noticed that the RTE accepts any file inside the RTE Utilities folder and adds it to the menu. Wouldn't it be better if it checked that it's really...
After trying different approaches like get offset(space,tText,tSkipChar) or repeat with the number of words of tText I have find my different 40+line scripts...
Hello all - Does anyone know of a good way to copy a folder via SC control? I'm currently using Applescript to command the finder to do it in the background,...
-- Sorry forgot to put subject on original post! Hello all - Does anyone know of a good way to copy a folder via SC control? I'm currently using Applescript...
... That's what it was. However... After I gave the window a name, and it started showing it right, I found another bug (hopefully not a feature :) When I...
... Looks like what we need is a fileCopy external for SC4 (have I missed such a beast?). The you can create a new folder (new folder folderName), then copy ...
... This is behavior of the RTE, not the Project Viewer. I think it is a quick fix for getting the themeBackground of a closed window bug. The window is opened...
Hey, It would be nice to have a handler for trapping right-clicks, since we cannot longer just check if the ctrl key is down in OS X. Like, "on rightclick" or...
... I don't know if it's been updated for OSX, but F. Renaldi has a <CopyFolder> XCMD in his "X-Archive 5.0.1" collection. Check out his website to see if he's...
Ok, I'm an idiot. Lesson to be learned by me, when debugging your code *read* it as you debug it. I indeed did open and close the window. I have fixed this bug...