Search the web
Sign In
New User? Sign Up
revInterop · Revolution Interoperability Project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 325 - 354 of 496   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
325
The uRIP ["Help"] property is used for this. However is it not more useful for the help text to be actually in the script of the library? The question is when...
David Bovill
fortyfoxes
Offline Send Email
Feb 8, 2006
6:18 pm
326
... Not all libraries are open source. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ ...
Richard Gaskin
fourth_world
Offline Send Email
Feb 8, 2006
8:11 pm
327
Richard- ... I think you're missing something here. The uRIP["Help"] custom prop can use a getProp handler whether or not the library is open source and...
Mark Wieder
ahsoftware
Offline Send Email
Feb 8, 2006
8:32 pm
328
... I see. If someone wants to add a library to their library to obtain the uRIP["Help"] info from a script I see no harm in that. Just explaining why it's a...
Richard Gaskin
fourth_world
Offline Send Email
Feb 8, 2006
8:44 pm
329
... I agree that the less "code" the better - so point taken about a library in a library - though it was a little harsh on my scripting style :) I suggest...
David Bovill
fortyfoxes
Offline Send Email
Feb 9, 2006
10:14 am
330
David- I demonstrated something very similar to this approach for folks at MacWorld Expo last month, and I've got a writeup on this almost ready to send off to...
Mark Wieder
ahsoftware
Offline Send Email
Feb 9, 2006
8:53 pm
331
... The only thing to keep in mind is that when a library stack (or any stack for that matter) is password protected, you can't "get" at the scripts in the...
Ken Ray
kennanray
Online Now Send Email
Feb 9, 2006
10:26 pm
332
Ken- ... Well, that's damned annoying, isn't it? I mean, that *is* the point of password-protecting the stack and all, but... I can get and display the scripts...
Mark Wieder
ahsoftware
Offline Send Email
Feb 9, 2006
11:49 pm
333
That's why both options are needed. For password protected stack you can use the uRip property, or the getprop handler which refers to this property. I would...
David Bovill
fortyfoxes
Offline Send Email
Feb 10, 2006
4:08 pm
334
... Why can't the default remain the one we know will always work? -- Richard Gaskin Fourth World Media Corporation ...
Richard Gaskin
fourth_world
Offline Send Email
Feb 10, 2006
5:37 pm
335
... You should try, Trevor. I got very found of this approach myself after hearing David hint me on the way getprop and setprop could be used this way and...
Marielle Lange
mariellelange
Offline Send Email
Mar 31, 2006
2:37 pm
336
Marielle- ... Not strictly true at all. I have an xml-tree component where I pass it data by "set the DisplayXMLData of field xyz to myData", where myData is...
Mark Wieder
ahsoftware
Offline Send Email
Mar 31, 2006
6:17 pm
337
Marielle- Friday, March 31, 2006, 6:36:31 AM, you wrote: "It is the potential for a gradual increase in the quality of the functions and widgets available...
Mark Wieder
ahsoftware
Offline Send Email
Mar 31, 2006
6:20 pm
338
... Umm, I do. The text quoted above was from a post from Ken <http:// groups.yahoo.com/group/revInterop/message/298>. I use virtual getProp/setProps in my...
Trevor DeVore
trevor_devore
Offline Send Email
Mar 31, 2006
7:00 pm
339
... Well Mark, technically you are only passing in one parameter :-) You are passing one parameter that you have to parse. If you go this route for data...
Trevor DeVore
trevor_devore
Offline Send Email
Mar 31, 2006
7:13 pm
340
Trevor- ... Yes, exactly the point. The reason we're having this discussion here (well, the reason "*I'm* having it here) is to promote the interoperability of...
Mark Wieder
ahsoftware
Offline Send Email
Mar 31, 2006
7:17 pm
341
Hello Mark Wieder, Marielle, and y'all ... Marielle does indeed express herself coherently, clearly, and persuasively. Her above sentence is well-formed, but,...
Alain Farmer
alain_farmer
Offline Send Email
Mar 31, 2006
7:23 pm
342
... I like the approach of common handlers shared among libs and using custom props to decide if the lib should act on object. That way I could do this: ...
Trevor DeVore
trevor_devore
Offline Send Email
Mar 31, 2006
7:26 pm
343
Trevor- Yes, I realize that was kind of cheating... but yes, if you can package the data correctly then you can get around the single parameter hurdle. -- ...
Mark Wieder
ahsoftware
Offline Send Email
Mar 31, 2006
7:29 pm
344
Alain- ... Yes, I think you may have gotten the wrong idea from my post. I wasn't trying to be flippant here. Marielle did indeed get right to the core of what...
Mark Wieder
ahsoftware
Offline Send Email
Mar 31, 2006
7:31 pm
345
Trevor- ... ...and I forget whether or not there was a buy-in from rev on the idea... At any rate, my idea for the "RegisterEvent" or whatever handler is that...
Mark Wieder
ahsoftware
Offline Send Email
Mar 31, 2006
7:45 pm
346
... Mark Waddingham didn't have an objection either way. I imagine it isn't at the top of the priority list though since people get along fine the current...
Trevor DeVore
trevor_devore
Offline Send Email
Mar 31, 2006
7:54 pm
347
Trevor- ... ROTFL - I wonder if Dar's coming... anyway, I understand a reticence to change engine behavior - it's not something that should be undertaken...
Mark Wieder
ahsoftware
Offline Send Email
Mar 31, 2006
8:02 pm
348
... But what it also means is that we need to agree on a common set of handlers that do the expected thing; that is, I can no longer use "RegisterEvent" as a...
Ken Ray
kennanray
Online Now Send Email
Mar 31, 2006
8:07 pm
349
... Agreed - it's a catch-22; you either use more typing to get the same effect: get (the RegisterEvent["mouseUp"] of stack "myStack") vs. RegisterEvent...
Ken Ray
kennanray
Online Now Send Email
Mar 31, 2006
8:11 pm
350
Ken- ... Yes - I didn't mean to say otherwise. What I'd like to see us work out as a standard is a minimal set of handlers required for interoperable ...
Mark Wieder
ahsoftware
Offline Send Email
Mar 31, 2006
8:11 pm
351
... Actually, Marielle, I said that... although it has its advantages, it jus seems awkward to me to execute a command like "RegisterEvent" using a custom ...
Ken Ray
kennanray
Online Now Send Email
Mar 31, 2006
8:40 pm
352
... This is exactly the sort of thing the Rev Interoperability Project was established for. The ECMI draft was a small but necessary first step, and there are...
Richard Gaskin
fourth_world
Offline Send Email
Mar 31, 2006
9:15 pm
353
... I've also suggested the same thing to him, esp. since RunRev has started adding non-engine messages without the "rev" prefix (see savingStandalone and...
Richard Gaskin
fourth_world
Offline Send Email
Mar 31, 2006
9:22 pm
354
I just noticed a lot of revInterop messages in my spam bin, put there by false positives from the vigilante service SpamCop. According to SpamCop, all of Yahoo...
Richard Gaskin
fourth_world
Offline Send Email
Mar 31, 2006
9:41 pm
Messages 325 - 354 of 496   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