On Jan 28, 2009, at 4:24 PM, Sean McBride wrote:
On 1/28/09 7:26 PM, I. Savant said:
Smiley aside, I think it's more than just 'typical'. Unless I'm
missing some magic incantation, IB does not let you remove a
tableview from its scrollview. No doubt it's possible
programatically...
Selec
On Jan 28, 2009, at 7:24 PM, Sean McBride wrote:
So it does. Neat. Odd that the click-and-hold that works for
moving other views around in the hierarchy does not work with the
tableview.
Very odd. First thing I noticed when I double-checked my assertions
when I saw your message. :-) I
On 1/28/09 7:26 PM, I. Savant said:
>> Smiley aside, I think it's more than just 'typical'. Unless I'm
>> missing some magic incantation, IB does not let you remove a
>> tableview from its scrollview. No doubt it's possible
>> programatically...
>
> Select the table (the scroll view becomes se
On Jan 28, 2009, at 7:15 PM, Sean McBride wrote:
Smiley aside, I think it's more than just 'typical'. Unless I'm
missing some magic incantation, IB does not let you remove a
tableview from its scrollview. No doubt it's possible
programatically...
Select the table (the scroll view beco
On 1/28/09 6:57 PM, I. Savant said:
> That the NSTableView typically comes already embedded in an
>NSScrollView (when dragged in IB) is beside the point. :-)
Smiley aside, I think it's more than just 'typical'. Unless I'm missing
some magic incantation, IB does not let you remove a tableview f
On Jan 28, 2009, at 1:50 PM, Jason Cox wrote:
Im using a tableview linked up to an array controller. I want the
height of the tableview to grow with the # of objects in the array
controller. Like addressbook, add an e-mail and it just appears
below it.
Maybe I'm not understanding what
Hey guys,
Im using a tableview linked up to an array controller. I want the
height of the tableview to grow with the # of objects in the array
controller. Like addressbook, add an e-mail and it just appears below
it.
Any ideas or code samples on how to do this would be great... Perhaps