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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 410 - 440 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
410
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...
Bonson Mampilli
boney_mampilli
Offline Send Email
Mar 26, 2003
4:43 am
411
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...
boney mampilli
boney_mampilli
Offline Send Email
Mar 27, 2003
5:47 am
412
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...
scottheath_y
Offline Send Email
Mar 27, 2003
3:55 pm
413
thanx for the help... :o) n sorry for the trouble... :o( boney ... __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch...
boney mampilli
boney_mampilli
Offline Send Email
Mar 28, 2003
3:34 am
414
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@...
Send Email
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...
Mark Alldritt
malldritt2000
Offline Send Email
Apr 29, 2003
3:47 pm
416
Hey all - I'm new to the list, and I have some probably very simple new-guy questions as a result. (I did check the FAQ first). 1. I'm assuming the...
Michael Tuminello
YLPunk
Offline Send Email
Apr 30, 2003
7:41 pm
417
... Yes. ... None that I can think of, but there are lots of little things. :^) ... Can't be done -- AS-Studio is completely tied to AppleScript specifically,...
John Gruber
jx_gruber
Offline Send Email
May 3, 2003
9:17 pm
418
How do I display "Hello world" from JavaScript OSA? I'm guessing it's something like this... ... var a = "Hello world" System.stdout.writeln(a) ... Run by...
John Love-Jensen
eljay@...
Send Email
Jun 5, 2003
4:07 pm
419
Hi Can anybody help me out. I got a problem that I developed a webbased application in Windows OS and Java and normal javascript . The same application is not...
renu_aysola
Offline Send Email
Aug 28, 2003
6:26 am
420
... Java is not Javascript. The JS OSA is for writing scripts on the machine that interact with the Finder and other applications. Without more specific...
Gavin Kistner
gavin@...
Send Email
Aug 28, 2003
12:51 pm
421
... Like Gavin pointed out, you're at the wrong place, and JavaScript OSA is not involved in what you're doing. I suggest you post your question on the...
Steve Roy
sroy@...
Send Email
Aug 28, 2003
1:25 pm
422
I'm trying to shove all the songs in my iTunes library into an array so that I can sort them and then remove a ton of duplicates. However, using the following...
Gavin Kistner
rabyak
Online Now Send Email
Dec 1, 2003
10:29 pm
423
... arguments[0].constructor==Array)?arguments[0]:arguments; ... I don't get an Out of Memory message. I don't have any iTune thingies, so I just tested with...
Arthur Knapp
admiralnovia
Offline Send Email
Dec 4, 2003
5:04 pm
424
... Hrm. This was with Script Editor...are you using Script Debugger or something else? After I wrote this message, I ran into various other areas where ...
Gavin Kistner
rabyak
Online Now Send Email
Dec 4, 2003
5:09 pm
425
... thingies, ... I tried it in both, it worked fine. I don't think the issue is with your SortBy() function, but rather with the .sort() method that follows. ...
Arthur Knapp
admiralnovia
Offline Send Email
Dec 4, 2003
9:17 pm
426
Hi all. Today I tried for several hours to get going with JavaScript OSA in Apple's Mail environment. I installed the OSA component properly. I've been able...
David Smiley
dsmiley9
Offline Send Email
Dec 9, 2003
7:57 pm
427
... Hi, David. I've never scripted Mail with either AppleScript or JavaScript, but I gave it a shot today. There is an AppleScript called "Sample Rule Action...
Arthur Knapp
admiralnovia
Offline Send Email
Dec 10, 2003
5:58 pm
428
var scpt = new MacOS.OSA(MacOS.OSA.AppleScript); try { scpt.compile( 'AppleScript compile-time error' ); } catch(e) { MacOS.message( 'I never see this...' ) } ...
Arthur Knapp
admiralnovia
Offline Send Email
Dec 18, 2003
6:24 pm
429
... Bug filed. Cheers -Mark ... Mark Alldritt Late Night Software Ltd. Phone: 250-380-1725 333 Moss Street FAX:...
Mark Alldritt
malldritt2000
Offline Send Email
Dec 18, 2003
6:51 pm
430
I upgraded to FileMakerPro 7.0 from version 5.5. The following is no longer working to access the value of the field. aName =...
Hardy Machia
hardymacia
Online Now Send Email
Mar 19, 2004
1:33 am
431
... I've not had a chance to look at the FMP7 scripting interface, but it looks like the name of something may have changed. I seem to recall the notion of ...
Mark Alldritt
malldritt2000
Offline Send Email
Mar 19, 2004
4:14 pm
432
Hello from a JS newbie, I've successfully installed the Javascript component in OS X 10.3, and I can modify and recompile the sample scripts. However, I can't...
pfitzner1
Offline Send Email
Mar 24, 2004
8:58 pm
433
... Hmm... I found a popup menu under SE's preferences that allows you to switch to JavaScript OSA "as the default," but this isn't much help if one wants to...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 24, 2004
9:37 pm
434
... You need to show the Navigation Bar (using the View menu). From there, there is a popup menu that lets you choose the language to use. Cheers -Mark ... ...
Mark Alldritt
malldritt2000
Offline Send Email
Mar 24, 2004
10:46 pm
435
Thanks you and Arthur Knapp. It'a working now! Bob Schaaf...
Robert W. Schaaf
pfitzner1
Offline Send Email
Mar 24, 2004
11:38 pm
436
I ran across a new error today, (because I was doing something stupid), so I thought I'd share: 'InternalError: too much recursion' I wanted to discover how...
Arthur Knapp
admiralnovia
Offline Send Email
Apr 13, 2004
2:27 pm
437
And here's a funny sort of error: BBEDIT = MacOS.appBySignature('R*ch'); BBEDIT.activate(); //--> 'uncaught exception: the application is no longer running' ...
Arthur Knapp
admiralnovia
Offline Send Email
Apr 13, 2004
2:47 pm
438
... And I think I might agree: yes, 1,000 *is* too much recursion :)...
Gavin Kistner
rabyak
Online Now Send Email
Apr 13, 2004
4:00 pm
440
I was really far into debt. Like Most I was in Financial dispair. I could not seem to get ahead no matter how hard I tried. Untill I found this place. ...
onpmfmdb293
Offline Send Email
Jun 18, 2004
10:27 am
Messages 410 - 440 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