Skip to search.
jsosa · JavaScript OSA-Talk

Group Information

  • Members: 63
  • Category: AppleScript
  • Founded: Jan 25, 2000
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 50 - 79 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50 Mark Alldritt
alldritt@... Send Email
Jun 6, 2000
7:29 pm
Hi folks, I'm sorry about my lack of progress over the last while. However, Script Debugger 2.0 is now shipping and our upcoming SD 2.0.1 update all but done ...
51 Mark Alldritt
alldritt@... Send Email
Jun 14, 2000
10:18 pm
Hi Folks, I've just uploaded a new build of JavaScript OSA: http://www.latenightsw.com/archives/jsosa1.0d8.sit.hqx This version contains some functional...
52 Mark Alldritt
alldritt@... Send Email
Jun 19, 2000
6:34 pm
Hi Folks, I'm, happy to announce that I'm finally making progress on JavaScript OSA again. The component loading problem that held me up for so long appears...
53 John Delacour
JD@... Send Email
Jun 19, 2000
10:19 pm
... Certainly seems to be solved here. Great work! ... Because of the problems with earlier versions on my system, I stopped bothering with Javascript until...
54 Mark Alldritt
alldritt@... Send Email
Jun 20, 2000
1:50 am
... I'm so glad to hear that this issue has finally been resolved. It was one of the more frustrating bugs I've had to track in the last few years. ... I'll...
55 Mark Alldritt
alldritt@... Send Email
Jun 20, 2000
4:25 pm
... I've had an idea about this problem. Try increasing the memory partition of your script editor. If you have a lot of extra scripting additions installed,...
56 David A. Bayly
dbayly@... Send Email
Jun 21, 2000
12:22 pm
Yes, finally a trouble free load and I can run the sample scripts. Congratulations on a fine job .Now I can start playing. The object model samples that I...
57 Aldo Bergamini
aaberga@... Send Email
Jun 21, 2000
1:02 pm
... Well you started this... Mark I will 'throw' a very heavy request. Although I realize it's something so high up into the sky to qualify as "dreamware", ie...
58 Arthur J Knapp
arthur@... Send Email
Jun 21, 2000
1:36 pm
... I'm not sure how appropriate this is. LiveConnect is that protocol under which various "integrated" technologies of the Netscape browser can communicate...
59 Aldo Bergamini
aaberga@... Send Email
Jun 21, 2000
4:03 pm
... Well, my idea is to be able to access Java code (classes, objects) running under MRJ from within a JS scriplet; in a very similar way to what happens...
60 Mark Alldritt
alldritt@... Send Email
Jun 21, 2000
4:05 pm
... This is not as far out of line as you might think. One feature I've wanted to provide since the beginning is a JavaScript-native plug-in architecture so...
61 Gary Woodcock
garyw@... Send Email
Jun 21, 2000
5:55 pm
Hi, I've got a problem when trying to run a JavaScript script file from an AppleScript. I have two scripts; one is an AppleScript that simply says "Beep", and...
62 John Delacour
JD@... Send Email
Jun 21, 2000
8:19 pm
... I've upped the partition fron 3000 to 5000 and still get the same error. JD...
63 John Delacour
JD@... Send Email
Jun 21, 2000
8:19 pm
... Why the Finder tell block? and what is... ... "Finder - launch an application" as alias ? Do you mean to say you have moved all your JS scripts into the...
64 Mark Alldritt
alldritt@... Send Email
Jun 21, 2000
9:08 pm
... In the time since I posted my response, another user has helped me to understand how to reproduce the problem on my systems. The problem is caused by the...
65 Aldo Bergamini
aaberga@... Send Email
Jun 21, 2000
9:34 pm
... Yes, we all love the OSAXen (right spelling?) mechanism, probably because this is the only extension path to AS... Yet this is so Mac specific, that it...
66 John Delacour
JD@... Send Email
Jun 21, 2000
11:39 pm
... That makes sense. I tend to leave .sit archives and oddments lying around in there and was planning a tidy-up. Thanks. J...
67 Gary Woodcock
garyw@... Send Email
Jun 22, 2000
12:26 am
... "JavaScript" ... I wanted to see if an arbitrary script host (something other than Script Editor) could load and run a JavaScript. Since the Finder can...
68 Mark Alldritt
alldritt@... Send Email
Jun 22, 2000
12:56 am
Hi Folks, I've updated the Responding To AppleEvents page <http://www.latenightsw.com/freeware/JavaScriptOSA/jsRespondingToAE.html> to describe the current...
69 John Delacour
JD@... Send Email
Jun 22, 2000
11:53 am
... Maybe because the term 'using' means something different to the finder and to the Standard Additions osax. You could try using the raw «class ????» JD...
70 Mark Alldritt
alldritt@... Send Email
Jun 22, 2000
5:01 pm
Hi Folks, I've just uploaded a new JavaScript OSA build. This one addresses the Scripting Additions problem discussed here and introduces a few other ...
71 Aldo Bergamini
aaberga@... Send Email
Jun 22, 2000
5:21 pm
... Sorry Mark, you should fix the URL from that page to point to the new file (at least rigth now it was pointin to the a1 release). Changing the '1' to '2'...
72 Mark Alldritt
alldritt@... Send Email
Jun 22, 2000
5:25 pm
... Sorry about that. Its fixed now. Cheers -Mark ... Mark Alldritt Late Night Software Ltd. Phone: 250-380-1725 333...
73 Mark Alldritt
alldritt@... Send Email
Jun 22, 2000
10:10 pm
Hi Folks, F.Y.I. I have JavaScript OSA up and running natively (i.e. Carbon) in the Script Editor under MacOS X DP4. A few issues remain to be solved before I...
74 Mark Alldritt
alldritt@... Send Email
Jun 23, 2000
4:48 am
Hi Folks, Here's a question for you all. As I attempt larger and larger projects with JS OSA, I'm running into the need to load "libraries" as my script runs....
75 Aldo Bergamini
aaberga@... Send Email
Jun 23, 2000
7:01 am
... Mark, I've downloaded the latest a2 release; I can report to have finally seen the dialog window pop up in the Finder myself. WOW !! ... Rgds Aldo...
76 Aldo Bergamini
aaberga@... Send Email
Jun 23, 2000
9:04 am
Mark, I was looking at the line MacOS.finder().display_dialog("Hello World", null, ["Button 1","Button2"]).button_returned; and I was thinking how to obtain a...
77 John Delacour
JD@... Send Email
Jun 23, 2000
11:27 am
... Would it be too much trouble to produce a downloadable archive of the docs? This would be a great help to those of us paying for a dialup connexion and...
78 John Delacour
JD@... Send Email
Jun 23, 2000
1:24 pm
... This does it, but it's cheating, of course var osa = new MacOS.OSA(MacOS.OSA.AppleScript); var source = "on dd(s,b, db, ic,t)\ display dialog s buttons b...
79 Arthur J Knapp
arthur@... Send Email
Jun 23, 2000
2:26 pm
John Delacour <JD@...> ... var osa = new MacOS.OSA(MacOS.OSA.AppleScript); /* Method 1 */ var source = "on dd(s,b,db,ic,t)\ display dialog s...
Messages 50 - 79 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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