Search found 47 matches

by bobino
Sun Jul 26, 2009 9:15 am
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

Hi,

Thks Conor, the last beta is perfect.

Is there programmatically a way to add en entry to the wishlist if the user didn't select it before ?
by bobino
Fri Jul 24, 2009 9:25 am
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

i will test your code this evening.
the only difference i see with my test is that i tested it with the (NSDictionary *)resultNumber method called by th searchfor method. I imagine i use the same code for both.
by bobino
Thu Jul 23, 2009 5:29 pm
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

i try exactly the following code NSMutableArray *arrayURL =[NSMutableArray array]; NSMutableDictionary * anotherURL =[NSMutableDictionary dictionaryWithCapacity:3]; [anotherURL setObject:@"http://www.tests/" forKey:@"url"]; [anotherURL setObject:@"urlName" forKey:@"...
by bobino
Thu Jul 23, 2009 2:52 pm
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

hi,
only the first dictionary of the array is reccorded .
is it a bug ?
by bobino
Thu Jul 23, 2009 12:50 am
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

Conor, as i said in my las post adding array of dictionnary for key "linksSet" doesn't work.. Could you have a look to this last point ?
by bobino
Wed Jul 22, 2009 2:42 pm
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

i tested the beta, everything is ok. for linksSet, i was using keys with lowercase @"url", @"type" and @"name". but nothing happend. then i did some tests with uppercase, and forgot to change that in my example. i re-tested this evening, it doesn't work. thks for your e...
by bobino
Tue Jul 21, 2009 3:34 pm
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

i wasn't able to test you're last modification as i think you didn't update the beta for bookpedia. Anyway i'm sure your modification is correct. let me ask you a new question , i wan't to add some url link when i download data for the reccord, but i have a problem for key "linksSet". When...
by bobino
Tue Jul 21, 2009 6:51 am
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

as your support is so quick it's a pleasure to be the first !

is the bookpedia beta also up to date ?
by bobino
Mon Jul 20, 2009 3:34 pm
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

you're right ! I was sending a bad format for "releasedate" ! :lol: i have a last issue : when i send multiple items, coverimage is not reccorded. I return the URL of image for key "imageLocation" , i don't know the album UID at this step , therefore i can't store CoverImage myse...
by bobino
Mon Jul 20, 2009 7:55 am
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

Thanks Conor, let me do a suggestion if you are looking to improve the Plugin. Of course i don't know your software architecture, i wonder if you could add the sender to the menucommandFor method as - (NSArray *)menuCommandFor:(NSMutableArray *)entries sender : (id)sender{ this way i suppose we will...
by bobino
Mon Jul 20, 2009 2:24 am
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

Hi,

i test the beta release,
when i return more than one reccord, nothing happens, and a few actions later i have an error message asking me to reload the database.
by bobino
Tue Jul 14, 2009 4:47 am
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

Re: plugin menuCommandFor issue

thks ,

as i use bookpedia, do you have a bookpedia béta ?
how long to release this new version ?
by bobino
Tue Jul 14, 2009 4:04 am
Forum: Support
Topic: plugin menuCommandFor issue
Replies: 63
Views: 30462

plugin menuCommandFor issue

Hi,
it's me again !
when i return an array of NSMutableDictionnary with menuCommandFor method, only the first element of the array is imported to the collection.

it is actually is big issue for my plugin !
is it a bug, or do i something wrong ?

thanks

Bobino
by bobino
Sat Jun 27, 2009 12:09 am
Forum: Support
Topic: Question about field modification with menucommandfor metho
Replies: 1
Views: 1575

Question about field modification with menucommandfor metho

hi, i'm writting a menu Plugin in order to update fields, i have difficulties with 2 fields : 1/ releaseDate : I can't read de value for the key : the value is always empty (not nil), and i got an error if a try to change it: NSString *oldValueForKey = [[entries objectAtIndex:i] objectForKey:@"...