Questions tagged [picturegallery]

28 questions
3
votes
1 answer

Select an image from pictures gallery

I want to let users to get an image from their picture library (place where pictures taken with camera are) to use as an Avatar in my app. Or maybe, I can add some images to XAP file. My questions are: What must I do to let user select a picture…
VansFannel
  • 45,055
  • 107
  • 359
  • 626
3
votes
1 answer

Show three images from each user

I have a pictures table where users pictures are saving with their ID and pic physical link. userID | picture 1 | picnameLink 1 | picnameLink 2 | picnameLink 1 | picnameLink 2 | picnameLink 3 | …
travis
  • 33
  • 4
3
votes
1 answer

iOS Create a Unique Identifier for Pictures

I want to import pictures from the photo library on iOS but I want to check that I haven't already done so in the past. What can I use as a unique identifier to check for? What I thought so far are these: Created Date ( This might have a low…
Leonardo Amigoni
  • 2,237
  • 5
  • 25
  • 35
2
votes
2 answers

mysqli fetch records

This is regarding a post Show three images from each user where there is a great solution for a same issues which I was having. if ($stmt = $mysqli->prepare("SELECT p1.userID, p1.picture as pic1, p2.picture as pic2, p3.picture as pic3 FROM …
user1433995
1
vote
1 answer

Blackberry PictureScrollField image issue when focus is removed

I'm using a PictureScrollField in a VerticalFieldManager with other fields that need focus. When the PictureScrollField receives focus, the images are shown in their original form. But when I remove focus, by default, the field draws a white square…
tipycalFlow
  • 7,594
  • 4
  • 34
  • 45
1
vote
1 answer

wp7 delete picture from saved pictures album

In my wp7 app, I am able to save pictures taken from a camera in the saved pictures album and able to read them later. If a particular record is deleted in the app, I want to delete the associated picture with that entity from the saved pictures…
Pratik Kothari
  • 2,446
  • 2
  • 32
  • 54
1
vote
2 answers

How do I get this actionscript 3 Flash Picture Gallery to display an image, scale and position it, make it clickable and go to URL?

I'm building inside Flash Builder and just started learning actionscript about 1 hour ago; I can't seem to find a good resource to learn this subject quickly. Prime objective, what should be a simple task: Get this thing to display an image. It…
Ze n00b
  • 13
  • 3
1
vote
2 answers

Weird behaviour while trying to get picture from DCIM

I am trying to load a picture in my activity from DCIM. I use the following code : int BROWSE_PICTURES = 0; public void openBrowsePictures() { Intent i = new Intent(Intent.ACTION_PICK,MediaStore.Images.Media.EXTERNAL_CONTENT_URI); …
karvoynistas
  • 1,295
  • 1
  • 14
  • 30
0
votes
1 answer

show image in picture gallery in windows phone 7

I have an image app in wp7. class Images { public string Title {get;set;} public string Path {get;set;} } on page level, i bind title and path(relative to my app) it to a list. What i need is, when user click on list item the respective image…
Saboor Awan
  • 1,567
  • 4
  • 24
  • 37
0
votes
1 answer

Onclick Image-Selection

I'd like to create a Button, on which i can tip, afterwards, there should show up a picture selection which should be scrollable (probably its a grindview idk). It's like the thing in whatsapp on the upper side right, exactly something like that I'd…
safari
  • 7,565
  • 18
  • 56
  • 82
0
votes
1 answer

How to create the effect of pictures thrown in a table?

I'd like to create the effect of having a bunch of pictures in the table (thrown out, no specific order, pieces of pictures covering other pictures, vertical, horizontal, skewed, etc) and also when the user hovers over an image it gets big, but I…
Tsundoku
  • 9,104
  • 29
  • 93
  • 127
0
votes
1 answer

How to make captions in a gallery of images based on the text content of other divs in JavaScript?

I have a gallery of images with some information appearing when you hover on each of them. When you click on each image, the full size is shown. I want to add a caption under the full-size versions based on the the information that appears when you…
Leila
  • 182
  • 1
  • 1
  • 8
0
votes
0 answers

php Undefined Index for variable equaling a number in a `if` or `while`?

I'm new to php and i'm having a small problem with some code for a products page where i'm attempting to load as many items as their are on a database however, I keep receiving an "Undefined index" for i I really need to finish off this job i'm…
sean
  • 5
  • 5
0
votes
3 answers

Website loads image with 1-2 second delay. Could I increase the performance somehow?

recently I made a website for my photography. htttp://www.simotamas.com I am a newbie, so its not the best site but it works fine for me, I got only one problem, when a site is loaded on a device for the first time, the gallery loading time takes…
0
votes
2 answers

Help me deal with the logic behind picture gallery

Using PHP i want to create a picture gallery, i need a few suggestion on what would be the best logical solution for this. a) create a directory for an album and move all the related pictures into the directory and henceforth follow the same way for…
Ibrahim Azhar Armar
  • 25,288
  • 35
  • 131
  • 207
1
2