Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
373 views

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 ...
1
vote
1answer
25 views

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 ...
1
vote
1answer
471 views

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 ...
0
votes
0answers
46 views

XHTML 1.0 Strict IE9 Javascript Gallery NextPic Issue

[EDIT] After some testing I found out that when the page is uploaded, the gallery works fine, therefore I would guess there is some issue with ActiveX components when running locally from IE9. Thanks ...
0
votes
1answer
134 views

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 ...
0
votes
1answer
89 views

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 ...
0
votes
1answer
84 views

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 ...
0
votes
0answers
123 views

get video, sound or picture galery default path

how can I get device media default path. I try to write some picture file to picture gallery, but I dont know default paths?
0
votes
2answers
46 views

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 ...
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 ...