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 389 - 418 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
389
Hey everyone. I just came across an interesting presentation program that looks like a projector but flips it's pages like a 3d book. It's pretty cool, and I'm...
JCameron
jcameron_tre...
Offline Send Email
Nov 3, 2002
5:11 pm
390
Hi there... I don't know about plugin, but NoiseCrime did something like this a while ago for Director 8. http://www.noisecrime.com/develop/techdemo/d8.html ...
Robert Ramsden
rob_digitalj...
Offline Send Email
Nov 4, 2002
2:39 am
391
... From: "JCameron" <jasonrussell@...> ... I just want to remind everyone that this type of question is off-topic for the openLingo list. I know the list...
Robert Tweed
robert_tweed
Offline Send Email
Nov 4, 2002
3:00 am
392
Hi, Robert R. - thanks for the link Robert Tweed - Sorry, you're right about that. Ps what is the current ETA on this site?? Jason ... From:...
JCameron
jcameron_tre...
Offline Send Email
Nov 4, 2002
2:36 pm
393
... From: "JCameron" <jasonrussell@...> ... Hard to say, I keep having to put things back, but basically as soon as my CMS is finished, it's the first...
Robert Tweed
robert_tweed
Offline Send Email
Nov 4, 2002
2:40 pm
394
Hi there... Having a bad hair day... without going and building a binary array to represent a 32 bit integer, is there a faster method of mirroring the integer...
Robert Ramsden
rob_digitalj...
Offline Send Email
Nov 5, 2002
3:36 am
395
... From: "Robert Ramsden" <rob@...> ... Just so's we're all clear, this was a first-post so I had the opportunity to reject it as list...
Robert Tweed
robert_tweed
Offline Send Email
Nov 5, 2002
3:54 am
396
Anyone have any information about the structure of .cst files? For distributing the openLingo library as a cast, it would be nice if all the scripts were...
Robert Tweed
robert_tweed
Offline Send Email
Nov 5, 2002
5:11 pm
397
how about making a couple of casts. One completly empty, one with one script member (with little code in it) and one with two script members. open a hex editor...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 5, 2002
6:54 pm
398
... From: "Christoffer Enedahl" <christoffer@...> ... That was what I was going to do if no one knew anything about the file format. However, I want to...
Robert Tweed
robert_tweed
Offline Send Email
Nov 6, 2002
2:59 am
399
... From: "Christoffer Enedahl" <christoffer@...> ... http://www.killingmoon.com/director/cast_dump/ The first/second comparison looked promising, but...
Robert Tweed
robert_tweed
Offline Send Email
Nov 6, 2002
7:28 am
400
how about running a projector on the server that stitches casts together? /Christoffer ... From: "Robert Tweed" <robert-lists@...> To:...
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 6, 2002
7:38 am
401
I think we can give up trying to reverseengenere the compact format. I use a hexeditor where I can see chars, there you can clearly see where the scripts are....
Christoffer Enedahl
Enedahl
Offline Send Email
Nov 6, 2002
8:16 am
402
Hi there... My CRC object is uploaded to the openLingo files section, including documentation, test files and the original C++ source. You'll find it in the...
Robert Ramsden
rob_digitalj...
Offline Send Email
Nov 6, 2002
8:20 am
403
OK, I'm really excited this morning and I thought I'd share the reason why with the group to see if it inspires anyone. I've done some little experiments with...
Robert Tweed
robert_tweed
Offline Send Email
Nov 9, 2002
11:27 am
404
... From: "Robert Tweed" <robert-lists@...> ... I thought of one all by myself! :) Imagine the following scenario: - openLingo does not exectute...
Robert Tweed
robert_tweed
Offline Send Email
Nov 10, 2002
9:56 am
405
... readability of ... mention that ... information ... information ... dispose of ... I don't know if this is what you're thinking of, but I recently made a...
janniknilsson
Offline Send Email
Nov 13, 2002
10:50 am
406
It's been my experience that the best way to reduce globals, or to eliminate them altogether, is to encapsulate the data together with the methods that operate...
Jerry McManus
jerry_mandarin
Offline Send Email
Nov 13, 2002
6:44 pm
407
... From: "Jerry McManus" <jerrymcm@...> ... beyond the ... will say ... data as ... variables. Well, it shouldn't be beyond the scope of this list (this...
Robert Tweed
robert_tweed
Offline Send Email
Nov 13, 2002
8:32 pm
408
Well, I've still got a lot of work to get out of the way before we see a live site, but I had a bit of time today and thought I'd get some of the library...
Robert Tweed
robert_tweed
Offline Send Email
Nov 13, 2002
9:46 pm
409
Hi Robert Nice to see that the site is taking some shape now. I have a sound manager ready which I have uploaded into my folder. It's not yet openLingo...
Mayuresh
mayureshwalke
Offline Send Email
Nov 14, 2002
4:55 am
410
Yay! Lets all go get some beer. :-) Alchohol enhances thought processes by making you feel smarter than you really are. Pranav Negandhi Software Engineering ...
pranavn@...
pranav_negandhi
Offline Send Email
Nov 14, 2002
5:01 am
411
... From: <pranavn@...> ... Agreed! Your round: email me a pint :-) - Robert...
Robert Tweed
robert_tweed
Offline Send Email
Nov 14, 2002
10:12 am
412
... From: "Mayuresh" <mayuresh@...> ... Yes, in fact, I think I'll do a 3 page temporary thing to get rid of the holding page: home, code and docs,...
Robert Tweed
robert_tweed
Offline Send Email
Nov 14, 2002
11:14 am
413
Hi Robert Your'e right about the modularity. The classes for handling queue's and files are always used even if you just want to use a single internal sound. I...
Mayuresh
mayureshwalke
Offline Send Email
Nov 14, 2002
11:30 am
414
What should destructors be called? Constructors are always called new, because that's built-in, but there is no built-in destructor so we have to make our own....
Robert Tweed
robert_tweed
Offline Send Email
Nov 14, 2002
12:01 pm
415
Hi there... I've always used 'mDispose' myself. Cheers, Rob. ... Robert Ramsden Director / (Technical Director) Digital Junction...
Robert Ramsden
rob_digitalj...
Offline Send Email
Nov 14, 2002
12:15 pm
416
Out comes the thesaurus - cleanup - erase - close - forget Pranav Negandhi Software Engineering Learnet India Limited, Mumbai. Phone: 91-22-859 8042 Ext: 316 ...
pranavn@...
pranav_negandhi
Offline Send Email
Nov 14, 2002
12:15 pm
417
... Hi, this is my first post to the list - thought I'd like to add my comments here. I use destroy as well - though I could live with others - it is to a ...
tim - demon
timyahro
Offline Send Email
Nov 14, 2002
12:56 pm
418
... From: "tim - demon" <tim@...> ... I agree that it is the most obvious name, which is why I tend to use it through force of habit. However, as...
Robert Tweed
robert_tweed
Offline Send Email
Nov 14, 2002
2:08 pm
Messages 389 - 418 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