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
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
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:
. 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
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
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
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
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