I believe this came up at one or more xcoder meetings in the "you can't do that" questions <http://michael-mccracken.net/wp/?p=46> quotes the xcode 2.3 release...
Kevin Purcell
kevinpurcell@...
Jun 1, 2006 10:06 pm
1047
ExBiblio looks to be needing a few contract Cocoa programmers (and java) for a bit... http://seattle.craigslist.org/eng/168399743.html -joe ps: I'm not...
I might be able to get one of my clients to pay for my ticket to WWDC, however I would need to cover my own expenses. Anyone want to travel & stay at WWDC on...
For those who can't stand the new unreadable format that Yahoo switched to (of course I have no opinion on the matter), you might want to know you can restore...
Hi Andrew, Why not use the dbug.org domain (maybe a sub-domain like xcoders.dbug.org and dBug Xserve with mailman built-in? It is ready to go. Talk to Curtis...
Michael Grueter
mgrueter@...
Jun 8, 2006 4:36 am
1052
We've already snagged a domain, and Andrew has the resources, but the core reason is setting up a subversion server to host projects for the group. The mailing...
Tonight 6/8 7pm for 7:15pm. Network Programming with Sockets Advanced Mac OS X Programming Chapter 11 and a bit of Chapter 13. This will be talking about UNIX...
Kevin Purcell
kevinpurcell@...
Jun 8, 2006 4:29 pm
1054
I see they've not only changed the format of the mail but they've made the Preference UI more confusing. They are pushing their services and their email pretty...
Kevin Purcell
kevinpurcell@...
Jun 8, 2006 7:04 pm
1055
I've been working with Joe to setup our own domain on some resources I have with TextDrive. I'm happy to announce that our new domain is up and running at...
I've been unable to get a ride tonight so I'm making my way to the meeting by bus. Just in case I miss a connection and run late ... ... -- Kevin Purcell ...
You can download an archive containing the presentation in VoodooPad 3.0, an export to html (that everyone should be able to read) and the source code and...
Kevin Purcell
kevinpurcell@...
Jun 10, 2006 2:05 am
1059
Hello one and all - it's one of your (mostly) friendly group administrators - Joe. In the continuing path to putting things together for a Mac Programming SIG,...
I am contemplating going to this years WWDC. If I go it will be on the cheap, anyone interested in carpooling from Seattle (14 hours) & splitting a room? ...
Beginning WebObjects Class When: 1:30pm - 5pm on Saturday, June 24, 2006 Where: dBug Resource Center (Seattle, WA) The Beginning WebObjects Class will...
Michael Grueter
mgrueter@...
Jun 14, 2006 2:43 pm
1062
Reminder from the Calendar of xcoder http://groups.yahoo.com/group/xcoder/cal XCoders Meeting Thursday June 22, 2006 7:00 pm - 10:00 pm (This event repeats on...
xcoder@yahoogroups.com
Jun 21, 2006 7:02 pm
1063
This is my first time using Bindings, and I'm stumped by one particular problem at the moment. I have an NSArrayController referencing an NSArray inside an...
I think the "new" entry is used when a new object is added to the controller, not to give the new selection as you were thinking. So the only way around is to...
okay, fair enough - i could have sworn i saw an example where it was using that to get the selection from the controller, but this make sense. thanks - i will...
ah, so i'm not the only one a little confused by this! and have the rest given up and gone back to doing it the old- fashioned way? (I'm not ready to give it...
Did it write anything to the logs? When you say you pass it to super, you pass it to super of which class? Can you post the code for your arrangeObjects:...
No, just a stack dump - its in NSArrayController _sortObjects (or something like that). The "super" in this case is NSArrayController. As a test this morning,...
Well, I'm not sure exactly which of several things I did fixed the problem, but I can say that the NSKVONotifying_xxx proxy wasn't really the problem - I'm...
I have just written my first html file and wanted to view it with Safari. When I open it, Safari opens the html file and not the translated web page as I had...
I have just writen my first html file and wanted to view it with the Safari browser. Unfortunately, when I open the file I just see the .html file and not the...
... Here comes the file: <html> First line <br /> Second line. <p> Dear Dorethy, </p> <p> First paragraph isn't long, but illustrative. </p> <p> Next paragraph...