Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
1answer
23k 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
3answers
6k 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 ...
4
votes
1answer
262 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 ...
4
votes
3answers
11k 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. ...
4
votes
4answers
587 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 ...
3
votes
3answers
2k 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, ...
3
votes
4answers
339 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 ...
3
votes
2answers
4k 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 ...
2
votes
1answer
2k 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
698 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 ...
1
vote
1answer
1k 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 ...
1
vote
2answers
2k 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" ...
1
vote
3answers
616 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
2answers
24 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 ...
0
votes
2answers
142 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 ...
0
votes
0answers
31 views

Toggling image width with click

I have a page of 40 images. I want to make each toggle from larger to smaller by clicking to expand width from 250 to 950 px and click again to contract. (Each image is uploaded at >950px resolution). ...
0
votes
3answers
599 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
505 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
89 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 ...
0
votes
1answer
605 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
375 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
392 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 ...
0
votes
1answer
720 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 ...
0
votes
1answer
218 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 ...