Search the web
Sign In
New User? Sign Up
iolanguage · Io
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 8410 - 8440 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8410
I forgot to mention that commenting out "removeAllProtos()" will also "fix" the behaviour, so that might have something to do with it as well.. Hans Begin...
SainTiss
saintiss@...
Send Email
Mar 1, 2006
10:53 am
8411
Hi, attached is a self-runnable file which produces some really strange output: INSIDE PRODUCT Object_0x863f80: Course = Object_0x82e940 STARTING...
SainTiss
saintiss@...
Send Email
Mar 1, 2006
11:08 am
8412
... OpenGL doesn't know how to load textures. If you wanted to load textures, you'd use the utility objects. ... Everything that is not the core OpenGL...
Mike Austin
mike_ekim
Offline Send Email
Mar 2, 2006
3:17 am
8413
... Just wondering but, how is (if it is) this different from L7Io? -=GB=-...
Galen Beals
n_grava
Offline Send Email
Mar 2, 2006
4:27 am
8414
... That was it. (Why didn't I try that myself? :) ... Which object do I send the setPath message to? I have noticed something; maybe I am doing something...
brian0891
Offline Send Email
Mar 2, 2006
4:29 am
8415
... I think I answered my own question here. Is it Importer addSearchPath() instead? Brian...
brian0891
Offline Send Email
Mar 2, 2006
4:31 am
8416
... That would depend entirely on just what L7Io is supposed to be. Google has nothing meaningful to say on that string, nor on variations using combinations...
Michael T. Richter
michael_rich...
Offline Send Email
Mar 2, 2006
5:49 am
8417
... I'll come back to this later, look for a [1]. ... This is not correct behaviour, this is what is commonly known as an off by one error, and is most likely...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Mar 2, 2006
6:56 am
8418
... You mean IoL4? -- Samuel A. Falvo II...
Samuel A. Falvo II
falvosa
Offline Send Email
Mar 2, 2006
7:27 am
8419
... Oops! Yes IoL4... I guess I have the band L7 on my mind or something?...
Galen Beals
n_grava
Offline Send Email
Mar 2, 2006
11:34 am
8420
... Io treats a message as including all attached and all next messages. So, in your code, when <forward> is called, it passes the current message (tree) to...
Kevin Edwards
edwakev
Offline Send Email
Mar 2, 2006
10:32 pm
8421
Hi Everyone, First off, I've been learing C/C++ as a hobby for many many years now. Nothing serious, just messing around. I'm also a big fan of Python. I came...
Galen Beals
n_grava
Offline Send Email
Mar 2, 2006
11:36 pm
8422
... The demos largely suffer from severe code rot. For example, "Buffer" was replaced many months ago. Buffer was a mutable string implementation I guess you...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Mar 3, 2006
1:01 am
8423
I've compiled 2006-02-14 for Cygwin on Windows with a little fudging: http://www.mike-austin.com/io/IoFull-Cygwin-2006-02-14.zip Shouldn't the options in...
Mike Austin
mike_ekim
Offline Send Email
Mar 3, 2006
2:08 am
8425
... tried to use ... This was the same issue I keep getting into. lots of missing libs everywhere. It's really to bad because the main thing I wanted to do ...
Galen Beals
n_grava
Offline Send Email
Mar 3, 2006
2:52 am
8426
... Although I haven't gotten any of the sample apps to run either, I have gotten a little farther in the debugging process. See my post with the subject...
dpeschel@...
d_peschel
Offline Send Email
Mar 3, 2006
2:55 am
8427
... Can you elaborate a little bit on the "fudging" you did? cheers, danm...
imzen3d
Offline Send Email
Mar 3, 2006
4:34 am
8428
There goes my hero, watch him as he codes!!!...
Jared Nuzzolillo
onceuponapriori
Offline Send Email
Mar 3, 2006
6:40 am
8429
On Thu, 2 Mar 2006 15:59:13 -0600 ... Ok, this would be a reasonable explanation, except I don't see how it explains that the first time, "BaseModel print"...
SainTiss
saintiss@...
Send Email
Mar 3, 2006
8:36 am
8430
On Thu, 2 Mar 2006 15:59:13 -0600 ... Is this really intended behaviour? Can you conceive any case where this is desirable? I mean, it certainly seems more...
SainTiss
saintiss@...
Send Email
Mar 3, 2006
8:42 am
8431
Hi Kevin, ... I use a shorter solution. forward := method( _list doMessage(call message clone setNextMessage(nil) setAttachedMessage(nil), call sender) ) ...
Quag
quagath
Offline Send Email
Mar 3, 2006
10:56 am
8432
Hi SainTiss, In this email I (attempt to) demonstrate why it is unlikely that "call message" will be changed to omit next and attached messages. I apologise...
Quag
quagath
Offline Send Email
Mar 3, 2006
12:58 pm
8433
Now that I look at this, it seems part of my misunderstanding stems from the fact that I don't really get a clear view of the nextMessages structure... For...
SainTiss
saintiss@...
Send Email
Mar 3, 2006
2:23 pm
8434
Hmm, I was too quick.. I think the explanation is quite simple: the self writeln("BUSY PRODUCT") message is probably the next message of "self", not of...
SainTiss
saintiss@...
Send Email
Mar 3, 2006
2:29 pm
8435
... Yup, I think you've figured it out. And, due to your original bug, the <nil> is the value of <BaseModel> in the second iteration, since <forward> returns...
Kevin Edwards
edwakev
Offline Send Email
Mar 3, 2006
7:23 pm
8436
... That is a beautiful proposal, Jonathan. It's easy to read and understand. I hope it will serve as the prototype for others. Calling you an Io Nazi may be...
Kevin Edwards
edwakev
Offline Send Email
Mar 3, 2006
7:32 pm
8437
I just pulled several days worth of changes from the darcs repository and tried to recompile on Mac OS X, but I'm getting stack overflows when the...
Michael Grinder
michaeltgrinder
Offline Send Email
Mar 4, 2006
8:21 pm
8438
Hello, I see there are two ways to bind C-land to Io-land, through the DynLib prototype, and by just writing the C binding by hand. In what context would one...
Brian Olsen
brian0891
Offline Send Email
Mar 4, 2006
8:33 pm
8439
I just corrected this issue a few minutes ago, you can pull the changes from my darcs repository at: http://repos.blurgle.ca/darcs/ io ... I'm not sure how...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Mar 4, 2006
9:37 pm
8440
... That would be for you to determine, both are equally acceptable in my opinion; though the DynLib approach kinda goes out the window on platforms that don't...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Mar 4, 2006
9:44 pm
Messages 8410 - 8440 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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