Re: Customizing UIActionSheet button accessibility labels.

2011-05-03 Thread Eloy Duran
FYI, I have worked around this with the following subclass which allows me to customize the labels: https://gist.github.com/953326 I have filed the following radar ticket for this issue: http://openradar.appspot.com/radar?id=1174411 On Fri, Apr 29, 2011 at 8:21 PM, Eloy Duran wrote: > I h

Customizing UIActionSheet button accessibility labels.

2011-04-29 Thread Eloy Duran
I have been unable to figure out if and how to customize the labels of the buttons in a UIActionSheet. I would have expected it would implement the UIAccessibilityContainer protocol, but it doesn't return useful data for any of the protocol's methods… What am I missing? Eloy

Using a NSButtonCell with template image in a NSTableView, through Interface Builder

2010-01-10 Thread Eloy Duran
In Interface Builder, I have set the dataCell of one of the columns of my NSTableView instance to be NSButtonCell. This works as expected, however, trying to use a ‘template’ image doesn't yield the expected visual result when clicking the button. How I configure the NSButtonCell: • Image:

Re: Dragging an item from my table view onto another app.

2008-06-20 Thread Eloy Duran
. Dragging a row onto a texteditor opens the file at the path I return in tableView_writeRowsWithIndexes_toPasteboard. Cheers, Eloy On 20 jun 2008, at 19:12, Eloy Duran wrote: Hi, I'm still very new to all the DND stuff, so here goes: I want to be able to drag an item from my table view

Dragging an item from my table view onto another app.

2008-06-20 Thread Eloy Duran
Hi, I'm still very new to all the DND stuff, so here goes: I want to be able to drag an item from my table view onto, for instance a texteditor, and have it open the file that the item represents. (Also having it drop on Terminal and inserting the path to the file would be nice, but that m

Re: Binding the enabled property of a NSMatrix instance to wether or not a multiple selection on a array controller is made.

2008-06-20 Thread Eloy Duran
d use the NSIsNotNil transformer. I then set the "No Selection" and "Multiple Selection" placeholders to "No". May be kludgey, but it works. P.S. to be safe, you could also set the "NULL" placeholder to "Yes", just in case null/nil value

Re: Binding the enabled property of a NSMatrix instance to wether or not a multiple selection on a array controller is made.

2008-06-19 Thread Eloy Duran
Hi, Just wanted to check if I need to explain it differently? Simple recap: I want a NSMatrix to be disabled when the selection of the NSArrayController it's bound to returns a multiple selection. Cheers, Eloy On Jun 18, 2008, at 12:23 PM, Eloy Duran wrote: Hi list, I h

Binding the enabled property of a NSMatrix instance to wether or not a multiple selection on a array controller is made.

2008-06-18 Thread Eloy Duran
Hi list, I have a NSArrayController and a form (collection of controls) that displays attributes for a individual object in the array controller. One attribute is bound to a NSMatrix (radio buttons) with the "Selected Index" binding. This works great. But now I want to disable the NSMatrix