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 your group to be featured on the Yahoo! Groups website? 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 365 - 394 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
365
Greeting, I have a program written in php and javascript. This program runs correctly under Internet explorer. But when it runs under Netscape, something...
wu_xueming
Offline Send Email
Jun 13, 2002
6:08 pm
366
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...
brpink
Offline Send Email
Jul 3, 2002
8:46 pm
367
... Hi, Script Debugger's debugging facilities can only be used with AppleScript at this time. Cheers -Mark ... Mark Alldritt Late...
Mark Alldritt
malldritt2000
Offline Send Email
Jul 3, 2002
11:14 pm
368
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@...
Send Email
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...
Mark Alldritt
malldritt2000
Offline Send Email
Aug 4, 2002
8:44 pm
370
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...
Mark Alldritt
malldritt2000
Offline Send Email
Aug 5, 2002
8:28 pm
371
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: ...
Fluffy and Taquito
numexicouple
Offline Send Email
Oct 21, 2002
7:24 pm
372
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...
Fluffy and Taquito
numexicouple
Offline Send Email
Oct 21, 2002
7:34 pm
373
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...
Scott Heath
scottheath_y
Offline Send Email
Oct 24, 2002
5:13 pm
374
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...
Fluffy and Taquito
numexicouple
Offline Send Email
Oct 25, 2002
12:12 am
375
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...
Scott Heath
scottheath_y
Offline Send Email
Oct 25, 2002
7:22 pm
376
... 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...
xbhoff
Offline Send Email
Oct 26, 2002
2:45 am
377
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@...
Send Email
Oct 28, 2002
3:51 am
378
... The following works for me... var theFinder; theFinder = MacOS.finder(); theFinder.activate(); //theFinder._strict = false;          // someone...
Mark Alldritt
malldritt2000
Offline Send Email
Oct 28, 2002
3:59 pm
379
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...
Scott Heath
scottheath_y
Offline Send Email
Oct 28, 2002
4:53 pm
380
... 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...
xbhoff
Offline Send Email
Oct 29, 2002
1:24 am
381
Thanks again. Apparently, the exxample I received is not the same as the one you did. Mine goes ... function reverseWords(line) { var numWords =...
scottheath_y
Offline Send Email
Oct 29, 2002
5:29 pm
382
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...
xbhoff
Offline Send Email
Oct 29, 2002
11:03 pm
383
... 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@...
Send Email
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...
scottheath_y
Offline Send Email
Oct 30, 2002
4:49 pm
385
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...
scottheath_y
Offline Send Email
Oct 30, 2002
5:28 pm
386
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...
egravel_fl <eric.grav...
egravel_fl
Offline Send Email
Feb 7, 2003
3:37 pm
387
Thanks Mark for the info. I started, actually just finished, reading the PDF document on JSOSA. Looks pretty simple; at least when you already know...
Eric Gravel
egravel_fl
Offline Send Email
Feb 7, 2003
6:42 pm
388
... 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 ...
Mark Alldritt
malldritt2000
Offline Send Email
Feb 7, 2003
11:07 pm
389
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. ...
Ken Dow
me_kendow_com
Offline Send Email
Feb 10, 2003
6:11 pm
390
... 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...
Arthur J. Knapp
admiralnovia
Offline Send Email
Feb 10, 2003
6:37 pm
391
Thanks for the reply Arthur, ... Unfortunately, I get an "Out of memory" error when I use this. -- Ken...
me_kendow_com <Me@...>
me_kendow_com
Offline Send Email
Feb 11, 2003
9:52 pm
392
... Me too :( I just spent some time playing with this, and I can't make heads or tails of it. I suspect it may have something to do with the "to"...
Arthur J. Knapp
admiralnovia
Offline Send Email
Feb 13, 2003
4:03 pm
393
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@...
Send Email
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 ...
Ken Dow
me_kendow_com
Offline Send Email
Feb 16, 2003
2:21 pm
Messages 365 - 394 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