teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
08/11/16 08:43 PM (7 years ago)

MacImage Gallery Plugin help

Hello all... I am so close to submitting my app to Apple, but I can't figure out this Mac image gallery issue... very frustrating. I load picks from my Flickr account using the data URL feature in Mac Image Gallery, but it only shows the same 2 pictures over and over again... any ideas?
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
08/11/16 09:13 PM (7 years ago)
Go to the Mac_zoomingScrollView.m file in your project. Look at (void)setIndex:(int)value method (around line 82). If you see this: if (value == NSNotFound) Change that line to the following: (value == (int)NSNotFound) So the only change that you are making is adding (int) before NSNotFound. Run your app and the image gallery should work.
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
08/11/16 09:20 PM (7 years ago)
You are a life saver! it worked... thank you so much :)
 
teamcaz
I hate code!
Profile
Posts: 513
Reg: Jun 12, 2011
carlsbad
5,130
like
08/11/16 09:27 PM (7 years ago)
The absolute only other issue I am dealing with and I was just going to submit without fixing... but if you happen to know how to fix? the other plugin I am dealing with is the flash card plugin. The "randomize" cards option is what I want to use but when I use that then only a couple of cards show... any ideas? Thanks again for the help!
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
08/11/16 09:37 PM (7 years ago)
Sorry, not familiar with that one.
 
MacApple
Apple Fan
Profile
Posts: 4674
Reg: Oct 25, 2010
USA
61,140
like
08/13/16 04:51 AM (7 years ago)
Damn. I spent hours and couldn't fix this. THIS IS AWESOME!
 
Blue
Apple Fan
Profile
Posts: 24
Reg: Jun 20, 2011
Gainesville, Fl...
4,990
like
07/23/17 08:48 AM (6 years ago)
Hello McApple, Notice that you made an update of your plugin. Getting 14 warnings. I was able to fixed 10, but the plugin still does not work still. See link for pic of the warnings I am getting. <a href="https://gatorcade.com/images/imagegallary.png" target="_blank" rel="nofollow">https://gatorcade.com/images/imagegallary.png</a> Just want to tell you. Thanks Rossy
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.