Very simply put, your proj runs in CantModify mode when running from a locked volume such as a CD-ROM. It will do the same if you Finder-lock it on the hard...
2895
Daniel C. Kueng
studio@...
May 1, 2001 11:43 am
syntax: windowLimit() will produce a script error. the windowLimit will work. SC engineers: can you implement this? Should not bee too hard. topLeft, topRight,...
2896
Bruce Martin
illuminator@...
May 1, 2001 8:46 pm
Hello all, A user has emailed me about an error message they are getting when my application should export an image. I am using the export command to a jpg ...
2897
Ellis Michael A KPWA
mellis@...
May 1, 2001 9:38 pm
Chilton: I have been trying to use your HTTP 1.6 external and have been having enough problems I thought perhaps I should ask some questions. 1. When I use the...
2898
Christopher Watson
cwatson@...
May 1, 2001 10:59 pm
... Functions are parsed and dealt with in one way, properties in another. The "windowLimit" is a global property which can be queried and set. As such, it...
2899
Scott Rossi
scott@...
May 1, 2001 11:16 pm
... Possibly: - destination media could be locked or unavailable - space on destination drive could be insufficient - could be an invalid character used in...
2900
thinkertoys
thinkertoys@...
May 1, 2001 11:47 pm
Your user has specified a drive that does not exist. Try this: create a button and insert this script: on mouseDown put "flob:fo" into fName export card to...
2901
Didier Gross
d_gross@...
May 2, 2001 12:07 am
Hi, I have a question regarding printing. I didn't find the answer neither in the SLG nor in the User Guide. When one print a card, what is the size of the...
2902
thinkertoys
thinkertoys@...
May 2, 2001 1:11 am
( I replied to this much earlier, but yahoo ate it?? ) Subject: Re: [SC] Odd Error Sent: 5/1/01 5:21 PM To: SuperCard@yahoogroups.com Your...
2903
Dave Higgins
dave@...
May 2, 2001 1:21 am
... Hi Mike. I've done some extensive testing of HTTP 1.6, and I know what's happening with... 1. When sending the arguments for post, HTTP 1.6 includes an...
2904
Bob/Ann Nagele
bob00@...
May 2, 2001 1:25 am
Hi Bruce, Is it just possible you used <jpg file> instead of <jpeg file> or <JPEG file>? I just tried using <jpg file> and got the error "expected file but ...
2905
chilton@...
May 2, 2001 1:29 am
... anything ... to guess ... "Never heard of that function name" ... isn't ... I'll answer here so others can benefit from this as well. There is a bug in the...
2906
Bruce Martin
illuminator@...
May 2, 2001 1:45 am
Hello all, I just wanted to remind everyone about SCLive tonight. Tonight we will cover something that should benefit all Shareware developers, or even if you...
2907
Bruce Martin
illuminator@...
May 2, 2001 1:54 am
You can figure out the Paper size by counting on 72 pixels per inch. So in your example 400/72 = 5.56 or 5.6 inches X 300/72 = 4.17 or 4.2 inches. I have no...
2908
chilton@...
May 2, 2001 3:40 am
... Just guessing here, but I think SC displays at 72 dots per inch. So multiply by that and you should have your answer. I'd be interested if this is not the...
2909
Joe
joe@...
May 2, 2001 4:56 am
... I haven't played with this in a long time, but as I recall 72 pixels equals approximately 1". You could base you calculations on something like that just...
2910
Dan Kelleher
Daniel.Kelleher@...
May 2, 2001 5:49 am
... No. Both contain only the widget resource in the resource fork. (The main project contains Lots of custom cluts in the data fork while the second project...
2911
chilton@...
May 2, 2001 5:59 am
Dan's having type 1 errors on close project... ... while the ... closeProject ... Two thoughts, 1) Does it give you this error if you close every window...
2912
chilton@...
May 2, 2001 6:04 am
... DING DING DING We have a winner! I've definitely seen this in another external before (which performs a completely different task). I'll check into this...
2913
Daniel C. Kueng
studio@...
May 2, 2001 7:56 am
... I see. Thanks. Best regards, Daniel C. Kueng BLUE LINE STUDIOS _______________________________ http://www.blueline-studios.com...
2914
Daniel C. Kueng
studio@...
May 2, 2001 8:07 am
... You are guessing right. Here are some print recs. The Printable Page Height/Width is in Pix: A4 Vertical Resolution in dots/inch: 72 Horizontal Resolution...
2915
Daniel C. Kueng
studio@...
May 2, 2001 8:07 am
... function pixToIn tPix --pixels to inches set numberFormat to "0.#" return (tPix*0.013888888) end pixToIn function pixToMetric tPix --pixels to centimeters ...
2916
Daniel C. Kueng
studio@...
May 2, 2001 10:21 am
insert menu ID 115 as help if result() contains "not present" then insert menu ID 115 --name of ¬ --menu ID 115 ¬ --is "Help" I just happened to test this on...
2917
keith martin
keith@...
May 2, 2001 12:38 pm
... Thankyou! :-) Very, very handy, and nice 'n' neat. k --...
2918
mellis@...
May 2, 2001 5:28 pm
... get ... work ... use the ... it ... Thanks Chilton: Am I understanding correctly regarding Flamethrower & http 1.6 that since FT won't recognize a ppc...
2919
chilton@...
May 2, 2001 6:28 pm
... Did you try... put the result into x if "not present" is not in x then ... ? -Chilton...
2920
Didier Gross
d_gross@...
May 2, 2001 7:10 pm
Hi, As usual, this list was very responsive, and the answers included a set of handlers to manage conversions. Thanks a lot, guys! Of course, the answer was 72...
2921
mellis@...
May 2, 2001 7:33 pm
... php ... to ... project ... emulation ... work ... be ... add ... the ... a ... also ... the ... As somewhat typical, after asking a question I start...
2922
Dave Higgins
dave@...
May 2, 2001 10:37 pm
After working on a project for about an hour, never leaving the one card I was working in, which would have saved my work (I think that just moving to another...