button

Is there an Android API to get the default button pressed/selected colors?

Hello all, I am trying to create a button that has a custom background in the default state, but that still uses the colors for the pressed/selected states that are particular to whatever device it is running on. From looking at the EditText source code, it appears that there is no such API, and that the pressed/selected colors are sim...

Flex : Detecting When Buttons are Invisible

Hi, I've got a few HBoxes with buttons in them. I programmatically make certain buttons invisible. At a certain point, all of the buttons should be invisible. How can I tell when all of the buttons are invisible? What's the easiest way of doing so? Each button's visibility is determined independently of the other buttons. <mx:HBox> ...

jQuery dialog serving multiple button's click event handller

I have a scenario where... 1.) Have created a div with a dropdown list and ok, cancel button 2.) On document ready - registering div created on step 1 into a jQuery dialog 3.) on a javascript button click - I am opening this dialog box. 4.) Now, the problem is - the jQuery dialogbox which I have created, needs to be used by other button...

Twitter button 'url' parameter does not contain a valid URL.

I am passing this url http://new.wadja.com/petty01#bad religion to twitter button and I receive 'url' parameter does not contain a valid URL. Below I have an example of my tweet button -- hmm...stack-overflow is not displaying the frame below anyway -- end of frame Any ideas? I am using URL encode in js. Than...

Buttons Are Automatically Selected (how to turn this off?)

I have winform buttons that when you load the form, a certain button is selected. What I mean by selected, is that if "enter" is pressed, the button is pressed. How can I change my buttons so they don't do this anymore? ...

Selenium: Dynamic clicking of radio button beside search result

Hi all, I'm a month-old with Selenium and so far all I use is the IDE. Haven't had the luxury of reading on RC (although I will be after this critical project). Anyway I would like to know how I could click the radio button beside a search result w/c does not always appear on the same position. W/ my limited knowledge in Selenium and pr...

WPF Can a button carry data to it's event handler.

Ok this might be simple or just not possible. Probably it's something that is frowned upon. Let's say I have a combobox and a button beside it. I choose a item from the combobox and press the button. In my button handler I guess I'm supposed to fetch combobox.selectedValue to get the item ( is there a better way). Let's say I don't ha...

css question - themeing button

hi, i've made a little button widget which is styled with some gfx. my css class for that button is like: div.tButton { height:20px; cursor:pointer; background-repeat:no-repeat; background-image:url(/button/button.png); } ... that .css also has classes for hover, click and disabled button-state. what i wanna do is cr...

jquery: looking for button plugin

hi, i'm looking for a fancy button widget which is styled like a xp/win7 gradient button and supports fontsize/format, icons .. any suggestions? :) thx ...

Can I re-purpose a UITabBar button as a normal button?

What I'd like to do is have 3 or 4 buttons on a UITabBar. All except one of these behave as normal UTabBar buttons - ie they switch between different views. But I'd like one of the tab bar buttons to perform a function - refresh the app's data - without switching views… Is this at all possible? ...

What is wrong with my androidbutton with SensorEventListener? (Simple?)

What I'm trying to do is if the user shakes the phone nothing happens. If then the user presses the button and shaking the phone plays a sound. When the user presses the button again the sound stops. This works the first time, but if the user does the same thing again can't the user stop the sound with a second click. The sound never sto...

changing a button color on hover?

i want to change the color of a button on hover, when a user goes over it. this is my solution, but it deosnt work a.button { display: -moz-inline-stack; display: inline-block; width: 391px; height: 62px; background: url("img/btncolor.png") no-repeat; line-height: 62px; vertical-align: text-middle; text-align: c...

How to JS function to catching Reload Button

How can i write JS function to catching a Reload Button (on browser) then i pressed on. I want to pop up alert something like that. etc. -> and back button too. Thank you. ...

Android Canvas in my layouts?

I have a ViewFlipper that is transitioned between each view, I want to draw animation to a set of canvases, one for each view. How would I go about integrating the canvas into the view so that I can still have my buttons on top of it for example? If this isn't possible, how would I go about making images drawn to the canvas clickable s...

Playing sound effect (CLICK/NAVIGATION_RIGHT) for button clicks - Android

Hello, I'm trying to use the playSoundEffect () method to play a sound effect when a button is clicked, but so far its' proved very difficult for some reason. I have defined the following. <ImageButton android:id="@+id/Button_flip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="FLIP!" android:src...

Widget button setBackgroundResource

Hi, i have a widget and i personalized my buttons with a personal layout using a resource layout. At a certain moment i want to change this type of button (that now is green), with another style (that is red), so a tried in my onReceive method this code: remoteViews.setInt(R.id.ButtonAddOne,"setBackgroundResource",R.drawable.buttonlayo...

Grails: How to make a SAVE button inside the same table and make it work??

Hello there: I have the create inside the table/list that Grails provides. Here is a pictures of what I have As you can see, I create everything on the first row of my table, and then from the 2nd row and on is the actual list. In the last column of the 2nd row, you can see I have the UPDATE button and a delete button. The delete ...

Image in Button: Strange space

First the result in Firefox 4 Beta 8: The former element shown is a button with an img the latter is a div with an img. As you can see in the former case there is some strange space between the border of the img and the border of the button. I wonder how I can remove it. Here the CSS file: * { margin: 0; padding: 0; } butto...

[iPhone] delete button is stay out side of UITableViewStyleGrouped cell background

Dear all, I am using a UITableView with style is UITableViewStyleGrouped, but when I set the table is editing = YES, the content cell is scaled so the delete button is stay out side of background as below screenshot How can I make the delete button is stay inside of white background? Thanks! ...

WPF button with image of a circle

I have a coloured circle in a .png, the rest is transparent. I am able to place that image on a button but the rest of the button's style is visible on the transparent are of the image. How can I hide it, in normal, mouse over and pressed mode? ...