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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 6 - 35 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
31
... Thank you Mark and Arthur -- I was caught up on trying to access the "text item delimiters" property from JSOSA, and handn't thought to whip out my...
Jacob
jacobkm@...
Send Email
Apr 12, 2000
6:51 pm
32
... The simplest way is to create some AppleScript handlers to do this for you: var as = new MacOS.OSA(MacOS.OSA.AppleScript); as.compile(" on setTID(newVal) ...
Mark Alldritt
alldritt@...
Send Email
Apr 12, 2000
7:36 pm
33
Mark, Just want to thank you for the incredible work you are doing with the JavaScript for OSA. Its helping me a lot to debug functions or syntax gotchas that...
Emmanuel. M. Decarie
emm@...
Send Email
Apr 13, 2000
1:56 am
34
Hi Folks, I've put JavaScript OSA 1.0d7 up on our server for you all to download. This build addresses some serious problems with the d6 build that should ...
Mark Alldritt
alldritt@...
Send Email
Apr 13, 2000
5:47 pm
35
Hi Folks, Wow, this mailing list has a huge reach! There are 17 people registered at OneList/eGroups, and by Sunday evening there have been 540 downloads of ...
Mark Alldritt
alldritt@...
Send Email
Apr 17, 2000
5:03 pm
Messages 6 - 35 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