[Note from moderator: Just a reminder that this type of question is normally OT, but since it could be expanded into something general for addition to the...
I'll point you in the right direction. (Since the moderator let it pass ;-) You can run the command line "RegSvr32 drive:\path\ CtrlActiveXdll.dll" with the...
... From: "Christoffer Enedahl" <christoffer@...> ... I let it pass under the assumptions that: (a) It is a /reasonably/ common task for people writing...
[ Note from moderator: Although I do class this as spam, I allowed one post through previously, because of general interest to list members. I'm also allowing...
Hi Robert & list, I was updating my maths library and did a quick check with your IsNAN function. Unfortunately, it fails with DMX under MacOSX (2.8). The...
Long time no code, so here are a few new :) I asked this group about applicationflow and Jerry McManus answer with a statemachine concept. Here is the result I...
Hi, I've created an object wich has an ancestor. like this ... --ancestor script property _width on new me, width setWidth me, width return me end on setWidth...
Hi, I was wondering. Is it possible to really declare a method/variable as a private one, so that no one can address it from outside the script/object? The way...
Not natively. I saw a script that allowed it, but the overhead was not worth the trouble. Stick with a namingconvention like underscore prefix: _property ,...
Just out of curiosity, can I see the script Chris? Pranav Negandhi concept-I www.cimultimedia.com...
Pranav Negandhi
pranav_negandhi@...
Nov 26, 2003 7:33 pm
592
Ok , I just dug it up: <http://groups.google.se/groups?hl=sv&lr=&ie=UTF-8&oe=UTF-8&selm=38A22E55.FD 88D09F%40young.net> Im not sure it does what I said it was...
Heya Chris, Are you awake yet? The second part that Brennan mentions, about using an interface parent script, sounds interesting. I have actually been using a...
... Yeah, now, after my first cup of coffe. ... for ... Sounds like a good idea when working with other programmers in a large project or as a code provider. ...
... Yep confirmed, the top reference is passed as "me" not the ancestor scripts reference. here is the loophole: (I got the same result with callAncestor) on...
... Ummm...dat was supposed to apply to <snip snip scissors n snip> & <spare my ear n button ur lip>. <:o) I got it from one of my comic books. ... Ancestors...
Hi list, I think I've never posted to this list before, so I'm not sure, if this question fits in here, if not just one word and I will shut up, I promise:-) I...
... The handler() function (along with handlers(), new() and rawNew() do seem to be private to a script object and exempt from director's 'inheritence' model. ...
Hi all, I was just idly thinking about what new lingo commands I'd like to see in the next version of Director (eg yield(), sweep() - from MU lingo etc), and I...
Hi Luke, Would this really make much difference? You would need to check all your soft pointers to see if they were still valid every time before you could use...
thanx luke, works great (also as method, on handlerP(me, aHandler)) valentin ... would ... when the ... do seem to be ... model. ... script in ... handler like...
... Hi Pranav, By "soft pointers" - I mean references to objects you can use to address messages to the object (like normal lingo references to objects), but...
... From: "Luke" <lukewigl@...> ... Did you know that this concept exists in Unix? The filesystem uses hard links and soft links (or symbollic links,...
Hello, I've been trying to create a backup copy of an object so I can go back to an earlier state of the object if something goes wrong. I tried to copy an...
... From: "ithemabv" <ithemabv@...> ... Interesting point. Lingo has a duplicate() function, but it works only for lists, not objects. I don't think...