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...
Message search is now enhanced, find messages faster. Take it for a spin.

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
Feature Request.   Message List  
Reply | Forward Message #504 of 529 |
A quick thought: How hard would it be to create special notation
for accessing the ._types and ._constants objects? I was thinking
of a double underscore prefix for _types and the special "$"
character (which Mozilla JavaScript allows) for _constants:

with ( MacOS.finder() ) {

_display_dialog( "...", { with_icon : _constants.stop } );
_display_dialog( "...", { with_icon : $stop } );

_path_to( _constants.application_support, { 'from' : _constants.user_domain,
'as' : _types.alias } );
_path_to( $application_support, { 'from' : $user_domain, 'as' : __alias } );

make( _types.folder );
make( __folder );
}

-- Arthur




Wed Mar 15, 2006 6:25 pm

admiralnovia
Offline Offline
Send Email Send Email

Forward
Message #504 of 529 |
Expand Messages Author Sort by Date

A quick thought: How hard would it be to create special notation for accessing the ._types and ._constants objects? I was thinking of a double underscore...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 15, 2006
6:25 pm

Hi, ... Okay, I'll look into something like this. Thanks also for the proposed code. I've filed it all in my bug tracking system that that I can integrate it...
Mark Alldritt
malldritt2000
Offline Send Email
Mar 16, 2006
6:34 pm

... Thanks Mark. I know (assume) that your freeware projects are not at the top of your priorities, which is perfectly OK. The 2.0 version of JSOSA is so...
Arthur Knapp
admiralnovia
Offline Send Email
Mar 17, 2006
3:35 pm
Advanced

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