From: Laurent S. <lsa...@ap...> - 2007-08-28 16:44:07
|
You need to change the cell of your table view. You can do that either from IB or programmatically. There are some info in http://www.cocoadev.com/index.pl?NSTableViewTutorial Note that this is more a Cocoa question than a RubyCocoa question. Laurent On Aug 27, 2007, at 5:27 PM, Yvon Thoraval wrote: > Hey all, > > i's like having NSButton in place of the textfield of each row, in a > given column, of an NSOutineview. > > i presume i must replace an instance of a supposed to be NSTextfield > by an NSButton (switch in my case) > > this is just to let the user to switch on/off the given row. > > -- > yvon > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |