The tag refers to a graphics user interface item, which can be clicked using the mouse or tapped (in case of touchscreen application).
-1
votes
1answer
25 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
26 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
41 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
45 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 ...
0
votes
2answers
69 views
html element background makes link un-clickable
I have three link <a> elements with a background but half the link isn't clickable because the background overlaps the text. Does anyone know a solution?
Here is an example of what i've done
...
0
votes
1answer
88 views
How to set the four parameters of View.layout(l, t, r, b)
I am facing the same problem in this question, but I have difficulty in understanding the exact meaning of the four position parameters in layout(int l, int t, int r, int b). I know they represent ...
0
votes
0answers
36 views
how to best create click-able grid rectangles in android?
This is some code I have used in swing and java. I am looking to do this in android using a GridView. Is this possible? Or should I create my own view and use android canvas class and draw rectangles ...
0
votes
1answer
19 views
How to display clickable hyperlink in Papplet Java application?
I know how to display simple text with the processing.core.PApplet.text method.
But this one can't display clickable hypertext link. How could I make that in Papplet ?
I precise that link should open ...
1
vote
0answers
29 views
Setting certain elements in listview not clickable
To set certain elements of my ListView not clickable I use the isEnabled method in my Custom Array Adapter as following. The strange thing is that the items in the ListView itself are displayed ...
0
votes
1answer
64 views
Disable link functionality for certain products in Category View? (Magento)
Disable link functionality for certain products in Category View?
I only want some product to be visible in category, not clickable!
See example: http://i.imgur.com/m3ZHp1G.jpg I want only product ...
2
votes
2answers
90 views
Disable Click Event on Android ListView Items
I'm trying to disable multiple click events on listview, say after pressing first click some media gets played from webservice, while it gets played, other items need to be clickable==false , after ...
-1
votes
2answers
49 views
How do I create a clickable item in menu to open a new activity?
I'm new to android and xml/javascript developing but I have made an app already with allot of buttons and activities. I'm having trouble though understanding how to start a new activity through a ...
0
votes
0answers
53 views
Can we make android icons non-clickable android?
I am trying to create a launcher application, in which I want some of the icons to be non-tappable. Is this possible in android ?
0
votes
1answer
148 views
How to make onchildclick really clickable into an expansible listview
I am having two classes: one is the adapter and the second one is my activity. After i find some code for opening different classes if i click different items my app just stops and the items are not ...
0
votes
3answers
71 views
How to implement onchildclick listener in this example?
So i am having an expandable listview. What i want is to make clickable each children. if I press the first one I want to open the class1, if I press the second one I want to open the class2, if I ...
0
votes
1answer
75 views
Clickable nested LinearLayout displaying AChartEngine dynamic graph
I came across a post which exaplains that if I add android:onClick="OnClickMethod" to the <LinearLayout> in the XML file, and then in the JAVA file I add
public void OnClickMethod(View v) ...
0
votes
1answer
45 views
How can a function know which clickable textView has called it with onClick?
When I choose to call a function with onClick on a clickable TextView, how do I get the function to know which TextView has called it?
For example, when I have this in my MainActivity.java:
public ...
0
votes
1answer
120 views
How do I dynamically create clickable textviews from xml data read from an asset file?
I have done my homework now.
I have an application that reads an asset xml file containing entries which first field begins with an upper case letter.
I read the xml, and I would like to DYNAMICALLY ...
0
votes
0answers
33 views
How to link clickablespan item to a list view
I am developing an Android app. The aim is to display a text where some words are replaced by blanks, then when user taps on a word, a list of candidate words are shown so that they can try to guess.
...
0
votes
1answer
105 views
Table row click Sencha Touch 2
Hello everyone I want to make my table row clickable within sencha touch, is this possible?
I'm using onclick right now but doesn't seem to work... I want to make the tr with where clickable in case ...
0
votes
2answers
133 views
android span click event
Ok. These are my problems.
I need to user regulare expressions to filet out everything except for letts and then i need to encase the found words within a $word tag.
With this str = ...
0
votes
1answer
137 views
setEnabled() vs setClickable(), what is the difference?
Until now, when I wanted to block the user from pressing the button, I would set the
button.setClickable(false);, and usually change the text to some kind of gray (to let the user know that the button ...
-2
votes
1answer
60 views
Making parts of a image clickable in a neater way [duplicate]
I have tried using the coordinates method and also the image plugged in from photoshop method. Is there another alternative to make parts of the image clickable in a neater way?
<script>
new ...
-5
votes
1answer
79 views
How to make part of the image clickable in a user-friendly method? [closed]
I know the area coordinates and the photoshop method. Is there any better alternative that the client can edit the code by themselves easily?
<script>
new el_teacher = ["candice","john"];
...
-1
votes
1answer
42 views
broken clickable javascript slideshow [closed]
I have made this slideshow, it was working fine until recently it just stopped. I didn't edit the code, and it hasn't worked since. Here's the code
<script type="text/javascript">
var images = ...
0
votes
1answer
112 views
Extjs Clickable tooltip
I have a situation where I roll over a row in a grid, I want to display a menu. I put the menu in a tooltip. But can't click on a menu unless I make the tooltip closable. If I make the tooltip ...
-1
votes
4answers
156 views
how to make custom listview with clickable to each items to acces its position [closed]
how to make custom listview with clickable to each items(I mean , I am making a listview which holds one image button, two textview and I want to access position when user click items then it is not ...
0
votes
4answers
92 views
jQuery or any: Possible to make only a part of a div clickable?
is it possible to make only a part of a div clickable -- like a clickmap/imagemap? May with jQuery?
Hint: i don't want edit the html (misused template with 200 separate html files).
0
votes
0answers
172 views
Making points in OpenLayers clickable
The first thing I have to tell tou is that I am very, very new to this... I have an open layers map made from shape file, and points from PostGis database. I want to make them points clickable, so ...
0
votes
1answer
146 views
Android Widget onClick not working
I've read article upon article, looked at example after example, and my widget still does nothing when clicked.
widgetlayout.xml:
<LinearLayout
...
0
votes
2answers
192 views
Make images clickable to next image in javascript
I have a Previous/Next link on my site that lets me go thru the images with this code:
<a href="JavaScript:previousImage()">Previous</a> | <a ...
-4
votes
5answers
101 views
Jquery Clickable Div not working on inner div [closed]
I have this markup to make the entire div clickable.
<div class="myBox">
<div class="two">
<h2> Title</h2>
<p> This is the description</p>
<a ...
-4
votes
3answers
46 views
How do I turn this into a clickable link? [closed]
How do I turn this into a clickable link?
$('#subTitle').text('Link to join: ' location.href);
0
votes
0answers
37 views
possible to make an imagespan clickable?
So I've done some searching around but haven't yet found the type of solution that I'm looking for. I'm wondering if it is possible to make an ImageSpan clickable so that it can be displayed and ...
0
votes
1answer
157 views
Android parse urls from JSONArray in Textview and make them clickable
I'm currently parsing JSON in my android app (note that I am quite new to this stuff; both android and JSON). Now I got a JSONObject and inside this object a JSONArray with links (strings) inside ...
0
votes
0answers
268 views
Android: Setting ListView item's pressed style while keeping OnItemClickListener functional
I would like to have a ListView where the items are defined in a separate XML resource, the root element being LinearLayout.
Now if I specify a selector for the LinearLayout as a background drawable, ...
0
votes
0answers
52 views
tools for javascript toggle edit form input
I've got a with some text and a "edit" button next to it. When I click it, the text transforms into a small form with one input and a save button. The request is processed via AJAX.
I've done it ...
0
votes
2answers
280 views
Multiple Clickable Zones ( Thumb imageview + textview + listview row ) w. Base Adapter
Long story short im trying to add the clickable functionality from the top half of the code below to the custom adapter below.
I found this tut(modified version of the source in the top part of the ...
0
votes
1answer
146 views
Turning url from SQL into clickable link
I'm trying to make it so any text url inserted into the 'tag' column of my sql database will be turned into a clickable link within the php table. Right now, I'm having to manually put the link html ...
-2
votes
2answers
61 views
how to open links in json in safari?
In my app I have a UITableView displaying tweets from a downloaded json file. Many of the tweets contain a link (to Instagram for example). How would I go about making these links open in Safari? What ...
-9
votes
1answer
250 views
Android textview with clickable phone number [closed]
I have a textview showing
Phone: 0900-1111, Fax: 0900-2222
Is there a way to make the phone clickable but not the fax.
Using
Phone: <a href="tel:09001111">0900-1111</a>, Fax: 0900-2222
...
2
votes
3answers
285 views
Actionbarsherlock custom layout clickable imageview
I am trying to make my imageview that is defined in my custom layout for Actionbarsherlock clickable. My activity first sets a layout:
setContentView(R.layout.myLayout);
The actionbar_layout is set ...
0
votes
1answer
60 views
Multi clickable-zone on image Android
In my application, i need to display a map of France, divided into 5 zones.
I did it with an image editor : i divided my map into 5 parts and save each part as a png. Each PNG has the same size.
...
0
votes
1answer
56 views
TableView from SQL with OnClickListener
I've been searching and found some Questions, but not the one I want to ask. First, second and not so for my theme third one provided me some help, but not at all.
I want to make a tableview which is ...
0
votes
0answers
87 views
Javascript and HTML clickable areas on live video
As shown at "HTML Tag" of http://www.w3schools.com, it is easy to create clickable maps/areas/zones on an image in HTML.
How to create clickable areas i.e. "maps" on a live video stream?
Is it ...
0
votes
0answers
139 views
how to return image map in gwt servlet?
i have generated chart and imagemap using jfreechart in gwt servlet...but i am getting only chart...i want clickable imagemap...i guess i need to return chart and image map sepratly..how can i do ...
2
votes
1answer
530 views
Can't make URL clickable in UITextView
I'm using Interface Builder to layout my app. I have a UITextView that contains some text, part of which is a URL that I'd like to make clickable (e.g. launches a browser). I've read up on how to do ...
0
votes
1answer
91 views
How to make clickable the GridView?, not the grids
I want to make clickable the GridView, namely, the view. By default, the pulsation is made on the grids, but I want that the GridView acts as a only one view. How can I do it?
0
votes
1answer
198 views
jQuery overlay image within slideshow
I'm just trying out to implement a slideshow like you find it on http://www.caffeuno.co.uk/
I have already a slideshow but what I need is the feature shown on this site:
Picture 1, wait a little ...
0
votes
3answers
306 views
Making a custom android ListView adapter Clickable
I've been trying to create a clickable listview that takes in a string array and a few images and presents them in a textview style. So far I have managed to create a listview with each of the strings ...







