<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>COCOA's topics - tribe.net</title>
  <link rel="alternate" href="http://bojectivec.tribe.net/threads/atom" />
  <subtitle>Tribe.net. Local Connections</subtitle>
  <entry>
    <title>is this tribe active?</title>
    <link rel="alternate" href="http://BojectiveC.tribe.net/thread/8ba19d18-32a2-43da-889b-c384852cf8fd" />
    <author>
      <name>hoco</name>
    </author>
    <id>http://BojectiveC.tribe.net/thread/8ba19d18-32a2-43da-889b-c384852cf8fd</id>
    <updated>2008-02-09T07:46:47Z</updated>
    <published>2007-12-19T21:47:16Z</published>
    <summary type="html">&lt;div&gt;Hello?  Is there anyone there?
&lt;br/&gt;
&lt;br/&gt;I'm looking for a forum to discuss cocoa topics, ask questions, give answers, etc.  But, it doesn't appear that there is anyone actually participating in this tribe.  I would like it if there were -- I have many questions.
&lt;br/&gt;
&lt;br/&gt;If this tribe is not alive, is there another forum somewhere?  Anywhere, where one can discuss cocoa?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://BojectiveC.tribe.net"&gt;COCOA&lt;/a&gt;
			- 2 replies
		&lt;/div&gt;</summary>
    <dc:creator>hoco</dc:creator>
    <dc:date>2007-12-19T21:47:16Z</dc:date>
  </entry>
  <entry>
    <title>question about table view</title>
    <link rel="alternate" href="http://BojectiveC.tribe.net/thread/4f18e5f0-f1c6-44e5-82ab-2800143290b4" />
    <author>
      <name>hoco</name>
    </author>
    <id>http://BojectiveC.tribe.net/thread/4f18e5f0-f1c6-44e5-82ab-2800143290b4</id>
    <updated>2007-12-11T04:08:36Z</updated>
    <published>2007-12-10T02:15:00Z</published>
    <summary type="html">&lt;div&gt;I'm very new to cocoa and objective C.  I'm hoping someone can shed some light on how to use the TableView.
&lt;br/&gt;
&lt;br/&gt;I actually have gotten a TableView to display (sort of) in my tiny, new application.  But, the values are always empty.  It has the right number of rows, but my implementation of objectValueForTableColumn: always gets nill for [tc identifier], which doesn't make any sense to me.  It should have the names of the columns I identified like this:
&lt;br/&gt;
&lt;br/&gt;	[myTable tableColumnWithIdentifier:@"Percent"];
&lt;br/&gt;
&lt;br/&gt;Am I supposed to do something special in interface builder to identify the outlet for each column in the TableView object?  Or, am I supposed to do something in interface builder to assign the same names there that I did with my tableColumnWithIdentifier call?
&lt;br/&gt;
&lt;br/&gt;My array of objects has data, and the objectValueForTableColumn method is getting called when it should, but until [tc identifier] tells me a column identifier, I won't be able to return data for the column.
&lt;br/&gt;
&lt;br/&gt;Thanks for any useful help you can provide.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://BojectiveC.tribe.net"&gt;COCOA&lt;/a&gt;
			- 1 reply
		&lt;/div&gt;</summary>
    <dc:creator>hoco</dc:creator>
    <dc:date>2007-12-10T02:15:00Z</dc:date>
  </entry>
  <entry>
    <title>Xcode 3.0</title>
    <link rel="alternate" href="http://BojectiveC.tribe.net/thread/570824a8-d1a0-47fc-8634-b48d1c9d1649" />
    <author>
      <name>rotwulf</name>
    </author>
    <id>http://BojectiveC.tribe.net/thread/570824a8-d1a0-47fc-8634-b48d1c9d1649</id>
    <updated>2007-11-28T18:30:03Z</updated>
    <published>2007-11-28T18:30:03Z</published>
    <summary type="html">&lt;div&gt;Is anyone else having issues with location of tools and options in Xcode 3.0 vs. Xcode 2.1-2.4?  I find that I cannot work in Xcode 3.0 without searching a reference as to where something has moved to.  It's very intuitive once you know where to find it, but coming from Xcode 2.1 I was lost and still am.
&lt;br/&gt;
&lt;br/&gt;~Rotwulf~&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://BojectiveC.tribe.net"&gt;COCOA&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>rotwulf</dc:creator>
    <dc:date>2007-11-28T18:30:03Z</dc:date>
  </entry>
  <entry>
    <title>Webcam image capture?</title>
    <link rel="alternate" href="http://BojectiveC.tribe.net/thread/3fa7151d-baf8-4e5b-93c5-b2bdd0ca9d3d" />
    <author>
      <name>Bastian</name>
    </author>
    <id>http://BojectiveC.tribe.net/thread/3fa7151d-baf8-4e5b-93c5-b2bdd0ca9d3d</id>
    <updated>2005-06-21T04:52:42Z</updated>
    <published>2005-06-21T04:52:42Z</published>
    <summary type="html">&lt;div&gt;I'm looking to figure out how to do image capture from a (USB) webcam in OS X.  I've gathered that Quicktime is the key, but I'm lazy and don't feel like hunting through Apple's profundly crusty and baroque Quicktime API documentation if I can avoid it for the moment.  Can anyone point me towards a tutorial or some sample code or something?
&lt;br/&gt;
&lt;br/&gt;(I do have macam installed and working, so there's no driver issue.)&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://BojectiveC.tribe.net"&gt;COCOA&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</summary>
    <dc:creator>Bastian</dc:creator>
    <dc:date>2005-06-21T04:52:42Z</dc:date>
  </entry>
</feed>



