Questions tagged [clickable]

The tag refers to a graphics user interface item, which can be clicked using the mouse or tapped (in case of touchscreen application).

702 questions
5
votes
1 answer

How to create an irregular shaped imagebutton where transparent part of image is not clickable?

I have an irregular shaped PNG image for example a round image where the corners are transparent. How can I create an imagebutton of this image and not letting the corners being touchable? If possible I may want to create other irregular shaped…
Wuahaha
  • 93
  • 1
  • 2
  • 10
5
votes
6 answers

jQuery: Making entire table row a link, apart from one column

I have a script which can make each table row clickable (as a link), however I need the last column to remain untouched as this column as an 'edit' button. Can anyone help me amend the script so it'll work? Here the jQuery so…
Dan
  • 511
  • 2
  • 9
  • 19
5
votes
4 answers

How to create a clickable histogram in Shiny?

I want to create a clickable histogram in shiny but I don't know if it is possible. Some months ago I saw a clickable volcano plot which gives you a table of what you click. Source:…
emr2
  • 1,436
  • 7
  • 23
5
votes
1 answer

Telegram messages (from bot or manual) how to avoid numbers becoming links on mobile?

When sending or receiving message in Telegram containing numbers, I noticed they automatically become links on the mobile client if they contain 5 or more digits. Also if there is a dot in between. For example, if there is 1234 or 12.34 in a…
RocketNuts
  • 9,958
  • 11
  • 47
  • 88
5
votes
1 answer

Handling click for a ClickableSpan with selectable text requires double click

I have a TextView in which every word is a ClickableSpan. When clicked, the word become bold and the dictionary definition of the word is shown in another TextView. The app works correctly until I make the text in the TextView selectable. When the…
Matt Robertson
  • 2,928
  • 5
  • 34
  • 62
5
votes
0 answers

Clickable stack trace from Visual Studio's Output pane?

A stack trace has appeared in the Output pane of my VS2010. Is there an extension/etc that will make that stack trace clickable (to navigate to the relevant code)?
lance
  • 16,092
  • 19
  • 77
  • 136
5
votes
4 answers

Bootstrap accordion: how to make entire button clickable?

i add an accordion menu to my site, using this example:

smartmouse
  • 13,912
  • 34
  • 100
  • 166
5
votes
2 answers

android selector for clickable layout with imageview

guys if i have such layout
iCaesar
  • 421
  • 2
  • 10
  • 23
4
votes
4 answers

Java. Swing. JComponent's clickable area

I have a custom component displaying *.png image. The image has transparent and non-transparent area. If I add ActionListener(or MouseClickListener) to component, it will raise events even if I click on transparent area of component. Visually it…
Yegoshin Maxim
  • 872
  • 2
  • 21
  • 54
4
votes
3 answers

Make entire div clickable

I am trying to get the whole div clickable and this works but only with a straight link to another site. Is there a way to make it work with this text in it also:
Laurie Williams
  • 41
  • 1
  • 1
  • 4
4
votes
1 answer

Android - create clickable area on imageview

I want to create a clickable area on imageview using this data "X1": "213", "Y1": "174", "X2": "339", "Y2": "269", and also I want to associate a Action with this clickable area like go to some Activity when tap on it. I don't want to use solution…
Hamza Mehmood
  • 151
  • 1
  • 10
4
votes
5 answers

Watir-webdriver throws 'not clickable' error even when element is visible, present

I am trying to automate tests in Ruby using the latest Watir-Webdriver 0.9.1, Selenium-Webdriver 2.53.0 and Chrome extension 2.21. However the website that I am testing has static headers at the top or sometimes static footers at the bottom. Hence…
GregF
  • 143
  • 1
  • 13
4
votes
0 answers

how to make floating action button clickable in a fragment?

so i have 3 fragments, in each fragment there is floating action button when clicked it will go to an another activity. what i did is make the floating action in the mainActivity to public so i can use it to the fragments. my code public…
4
votes
3 answers

How can I use Androids Talkback with clickableSpan?

So I have a text of variable length and until now I have filled it with a SpannableString to highlight specific "hard" words you can then click on to get an explanantion in a dialog. But because I have to design my application for accessibility I…
Aram Becker
  • 2,026
  • 1
  • 20
  • 32
4
votes
0 answers

Android - 3D pie chart

My requirements are : 3D pie chart for android device. Should work offline. Clickable on individual pie. Pie should look like : Here Is quick overview of problems I am facing to draw 3d pie chart. Orson Charts - I found one library which can…
Parmeshwar C
  • 979
  • 1
  • 12
  • 22