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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 31404 - 31433 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31404
Using supercards 'open file', 'write' and other file handling commands, it is possible to manipluate files on the local drive. I have found that when I am...
emeryschubertsupercard
emeryschuber...
Offline Send Email
Nov 1, 2005
9:13 am
31405
... This works here : on mouseup put "afp://192.168.1.11/CLEM" into volumeName get merge("tell application `Finder` to mount volume ` [[volumeName]]`") get...
Stéphane Leys
nemoid2002
Offline Send Email
Nov 1, 2005
9:26 am
31406
... It will work but you might need to hand it username and password as well: put "afp://username:password@.../CLEM" into volumeName Dan -- ... Let's...
Dan Berghult
dan_berghult
Offline Send Email
Nov 1, 2005
9:35 am
31407
... AFAIR, if you don't specify the username and password, the Finder assumes that you wish to be connected as guest. But I confess that I didn't test that. S....
Stéphane Leys
nemoid2002
Offline Send Email
Nov 1, 2005
9:41 am
31408
Functions to return all or only afp mounted disks... excluding boot partitions. if param 1 not empty, returns mac paths. function volMounts mac --returns urls...
onetriadrr
Offline Send Email
Nov 1, 2005
7:17 pm
31409
Note:... won't return proper paths if disk names include spaces. I'm working on a fix. DCS...
onetriadrr
Offline Send Email
Nov 1, 2005
7:22 pm
31410
Hi Randall, ... How about AS or Shell hooks into the software that's opening it? Vince built a project called SUG Search (in our Yahoo! files area), which...
Ken Norris
pixelbird2000
Offline Send Email
Nov 1, 2005
9:59 pm
31411
These should handle disk names with spaces but not "(" characters. Both versions that do the exact same thing... one mostly awk, the other mostly perl. (i'm...
onetriadrr
Offline Send Email
Nov 1, 2005
10:32 pm
31412
Here's a function... function pdfpageCnt mPath --page count play movie mPath at -1000,-1000 with controller if not isNumber(it) then -- an error occured return...
onetriadrr
Offline Send Email
Nov 1, 2005
11:10 pm
31413
BTW: invert the function and you can turn SC into a PDF viewer. The movie commands provide everything necessary to create page thumbnails and display pages. ...
onetriadrr
Offline Send Email
Nov 1, 2005
11:28 pm
31414
Hi Ian, Indeed, it does work with MySQL. Even gotten Tcl to load the 'resource' package and read res fork resources. Will take some time to digest, adapt, and...
onetriadrr
Offline Send Email
Nov 2, 2005
1:30 am
31415
Hi Dave, Once you know what output you get back from a program, it's fairly easy to modify the script to avoid hangs. Building a terminal for the demo was...
Ian Bridges
inpersonoz
Offline Send Email
Nov 2, 2005
6:22 am
31416
Hi Ian, Dang user errors! That's the problem. I'll have to tackle managing multi-line paste & such. DCS...
onetriadrr
Offline Send Email
Nov 2, 2005
9:07 am
31417
I have noticed that the SC 4.1.2 external "Dir" includes application packages in it's list of returned finder items of type "folders". However, I can not seem...
Randall Reetz
randall_reetz
Offline Send Email
Nov 2, 2005
6:15 pm
31418
OK, weird. I am setting up the contents of a standard scrolling list field. Under some conditiions... the displayed text is wrong... when I do a... on...
Randall Reetz
randall_reetz
Offline Send Email
Nov 2, 2005
6:16 pm
31419
... Are you sure that the file path to your package ends with colon? When I try Dir("Dan1:Applications:Adobe Acrobat 7.0 Standard:Adobe Acrobat 7.0...
Dan Berghult
dan_berghult
Offline Send Email
Nov 2, 2005
6:32 pm
31420
... Packages are folders. It's just that Finder displays them as files. Looking inside packages with Dir works for me. Example: get...
Tomas Franzén
tomasfranzen
Offline Send Email
Nov 2, 2005
6:57 pm
31421
... Yes. 32k IIRC. It's a limitation of list fields. As you approach the wall, it slows down and seems to get erratic too. ... Same reason. Since *ListMaster...
Ken Norris
pixelbird2000
Offline Send Email
Nov 2, 2005
7:10 pm
31422
Howdy, Just FYI, I've requested a formal SuperCard Technical Specification from Solutions, Etc. NOTE: the closest stuff I've seen is at SourceForge and is...
Ken Norris
pixelbird2000
Offline Send Email
Nov 2, 2005
8:37 pm
31423
... Thanks to all for the suggestions. I ended up using: mount volume "afp://" & username & ":" & password & "@" & serverIP & "/" & ShareName and replaced the...
emeryschubertsupercard
emeryschuber...
Offline Send Email
Nov 2, 2005
9:26 pm
31424
Check out the 'local volume' disk property in the System Events dictionary. BTW: Issuing an AS command to mount a disk doesn't throw an error if it is already ...
onetriadrr
Offline Send Email
Nov 2, 2005
9:55 pm
31425
This is one of the miss-match problems that is frustrating me... even though Packages are technically folders... and even though the Dir external can, dive...
Randall Reetz
randall_reetz
Offline Send Email
Nov 3, 2005
1:49 am
31426
Well, think of the contents of a package the resources in the resource fork of applications. In Os 9 or less it was unthinkable to provide an answer dialog...
Bruce Martin
the1ripper2001
Offline Send Email
Nov 3, 2005
2:03 am
31427
Hi Randall, ... This is an example of where a generic term, used in an attempt to simplify, is actually adding complexity. 'Technically' has no place in this...
Chilton Webb
chiltonwebb
Offline Send Email
Nov 3, 2005
2:28 am
31428
... My question would be exactly the reverse of that one! I used dir()-- with "folders" as the last parameter -- to get a list of all applications in my...
Jean-Guy Daoust
jjggdd2001
Offline Send Email
Nov 3, 2005
6:20 am
31429
... Or even better, I'd like an option to filter filesystem items in open dialogs by UTI. http://developer.apple.com/documentation/Carbon/Conceptual/ ...
Tomas Franzén
tomasfranzen
Offline Send Email
Nov 3, 2005
7:50 am
31430
... I'm using this : function LocalVol dsknm get merge("tell application `Finder` to return local volume of disk `[[dsknm]]`") return Script(do,...
Stéphane Leys
nemoid2002
Offline Send Email
Nov 3, 2005
4:09 pm
31431
I know how to get a list of servers from the Network disk tell application "Finder" to return every file of disk "Network" I know how to mount a disk on a...
Stéphane Leys
nemoid2002
Offline Send Email
Nov 3, 2005
4:09 pm
31432
Hi all. I posted this question on the AS forum but it appears that there is no one there. I am hoping that someone here is also a AS guru and can give me some...
ebowden2003
Offline Send Email
Nov 3, 2005
4:56 pm
31433
... Are you saying that the external monitor's mirroring is off? IOW, the screen is lit, but there's nothing on it, correct? How good a fisherman are you? I...
Ken Norris
pixelbird2000
Offline Send Email
Nov 3, 2005
6:23 pm
Messages 31404 - 31433 of 43656   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