Toggle buttons look similar to regular Buttons, but are used to show or change a state rather than initiate an action. A toggle button's two states, set and unset, are shown by its appearing "pushed in" or "popped out" respectively.

learn more… | top users | synonyms

0
votes
2answers
28 views

Android Access toggle button status from a custom view

I have an activity Select_episode. This creates an adapter of CustomListViewAdapter which contains a toggle button. In the CustomListViewAdapter, I can check the status of the toggle button in the ...
0
votes
0answers
41 views

How can I force a ToggleButton within a RadioGroup to stay selected on a second press?

I have a RadioGroup in my activity that contains four ToggleButtons with a custom background. I want the user to be able to choose any one of the buttons at once, and there should never be no button ...
0
votes
1answer
67 views

Android mediplayer code with toggle button doesn't work

I've got mp3's in res/raw folder. In xml file I got 2 toggle button whose ID's togg1 and togg2. And with this main class i try to run. It works but when i click toggle buttons it doesn't play and song ...
0
votes
3answers
290 views

jQuery toggle button not working .on('click')

this is a script i found here, which i changed from .live to .on I have an anchor with a class login attached, the logout will open a form using jquery, and change the text and class of the current ...
0
votes
0answers
72 views

Android: Set a checkbox to “checked” from a different fragment

is there any way to set a checkbox to "checked" from a different fragment? I'll try to explain better; My app got different fragments, and, in every fragment there are some checkbox. I just made on ...
1
vote
2answers
382 views

ExtJS On/Off Button

I want to create mobile like on/off button with extjs in my web application. I couldn't find any sample or solution for this. I want actually like this: Demo CSS /* Created by @JohnieHjelm. I ...
0
votes
1answer
230 views

Android ToggleButton - do something while enabled without locking up UI thread

What I want to do is run a method that will play a random sound from my assets while a ToggleButton is On. And then stop doing that when the ToggleButton is Off. The problem is that as currently ...
1
vote
2answers
243 views

List View with toggle button in android

in my application i have list view with toggle button and textview.Here i am going to perform two actions on the list. 1)click on the toggle button. 2)clicking on the list view item. both working ...
0
votes
1answer
97 views

How to develop a windows way toggle button in android?

I need to design a windows kinda toggle button for my android application. I dont know which one to use. I tried using SeekBar & ToggleButton. I am not able to simulate the same way. When you ...
1
vote
1answer
903 views

Bootstrap - button toggle not working right

I have a lot of buttons together and I want to toggle only one, so it's color turns red. When another button is clicked the first button goes back to normal and the second button clicked turns red. My ...
1
vote
3answers
2k views

customize toggle button on Android

I customized the Toggle button by using a drawable defined by using a selector. I use this drawable as background for the Toggle button. <ToggleButton android:id="@+id/mailbox:toggle_button" ...
0
votes
2answers
192 views

Cannot set background-color in jQuery button

I have a jQuery UI toggle button. When the button is clicked, I want to set the inside square to an arbitrary color. Here is jsFiddle that show the issue. http://jsfiddle.net/fvcdY/4/ When the ...
0
votes
1answer
512 views

How to change width of flip toggle switch mini?

I am unable to change the width of a mini version of a flip toggle switch, and the text is not all shown. If it is not mini, I can change the width using the technique of adding this to the CSS: ...
1
vote
1answer
1k views

Change “on” color of a Switch

I'm using a standard Switch control with the holo.light theme in a ICS app. I want to change the highlighted or on state color of the Toggle Button from the standard light blue to green. This should ...
0
votes
0answers
212 views

WPF RichTextBox and Toolbar Interaction

I am curious to know how to interact with the toolbar from the Richtextbox when it comes to ToggleButtons. In other words how do I get Ctrl+B in the RTB to trigger the toggle effect of the Bold ...
1
vote
3answers
714 views

Why won't my radio button change checked state, like a toggle button (Android)?

For the purpose of ascetics, I need to use a radio button as a toggle button. Unfortunately, I can only get it to either stay checked or uncheck but not recheck. I've tried every combination I can ...
1
vote
3answers
913 views

Show/Hide divs, “one by one” and “all at once”

I'm using this to show/hide some divs, at the end I have a button to show the divs one by one. How can I have a second button to show/hide all of them at once without messing too much with the HTML? ...
0
votes
3answers
309 views

android toggle button state set texview text

i have a toggle button which when set to the on position sets the hint to one of my textview to "kg" . the initial hint of the text view is "st" which should be shown if the toggle is ...
7
votes
1answer
4k views

On/Off Toggle Button in Preferences & Action Bar - Ice Cream Sandwich Style

I am referring to the blue ON/OFF styling as seen in the default Android Settings app on ICS phones. It can also be seen here: ...
2
votes
3answers
4k views

Use Android 4.0 styled toggle-button

What I'm trying to do I'm trying to use in my Layout the Android 4.0 styled togglebutton. For this I selected the Theme = Theme.Holo.Light . When I take the togglebutton from there its that square ...
1
vote
1answer
274 views

Body background image and jquery

I am knew to jquery and I am having a bit of trouble with trying to get something working. Basically I have a wordpress site, on each page is a different background image for the body tag. I want to ...
2
votes
3answers
470 views

jQuery if div contains text, toggle button

I'm trying to get a button to be toggled if a div contains a string of text. Something like: $(document).ready(function(){ $(function() { if ('$div#trackingnumber:contains('Hello')');') { ...
0
votes
1answer
400 views

Uncheck ToggleButton after some period of time

