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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 245 - 274 of 643   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
245
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openLingo group. File : /Christoffer...
openLingo@yahoogroups...
Send Email
Jul 1, 2002
12:02 pm
246
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openLingo group. File : /Christoffer...
openLingo@yahoogroups...
Send Email
Jul 3, 2002
11:58 am
247
This list has ben unnervingly quiet lately, which is no doubt due in part to the fact that I have personally been too busy to contribute much, but still no-one...
Robert Tweed
robert_tweed
Offline Send Email
Jul 5, 2002
2:17 pm
248
Robert, I am quietly sitting in the background because while I see OpenLingo as a great resource, I don't see myself adding a lot of content. I am not a ...
Dean Utian
d.utian@...
Send Email
Jul 5, 2002
2:36 pm
249
... their own backs. So, I thought I'd kick off a general discussion about the project, nothing technical, just about how people plan to use openLingo. Im off...
Christoffer Enedahl
Enedahl
Offline Send Email
Jul 5, 2002
3:08 pm
250
... From: "Christoffer Enedahl" <christoffer@...> ... I figured a lot of people are probably waiting for that. It's just a pity I've been so busy over...
Robert Tweed
robert_tweed
Offline Send Email
Jul 5, 2002
3:18 pm
251
... Bingo. And then there's the fact that most of us are lazy freeloaders, only in it for all the free code the few naïve idealists are going to contribute,...
Johan Cedmar-Brandstedt
dr_elak
Offline Send Email
Jul 5, 2002
3:36 pm
252
... I can help with the site but my englih is poor. I have adapt some ASP code with categories and web interface. With some minor adaptations it can be useful...
Aleksandar Tapavicki
infonet_yu
Offline Send Email
Jul 5, 2002
4:33 pm
253
OK, I have solved the problem of license agreement for files uploaded. I will keep the current system of each contributor having their own directory to upload...
Robert Tweed
robert_tweed
Offline Send Email
Jul 5, 2002
4:36 pm
254
... From: "Aleksandar Tapavicki" <sasa.t@...> ... have ... Any contribution is useful. Even if you've got something you'd like to see the lingoists...
Robert Tweed
robert_tweed
Offline Send Email
Jul 5, 2002
5:10 pm
255
... Yes, agree 100%. My thoughts were that people like me (non-programmers) would contribute with ideas, feedback, suggestions for improvements in code. But I...
Dean Utian
d.utian@...
Send Email
Jul 6, 2002
12:19 am
256
I thought this should go into the openLingo library somewhere. A thing that seems to cause a lot of people problems is the fact that in Lingo (void = 0) is...
Robert Tweed
robert_tweed
Offline Send Email
Jul 7, 2002
7:22 pm
257
Robert do not be discouraged - I for one am thoroughly in favour of this project, and keen to contribute more than just excuses for my lack of input so far....
jamestdnewman
Offline Send Email
Jul 8, 2002
2:56 pm
258
... would be nice to support more serverside script-languages such as php and asp. I know asp and I'm learning php at the moment, I need it for a shockwave ...
Christoffer Enedahl
Enedahl
Offline Send Email
Jul 8, 2002
3:14 pm
259
... From: "Christoffer Enedahl" <christoffer@...> ... I'm not sure that this is the place for such things. However, I personally mix Lingo and PHP a...
Robert Tweed
robert_tweed
Offline Send Email
Jul 8, 2002
9:03 pm
260
Someone on m.d.l mentioned the ever-elusive problem of dynamically changing behaviour settings dialogs. I mentioned that people have suggested doing it with...
Robert Tweed
robert_tweed
Offline Send Email
Jul 8, 2002
11:07 pm
261
Hi Robert not sure if any of this helps but here goes. MUI Designer http://www.jefftiedemann.com/mui/ http://www.whitemedia.com <snip> ...the Lingo Library now...
hussein_boon
Offline Send Email
Jul 9, 2002
1:02 am
262
Hi again I'm sure you've searched Direct-L but here's a solution: http://makeashorterlink.com/?Q3C222831 ~Ciao Hussein...
hussein_boon
Offline Send Email
Jul 9, 2002
1:22 am
263
I have somewhat of an dirty mui script. I always thinks that I should rewrite it. maybe I should do it to openLingo?. It's part of my huge oo-structure. which...
Christoffer Enedahl
Enedahl
Offline Send Email
Jul 10, 2002
8:04 am
264
... How about on ceil(x) return bitOr(x,0)+(x>0)-(x<0) end ceil Andrew Morton...
andrew_morton2002
andrew_morto...
Offline Send Email
Jul 11, 2002
8:24 pm
265
[Carried over from m.d.l because it's a bit O.T.] ... noticable ... faster, so ... Like one would hope bitAnd to be faster than mod ;-) I was basing my...
andrew_morton2002
andrew_morto...
Offline Send Email
Jul 11, 2002
8:24 pm
266
... Welcome to the list, Andrew :-) Looks elegant, but unfortunately it doesn't work. Try ceil( 1 )... - Robert...
robert_tweed
Offline Send Email
Jul 11, 2002
8:32 pm
267
... Ah, but bitAnd is a function, mod is a keyword, so there's no calling overhead... ... [snip test] Take a look at the speed test movie in my files...
robert_tweed
Offline Send Email
Jul 11, 2002
8:45 pm
268
... Cheers! ... Curses! First post and it's wrong :) Now who on earth would want to ceil() an integer? Oh well, this time I did test it on integers. on ceil(x)...
andrew_morton2002
andrew_morto...
Offline Send Email
Jul 13, 2002
11:20 am
269
... Yes, I checked it fully, and it does work for positives, negatives, zero, the lot. All this and it still looks cute :) Surprisingly enough, I did a speed...
robert_tweed
Offline Send Email
Jul 13, 2002
12:05 pm
270
... Oops, not the average at all, but the time taken to execute the function 12 times! (plus a bit more actually, because of the way I did the test) - Robert...
robert_tweed
Offline Send Email
Jul 13, 2002
12:18 pm
271
Well, we've got a few basic maths functions sorted, so why not start submitting string functions? I thought I'd send in a couple of easy ones, since I just had...
robert_tweed
Offline Send Email
Jul 14, 2002
5:17 am
272
... Agree. And what of searchReplace - I doubt the implementation suggested in the Lingo help is optimal? There is a bunch of non-english characters that come...
Johan Cedmar-Brandstedt
dr_elak
Offline Send Email
Jul 15, 2002
8:16 am
273
... From: "Johan Cedmar-Brandstedt" <johan.cedmar-brandstedt@...> ... You're right about that. A decent search replace and possibly even a regex ...
Robert Tweed
robert_tweed
Offline Send Email
Jul 15, 2002
8:32 am
274
Hello list, My apologies for disappearing underground all this while. I can't crib that writing code isn't my forte, coz I actually love it, but I just haven't...
pranavn@...
pranav_negandhi
Offline Send Email
Jul 15, 2002
10:08 am
Messages 245 - 274 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