I just started reading up on JavaScript OSA and was wondering... If JSOSA is based on JavaScript 1.5's core, does this mean I could you the JavaObject object...
... If you are going to go with AppleScript, you are still going to require an AppleEvent aware application that can run your Java code for you. Both ...
Hi all, Just getting started with JS OSA - lots of experience with Frontier and basic JS in the browser, not much with AppleScript or application scripting. ...
... In this case, you would want to use the command itself: MacOS.appBySignature("GKON").windows[1].change_resolution( [96,96], false ) P.S. I can't actually...
Hello all, I am trying to retreive the selection object from tex-edit plus, am I missing somthing var tex = MacOS.appBySignature("TBB6"); with (tex) { theName...
Keith P. Hodges
keith.hodges@...
Feb 16, 2003 5:58 am
394
... Total rookie here, but based on my reading of Intro doc, shouldn't that be theName = selection.word[1].valueOf; as in ...
... which is what I want, I want a pointer! this is the error that I get TypeError: selection.word has no properties it appears that selection is a string, not...
Keith P. Hodges
keith.hodges@...
Feb 16, 2003 6:39 pm
396
... When you access a property, JSOSA sends a Get AppleEvent to the target application for each object reference within a given expression. If the application...
Hi, I'm thinking about how to move JSOSA forward and it turns out that Classic Mac OS support is a problem. If I continue to support the Classic Mac OS in ...
... -Mark Forgive me guys ... am I really missing something here, I put Tex-edit into script debugger demo, and go to the dictionary, using the Explorer I look...
Keith P. Hodges
keith.hodges@...
Feb 16, 2003 8:36 pm
400
... I'm using Mac OS X. I was also going to point out that I don't use JOSA for scripts that I'm going to distribute to other users, but now I'm wondering. ...
Steve Roy
sroy@...
Feb 16, 2003 10:17 pm
401
... Sadly, no. The user must have JSOSA installed to run scripts as well as edit them. If they don't have the component installed, they'll get a "connect...
... still on ... I had to remove JSOSA from my G3 in order to run some legacy Hypercard stacks. When my new G4 arrives in a few weeks, I won't even have a ...
Scott, ... FWIW, one reason I'm digging into this is the use of JavaScript on Adobe apps. Adobe has adopted JavaScript for interactive Acrobat documents, in...
... Ken, Thanks for the info. I'm working in MacroMedia MX, and they have their own scripting language, which AFAIK is called ActionScript. I haven't peeked...
Is there a way to install the javascript OSA without having to go through the steps of using OS 9 first? I'd really like to avoid having to tell everyone i'm...
... Classic ... I never use Classic anymore - and I know that apple is officially encouraging folks to drop support for it and move exclusively to OSX. I'm...
... Installing JSOSA into the Classic environment is entirely optional. If you have no need to run JavaScript scripts from Classic Mac OS client applications,...
... Thanks for clarifying that - I wondered as well. FWIW, you might want to add a note to that effect in the Installation doc. It currently ... The First/Next...
... I use two machines on a regular basis, one running 10.2.4 , and the other is an older machine running 9.1. However, I no longer expect new software for Mac...
Hi, I am new to JavaScript and was trying to solve these two questions... Please let me know if you know how to solve them. Question 1: Write a JavaScript...
Hi, I am new to JavaScript and was trying to solve these two questions... Please let me know if you know how to solve them. Question 1: Write a JavaScript...
Wrong newsgroup. This group is for JavaScript-OSA, strictly for Macs, not JavaScript as used on the Internet. The handler you are looking for, I think, is...
thanx for the help... :o) n sorry for the trouble... :o( boney ... __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch...
Does the JS OSA/runtime support global variables, and accessing them from within sub functions? I would assume so, but was running into trouble attempting to...
Gavin Kistner
gavin@...
Apr 29, 2003 3:30 pm
415
... Could it be that you are declaring obsToAdd globally and using objsToAdd (not the missing j) locally? Cheers -Mark ... Mark Alldritt...