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...
Show off your group to the world. Share a photo of your group with us.

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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

hello my friend i am a developer and i useing lingo. i very interested in OOP in lingo. i have skill in lingo and may i can help you. m.b.tadi Send free SMS to...
1 Jan 12, 2007
7:50 am

mahmood bagheri
volekabadan1368
Offline Send Email

I just went through my code library for stuff that is in a usable condition. I have not uploaded my Blowfish code yet because it's still unreleased and I ...
4 Aug 4, 2005
1:48 am

natcher00
Offline Send Email

Hi all, I joined this group because I found some links to here telling there was a "URLDECODE" code snippet available. The full text search keeps me without...
2 Feb 24, 2005
7:34 am

Robert Tweed
microaeon
Offline Send Email

Hi Friends : i m RITESH PATEL, From India. I want Script For cd drive configuration/ Cheacking. Pls Reply Urgently. Thanks Ritesh Patel....
1 Sep 6, 2004
7:41 pm

Ritesh
artistritesh
Offline Send Email

Hi! I had some time to tweak the approved openLingo scripts tonight between the children screams. First I changed the default prefix in openLingo from "ol" to...
9 Jun 24, 2004
11:51 am

James Newton
openspark
Offline Send Email

[ This was supposed to be CC'd, but Yahoo had screwed up my membership settings and bounced it. Original message below. ] Hi all, I haven't been subscribed to...
5 May 28, 2004
8:32 pm

Robert Tweed
microaeon
Offline Send Email

I'm sorry I forgot to thank you guys for helping me with using the CopytoClipboard command. I was able to get it working. Max...
1 Mar 19, 2004
10:53 am

maxsimms2003
Offline Send Email

Hi everyone, I have been trying out the new javascript functionality and although I expect I am not the only one, there is precious little ...
6 Mar 10, 2004
1:49 pm

Robert Tweed
robert_tweed
Offline Send Email

if you only need the text in the clipboard you could try member("missionstatement").text.copyToClipboard() or member("missionstatement").rtf.copyToClipboard() ...
1 Feb 23, 2004
12:21 pm

steve
stevonritchie
Offline Send Email

I have created a simple rollover button that, when clicked, is supposed to copy a text member from the cast to the Windows ... on mouseUp me ...
2 Feb 23, 2004
12:21 pm

r m
rjmilnes
Offline Send Email

I'm not sure if it's "on track" for this list, but I'm responding to the person having trouble using the copyToClipboard() function. I ran into the same...
1 Feb 23, 2004
12:21 pm

Neil Stapleton
sahnic1
Offline Send Email

I am sending this message as a "Special Notice" because it is important and I don't want anyone to miss it because of their email preferences. If you have...
3 Feb 21, 2004
4:06 pm

Robert Tweed
robert_tweed
Offline Send Email

Nothing seems to happen here anymore. Have a look at my inverse kinematics tutorial at director-online http://director-online.com/buildArticle.php?id=1126 I...
2 Feb 20, 2004
7:17 pm

microaeon
Offline Send Email

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...
2 Dec 10, 2003
2:15 pm

Robert Tweed
robert_tweed
Offline Send Email

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...
5 Nov 29, 2003
12:03 pm

Robert Tweed
robert_tweed
Offline Send Email

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...
3 Nov 28, 2003
2:20 pm

fluxusx2000
Offline Send Email

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...
9 Nov 27, 2003
1:03 pm

Pranav Negandhi
pranav_negandhi
Offline Send Email

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...
3 Nov 26, 2003
12:42 pm

ithemabv
Offline Send Email

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...
2 Nov 6, 2003
6:16 pm

Jerry McManus
jerry_mandarin
Offline Send Email

I've just posted a new isNaN function on m.d.l, which I think may be the most efficient way to test for NaN (Not a number when using floating point numbers. I...
3 Nov 6, 2003
12:13 am

Robert Tweed
robert_tweed
Offline Send Email

[ 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...
1 Nov 2, 2003
5:54 am

devNet
c_i001
Offline Send Email

[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...
3 Oct 25, 2003
1:30 pm

Robert Tweed
robert_tweed
Offline Send Email

I'd thought I share this peace of lifesaver, a GenericCallback function, useable when you want to specify what to do later on when for example a network job is...
1 Sep 29, 2003
1:44 pm

Christoffer Enedahl
Enedahl
Offline Send Email

I always had trouble to create a good designpattern for handling the applikationflow. What I mean with applicationflow is how the applikation (game) shows...
2 Sep 26, 2003
9:03 pm

Jerry McManus
jerry_mandarin
Offline Send Email

I needed a string repeated X times, I had the normal: on RepeatedString aString, aTimes vResult = "" Repeat with i = 1 to aTimes put aString after vResult End...
2 Sep 18, 2003
6:18 pm

Agustín María...
agustin_onwine
Offline Send Email

Hi, I'm working on an application that has several ActiveX sprites (multiple instances from the same ActiveX cast member). No problem when I want to set...
1 Sep 12, 2003
6:58 pm

Emiliano de Castro
emilianogcastro
Offline Send Email

I want to run an applicaion (any executable file) from my cast. or How can I run an applicaion, after importing to cast?...
2 Sep 5, 2003
8:08 pm

grant667
Offline Send Email

Hi. I've been trying to understand why properties of a "me" object reference work with built-in messages, but not custom handlers. For example, if I write a...
7 Sep 5, 2003
8:07 pm

grant667
Offline Send Email

Hi Anyone know how make a multiuser game in Director ? I try to it but it does not work Any sample or tutorial ? Thanks for all Leandro ... Do you Yahoo!? ...
2 Aug 30, 2003
5:30 am

Agustín María...
agustin_onwine
Offline Send Email

Hi this is Amira from Egypt .I'm certified Flash 5 developer put today I'm interest by Director Program. I was created a project content of several movies with...
6 Aug 26, 2003
5:31 am

:: tushOnline ::
tushonline
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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