Re: tableview, button with view and bindings

2011-07-01 Thread R
Quincey, Thanks! All now working as planned. I had to learn about tableview column identifiers to make sure I was adding the image to the correct column. Thanks again for taking the time to respond. Hopefully I'll soon be able to help more than beHelped! Have a great weekend -- Ron On Jul 1,

Re: tableview, button with view and bindings

2011-07-01 Thread Quincey Morris
On Jul 1, 2011, at 07:33, R wrote: > throwing exceptions when the binding controller key is > "arrangeObjects". Note that all other data is using arrangedObjects > fine. But, placing an image on the button with this config is > failing. > > I can get an image to display using the "selection" co

Re: tableview, button with view and bindings

2011-07-01 Thread R
throwing exceptions when the binding controller key is "arrangeObjects". Note that all other data is using arrangedObjects fine. But, placing an image on the button with this config is failing. I can get an image to display using the "selection" controller key. But of course the wrong image will

Re: tableview, button with view and bindings

2011-07-01 Thread R
Thanks. I'm currently displaying an image with success. I want to use a button and an image instead. I did what you said and am covered up with errors. Will dig deeper. Much thanks On Jul 1, 12:44 am, Quincey Morris wrote: > On Jun 30, 2011, at 23:13, R wrote: > > > Can anyone give me some g

Re: tableview, button with view and bindings

2011-06-30 Thread Quincey Morris
On Jun 30, 2011, at 23:13, R wrote: > Can anyone give me some guidance on adding a button w/ image to a > tableview using bindings. I've had good luck adding buttons to a > tableview by dropping in a button cell. But adding the image is > giving me some problems. The image will be retrieved fro

Re: tableview, button with view and bindings

2011-06-30 Thread R
Clarification: a button with an image in a tableview. On Jul 1, 12:13 am, R wrote: > Can anyone give me some guidance on adding a button w/ image to a > tableview using bindings.  I've had good luck adding buttons to a > tableview by dropping in a button cell.  But adding the image is > giv

tableview, button with view and bindings

2011-06-30 Thread R
Can anyone give me some guidance on adding a button w/ image to a tableview using bindings. I've had good luck adding buttons to a tableview by dropping in a button cell. But adding the image is giving me some problems. The image will be retrieved from the object represented on the row of the ta