Search the web
Sign In
New User? Sign Up
openLingo · openLingo Code Library
? 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
Messages 577 - 606 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
577
[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...
Roberto Perez
rgpg_99
Offline Send Email
Oct 25, 2003
12:37 pm
578
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...
Christoffer Enedahl
Enedahl
Offline Send Email
Oct 25, 2003
1:06 pm
579
... From: "Christoffer Enedahl" <christoffer@...> ... I let it pass under the assumptions that: (a) It is a /reasonably/ common task for people writing...
Robert Tweed
robert_tweed
Offline Send Email
Oct 25, 2003
1:30 pm
580
[ 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...
devNet
c_i001
Offline Send Email
Nov 2, 2003
5:54 am
581
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...
Luke
lukewigl
Offline Send Email
Nov 6, 2003
12:06 am
582
... From: "Luke" <lukewigl@...> ... function. ... Bah, what a pain! Still, thanks for checking that out, we'll stick with the string method until...
Robert Tweed
robert_tweed
Offline Send Email
Nov 6, 2003
12:13 am
583
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...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 6, 2003
8:18 am
584
Very nice implementation, I'm glad my suggestions were helpful. Cheers, Jerry ... From: "Christoffer Enedahl" <christoffer@...> To:...
Jerry McManus
jerry_mandarin
Offline Send Email
Nov 6, 2003
6:16 pm
585
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...
ithemabv
Offline Send Email
Nov 25, 2003
2:28 pm
586
... Yes you can, you are simply naming the ancestor property wrong. if should be ancestor not _ancestor...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 25, 2003
2:45 pm
587
... Thanks, it works perfectly. Martijn...
ithemabv
Offline Send Email
Nov 26, 2003
12:42 pm
588
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...
ithemabv
Offline Send Email
Nov 26, 2003
12:42 pm
589
... From: "ithemabv" <ithemabv@...> ... No. I suggest you take a look at the list archives for in depth discussions of this subject. The openLingo...
Robert Tweed
robert_tweed
Offline Send Email
Nov 26, 2003
12:52 pm
590
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 ,...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 26, 2003
12:53 pm
591
Just out of curiosity, can I see the script Chris? Pranav Negandhi concept-I www.cimultimedia.com...
Pranav Negandhi
pranav_negandhi@...
Send Email
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...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 26, 2003
8:59 pm
593
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...
Pranav Negandhi
pranav_negandhi
Offline Send Email
Nov 27, 2003
6:11 am
594
... 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. ...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 27, 2003
8:53 am
595
... 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...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 27, 2003
11:28 am
596
... 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...
Pranav Negandhi
pranav_negandhi
Offline Send Email
Nov 27, 2003
1:03 pm
597
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...
fluxus
fluxusx2000
Offline Send Email
Nov 27, 2003
9:11 pm
598
... 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. ...
Luke
lukewigl
Offline Send Email
Nov 28, 2003
12:30 am
599
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...
Luke
lukewigl
Offline Send Email
Nov 28, 2003
12:36 am
600
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...
Ben St Johnston
benstjohnston
Offline Send Email
Nov 28, 2003
8:58 am
601
Forgive my ignorance, but what are hard and soft pointers? Pranav Negandhi concept-I www.cimultimedia.com <snip... ... ...snip>...
Pranav Negandhi
pranav_negandhi
Offline Send Email
Nov 28, 2003
2:20 pm
602
thanx luke, works great (also as method, on handlerP(me, aHandler)) valentin ... would ... when the ... do seem to be ... model. ... script in ... handler like...
fluxusx2000
Offline Send Email
Nov 28, 2003
2:20 pm
603
... 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...
Luke
lukewigl
Offline Send Email
Nov 29, 2003
2:13 am
604
... From: "Luke" <lukewigl@...> ... Did you know that this concept exists in Unix? The filesystem uses hard links and soft links (or symbollic links,...
Robert Tweed
robert_tweed
Offline Send Email
Nov 29, 2003
12:03 pm
605
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...
ithemabv
Offline Send Email
Dec 10, 2003
1:57 pm
606
... From: "ithemabv" <ithemabv@...> ... Interesting point. Lingo has a duplicate() function, but it works only for lists, not objects. I don't think...
Robert Tweed
robert_tweed
Offline Send Email
Dec 10, 2003
2:15 pm
Messages 577 - 606 of 643   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