Skip navigation.
 
mlMenu item loses selectedRow?
FROM : Brian Amerige
DATE : Wed Aug 30 22:48:25 2006

Hi all,

   Sorry for the double post, but this is on a separate topic. I have a 
few menu items which (are supposed to) replicate the functionality of 
toolbar items I have. Unfortunately, they half-way do that.

For example, one of my menu items moves up a directory in FTP, but 
for some reason, while it does actually move up, it fails to follow 
the command I give it to start animating my NSProgressBar. (This is 
not a logic issue, I've verified that it's following the same code 
the toolbar item does, yet it doesn't follow it in the same way.)

Another example: one of my menu items "opens" a directory in FTP, but 
for some reason, while it does actually open, it doesn't open the 
selected directory (it opens the first in the list, as if it "lost" 
what the selected Row was), and still doesn't animate the progress 
bar as instructed.

Any ideas? I mean, I declare the method I want the menu item to call 
in FirstResponder, connect it in IB, it *is calling the method*, but 
the code is being interpretted differently.

Brian Amerige
http://extendmac.com
http://cocoaforum.com

Related mailsAuthorDate
mlMenu item loses selectedRow? Brian Amerige Aug 30, 22:48
mlRe: Menu item loses selectedRow? I. Savant Aug 30, 22:56