Greeting, I have a program written in php and javascript. This program runs correctly under Internet explorer. But when it runs under Netscape, something...
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...
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@...
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...
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...
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: ...
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...
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...
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...
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...
... run these ... type ... dialog ... say OK ... I copied your "sieve" script from the list and ran it from a BBEdit doc with the run jsosa script that you...
I've searched the archives and read everything I can find on display_dialog().... but I can NOT get this to work under OS X 10.2..... I have tried all the...
kd
kd@...
Oct 28, 2002 3:51 am
378
... The following works for me... var theFinder; theFinder = MacOS.finder(); theFinder.activate(); //theFinder._strict = false; // someone...
Thanks for the reply! I'm beginning to suspect that the problem may be peculiar to my installation. Anyway, the details are OS 9.1.1 (with Carbonlib 1.5) on a...
... I wouldn't count on the sample scripts in the JSOSA documentation to work reliably. Stuff has changed and they are not current. But the 'BBEdit 6 - reverse...
Apparently, the exxample I received is not the same as the one ... the example script you're quoting here is the 'BBEdit 5 - reverse words' sample script. if...
... Mark - thank you for your response... what you submitted is exactly like my last attempt (except I had "theFinder._strict = false;". I removed that and...
kd
kd@...
Oct 30, 2002 2:29 pm
384
I'm glad you spotted that. In the distribution I have, there is only one BBEdit folder in the Application Scripts folder, and the sample is just called...
LNS's 'Script Debugger 3.0 Demo' package has the newer set of sample scripts in its 'JavaScript Documentation' folder! The explicitly 'BBEdit 6 - reverse...
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 ...