... Hmm, that might work. So something like: attributes := dir items map( i, item, if( item type == "Directory", continue ) list( item size, item...
6629
Steve Dekorte
stevedekorte
Jul 8, 2005 6:54 pm
... Yeah. Want to submit the patch? :-) -- Steve...
6630
Quag
quagath
Jul 9, 2005 12:00 am
... Yes. Here it is. Jonathan. diff -Naur IoDesktop-2005-06-15/IoVM/IoList.c IoDesktop-2005-06-15-patched/IoVM/IoList.c ... +++...
6631
jptdrake
Jul 9, 2005 3:45 am
... to be ... same ... example, ... I love the outlets and actions way of doing things because it helps separate things. I do want to know how you are planning...
6632
Mike Austin
mike_ekim
Jul 9, 2005 4:23 am
I don't understand the explanation for debugging messages: "When debugging for one or more actors is turned on (by sending an actor a turnOnMessageDebugging...
6633
Mike Austin
mike_ekim
Jul 9, 2005 4:36 am
... Hey Jeff, all graphics except the background are either GL_QUADS or GL_LINES, and I've inserted a thin layer over GL that components use to draw. For...
6634
Mike Austin
mike_ekim
Jul 9, 2005 11:29 am
I want to load Io files as if they were individual apps, each having it's own Lobby, and being able to resolve 'globals39; through it's Lobby and then the real...
6635
Mike Austin
mike_ekim
Jul 9, 2005 8:10 pm
I just ported Jon Kleiser's China game to Inertia. Easier than I thought. :) http://www.mike-austin.com/home/projects/inertia/Inertia-Io-2005-07-09.jpg This...
6636
Steve Dekorte
stevedekorte
Jul 9, 2005 8:36 pm
... That's because the Lobby doesn't have a coroutine associated with it. Try something like: Debugger vmWillSendMessage := method(writeln("here")) a := Object...
6637
Quag
quagath
Jul 9, 2005 11:57 pm
... I like it. Jonathan....
6638
Mike Austin
mike_ekim
Jul 10, 2005 1:50 am
... Unfortunately, that doesn't work. What I really need is for Object's proto to point to the app's lobby, instead of the default lobby. I'm thinking if I...
6639
jptdrake
Jul 10, 2005 2:43 am
... uses ... I'm ... There is no name....
6640
Rob Rix
rix_rob
Jul 11, 2005 1:40 pm
Sounds like maybe you're wanting to use sandboxes? ... _____________________ Rob Rix, musician &c....
6641
Mike Austin
mike_ekim
Jul 11, 2005 6:42 pm
Essentially, yes. It don't neccesarily need to be completely sandboxed, but I do need each app to have it's own Lobby so that they don't trample on each...
6642
Christophe Poucet
christophe.poucet@...
Jul 12, 2005 2:24 am
Io> "a" replaceSeq("a", "b") Sequence: 'replaceSeq39; cannot be called on an immutable Sequence Why define these functions if they can't be used? And how can...
6643
Mike Austin
mike_ekim
Jul 12, 2005 2:41 am
... What is this 'replaceSeq39;? I don't see it anywhere in 20-06-15. Mike...
6644
Christophe Poucet
christophe.poucet@...
Jul 12, 2005 3:40 am
Some thoughts concerning the new sequences. First as my last post explained: Why have methods on immutable sequences if they can't be called. Secondly. When...
6645
Christophe Poucet
christophe.poucet@...
Jul 12, 2005 4:09 am
I'm using the new IoCollection distro. It can be gotten at http://homepage.mac.com/stevedekorte/.Public/Io_newCollections.tgz Christophe ... From:...
6646
Christophe Poucet
christophe.poucet@...
Jul 12, 2005 4:19 am
It seems that attachedMessage is already evaluated. test := method( writeln(thisMessage argAt(0) ?asString) ) test(a) => a test := method( writeln(thisMessage...
6647
Mike Austin
mike_ekim
Jul 12, 2005 6:20 am
... I think what you are not understaning is that you are returning a message, or Nil if returning the value of writeln(), and Io tries to execute the...
6648
Steve Dekorte
stevedekorte
Jul 12, 2005 8:24 am
... Thanks for the feedback Chris, but this discussion is about a unofficial release of unfinished code that I posted on the IRC channel for a few people to...
6649
Steve Dekorte
stevedekorte
Jul 12, 2005 8:25 am
... This release was *not* meant to be public. -- Steve...
6650
Steve Dekorte
stevedekorte
Jul 12, 2005 3:30 pm
http://www.iolanguage.com/downloads/ Release 2005 07 12 - Collections overhaul ========================================= - major overhaul of String and Buffer...
... That's odd, I'm not seeing that on OSX 10.3.9. -- Steve...
6653
Erik Max Francis
xihr
Jul 12, 2005 8:16 pm
... It builds cleanly on Slackware Linux, by the way. -- Erik Max Francis && max@... && http://www.alcyone.com/max/ San Jose, CA, USA && 37 20 N 121 53...
6654
Steve Dekorte
stevedekorte
Jul 12, 2005 10:32 pm
... Thanks for the feedback. Chris says everything compiles ok on cygwin. Anyone tried it on a BSD or Solaris? -- Steve...
6655
Jon Kleiser
jon_kleiser
Jul 13, 2005 7:01 am
... I have now tried it on both of my 10.3.9 Macs, and they both end the make with that error. I'll use your pre-built binaries. ;-) /Jon...
6656
Quag
quagath
Jul 13, 2005 8:54 am
Hi Steve, Here is a small patch for the IoServer URL proto that changes it to call clipBeforeEndOfSeq instead of calling clipBeforeEndOf on the buffer. ...
6657
Steve Dekorte
stevedekorte
Jul 13, 2005 11:57 am
... Thanks Quag, I've added it (and updated the rsync repo to have it). -- Steve...