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...
Show off your group to the world. Share a photo of your group with us.

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 1 - 30 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
I think JavaScript for OSA will be a tremendous success !!! // modified from Danny Goodman's showProps function // www.dannyg.com // function showProps(obj,...
arthur knapp, j
arthur@...
Send Email
Jan 25, 2000
9:30 pm
2
Hi, If you are subscribed to this list you are probably already running 1.0d5, but in case your not, please upgrade. The response to the 1.0d4 release cought...
Mark Alldritt
alldritt@...
Send Email
Jan 25, 2000
10:10 pm
3
Hi Folks, One thing that JavaScript OSA currently does not allow you to do is give a desired data type when getting a property from an application. I'm trying...
Mark Alldritt
alldritt@...
Send Email
Jan 28, 2000
9:37 pm
4
... string ... I don't do a whole lot of javascript, so I don't know if this is what people who write javascript would expect. Is there the notion of default...
Jim Correia
correia@...
Send Email
Jan 28, 2000
9:45 pm
5
... which I assume is equivilant to: with (MacOS.finder()) selection.valueOf(); // which your docs says is the "default value" // for an object, (AEClass) ... ...
Arthur J Knapp
arthur@...
Send Email
Jan 31, 2000
1:38 pm
6
Hi Folks, I've posted a new build of JavaScript OSA. Check the release notes section of the Project Status page for details of what has changed. ...
Mark Alldritt
alldritt@...
Send Email
Feb 4, 2000
4:35 am
7
Hello all, First of all, I'm very pleased with the javascript OSA extension. It's absolutely fabulous. Second, you guessed it, I've got a question. I'm trying...
Chris Heidecker
hechris@...
Send Email
Feb 8, 2000
1:44 am
8
... I thought this might happen. The workaround is to do the following: this["ae_WMSGMUP "] = function(params) { // your code goes here } The only hitch is...
Mark Alldritt
alldritt@...
Send Email
Feb 8, 2000
2:15 am
9
... Thank you, it's working even better then I hoped. I can put it in mouseEnter, mouseWithin and mouseDown and it will work flawlessly. (Ah yes , HyperCard...
Chris Heidecker
hechris@...
Send Email
Feb 8, 2000
10:24 am
10
Hi Folks, As you all probably know, AppleScript has this thing called a whose clause that allows you to build an arbitrary collection of objects matching ...
Mark Alldritt
alldritt@...
Send Email
Feb 9, 2000
1:02 am
11
... Is how Usertalk does it for object model stuff reasonable? window[name=="fred"] window[index>1] etc. ? -- Jim Correia Bare...
Jim Correia
correia@...
Send Email
Feb 9, 2000
2:57 am
12
... how about a list of boolean expressions that need to be statisfied? using the above example... window[{name==fred,index>1,...}] (ok, the syntax for a...
macros@...
Send Email
Feb 9, 2000
3:36 am
13
... I like these ideas, but when I started playing around in JavaScript with it I ran into a problem. JavaScript first evaluates name=="fred" into a boolean,...
Mark Alldritt
alldritt@...
Send Email
Feb 9, 2000
4:51 am
14
Hi Folks, I'm in the process of trying to figure out what I need to do to get JavaScript OSA to version 1.0. To that end, I'm reviewing the to-do items on my...
Mark Alldritt
alldritt@...
Send Email
Feb 11, 2000
8:44 pm
15
Hello, There is a new survey for the jsosa ... Improved performance o Not important o Somewhat important o Important o Very Important o Absolutly Most Have ......
jsosa-owner@onelist.com
Send Email
Feb 12, 2000
8:14 pm
16
Hello, ... I apologize for the previous message. I was experimenting with OneList's survey feature and I didn't realize it was going to broadcast an ...
Mark Alldritt
alldritt@...
Send Email
Feb 12, 2000
8:23 pm
17
First off, hello everybody -- I just joined the list, and so I'll start things off with a problem I'm having: The JavaScript OSA seems to disappear after a few...
Jacob Kaplan-Moss
jacobkm@...
Send Email
Feb 25, 2000
8:55 pm
18
Hi Folks, As some of you may remember, I posted a message a few weeks ago asking for your priorities for getting JavaScript OSA to 1.0. Here is a summary of ...
Mark Alldritt
alldritt@...
Send Email
Feb 26, 2000
5:27 pm
19
... This was a chronic problem with the 1.0d5 build. I thought that I had corrected the problem in the 1.0d6 build. I develop and test JavaScript OSA on a...
Mark Alldritt
alldritt@...
Send Email
Feb 26, 2000
5:30 pm
20
... I have MacsBug (v. 6.6 -- i think its the latest) installed; I'd love to have the debug build to play around with. You cam email it to me privately...
Jacob Kaplan-Moss
jacobkm@...
Send Email
Feb 26, 2000
7:21 pm
21
I've tried the extension on 3 machines here. Th results indicate some sort of extension conflict, but not much more than that. Machine 1: Development, choc...
David A. Bayly
dbayly@...
Send Email
Feb 27, 2000
11:05 am
22
... I'll send you a message privately containing a debug build we can use to try and diagnose the problem. ... Can you provide details of whats failing, and...
Mark Alldritt
alldritt@...
Send Email
Feb 27, 2000
5:31 pm
23
... One thing that I think would be very helpful to people trying to figure out just how to relate AppleEvents, Scripting Additions and JavaScript OSA would be...
Jacob Kaplan-Moss
jacobkm@...
Send Email
Feb 28, 2000
6:02 am
24
Hi Folks, I've posted some updates to the JavaScript OSA documentation on the JavaScript OSA area of the LNS web site. Changes include: - revisions to bring...
Mark Alldritt
alldritt@...
Send Email
Mar 13, 2000
8:01 am
25
Hi Again, Just a quick update to let you know that I'm still working to resolve the JavaScript OSA component loading problem that some of you are experiencing....
Mark Alldritt
alldritt@...
Send Email
Mar 13, 2000
8:05 am
26
... Except that the link should read ".html" not ".com" at the end :) http://www.latenightsw.com/freeware/JavaScriptOSA/index.html is the fixed link. And...
Jacob Kaplan-Moss
jacobkm@...
Send Email
Mar 13, 2000
8:08 am
27
Hi Folks, As some of you know all too well, JavaScript OSA fails to load on some MacOS 8.6 and 9.0 systems. I've developed the first in a series of diagnostic...
Mark Alldritt
alldritt@...
Send Email
Mar 15, 2000
5:51 pm
28
First off, is this thing still on? I haven't gotten any list mail for a few weeks... ... I downloaded the MacOS 9.0.4 update a few days ago, and since then, ...
Jacob
jacobkm@...
Send Email
Apr 12, 2000
5:40 am
29
... This is interesting indeed. With this extra clue, I'll look some more into what might be causing the problem. This issue has pretty much stalled my ...
Mark Alldritt
alldritt@...
Send Email
Apr 12, 2000
4:42 pm
30
... It does, the STRING.split() and ARRAY.join() methods. ... It is fast, relative to other ways of manipulating text and lists in vanilla AppleScript,...
arthur j knapp
arthur@...
Send Email
Apr 12, 2000
5:43 pm
Messages 1 - 30 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