Questions tagged [clickable-image]

46 questions
1
vote
1 answer

How to create programatically Hexagon UIButton or Clickable ImageView with Swift

I want to create programatically Hexagon UIButtons with Swift. I have hexagon images as you can see green picture. The edges are transparent, so you shouldn't click that areas. By using default UIButton with "custom" option, these areas are still…
1
vote
3 answers

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 maybe place an order. I am trying to structure my…
mico
  • 1,816
  • 1
  • 18
  • 27
1
vote
1 answer

making parts of an image clickable for guitar tablature android app

So I want to make a simple touch screen guitar tablature creator for android but I really do not know what method to use. I am fairly new to writing apps but I am comfortable with java. The guitar fret board would look something like this.…
Arob33
  • 55
  • 1
  • 6
1
vote
0 answers

how can i make image span clickable in Android?

I have an ExpandableListView and in the ViewGroup method i have an image span set to some textview like this: String statusText = postsList.get(groupPosition).get(TAG_userStatus).substring(urlStr.length(),…
0
votes
1 answer

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 work. What I have found is that I have to define…
AlexAndro
  • 1,918
  • 2
  • 27
  • 53
0
votes
1 answer

How to make a clickable map in wordpress

I have created a clickable image in codepen
Clickable Image
Charlie
  • 19
  • 3
0
votes
0 answers

Clickable matrix python figure to highlight given row and column

Hello :) Does anybody know how to make a matplotlib matrix figure clickable? For instance, if I click a cell of the matrix, it should highlight the row and the column of this cell (see the before and after pictures below, where the background of…
0
votes
1 answer

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, and at the bottom underneath the slideshow is some…
justinl
  • 10,448
  • 21
  • 70
  • 88
0
votes
1 answer

Clickable images in Python without using tkinter

I´m a newbie in programming, and I was looking for some code or tutorial on how to make a clickable image in python without the Tkinter library, but I didn´t found anyone. Anyway, I´m trying to make a music player in a game where you have to guess…
0
votes
0 answers

how to show imageview to full screen using clickableAreaImages library

I am using ClickableAreasImages library while loading image from url i am facing the problem. image is not showing full screen. getting this output Layout
0
votes
3 answers

How do I turn an image into a popup with only text

I'm trying to have a popup show when an image is clicked. All I can find is how to enlarge an image. Below is the code I have but it's not working. I'm not sure which part is wrong... Am I allowed to have a table in the span tag? .popup…
Billie C
  • 11
  • 4
0
votes
2 answers

Can I change an icon to appear clickable on mouseover or hover - if the code was provided by an external site?

I have a Google Partner Badge on my site, based on code that Google provides. They provide the code, and it creates a dynamic image on my site, that is clickable and a live link. However, the cursor does not change to a hand when over the image or…
eCI
  • 1
0
votes
1 answer

Clickable area around icon in Unity

I'm writing mobile Unity application. I want to add closing (X) icon for one scene. And add some padding around icon to make clickable area bigger ( because icon is not so big). I wrote next code: // create button GameObject buttonContainerObject =…
Ted Romanus
  • 582
  • 2
  • 10
  • 27
0
votes
3 answers

How to make imageView clickable from OnItemClickListener?

lv.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(final AdapterView parent, View view, final int position, long id) { // My code is here. I want make my image…
Shai Shamai
  • 21
  • 1
  • 7
0
votes
2 answers

How to make a glyphicon clickable on a button

In my native Notes development I have a button on which I have defined a icon from the resources. Then in the have an onclick event. Want to make this a bootstrap button with an onclick so I add a link action to it that performs the action. If I add…
Bill F
  • 2,057
  • 3
  • 18
  • 39