Skip to search.
jsosa · JavaScript OSA-Talk

Group Information

  • Members: 63
  • Category: AppleScript
  • Founded: Jan 25, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 224 - 253 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
224 Mark Alldritt
alldritt@... Send Email
Jan 16, 2001
5:32 pm
Hi Folks, Its been a bit slow on this list for the last while so I thought I would let you all know what's happening. I'm working on JavaScript OSA 1.0b10...
225 Aldo Bergamini
aaberga@... Send Email
Jan 16, 2001
10:59 pm
... Would any (kind, polite) messages from developers to any Apple contacts help? Rgds Aldo...
226 Steve Roy
sroy@... Send Email
Jan 17, 2001
1:34 pm
... I think it'd be fantastic if JSOSA was included with Mac OS X. Steve -- Steve Roy <sroy@...>...
227 Mark Alldritt
alldritt@... Send Email
Jan 18, 2001
5:20 am
... I'm sure it couldn't hurt. From what I have been told, Apple considers OSX feature complete, and adding JSOSA presents a problem. Cheers -Mark ... Mark...
228 Arthur J Knapp
arthur@... Send Email
Jan 26, 2001
4:44 pm
Documentation for the JavaScript 1.5's core language is now available: <http://developer.netscape.com/docs/manuals/js/core/jsref15/contents.html> JavaScript...
229 dshafer@... Send Email Jan 28, 2001
1:19 am
I have, for reasons probably best left undiscussed in the plain view of people of sensitivity and intelligence, been trying to figure out how to get some JSOSA...
230 dshafer@... Send Email Jan 28, 2001
6:40 am
Turns out, as is often the case, that I was overcomplicating things. Although I'm sure there will turn out to be additional issues, all you have to do to run...
231 Robert L Hicks
bobhicks@... Send Email
Jan 28, 2001
7:21 pm
I am getting double emails...
232 Morgan Jones
morgan@... Send Email
Jan 29, 2001
7:28 pm
Hi all, Yet again, I'm translating from AppleScript to JavaScript and getting stuck. This time, with Toast: tell application "Adaptec Toast 4.1.1" activate ...
233 Chris Heidecker
hechris@... Send Email
Jan 30, 2001
12:17 am
... Another thing you can do is: set the scriptingLanguage of the object to javascript. There's a popUp button/menu in HyperCards scriptEditor to set the...
234 dshafer@... Send Email Jan 30, 2001
12:41 am
... Thanks, Chris. I tried that first, but to no avail. There's no way to call the JavaScript from another HC object as far as I can tell. Thus my question...
235 Mark Alldritt
alldritt@... Send Email
Jan 30, 2001
4:29 am
... I don't have toast here so I can't try it, but I think you need to rewrite your code as follows: var ref = make(toast._types.Mac_Volume_disc); Cheers -Mark...
236 Mark Alldritt
alldritt@... Send Email
Jan 30, 2001
4:31 am
... JavaScript OSA does not support saving scripts as Ron-Only scripts. This is because JS osa stores scripts internally in source form and compiles they as ...
237 Morgan Jones
morgan@... Send Email
Jan 30, 2001
4:12 pm
... That was it - it works great. Now that I see it, it makes lots of sense - I remember the _types slot from some of the finder examples for type checking of...
238 Arthur J Knapp
arthur@... Send Email
Jan 30, 2001
6:59 pm
... Yeah, the very nature of JavaScript would make "run only" an impossible concept. In the newest versions of JavaScript, all objects have a "toSource"...
239 tfuerstner@... Send Email Jan 30, 2001
8:49 pm
_______________ Reply Header _______________ Subject: Re: [jsosa] Saving JS as Run-Only Author: "Arthur J Knapp" <arthur@...> Date:...
240 Morgan Jones
morgan@... Send Email
Jan 31, 2001
12:00 am
Is it possible for one javascript script to call a handler in another javascript script? I gave this a shot via something like: var aScript = new...
241 Mark Alldritt
alldritt@... Send Email
Jan 31, 2001
1:23 am
... There's a limitation in the b9 build that requires you to use specific OSA components (AppleScript, JavaScript) to make this work. The upcoming b10 build...
242 Morgan Jones
morgan@... Send Email
Jan 31, 2001
10:41 pm
Hi, I'm working with a few applications that need an alias as a parameter type - one in particular is toast with the following entry in its dictionary: add to:...
243 Mark Alldritt
alldritt@... Send Email
Feb 1, 2001
5:08 pm
... I think you've found a hole in the JavaScript OSA object model. Have you tried installing the Jon's Commands OSAX? It has coercion handlers for all the...
244 Arthur J Knapp
arthur@... Send Email
Feb 1, 2001
5:52 pm
... I noticed that the dictionary specifically says "list of alias" Maybe if you tried this: toast.add_to( ref, [ new MacOS.FileSpec("folderName) ] ); -- { ...
245 Morgan Jones
morgan@... Send Email
Feb 1, 2001
6:44 pm
... Hmm. Tried both of these, and I'm still getting the coersion problem. Interestingly enough, I get a different error message on: add_to( ref, [ new...
246 dshafer@... Send Email Feb 1, 2001
10:55 pm
Well, after spending better than 20 hours I finally got this all doped out. I'm going to post a new thread-starter on the subject which might help future...
247 dshafer@... Send Email Feb 1, 2001
11:25 pm
After spending a considerable number of hours rummaging about in the HyperCard attic, I finally figured out how to incorporate the JSOSA stuff into HyperCard....
248 dshafer@... Send Email Feb 1, 2001
11:26 pm
I just spent some time composing a long message about how to use JSOSA stuff from HyperCard. When I hit the "send" button, it seemed like everything went fine...
249 Macros
macros@... Send Email
Feb 1, 2001
11:47 pm
Showed up here... ver interesting :) Cam ... From: <dshafer@...> To: <jsosa@yahoogroups.com> Sent: Friday, February 02, 2001 12:20 PM Subject: [jsosa]...
250 Morgan Jones
morgan@... Send Email
Feb 2, 2001
12:12 am
I suspect I may have found a bug rather than just asking questions. Here's the AppleScript to set the position and size of a window in the finder: tell...
251 Macros
macros@... Send Email
Feb 2, 2001
12:21 am
I would say that it's probably a memory error. try increasing the memory allocated to your script editor. Cam ... to ... more...
252 Morgan Jones
morgan@... Send Email
Feb 2, 2001
12:23 am
On the missing post issue: I did get a copy of my post that I just sent. Morgan...
253 Morgan Jones
morgan@... Send Email
Feb 2, 2001
4:01 pm
Gave that a shot - I increased the memory size for ScriptDebugger to 12MB - didn't change anything, unfortunately. Morgan...
Messages 224 - 253 of 529   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help