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...
Show off your group to the world. Share a photo of your group with us.

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 455 - 484 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
455
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...
Hardy Machia
hardymacia
Online Now Send Email
Mar 8, 2005
5:23 am
456
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...
Hardy Machia
hardymacia
Online Now Send Email
Mar 8, 2005
2:59 pm
457
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...
mamilach
Offline Send Email
Mar 8, 2005
4:31 pm
458
... 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;...
arthur@...
admiralnovia
Offline Send Email
Mar 8, 2005
4:43 pm
459
... I don't have FileMaker, so... what happens when you simply do this? fmp = MacOS.appBySignature( 'FMP7' ); fmp._strict = false; userID = fmp.layout[ 'Data...
arthur@...
admiralnovia
Offline Send Email
Mar 8, 2005
4:53 pm
460
... 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...
Hardy Machia
hardymacia
Online Now Send Email
Mar 9, 2005
2:15 am
461
... I have tried, but without success. ... Result: TypeError: myDoc.pages[1].textFrames has no properties "var myText= myDoc.stories[1].contents;" works. " var...
martin fischer
mamilach
Offline Send Email
Mar 9, 2005
8:03 am
462
... This isn't terribly fast, but it will provide the creator type of every scriptable app in your Applications folder: ME = MacOS.appSelf(); OS =...
arthur@...
admiralnovia
Offline Send Email
Mar 9, 2005
9:04 pm
463
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...
Hardy Machia
hardymacia
Online Now Send Email
Mar 10, 2005
6:39 am
464
... 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...,...
Hardy Machia
hardymacia
Online Now Send Email
Mar 10, 2005
2:37 pm
465
... 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...
arthur@...
admiralnovia
Offline Send Email
Mar 10, 2005
3:35 pm
466
Idle question... when did we lose the ability to save a file as a stationary pad from Save As dialog boxes? OS X was such a bad idea....
Arthur Knapp
admiralnovia
Offline Send Email
Mar 16, 2005
10:01 pm
467
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...
macfurax
Offline Send Email
Mar 30, 2005
5:02 pm
468
... 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...
arthur@...
admiralnovia
Offline Send Email
Mar 30, 2005
6:51 pm
469
... Whoops, there is a difference between the "Media" and "MediaPro" versions, sorry. I'll get back to you. ... And now I can. :) Cheers, Arthur...
arthur@...
admiralnovia
Offline Send Email
Mar 30, 2005
7:30 pm
470
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...
macfurax
Offline Send Email
Mar 30, 2005
8:58 pm
471
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...
arthur@...
admiralnovia
Offline Send Email
Mar 30, 2005
10:25 pm
472
... 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...
macfurax
Offline Send Email
Mar 31, 2005
6:29 pm
473
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...
gregoryeggory
Offline Send Email
Apr 15, 2005
7:48 pm
474
... Aren't we all? ;-) ... BBEdit = MacOS.appBySignature( 'R*ch' ); rec = BBEdit.find_tag( 'meta', 0, false ); /* { class : 'TRsC'...
arthur@...
admiralnovia
Offline Send Email
Apr 18, 2005
2:41 pm
475
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...
arthur@...
admiralnovia
Offline Send Email
Apr 18, 2005
5:58 pm
476
Thanks. I had already done something fairly similar to this, but it is good to hear that I am not just doing something stupid. -Gregory...
gregoryeggory
Offline Send Email
Apr 25, 2005
1:40 pm
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
Messages 455 - 484 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