Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

33
votes
4answers
12k views

How do I make links in a TextView clickable?

I have the following TextView defined: <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/txtCredits" android:autoLink="web" ...
9
votes
4answers
2k views

How can I disable a view behind my SlidingDrawer in Android?

I have a SlidingDrawer that pops up from the bottom of the screen and fills the screen about 80%. Even though the SlidingDrawer view is in focus, it is still possible to click on items, buttons and ...
6
votes
1answer
106 views

Facebook share 'clickable' url-link issue

I have a problem with clickable url-link in Facebook. As you can see nr 1. is not clickable but nr 2 and 3 are. Sometimes it is clickable and other times not. (randomize) What I want is that all ...
3
votes
6answers
378 views

android button not clickable while playing animations

I have a button and while this button is playing an animation, I'm not able to click on button. I've set click listener and touch listener but in debug mode it's not entering in OnClick and in onTouch ...
3
votes
3answers
527 views

How to configure clickable links in SMS?

Many mobile operating systems (such as Android and iOS) automatically hyperlink URLs and Phone Numbers included in an SMS. Is this behavior managed by the mobile carrier, the OS, or the Device? I'm ...
3
votes
4answers
2k views

Clickable URL in a Winform Message Box?

I want to display a link to help in a message box. By default the text is displayed as a non-selectable string.
2
votes
3answers
49 views

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 ...
2
votes
5answers
79 views

How to make background images clickable (javascript or css)

Please take a look this fiddle How to make the background image clickable? When click "Take the survey" will go to a new page. <div ...
2
votes
1answer
236 views

Why ListView Items becomes not clickable after scroll

I created a custom listView with ImageView and TextViews and every thing worked fine until i tried to implement onItemClick, which for the time being only shows a Toast. The problem occurs when i ...
2
votes
1answer
189 views

How can I bind click event to custom overlay with Google maps v3 both in IE and Firefox

I've already subclass my overlay object under the instruction of google document, and my onAdd() function is listed below: MyOverlay.onAdd() { var div_parent = document.createElement("DIV"); ...
2
votes
2answers
512 views

PyQt4 Scatterplot with Clickable and Selectable Points

I'm trying to create a scatterplot with about 1000 data points in a way so that each data point can be selected by clicking on them using a mouse, which will result in bringing up a context menu which ...
1
vote
1answer
63 views

My code causes URL to open in 2 different tabs, why?

As person helped me to figure out how to start open URL in default browser now I am having bit of a problem which causes to open URL in 2 different tabs when clicked. What could be the cause for this? ...
1
vote
1answer
54 views

relative positioned divs not clickable

Nothing in the body of this website is clickable. I can't figure out why. The purpose of this website was to be something like lucasfilm.com, where the header overlaps the body content so the logo ...
1
vote
1answer
97 views

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 ...
1
vote
1answer
64 views

Does making parent clickable makes all child element clickable as well?

There is a LinearLayout with a lot of child elements. When a user touches any of those child elements, the same method will be invoked. In order not to implement the same onClickListener for each ...
1
vote
4answers
97 views

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 ...
1
vote
3answers
69 views

Horizontal clickable Menu

I would like to create a horizontal clickable Menu as in the Microsoft Powerpoint or Word. For example, when 'insert' JButton clicked, I want to see options to be clicked. So the user can choose ...
1
vote
2answers
72 views

jquery making row clickable except for the last column

I managed to get the rows in my table to be clickable and linked to the href in the . However I started to have issues when I made the selector only select the rows except the last column. With the ...
1
vote
1answer
62 views

Scrollable, Clickable text in iPhone SDK

I'd like to make a text based app with clickable text in a scrollable screen. Can't seem to do it with TextView. Let me explain: you open the app and there is a long paragraph. You scroll down and ...
1
vote
1answer
96 views

Overflowing anchor not clickable

I have some paragraphs inside a div and some of the words are wrapped in anchor tags. The paragraphs use white-space: nowrap, which causes them to overflow out of the div's boundaries (which is what I ...
1
vote
1answer
124 views

Cocoa Drawing Clickable Text

I am trying to draw some text that is clickable. I am trying not to use NSButton as my text is being drawn in drawRect and using NSButton in a drawRect makes it add the subview on top of itself unless ...
1
vote
0answers
286 views

Android setColorFilter doesn't update button

I have a button that is has: .setClickable(false); and .getBackground().setColorFilter(Color.GRAY, PorterDuff.Mode.MULTIPLY); upon initialization. I then wait for a GPS signal and when one is ...
1
vote
4answers
366 views

CSS Problem - Link (position:absolute) above a Box not work in IE + Opera

I have a link in the bottom of a div-box, which have position:absolute and should overlay the whole div-box. like that: http://jsfiddle.net/UpwvT/4/ In FF and Webkit it works fine, but in IE + Opera ...
1
vote
4answers
156 views

Possible to create a button with two clickable areas?

Is it possible to create a button in android with two clickable areas? If so how? Thanks for any help.
1
vote
1answer
546 views

Android: making overlay images clickable

I hope someone can help with this. I have created a map app that puts an icon on locations from an xml file, but I need to make the icons clickable to open a page of info about the location. At ...
1
vote
3answers
323 views

Disabling layer under SlidingDrawer in Android

I've found a few questions on this topic and i've tried the solutions, but I can't seem to get it right. I have a TableLayout as the first child in a RelativeLayout and a SlidingDrawer as the second ...
1
vote
1answer
236 views

