... 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...
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...
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...
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...
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....
... 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...
... 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...
... 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...
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...
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. ...
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...
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...
... 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...
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,...
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...
... ...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 ...
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...
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...
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...
... 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)...
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...
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...
... (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...
... 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...