Search found 6 matches
- Tue Oct 13, 2009 4:28 pm
- Forum: Support
- Topic: help with menuCommandFor:
- Replies: 11
- Views: 4945
Re: help with menuCommandFor:
I understand and agree with your analysis. (I am presently coding an application using core data and bindings). I'm running 10.5.8 One interesting thing I can add (but cannot explain) is that I am getting a extra line being output to the console log. I'm now running the code you posted but have adde...
- Mon Oct 12, 2009 4:32 pm
- Forum: Support
- Topic: help with menuCommandFor:
- Replies: 11
- Views: 4945
Re: help with menuCommandFor:
Okay, finally got the newest beta, thanks. But I am sorry to report that there is no visible change in behavior. When the menu plugin is called, menuCommandFor: does the following: 1. logs existing values of 2 fields of the selected dvd entry 2. modifies these two fields 3. logs values of 2 fields o...
- Sun Oct 11, 2009 5:26 pm
- Forum: Support
- Topic: help with menuCommandFor:
- Replies: 11
- Views: 4945
Re: help with menuCommandFor:
Hi, I don't think I'm actually getting the updated beta. Here is what I just downloaded from your inline link: The beta.zip file has a mod date of: Oct 9, 2009 @ 10:11 PM and DVDPedia Beta.app has a mod date of: Oct 9, 2009 @ 10:09 PM This beta appears to be an older one and of course has the same b...
- Sun Oct 11, 2009 1:32 pm
- Forum: Support
- Topic: help with menuCommandFor:
- Replies: 11
- Views: 4945
Re: help with menuCommandFor:
I downloaded the beta (I can't tell if it is the same as the one I downloaded yesterday) but it exhibits the same behavior. I have now tried with 2 different fields: custom1 and Genre.
Any idea what could be going on?
Thanks,
Martin
Any idea what could be going on?
Thanks,
Martin
- Sat Oct 10, 2009 7:05 pm
- Forum: Support
- Topic: help with menuCommandFor:
- Replies: 11
- Views: 4945
Re: help with menuCommandFor:
Thanks for the info. However, I am still having a problem. When I return nil the display is not refreshed. The entry is actually updated which I can verify by clicking Edit and inspecting the field I changed in the plugin. When I close the edit window the entry in the main window is updated with the...
- Fri Oct 09, 2009 8:09 am
- Forum: Support
- Topic: help with menuCommandFor:
- Replies: 11
- Views: 4945
help with menuCommandFor:
HI, I am new to plugin development w/DVDPedia (not to Cocoa dev) and am trying to understand how things work. I am using the beta version of DVDPedia mentioned in this forum, although the same problem occurs with the current release version. I am trying to change just one field in (for now) a single...