anchor inside a clickable div

I have this problem with a click script I have connected to a div. The thing I'm trying to accomplish is that when you click on an URL inside the clickable div, the click event wont be called, and you ...
1
vote
1answer
567 views

Android, gestures over clickable widgets

My application contains an area filled with buttons. I wish to implement the activity in such way, that fling gesture over the button area would switch it to one of two another areas (using ...
1
vote
3answers
158 views

Clickable Row & Checkbox conflict

I made my table row clickable with this function $("#grid tbody tr").click(function () { var $checkbox = $(this).find(':checkbox'); $checkbox.attr('checked', !$checkbox.attr('checked')); ...
1
vote
2answers
1k views

Making a JButton invisible, but clickable?

How do I make a JButton in java, invisible, but clickable? button.setVisible(false); makes the button invisible, but unclickable, is there any method that makes it invisible, but clickable? I ...
1
vote
2answers
638 views

Android clickable TextView with hint and image to start search dialog and present selected result

I'm searching for an example that shows how I can implement a clickable textview that starts the Android default search dialog and displays a selected result line. It should have the same behaviour ...
1
vote
2answers
606 views

Can't get my ListView items to be highlighted when they are selected

I have an app that hits a REST service, gets some json and then places it into a listview. My main activity extends Activity and not ListActivity. I can scroll through the list items, but I cannot ...
1
vote
0answers
457 views

android textview links clickable using Html.fromHtml

I have textview in my app. I have a string which I set in the textview. The string is HTML string which has lots of html like images, bold and italics. I used code as follows: ...
1
vote
1answer
448 views

UITableView how to make clickable links

could anyone point me in the direction on how to do this please? i have made a twiter app which i would like to open links from the users timeline. i have sourced the code on how to open the link in ...
1
vote
2answers
484 views

clickable rows in datagridview in asp.net using ajax

I implemented clickable rows in datagrid using ajax. The problem is, when I click the row in the Results page I redirect to another page to view the data. In that page I have an "update" button that I ...
1
vote
0answers
302 views

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)?
1
vote
2answers
1k views

Android. How do I set all buttons clickable or unclickable at same time using setClickable?

The screen displays four buttons. When a button is pressed, a media player plays a sound. The problem I'm having is implementing setClickable for all buttons at the same time. Once a button is ...
1
vote
2answers
339 views

how to pull strings from an array adapted listview for a clicked list item

ok so i have an array adapted listview (the array adapting is done in another class).. i just got the click listener working for the list but now i want set it up so that when i click an item it pulls ...
1
vote
1answer
806 views

TranslateAnimated ImageView not clickable after animation [Android]

I have 2 ImageViews that I translate from the top of the screen to the bottom. these views are infalted from xml and the animation is added from java code. The animation works perfectly, but the ...
1
vote
0answers
107 views

How to add a clickable button to either parent or child of simple expandablelist in android

I have created an application for a simple expandablelist. In the code i am displaying some textviews in the child . I am able to add a button in the child of the expandable list. But the problem I am ...
1
vote
3answers
109 views

Clickable block pointer

// clickable blocks $(".product").click( function () { window.location = $(this).find('a').attr("href").css("cursor", "pointer"); return false; }); The container is made clickable but the ...
1
vote
7answers
100 views

CSS - Hyperlinks aren't going anywhere

For some reason that I've been trying to figure out, the links on my page are clickable, but aren't actually going anywhere. The markup itself looks fine, and I can't figure out if there's some ...
1
vote
1answer
288 views

wxPython controls not clickable

//if I use BoxSizer instead of StaticBoxSizer, the button is clickable. //if there is a radio button under StaticBoxSizer, it is clickable, //but the button is not row1 = ...
0
votes
0answers
14 views

Howt to make a container clickable when its contents changes every second?

Well, I have a table where in one of its cells, I have an anchor and a span, one after the other, and they are updated every second with setTimeout. Is it possible to make the parent td clickable and ...
0
votes
1answer
20 views

Drupal 7. in the views, making clickable and not clickable links of the same content type

A problem in Drupal 7. there are two content types Publications and Staff. Each Publication has multiple authors from the "Staff". The Staff has two kinds, internal Staff and external Staff. In ...
0
votes
1answer
20 views

Dynamically RelativeLayout and clickable

I try to create listView dynamically from code with: @Override public View getView(int position, View convertView, ViewGroup parent) { View v = convertView; ViewHolder holder; if (v == ...
0
votes
1answer
43 views

Problems with Clickable DIV

I have tried to make a clickable DIV, but I am having problems because not all the DIV (it's a logo) turns into clickable. Only a rectangle of 5px in the top of the logo and another rectangle of 5px ...
0
votes
1answer
74 views

How to set background Hilight to a LlinearLayout?

I want to set the background android.R.attr.selectableItemBackground to a LinearLayout. Using xml there are no problems (it works) <LinearLayout android:id="@+id/llMiner" ...
0
votes
3answers
74 views

Android ListView control rows clickable

I have a ListView, it has 3 rows. I want to control rows clickable such as initially only the first row can be clickable and after that, the second row can be clickable and then the third row can be ...
0
votes
2answers
41 views

Conceptually how do you disable all OTHER page elements for modal window using JQuery?

If I write a custom JQuery modal window or "light box," what are the mechanics of disabling all the anchor tags and other clickable elements outside of the div? Somehow do you capture all events and ...

1 2 3