Hello- I am new to jsosa and am a little confused. I am an experienced JavaScripter with moderate Applescript knowledge trying to do something in BBEdit. My...
Sorry, my last email got cut off by a stray null character. ... I played around with this for a while, and couldn't get the object "recast", sorry. This is a...
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, this is fantastic! Thank you. :) ... Core.version; //-> "1.0b10" Alrighty, then. ;-) I'll give the component a workout this week. Cheers, Arthur...
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 ...
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...
[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...
... Ohhh... there's a lot of good stuff here!!! :) MacOS.appByBundleID(bundleID, loadDict) MacOS.appByHFSPath(hfsPath, loadDict) MacOS.appByPath(posixPath,...
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 ...
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...
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...
... 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...
... 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...
... 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...
Hi Folks, We are pleased to announce the acquisition of FaceSpan 4 from Digital Technology International. FaceSpan is a Rapid Application Development (RAD) ...
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...
... 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...
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 ...
... 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...
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...
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,...
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...
// Proposed changes and additions to the JavaScript Library file // embedded in the JavaScript OSA component. // I have yet to create a non-trivial jsosa...