Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically Assign Images #6

Open
apurvag opened this issue Jun 11, 2012 · 5 comments
Open

Dynamically Assign Images #6

apurvag opened this issue Jun 11, 2012 · 5 comments

Comments

@apurvag
Copy link

apurvag commented Jun 11, 2012

I couldnt find a way to dynamically assign images to the picture gallery. Currently it seems the images property can be set only when creating the picture gallery window. But there is no way one can assign the images dynamically after the window has been created.

@ephread
Copy link
Contributor

ephread commented Jun 11, 2012

Unfortunately, dynamically assign images to the gallery wasn't something I had in mind when I first designed it, and it would require rewriting large chunks of the library. Unless someone helps me rewrite half the code, I don't think this feature is coming any time soon.

What did you need this for? Maybe we can find an another way around the problem.

@apurvag
Copy link
Author

apurvag commented Jun 11, 2012

Basically I am creating a gallery in the app that will pull down latest pics from a group on Flickr. I will therefore need to refresh the images as the new ones come in.

@ephread
Copy link
Contributor

ephread commented Jun 13, 2012

Okay, I see what you mean. I can't think of a way to make this work with the current gallery. But, if you're willing to dig a bit into the code, I'll be more than happy to help you implement this feature.

@misbach
Copy link

misbach commented Sep 9, 2012

Great library, thanks. However, I've got this same problem. I need the ability to add images to the gallery after it's rendered.

@jayhuang75
Copy link

I think you you have to do is make a function out side this and then add refresh button in gallary picture like thumbgallarywindow and then call the function to re-getting the photo when click the refresh button, hope this help your guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants