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

learn more… | top users | synonyms

0
votes
0answers
8 views

wpf : Always on top of parent window but keep parent window available

I'm developping a notification window for my application. This notification is a window which popup at the bottom right of my main window. To keep the notification on the top of my main window, I set ...
0
votes
1answer
14 views

How make textview clickable and open wifi password popup if protected?

i've created a list of the wifi connections. This list is inside a textview. How can i make the textview clickable and onclick over a connection open the popup to insert the password if protected? ...
0
votes
3answers
49 views

How to set full div clickable?

I have this code for div <div align="center" id="1_2" class="class_div" onclick="DoAction(1)" style="float: left; height: 60px; width: 250px; margin: ...
0
votes
0answers
13 views

Making multiple clickoptions in one image, which is already used in Javascripts

I would like to make 4 places in one image which are clickable and will show another image in my javascripts. Right now I'm using a code which will bring me from one image to the other by clicking on ...
0
votes
3answers
56 views

Android: Items on the ListView are not clickable

My activity contains a ListView that is populated from an SQLite Database. However I find that the items on the ListView are not clickable. They are not clickable at all in the emulator or on the ...
-1
votes
1answer
25 views

HTML, CSS; creating a clickable button with a div list

I am new to stackoverflow with a coding question. How do you create a button that is click able and becomes a list that looks like a div? The only example I can think of that people do this is in ...
0
votes
1answer
31 views

Make links in textview open WebView in Android app

Hi I want to make links from TextView of my app open the WebView Activity also inside my app. I am able to handle link clicks using a custom class extending LinkMovementMethod class. Below is the ...
0
votes
1answer
46 views

How to make clickable part of a textview in custom list view to open new activity in android

I have a custom listview with lazyadapter. I'm trying to make clickable part of the text view on the listview to open a new activity. But I'm stucked. This is in LazyAdapter (I want to say that this ...
0
votes
4answers
39 views

How to create a clickable Listview and go to new page

I'm a new programmer in android. I want to create a Clickable Listview. I mean when users clicked on one item it goes to a new page and start a new activity. Please help me. Thanks in advance. It's ...
0
votes
1answer
62 views

How to include GridView and ListView together in one layout

I am building an app where i have to use both gridview and listview in same activity but the problem is gridview items are clickable but not the listview this is my xml of activity... ...
1
vote
1answer
41 views

Django - Python help_text as a clickable icon

I want to add help text to my forms. However, I want it to appear as a small question mark icon to the right of the input box, when clicked on, will show the help_text. I have a way of doing it ...
-1
votes
1answer
34 views

how to make layout clickable programmatically

I am creating a RelativeLayout programmatically, and thus, I need to add this xml attribute: android:clickable="true" programmatically. How can this be done? thanks!
0
votes
1answer
39 views

Conditional statements in HTML to rule out non-mobile devices

well i've made a responsive website which handles well in mobile devices. Now there are some Phonenumbers on the website which my cliënt would like to be clickable on any Phone so the visitor can call ...
1
vote
0answers
42 views

What could I use to put a clickable object somewhere in a picture using Java and Swing?

We have to do a point-and-click game this year in class, and our teachers said we had to use Java... We began with Swing to display the pictures of the game, and we are trying to find a way to ...
0
votes
0answers
77 views

Clickable thumbnail slideshow

I am a complete beginner, I have almost zero notion of JavaScript, but I do need some advice for my simple slide show! Here's the problem, I do have a Slideshow that work with a previous and next ...

1 2 3 4 5 18
15 30 50 per page