Search the web
Sign In
New User? Sign Up
jsosa · JavaScript OSA-Talk
? 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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 346 - 375 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
346
Hi Folks, We have released JavaScript OSA 1.0.2. This is a maintenance release which addresses a number of problems that have come to light since the release...
Mark Alldritt
malldritt2000
Offline Send Email
Mar 11, 2002
6:17 pm
347
... Mark, I can't get the new MacOS.OSA.store() to work, I keep getting the error "uncaught exception: an invalid script ID was given". var o = new...
Arthur J Knapp
admiralnovia
Offline Send Email
Mar 11, 2002
8:14 pm
348
... No, you are doing the right thing. The problem was at my end. Somehow the store code was removed from the final 1.0.2 build. I've corrected the problem...
Mark Alldritt
malldritt2000
Offline Send Email
Mar 11, 2002
10:22 pm
349
Hello, I have some javascript that works the way I want it to on Windows computers, but doesn't fully function on Mac. this is the code: <img...
Amit Savyon
amit@...
Send Email
Mar 19, 2002
5:51 am
350
... Amit, the JavaScript OSA mailing list is not really an appropriate place for this type of browser-based discussion. JavaScript for OSA is a general...
Arthur J Knapp
admiralnovia
Offline Send Email
Mar 19, 2002
3:50 pm
351
Arthur, thanks for the reply. I didn't realize you would find my post inappropriate. Since I signed up for this list, I hadn't received any postings at all,...
Amit Savyon
amit@...
Send Email
Mar 19, 2002
4:38 pm
352
Hi Folks, F.Y.I. If you intend use JavaScript OSA with the osascript Unix shell command, you must invoke osascript using a full path: /usr/bin/osascript -l...
Mark Alldritt
malldritt2000
Offline Send Email
Mar 29, 2002
11:18 pm
353
Hello all, Quite excited about this JavaScript OSA business! Unfortunately, I can't seem to find documentation on the DOM! (Right now I don't even know how to...
rawsweets
Offline Send Email
Apr 4, 2002
12:39 am
354
... JavaScript OSA's object model is very simplistic. The documentation is available at <http://www.latenightsw.com/freeware/JavaScriptOSA/>. Additionally,...
Mark Alldritt
malldritt2000
Offline Send Email
Apr 5, 2002
2:37 am
355
I'm trying to determine if an app is currently running(OS X 10.1.3/ AS 1.8.2b3). The js osa documentation included with the SD install says: Warning: creating...
xbhoff
Offline Send Email
Apr 5, 2002
4:12 am
356
1) I tried this from a script in OS X 10.1.3/ JS OSA 1.0.3: var itunes = MacOS.appBySignature("hook"); where both an OSX and OS9 version of the app exist,...
xbhoff
Offline Send Email
Apr 5, 2002
11:53 pm
357
... I'll look into this. ... Yes, JSOSA currently uses MacOS APIs that don't support long file names. At some point I'll revise JSOSA to use the newer APIs. ...
Mark Alldritt
malldritt2000
Offline Send Email
Apr 8, 2002
6:15 pm
358
... note that on OS X 10.1.3, this only works when the application is currently running. if not running, and where no classic app with that signature exists,...
xbhoff
Offline Send Email
Apr 8, 2002
7:00 pm
359
... I've looked into this a little and the source of the problem that on MacOS X, the Finder does not respond to AppleEvents involving the process and ...
Mark Alldritt
malldritt2000
Offline Send Email
Apr 10, 2002
4:45 pm
360
... Yes, thanks, this works as advertised. But it doesn't help much with the need for this workaround, which would be: var app = MacOS.appBySignature("sevs"); ...
xbhoff
Offline Send Email
Apr 10, 2002
9:02 pm
361
... It recently occurred to me that there was at least one situation where multiple "mappings" to one JSOSA datatype could be "parsed out" to an AEDesc...
Arthur J Knapp
admiralnovia
Offline Send Email
Apr 25, 2002
3:16 pm
362
... Based on this idea, I experimented with a slight variation. Whenever a value comes in from the outside (via an AppleEvent response), leave it in the...
Mark Alldritt
malldritt2000
Offline Send Email
Apr 25, 2002
10:42 pm
363
... Right, this would give immediate access to the complete set of built-in AppleEvent coercions. I hadn't even thought about that. ... It would certainly...
Arthur J Knapp
admiralnovia
Offline Send Email
Apr 26, 2002
12:34 pm
364
I had some problems today working with the clipboard, (OS 9), and I wanted to share the functions I threw together for "slamming". This is Jon Pugh's "slam the...
Arthur J Knapp
admiralnovia
Offline Send Email
May 16, 2002
8:36 pm
365
Greeting, I have a program written in php and javascript. This program runs correctly under Internet explorer. But when it runs under Netscape, something...
wu_xueming
Offline Send Email
Jun 13, 2002
6:08 pm
366
hey, i realize this seems dumb, but its been a while since i've used script debugger ( 1.0.5 ). i'm using 3.0.3 on 10.1.5 and using Javascript. i can't seem to...
brpink
Offline Send Email
Jul 3, 2002
8:46 pm
367
... Hi, Script Debugger's debugging facilities can only be used with AppleScript at this time. Cheers -Mark ... Mark Alldritt Late...
Mark Alldritt
malldritt2000
Offline Send Email
Jul 3, 2002
11:14 pm
368
From the Terminal prompt I type: osascript -l JavaScript -e '2+2' and get the response: osascript: can't open JavaScript scripting component. JavaScript runs...
James Thiele
jet@...
Send Email
Aug 4, 2002
7:50 pm
369
... Yes, this is a known bug with the osascript command. I believe Apple fixed this in Jaguar. Cheers -Mark ... Mark Alldritt Late...
Mark Alldritt
malldritt2000
Offline Send Email
Aug 4, 2002
8:44 pm
370
Hello Folks, I've posted a *BETA* build of JavaScript OSA 1.0.4 for testing. This build addresses the following issues: - JSOSA now can display its results in...
Mark Alldritt
malldritt2000
Offline Send Email
Aug 5, 2002
8:28 pm
371
Hi, To anyone out there who might have knowledge about making a Javascript print function work. I've found two pieces of code that works great in windows: ...
Fluffy and Taquito
numexicouple
Offline Send Email
Oct 21, 2002
7:24 pm
372
Hi, To anyone out there who might have knowledge about making a Javascript print function work. I am not a Mac Programmer, my experience has only been in the...
Fluffy and Taquito
numexicouple
Offline Send Email
Oct 21, 2002
7:34 pm
373
Your samples should work fine on the Mac, too, if embedded in a browser page, but not as stand-alone OSA scripts. I'm new to JSOSA, but I think I can say why...
Scott Heath
scottheath_y
Offline Send Email
Oct 24, 2002
5:13 pm
374
I just want to thank you for taking the time to analize and respond to my question. I'll have to think about all that you said and determine a best course of...
Fluffy and Taquito
numexicouple
Offline Send Email
Oct 25, 2002
12:12 am
375
I'm trying to learn OSA scripting, but I'm having a problem. If I run these (or any) scripts from within BBEdit 6.5.3 on a G3 with OS9 using the Run JS-OSA...
Scott Heath
scottheath_y
Offline Send Email
Oct 25, 2002
7:22 pm
Messages 346 - 375 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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