Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

iolanguage · Io

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3189 - 3218 of 13333   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3189 cja987 Send Email Jan 28, 2004
1:27 am
I'm looking to do some GUI app work with Io, but I've found that only OpenGL is supported. Not that OGL is bad, but I was looking to see how to go about...
3190 Austin K. Kurahone
akurahone Send Email
Jan 28, 2004
2:03 am
On Wed, 28 Jan 2004, cja987 wrote: [snip] ... Hmmm. Writing bindings is a fairly straight forward process, it's more tedious than anything else once you get...
3191 cja987 Send Email Jan 28, 2004
3:55 am
Couple of tricky things about IoDesktop in mingw: 1. The GL_TEXTURE_BINDING_3D constant doesn't seem to appear in mingw's gl.h. mingw is using Mesa's headers....
3192 Daniel Ehrenberg
littledanehren Send Email
Jan 28, 2004
4:11 am
I started an Io tutorial for beginner programmers at http://wikibooks.org/wiki/Programming:Io . It's a wiki, so anyone can edit it and contribute to it. I ...
3193 Kevin Smith
kevinbsmith Send Email
Jan 28, 2004
4:57 am
... I co-designed the Ruby FLTK bindings, and am the current maintainer for the Ruby wxWindows bindings (wxRuby). I'll ramble a bit here, and perhaps something...
3194 Steve Dekorte
stevedekorte Send Email
Jan 28, 2004
5:33 am
... Ok, I'll put an ifdef around that. ... Please send me your fixes when you get those working. ... IoDesktop will build an ioDesktop executatable. IoServer...
3195 Steve Dekorte
stevedekorte Send Email
Jan 28, 2004
6:04 am
... If you're on OSX you can use the OSX GUI toolkit (Cocoa) via the Objective-C bridge. If you're on Linux or Windows and can get GNUstep compiled, you could...
3196 Steve Dekorte
stevedekorte Send Email
Jan 28, 2004
6:46 am
... This looks like a great start. I'll add a link to it from the Io site. I started a Quick Tutorial a while ago, but haven't gotten very far: ...
3197 Steve Dekorte
stevedekorte Send Email
Jan 28, 2004
3:35 pm
... These are proper behaviors. To better understand things, try typing: debugParser := 1 and then look at how expressions are parsed, remembering that a colon...
3198 Steve Dekorte
stevedekorte Send Email
Jan 28, 2004
3:53 pm
Does anyone use Io's feature of passing clone() arguments to init()? If not, I'm considering removing it as it complicates the use of resend in init. -- Steve...
3199 cja987 Send Email Jan 28, 2004
7:18 pm
... the ... I suppose that's the big trick, getting the event loop to yield back without actually opening up the toolkit's source and manually inserting a...
3200 Mike Austin
mike_ekim Send Email
Jan 28, 2004
9:01 pm
"cja987" <cja987@...> wrote in message news:bv722v+o8uf@.... ... portaudio compiles.. just have to change configure2 and remove i586.. from the...
3201 Chris Double
doublecnz Send Email
Jan 28, 2004
9:15 pm
... Most GUI frameworks have some means of calling a function during idle time or otherwise controlling the event loop. For an XLib interface for example I...
3202 Daniel Ehrenberg
littledanehren Send Email
Jan 28, 2004
9:37 pm
... I don't use them. I think they fit more with classes than with prototypes. If you have arguments on clone, you aren't really cloning it, you're making a ...
3203 cja987 Send Email Jan 28, 2004
9:50 pm
Rather than continuously post error messages to the list, I put a page up at http://io.kicks-ass.net/MingwStatus that details whatever build errors I'm getting...
3204 Daniel Ehrenberg
littledanehren Send Email
Jan 28, 2004
10:14 pm
... Oh. Could you explain how specialChars work (as defined at http://www.iolanguage.com/Docs/Syntax/ )? They seem to be what I'm having trouble with. I'm ...
3205 Mike Austin
mike_ekim Send Email
Jan 28, 2004
10:18 pm
Also, in IoDesktop/Audio/base/portaudio/configure2, change '#!/bin/bash' to '#!/bin/sh'. -- Mike "Mike Austin" <mike_ekim@...> wrote in message ...
3206 cja987 Send Email Jan 28, 2004
11:28 pm
I went ahead and rewrote the script entirely: #!/bin/sh case `uname` in Darwin) cp Makefile.osx Makefile ;; Linux) cp Makefile.linux Makefile ;; ...
3207 Steve Dekorte
stevedekorte Send Email
Jan 29, 2004
1:35 pm
I was poking around the web and ran across this: http://f21.aaacafe.ne.jp/~kizz/prog/io/ref/iovm_ref_j.html which appears to be the beginnings of a japanese...
3208 Steve Dekorte
stevedekorte Send Email
Jan 29, 2004
3:04 pm
... Thanks Chuck. I'll keep an eye on this and offer suggestions if I can and incorporate your (and Mike's) fixes when you're ready. Cheers, -- Steve...
3209 Steve Dekorte
stevedekorte Send Email
Jan 29, 2004
4:24 pm
I've set up an Io Community on Orkut: http://www.orkut.com/Community.aspx?cmm=3409 If you'd like an invitation to join, I can send you one. -- Steve...
3210 Welch, Ronald P
rwelchatacmd... Send Email
Jan 29, 2004
5:01 pm
Steve, If you would please send me an Orkut invitation I would greatly appreciate it. Thanks in advance. Ron ... mailto:Ronald.P.Welch@......
3211 Daniel Ehrenberg
littledanehren Send Email
Jan 29, 2004
7:40 pm
... I'd like to join. Daniel Ehrenberg __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! ...
3212 Steve Dekorte
stevedekorte Send Email
Jan 29, 2004
10:52 pm
http://www.iolanguage.com/Downloads/ Release 2004 01 29 - fixes ========================== - fix for Importer returning Nil after failed lookup (reported by ...
3213 Jon Kleiser
jon_kleiser Send Email
Jan 30, 2004
11:39 am
Steve, IoDesktop-2004-01-29 did not build at first; the make ended with the familiar ... ld: Undefined symbols: _IoAudioInit make[1]: *** [all] Error 1 make:...
3214 Steve Dekorte
stevedekorte Send Email
Jan 31, 2004
9:38 am
I'm considering replacing libsgml with sbxp in the SGML add-on: http://freshmeat.net/projects/sbxp/?branch_id=46884&release_id=148931 Some possible benefits: -...
3215 Chuck Adams
cja987 Send Email
Jan 31, 2004
6:36 pm
I've put up a cygwin build status page on the wiki at http://io.kicks- ass.net/CygwinStatus. It's a lot shorter than the mingw page because io builds almost...
3216 Steve Dekorte
stevedekorte Send Email
Jan 31, 2004
7:00 pm
Hi Chuck, ... Can you send me these missing files? ... What does uname return for you? ... I've had to many headaches with environment variables to condone ...
3217 Chuck Adams
cja987 Send Email
Jan 31, 2004
7:56 pm
... The problem with rsync seems to have ironed out, but I get this error at the end. The only part that seems to have actual missing files is sqlite. rsync...
3218 Daniel Ehrenberg
littledanehren Send Email
Feb 2, 2004
1:06 am
In response to a Python vs. Io thread I started at comp.lang.python, someone found a segfault when writing 2^1000 and concluded that the language was useless...
Messages 3189 - 3218 of 13333   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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