Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
965 views

listview with imagebutton thumbnails in asp.net

I am trying to implement an image gallery in ASP.NET./c# I am displaying 6 thumbnails on my page. To display this I have decided to use ListView with an ItemTemplate containing an ImageButton control ...
0
votes
0answers
330 views

When I add setOnItemSelectedListener to Gallery in Android state selector stops working. Do you know to avoid it?

I have very simple Gallery with Images and I have XML file with selector for various states. It works perfectly (selected has blue background, rest - red one) until I add setOnItemSelectedListener. ...
0
votes
0answers
24 views

add text to gallery (galileory)

I use galileory jquery gallery on my website http://galileory.sourceforge.net/ But now I realised that I cannot add some title to the pictures. Tried with the tooltip ...
0
votes
0answers
340 views

Image Gallery functionality for ASP.NET web application

In my asp.net application there is a requirement for an image gallery. It goes like this when the page loads a lot of images will be displayed in an ordered fashion. when i drag an image and drop it ...
0
votes
2answers
623 views

how to implement photo slide show in iphone?

Hello i have implemented photo slideshow with scrollview and imageview using apple's scrolling example - (void)viewDidLoad { kNumImages=[parray count]; self.view.backgroundColor=[UIColor ...
0
votes
1answer
138 views

Dynamic gallery does not work for me when it is set up in android

I'm a newbie to Android. I have a gallery in which images are displayed from urls. I cannot see the images when the gallery is set up for the first time, When I scroll the gallery, then all the images ...
0
votes
0answers
357 views

FreeTextBox Browser Compatibility-Problem with Image gallery insertion

when i am trying to insert image from imagegallery in any browser apart from IE, images are not inserted in to FreeTextbox, unless and until i tried to put some text in Freetextbox and then insert ...
0
votes
1answer
269 views

Animation queue buildup with Galleriffic 2.0

I'm trying to figure out how to use the stop() function to stop the animation buildup that occurs with Galleriffic. It happens when you mouse over the thumbnail images quickly and repetitively. I ...
0
votes
1answer
195 views

How to preserve browser history in a photo gallery like facebook does?

I'm developing a photo gallery that uses ajax. I'm using _escaped_fragment_ (#!) too, it already works but when you use the back and fwd browser buttons the url change (the hash fragment) but the ...
0
votes
1answer
52 views

Where to find an image-gallery builder

I am searching for a program that builds image gallerys just as on this website http://jouwbusinessclub.nl/page.php?31 The problem is that simpleviewer (the one that is used here) is to limited ...
0
votes
2answers
2k views

Image gallery with codeigniter

I have some images uploaded in a folder on my server, and their paths are stored in a table in my database. Whats the best way to display this images on the browser(as a gallery)?Should I use jquery ...
0
votes
1answer
492 views

Any picture Gallery Control for .NET 1.1 in WinForms?

I need a UserControl to display pictures as a Gallery in Winforms. I have my pictures as a Image Collection but no problem to change to fit Control capabilities. It could be nice if it is for .NET ...