Re: Some more questions on NSOpenPanel

2009-09-30 Thread David M. Cotter
If anyone has any clue at all on this, or even some random thing that i could try to get this to work, i'd be most syked. thanks again. Just before we put up the dialog, we enable undo, cut, copy, paste, clear, and select all. these items all have the correct HICommand assigned (eg:

Re: Some more questions on NSOpenPanel

2009-09-30 Thread Kyle Sluder
Why was the menu item ever not connected to First Responder? --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at

Re: Some more questions on NSOpenPanel

2009-09-30 Thread David M. Cotter
we set the menu itself to be it's own first responder this app came from legacy carbon code and we still go thru the ancient menu dispatching mechanism. the menu's own first responder all it does is take note of the menu ID and menu item index and fake up the result of the old menuselect

Re: Some more questions on NSOpenPanel

2009-09-30 Thread David M. Cotter
so am i just out of luck on this? i am completely out of ideas. On Sep 30, 2009, at 12:57 PM, David M. Cotter wrote: we set the menu itself to be it's own first responder this app came from legacy carbon code and we still go thru the ancient menu dispatching mechanism. the menu's own first

Re: Some more questions on NSOpenPanel

2009-09-30 Thread Ken Thomases
On Sep 30, 2009, at 5:57 PM, David M. Cotter wrote: so am i just out of luck on this? i am completely out of ideas. So, forgive me if this was covered earlier in the thread... You have set the open panel to allow multiple selections, right? [panel setAllowsMultipleSelection:YES]

Re: Some more questions on NSOpenPanel

2009-09-30 Thread David M. Cotter
no, this is the save dialog. i'm talking about the text edit field. i want to be able to cut / copy / paste / select all in the TE field of the save dialog On Sep 30, 2009, at 4:05 PM, Ken Thomases wrote: On Sep 30, 2009, at 5:57 PM, David M. Cotter wrote: so am i just out of luck on

Re: Some more questions on NSOpenPanel

2009-09-29 Thread David M. Cotter
originally from Frameworks IT list: Vlad: For some reason cmd-A does not work in our NSOpenPanel to select the current contents of the browser but navigation keystrokes do work. Is there something obvious that I am missing? Any clues? Corbin: Do you have an edit menu with Select All

Re: Some more questions on NSOpenPanel

2009-09-29 Thread Kyle Sluder
On Tue, Sep 29, 2009 at 3:52 PM, David M. Cotter m...@davecotter.com wrote: Just before we put up the dialog, we enable undo, cut, copy, paste, clear, and select all.  these items all have the correct HICommand assigned (eg: select all has kHICommandSelectAll as it's tag) Tag?

Re: Some more questions on NSOpenPanel

2009-09-29 Thread David M. Cotter
Just before we put up the dialog, we enable undo, cut, copy, paste, clear, and select all. these items all have the correct HICommand assigned (eg: select all has kHICommandSelectAll as it's tag) Tag? kHICommandSelectAll? This is the cocoa-dev list. ;-) okye, well yes: