Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 39181 - 39210 of 43641   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39181
Hi Vince, FWIW ... set x to the quoted form of POSIX path of returns the unix file path already wrapped in single quotes cheers john...
John Johnston
troutcolor
Offline Send Email
Apr 1, 2007
8:31 am
39182
... No. POSIX path to a folder in an imaginary user Jeff's homne folder would be: /Users/jeff/TheFile.txt while the corresponding HFS path would be Macintosh...
Uli Kusterer
witness_of_t...
Offline Send Email
Apr 1, 2007
11:16 am
39183
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SuperCard group. File : /Externals...
SuperCard@yahoogroups...
Send Email
Apr 1, 2007
2:13 pm
39184
please don't reply Regards Terry...
Terry Heaford
haden_young
Offline Send Email
Apr 1, 2007
2:20 pm
39185
Hi all, I have just posted a new external called imageFile. It provides the following functionality when working with image files. It can be found in the...
Terry Heaford
haden_young
Offline Send Email
Apr 1, 2007
2:43 pm
39186
Hi Leon, You are correct. When I test here using 4.6's hfstoposix here's what I get: put hfsToPosix("OS X:Users:vangelon:Desktop: Humid & * Log.app") into cd...
Vince
bmw_em5
Offline Send Email
Apr 1, 2007
3:29 pm
39187
Hi The allowDeleteCardMessages was introduced in SC 4.6 I'm confused. For me, the 'openCard' message only works if the allowDeleteCardMessages is set to false....
Guido Brunschwiler
guido.2006
Offline Send Email
Apr 1, 2007
4:31 pm
39188
I just uploaded the external again. It was not compiled Universal, it is now. Sorry Terry...
Terry Heaford
haden_young
Offline Send Email
Apr 1, 2007
6:01 pm
39189
Hi, Just a note. All images returned are at 72dpi. An update will follow which maintains the image dpi (I hope) Regards Terry...
Terry Heaford
haden_young
Offline Send Email
Apr 1, 2007
8:07 pm
39190
... Terry. Any chance of working in a "trim" function? By trim, what I mean is that it can trim off (crop) any white (or whatever color) border around an...
Dave Higgins
davehiggins4...
Offline Send Email
Apr 1, 2007
11:31 pm
39191
... Actually, like the opposite of "Pad" in your sample project there. :-) Making sure it will stop cropping (trimming) if it encounters a drop shadow or...
Dave Higgins
davehiggins4...
Offline Send Email
Apr 1, 2007
11:38 pm
39192
... Yeah. Like if you copy/paste (or drag/drop) something like SuperCard® 4.5.2 into Terminal.app, you get SuperCard\302\256 4.5.2 Dave....
Dave Higgins
davehiggins4...
Offline Send Email
Apr 1, 2007
11:41 pm
39193
... You have to be careful here: Unix and Terminal are two distinct constructs. Terminal needs you to escape spaces and other characters because of historic...
Uli Kusterer
witness_of_t...
Offline Send Email
Apr 2, 2007
12:21 am
39194
Hi Dave, If I understand correctly you want: imageFile("trim",srcPath,dstPath,direction,red,green,blue,alpha) direction = "row" or "col" or "rowCol" So, if we...
Terry Heaford
haden_young
Offline Send Email
Apr 2, 2007
8:44 am
39195
Hi all Sorry, i was wrong in my last post. The allowDeleteCardMessages has to be set to true. But it sesms the openCard message is sent before the card opens. ...
Guido Brunschwiler
guido.2006
Offline Send Email
Apr 2, 2007
2:32 pm
39196
Background fields do not share text in SuperCard. You can use a userProperty to update your background field, or use a drawText object. What might be happening...
Bruce Martin
the1ripper2001
Offline Send Email
Apr 2, 2007
2:56 pm
39197
Hi Bruce Thanks for the quick answer. I thought the openCard message should be sent when a card opens. Guido ... your background field, or use a drawText...
guido.2006
Offline Send Email
Apr 2, 2007
3:26 pm
39198
... Here, the field is updated but as if the card had not been deleted. I't seems that the opencard message is sent before the number of cards and the num of...
Stéphane Leys
nemoid2002
Offline Send Email
Apr 2, 2007
3:40 pm
39199
I jumped in in the middle of the thread so maybe I misunderstood what it is you are trying to do. The openCard message is sent when a card opens, but I think,...
Bruce Martin
the1ripper2001
Offline Send Email
Apr 2, 2007
3:47 pm
39200
Hi Stéphane and Bruce Thanks for your answers. If i understand you correct both closeCard and openCard messages are sent to the deleted card? That means the...
guido.2006
Offline Send Email
Apr 2, 2007
4:27 pm
39201
... ...These are incorrect, of course. The in-words 'CardDelete' are backwards. If you typed them into your script that way, you should get an error, but if ...
Kenneth Norris
pixelbird2000
Offline Send Email
Apr 2, 2007
4:36 pm
39202
Hi Ken I know. I copied it from the SuperTalk Language Guide and noticed the error. Thats why i put '-- ???' after the lines. Guido...
guido.2006
Offline Send Email
Apr 2, 2007
4:51 pm
39203
The reason to send the open and close card messages after the delete card message is probably so that the scriptor can perform cleanup proceedures before it...
randall lee reetz
randall_reetz
Offline Send Email
Apr 2, 2007
5:08 pm
39204
Hi all I did a new test. The card that opens after a card has been deleted DOES receive the openCard message. But, as Stéphane noted card numbers are not...
guido.2006
Offline Send Email
Apr 2, 2007
5:46 pm
39205
Hi, A question please regarding image dpi. I have an image which when opened in Preview indicates 180 dpi 1106 x 872 the image displayed by Preview is 1106 x...
Terry Heaford
haden_young
Offline Send Email
Apr 2, 2007
6:11 pm
39206
... Here is what i did: 1. New Project Two bg flds named "Page" and "Test" Background Script: on openCard   put (num of this cd) && "of" && (num of cds)...
guido.2006
Offline Send Email
Apr 2, 2007
6:18 pm
39207
In answering my own question. Yes. But... I think my question should have been why does SC elect to condense the image down by reducing it to 72dpi? It could...
Terry Heaford
haden_young
Offline Send Email
Apr 2, 2007
7:39 pm
39208
My guess is that in the beginning, PictureData was assumed to only deal with presenting images on screen. Since the screens show 72dpi, it didn't make sense...
Bruce Martin
the1ripper2001
Offline Send Email
Apr 2, 2007
7:56 pm
39209
... (Technically, that's ppi. Printers print dots, screens show pixels. Technically speaking...) If I recall, all the image data is there, embedded in the card...
Keith Martin
the1keith
Offline Send Email
Apr 2, 2007
8:04 pm
39210
... Hm ! It doesn't do so here. When I set the picturedata with the rect of the object smaller than the imagerect, I get a better printing quality. If I export...
Stéphane Leys
nemoid2002
Offline Send Email
Apr 2, 2007
8:20 pm
Messages 39181 - 39210 of 43641   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help