Hi Folks, I know its been quite here for a while. I just wanted to let everyone know what's happening with JSOSA these days. As part of the Script Debugger 4...
... I love you. ... I love you. ... No problem. (I love you.) ... Please give me just a few days. I love you. Seriously. a r t h u r k n a p p a r t h u r [...
Hi Folks, Several months ago I changed all of the LNS mailing lists (Affrus-talk, SD-talk and JSOSA-talk) so that new members must be approved. This was done ...
... Why not just set up an Applescript (or JS :) to log in to YahooGroups, pull the pending user list, and pop it in an email? If anyone here is good with...
Hi Folks, I appreciate all the feedback on the mailing list issue. I've altered some my Yahoo Groups settings to see if I can get the notifications in a more ...
Date: Fri, 19 Mar 2004 08:14:26 -0800 ... Hi Mark, It's been almost a year so I decided to try to update my databases to FileMaker 7.0 again. I forgot that it...
PS: Here is the AppleScript that does what I want: tell application "FileMaker Pro" tell current record of layout "Data Entry View" set userID to cell "User...
Script Debugger is a fine tool to develop AppleScripts. Now I have tried to develop JavaScripts with Script Debugger with JavaScript OSA. It took me some...
... I don't have InDesign, so I can't test, but you might want to try the following: var myInDesign = MacOS.appBySignature("InDn"); myInDesign._strict = false;...
... I don't have FileMaker, so... what happens when you simply do this? fmp = MacOS.appBySignature( 'FMP7' ); fmp._strict = false; userID = fmp.layout[ 'Data...
... Thanks for the help. Here is the error I get... AppleScript Error TypeError: fmp.layout['Data Entry View'].current_record.cell has no properties The result...
... I have tried, but without success. ... Result: TypeError: myDoc.pages[1].textFrames has no properties "var myText= myDoc.stories[1].contents;" works. " var...
While, I try to figure out how to access a cell in a FileMaker 7.0 database, I figured I should try some work arounds. I can get the string data to a variable...
... Note to self - RTFM... While this is a long about way around to get and set field values in FM 7 - I'm embedding AppleScript inside of the JavaScript...,...
... Yes, it works both ways: set utc to run script "new Date().toUTCString()" in "JavaScript" -- --> "Thu, 10 Mar 2005 15:33:38 GMT" Cheers, Arthur J. Knapp...
Hi, I'm pretty new to MAC and JSOSA. I move to JSOS because after 10 years of C/C++/Java dev I got hard time to learn AppleScript. I testing JSOSA to pilote...
... I'm a little confused. I downloaded a demo, and I can't even find a dictionary for the app. Their website says its scriptable, but I can't figure out how...
I try the iView._strict = false and I got the same error. Exept that it told me 'MacOS.AEClass: can't convert to' without the stange characters at the end of...
I can't figure it out. It's simple enough in AppleScript: tell application "iView MediaPro" catalog 1's selection's item 1's name end tell but I can't get...
... In the string generated by the md.toString() I think that I locate the index of the image in the whole catalog, so I can parse that string waiting for a...
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 ...