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 477 - 506 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
477
Hi Folks, Well, its been a long while, but I'm once again moving forward with JavaScript OSA. I'm pleased to announce JavaScript 2.0a1 (that's Alpha!!!). ...
Mark Alldritt
malldritt2000
Offline Send Email
May 6, 2005
11:47 pm
478
... Mark, this is fantastic! Thank you. :) ... Core.version; //-> "1.0b10" Alrighty, then. ;-) I'll give the component a workout this week. Cheers, Arthur...
arthur@...
admiralnovia
Offline Send Email
May 7, 2005
3:16 pm
479
Hi All, In JavaScript OSA 2.0, I've modernized all the file handing to use FSRefs. The advantage here is that JSOSA is now fully capable of handling long file ...
Mark Alldritt
malldritt2000
Offline Send Email
May 10, 2005
3:04 am
480
Hi Folks, I made some good headway over the weekend. JavaScript OSA 2.0a2 addresses two specific regressions in the 2.0a1 build: - opening existing scripts...
Mark Alldritt
malldritt2000
Offline Send Email
May 10, 2005
5:14 am
481
[My apologies if you receive this message more than once - I've been experiencing some problems with Yahoo Groups] Hi Folks, I made some good headway over the...
Mark Alldritt
malldritt2000
Offline Send Email
May 10, 2005
6:03 am
482
... For those looking for information on the datatypes involved, Apple's tech note 2022 is a good place to start: ...
arthur@...
admiralnovia
Offline Send Email
May 10, 2005
4:15 pm
483
... Ohhh... there's a lot of good stuff here!!! :) MacOS.appByBundleID(bundleID, loadDict) MacOS.appByHFSPath(hfsPath, loadDict) MacOS.appByPath(posixPath,...
arthur@...
admiralnovia
Offline Send Email
May 10, 2005
4:24 pm
484
Hi, ... Thanks for the ideas. I'm no leaning towards changing the MacOS.FileSpec class so that it uses CFURLs internally rather than FSRefs. This allows ...
Mark Alldritt
malldritt2000
Offline Send Email
May 11, 2005
4:15 am
485
Hi Folks, A new JavaScript OSA 2.0 alpha build is available for downloading. In this version, I've changed the MacOS.FileSpec object to use CFURL instead of...
Mark Alldritt
malldritt2000
Offline Send Email
May 12, 2005
4:58 pm
486
Hi Folks, Well, JSOSA 2.0a3 has been out for a couple of weeks now and I'm interested in any feedback you can offer. Is this an improvement? Are you using it...
Mark Alldritt
malldritt2000
Offline Send Email
Jun 2, 2005
3:59 am
487
... I'm extremely sorry, Mark. I am very interested in every aspect of the JSOSA component, but I've been busy on other projects, and have not had the chance...
arthur@...
admiralnovia
Offline Send Email
Jun 2, 2005
4:04 pm
488
... Yes. Visibly, there are the new functions which were added, but I'm just as interested in the SpiderMonkey upgrade. If Mozilla is like other open-source...
Darren Bane
darrenbane
Offline Send Email
Jun 6, 2005
10:02 pm
489
... Hi Mark, hello everybody, ... a question first (a dumb one I admit): is there a reason not to use JSOSA when write Automator actions? In other words, is...
Aldo Bergamini
aaberga
Offline Send Email
Jun 6, 2005
10:33 pm
490
Hi Folks, We are pleased to announce the acquisition of FaceSpan 4 from Digital Technology International. FaceSpan is a Rapid Application Development (RAD) ...
Mark Alldritt
malldritt2000
Offline Send Email
Jul 30, 2005
1:57 am
491
... ZOMG! :) Mark, congratulations! This is great news. FaceSpan, in your hands, will be absolutely fantastic! Best regards, - Arthur...
arthur@...
admiralnovia
Offline Send Email
Aug 1, 2005
1:58 pm
492
I'm a Javascript programmer, doing much of my coding at work in a Windows Script Host environment, writing scripts to accomplish various repetitive tasks. I...
Spade Aceman
spadeaceman
Online Now Send Email
Dec 30, 2005
6:24 am
493
... Not built-in, but you can read in a source file and eval() it, which gives you the same thing, ie: the source file is evaluated in the same context as the...
arthur@...
admiralnovia
Offline Send Email
Jan 2, 2006
3:00 am
494
Hi, Mark. When the .toString() or .toSource() method is used on an AEDesc value, the string data returned is truncated with an ellipsis, as in: ...
Arthur Knapp
admiralnovia
Offline Send Email
Feb 16, 2006
5:16 pm
495
Hi, ... The problem here is that I'm using the system's AEPrint calls, and somewhere along the way Apple decided to truncate long hex strings (happens with ...
Mark Alldritt
malldritt2000
Offline Send Email
Feb 23, 2006
5:50 pm
496
... Thanks, Mark. I've been reading into this. It looks like when Apple "took over" the "AEGizmo" code stuff that they never intended for their version to...
Arthur Knapp
admiralnovia
Offline Send Email
Feb 23, 2006
8:15 pm
497
I've figured something out, and wanted to share: SD has a preference setting for "path to me", causing that AppleScript command to refer to the document file...
Arthur Knapp
admiralnovia
Offline Send Email
Feb 28, 2006
3:49 am
498
I've been using a text file containing every jsosa object, method, and property that I am aware of; as an "aid to memory". It doesn't explain what things do,...
Arthur Knapp
admiralnovia
Offline Send Email
Feb 28, 2006
9:33 pm
499
I've made an archive of a clippings folder, and put it into my public iDisk thingy: http://homepage.mac.com/admiralnovia/FileSharing1.html It is a work in...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 5, 2006
3:55 pm
500
// Proposed changes and additions to the JavaScript Library file // embedded in the JavaScript OSA component. // I have yet to create a non-trivial jsosa...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 10, 2006
7:03 pm
501
Whoops. ... [snip] ... Replace the above with: if ( c == "." ) { while ( path.slice( 0, 3 ) == "../" ) { me = me.container; path = path.slice( 3 ); } return...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 10, 2006
7:56 pm
502
... I've also placed a copy of the corrected script here: http://homepage.mac.com/admiralnovia/FileSharing1.html -- Arthur...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 10, 2006
8:02 pm
503
I'm working on some example files of using JavaScript OSA in combination with the Pashua GUI system. They're not finished yet, but should be soon: ...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 13, 2006
8:55 pm
504
A quick thought: How hard would it be to create special notation for accessing the ._types and ._constants objects? I was thinking of a double underscore...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 15, 2006
6:25 pm
505
Hi, ... Okay, I'll look into something like this. Thanks also for the proposed code. I've filed it all in my bug tracking system that that I can integrate it...
Mark Alldritt
malldritt2000
Offline Send Email
Mar 16, 2006
6:34 pm
506
... Thanks Mark. I know (assume) that your freeware projects are not at the top of your priorities, which is perfectly OK. The 2.0 version of JSOSA is so...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 17, 2006
3:35 pm
Messages 477 - 506 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