I want my ToggleButton to be unchecked after some period of time when i check it. I am using Timer and TimerTask but my application always force close when i try to do this. This is the code: public ...
7
votes
1answer
3k views

how to change the background color of the toggle button in android

i tried to change the background color of the toggle button using XML file as white color but the toggle button is totally damaged it look like all the button was covered with white. There is no ...
0
votes
2answers
426 views

Error in calling StartService while in setOnClickListener onCreate

I have an activity which calls a service through startService(new android.content.Intent(this,NeglectedService.class); I am trying to add a ToggleButton, that while isChecked(True) the service will ...
5
votes
3answers
7k views

sencha touch toggle button

how could you run some action when pushing a toggle button like: { xtype: 'togglefield', name: 'enableSnd', label: 'Sound', value : 1, ...
1
vote
3answers
4k views

Toggling Bluetooth on and off?

Is there a simple tutorial or dose anyone have code to toggle Bluetooth on and off using a Toggle-button in eclipse building for android? If anyone can help that will be greatly appreciated. -Thanks ...
0
votes
2answers
1k views

Turn off airplane mode [A continued question]

Okay so now I can turn on the airplane mode (thanks to the help of Stealth Rabbi in my other post. AirPlane ToggleButton??). The problem now is when I click my toggle button to turn Airplane mode off ...
0
votes
4answers
203 views

How to determine which div is currently displayed behind a button when button is pressed

I'm using Javascript/Jquery to have a button toggle which div is displayed in the user's window. I have my initial background div #container which gets toggled with a different div if the user clicks ...
3
votes
4answers
499 views

jQuery animation glitch: functions fire in wrong order when mousing across to quickly

NOTE: I didn't write the script in question, my collegue did. Just volunteering to get some input on this for us. Please pardon incorrect terms or descriptions that sound like a noob; I'm not a ...
0
votes
1answer
2k views

jQuery UI toggle button events

How do I bind events to a jQuery UI Toggle button? More specifically, how can I bind events that are going to fire? The checkboxes are rendering to toggle buttons correctly, but any event handlers ...
0
votes
1answer
1k views

Best way to code a big one-click toggle button to replace a single checkbox and submit button form?

I've got a page that has a simple one checkbox form with a submit button for users to mark that item as "want to play." Given the simplicity, I'd like to replace it with a single DIV and graphic of a ...
0
votes
1answer
768 views

HTML toggle button for simple site using php possible?

I've got a simple website using plain HTML/CSS to display and PHP/MySQL for data storage. Now I'd like to add a toggle button similar to facebooks "like" button. How can I act on the user pressing ...
1
vote
1answer
2k views

How to create a reusable toggle button in AS3?

I'm trying to make the code below reusable. I need multiple toggle buttons in my flash project. Right now the code below works on one button. If I continue and create more buttons, and follow the ...
4
votes
1answer
5k views

toggle UIButton-state when pressing, like a switch

-(void)setState:(id)sender { UIButton* button = (UIButton*)sender; BOOL buttonBool = ([button state]==selected : YES ? NO); [sender setSelected:buttonBool++]; } this is my idea, but i ...
1
vote
1answer
2k views

Multiple ToggleButton image with different highlight image in WPF

I am very new to WPF and needed some pointers as to why this is not working correctly. I am trying to make a maximize button that will change to a restore button when clicked. I thought a toggle ...
0
votes
1answer
2k views

JQuery: Toggle submit button according to if terms are agreed with or not

I have a checkbox with id terms and a submit button in my form with class registration. I would like the submit button to be disabled initially, and then to be toggled on and off whenever the user ...
2
votes
2answers
4k views

WPF Popup hiding problem

Suppose you have a ToggleButton for opening a Popup, same behaviour as all known elements as ComboBox etc. ... which is this code: <ToggleButton x:Name="PART_OpenToggleButton" ...
63
votes
1answer
46k views

Android: Specify two different images for togglebutton using XML

I'm attempting to override the default ToggleButton appearance. Here's the XML that defines the ToggleButton: <ToggleButton android:id="@+id/FollowAndCenterButton" ...
6
votes
4answers
21k views

Customizing the toggle state of a toggle button in wpf

I wanna customize the toggle state of the toggle button in wpf. I want to set a image to the toggle button when it is on and set another image when it is off. TO do so, i thought of using triggers. ...
8
votes
3answers
10k views

How to toggle a WPF Grid column visibility

I'm having some trouble getting this to work in a WPF app I'm working on. Basically, what I'm after is something like the Task pane in an MMC: The app has three columns in the main part of the ...
1
vote
3answers
2k views

How to toggle only the *next* .class or div (not the rest)

I was wondering how to toggle a "child" div only, clicking in a button which repeats over the html, like so : <div class="button"> <div class="hide toggle"> Blah1 ...
0
votes
1answer
246 views

javascript, flash, and MAPublisher layer toggle issue

Greetings. I'm working with Avenza Mapublisher (an extension for Adobe Illustrator) to create an interactive map. When exporting the map it creates a series of flash swf files, an html file, and ...
4
votes
4answers
661 views

How do you display items which can toggle (UI)

Say I have some state which the user can toggle, for example [ON] | [OFF] . Typically, I use ONE switch (BUTTON) and when the thing is ON, the user sees: LIGHT IS [ON] When it is OFF they see ...
6
votes
2answers
7k views

Android MenuItem Toggle Button

In my Android application, I want a setting to be toggleable in it's menu like the Dialer app does for speaker and mute. You can see a picture below: You see how the Speaker, Mute and Hold ...