Yes, I've decided to go ahead and name my "browser style" development environment. I've also promoted myself from App developer to IoResource developer :)...
Trent, Check-out Sourceforge.net if you are not already familiar with it. It has a number of nice facilities including a CVS repository for your code, a bug...
... That's funny: about an hour before I received this message, I used String splitCount for the first time! Can someone please tell me the fastest way to find...
... Seems very invasive for what it does. Also seems pretty ad hoc. As I said in http://groups.yahoo.com/group/iolanguage/message/5520 I'd really prefer to...
... You're right, it is very invasive and fairly ad hoc, but it isn't intended to address the URL / Reference problem. Rather, its intent is to quickly map...
... Thanks. I didn't think that would be the fastest way. I'm glad it is: it's nice and simple. ... The following. Incidentally, I've been trying to patch...
I'd like to take a look, but I read iolanguage with an rss reader, so the attachment did not go through. Do you have a link? Mike ... IoResource ... window")....
... Yes, sorry, I wasn't very precise with those instructions. You should get a blank window, which you can then do ALT-l to get an object browser to the...
... When I do this with Mike's MinGW binary on Windows I get errors like missing slot 'ObjectBrowser' The Io files are there. How is autoImportResources...
A diabolic persistence. . . . . . . . Good and badly they are a very rare or special subject. The good not note much, due to the habitude and inherent...
... Yes, that's it. I forgot completely that this was the motivation for introducing updateSlot (probably because I did not like it back then). I was confused...
Tobias Peters
tpeters@...
Mar 2, 2005 4:56 pm
5607
... Try Mike's more recent Cygwin package: http://www.mike-austin.com/io/IoDesktop-Cygwin-2005-02-16.zip I'm using it and Propulsion works, though it is slow...
Hey QuantamG, It's starting to look nice. You can add a single line in your startup code to make the text in Buttons and Titlebars white: Button textColor =...
... I don't quite understand what you mean by 'obj and how it should be used in Io. Could you elaborate? What would sending the 'obj message to a target do? ...
... Neat! :) I really like your code; I'm learning from it. 1) That trailing unnamed "b" parameter is interesting. I think most languages disallow that, but...
... I think lua or maybe javascript does it this way. I know python doesn't. I don't like Python's restriction that named arguments must always come after...
I'm having some trouble trying to track down the root problem, so I figured I'd post sooner rather than later. I'm seeing an error that limits the size a List...
... Thanks, for the pointer; I have your old e-mail and found your Assert.io. In case anyone else is interested, I also looked it up at gmane (yahoo doesn't...
... I think I may have said the wrong thing... let me have another attempt. Ok, take the example: outerScope := thisContext someObject someMethod() someObject...
... I think I agree. :) Does anyone else know of a case where it would be useful to keep "self" separate from "scope" or "target"? e.g. where we'd want to...
Hello, I follow the list with great interest, so sorry for keeping quiet all the time .. Has anyone looked into FastCGI, especially with Io ? I'm looking into...
Please try this code _in ioDesktop_ and tell me if it sorts incorrectly: o := Object clone o compare := method(other, name compare(other name)) a := o clone ;...
... This is on my TODO to implement a FastCGI primitive. If you care to do it yourself and have questions with regards to it, I can likely help out. -- Jeremy...
Jeremy Tregunna
jtregunna@...
Mar 3, 2005 7:02 am
5620
... Works for me (sorting is ok). I'm using Mike's MinGW binary for Windows, IoDesktop version 20050121 Regards, Pit...