Tagged Questions
The clickable-image tag has no wiki summary.
4
votes
3answers
30k views
Create a clickable image in a GridView in Android
I have images displayed in a GridView as in this tutorial. I want to be able to click on a single image and do other events and I need to know what image was clicked. Do I have to add ...
2
votes
5answers
2k views
Clickable image - android
How do i make a image clickable? I have tried some ways, but without success.
Here's the last code i tried (it's clickable but gets error):
ImageView btnNew = (ImageView) ...
2
votes
3answers
2k views
Creating a clickable image in WPF
I want to make a user control that shows an image and can invoke a command when clicked.
Later I want to bind a list of these controls to a list of products.
1
vote
3answers
626 views
How can I make a grid of clickable images from a list of data in WPF?
I am a seasoned C and Java programmer, but an absolute WPF newbie.
I am creating a kiosk application that will display a list of images of products that the user will click to see product details and ...
1
vote
2answers
2k views
UIButton: Need a circle hit area
Ok I have 6 custom UIButtons. Their normal state image are all circles images.
They are all spaced out equally but all the circles touch each other.
The problem with the custom UIbutton (which has a ...
0
votes
1answer
67 views
onListItemClick() + Clickable image on ListView
I want that my listitem to still respond to onListItemClick() but additionally I want an extra image in a raw to has it's own click event.The classic way,defining onClickListener for the image doesn't ...
0
votes
1answer
103 views
Help with making a Clickable Background Slideshow
I am creating a website that has a jquery image slideshow as the background, and on top of the slideshow is a navigation bar, a blank area in the middle of the page so that the image shows through, ...
0
votes
5answers
505 views
What is the easiest way to create a clickable grid for a game in C++?
I haven't used C++ in a while, so I decided to take on a small project to become familiar with it again. I am trying to make a chinese checkers game, but I have no experience with GUI design in C++. ...