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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 436 - 466 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
441
funny what gems you find looking through your spambox, this site has very cheap meds, all kinds, check it out http://pillrxheyn.u4l.com If you dont want to be...
funnyvt254
Offline Send Email
Jun 19, 2004
10:30 am
442
i used these guys to make my bills alot more manageable, it was free so what the hell, why not? http://xgwwdosujc.b3.nu If you dont want to be part of this...
markfen206
Offline Send Email
Jun 24, 2004
8:17 pm
443
MacOS.appSelf().current_date(); // -> ldt value MacOS.finder().item[1].modification_date; // -> ldt value AEDesc dates don't seem to convert to JavaScript...
Arthur Knapp
admiralnovia
Offline Send Email
Sep 22, 2004
7:28 pm
444
... The version of JavaScript used in JSOSA does not have a native date data type. I'm experimenting with current Mozilla JS engine and I'll add support for...
Mark Alldritt
malldritt2000
Offline Send Email
Sep 22, 2004
8:46 pm
445
... Thank you, Mark. :) So I was trying to work this out with some hack-ish stuff, but I'm not getting very far: d = MacOS.appSelf().current_date(); s =...
Arthur Knapp
admiralnovia
Offline Send Email
Sep 23, 2004
6:47 pm
446
... I have also thought of using the '.as' method of AEDesc objects, so that I could get a date string, but that doesn't seem to get me anywhere either: ME =...
Arthur Knapp
admiralnovia
Offline Send Email
Sep 23, 2004
7:20 pm
447
Ok, I may have figured this out. The difference between the correct day and time, and the converted day and time, is 19 hours, which sounds like a timezone...
Arthur Knapp
admiralnovia
Offline Send Email
Sep 24, 2004
4:49 pm
448
Whoops... please disregard the previous message. I am obviously way off: OS = MacOS.finder(); // mod-date of choosen file: "Feb 12, 2004 8:32 AM" // f =...
Arthur Knapp
admiralnovia
Offline Send Email
Sep 24, 2004
5:02 pm
449
... Hi My guess is that the date coercions AppleScript provides are implemented in AppleScript rather than as AppleEvent Manager coercion handlers. This is ...
Mark Alldritt
malldritt2000
Offline Send Email
Sep 24, 2004
5:36 pm
450
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...
Mark Alldritt
malldritt2000
Offline Send Email
Oct 20, 2004
5:43 pm
451
... 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 [...
Arthur Knapp
admiralnovia
Offline Send Email
Oct 20, 2004
6:16 pm
452
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 ...
Mark Alldritt
malldritt2000
Offline Send Email
Oct 25, 2004
7:57 pm
453
... 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...
Jim Witte
jimwitte2002
Offline Send Email
Oct 25, 2004
10:50 pm
454
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 ...
Mark Alldritt
malldritt2000
Offline Send Email
Oct 26, 2004
11:01 pm
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
Messages 436 - 466 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