Tagged Questions
The togglebutton tag has no wiki summary.
8
votes
3answers
8k views
Binding to a WPF ToggleButton's IsChecked state
I would like to use a WPF ToggleButton to expand and collapse some controls in my application. How can I use XAML to accomplish this?
I'm thinking that I could somehow bind the Visibility attribute ...
4
votes
2answers
110 views
First Toggle button is not making influence on the second
I have small issue and that is I am now working with toggle button and the first toggle button is for day or night indication and second toggle button is for indication of light is on or off. Then my ...
4
votes
3answers
114 views
Adjust TogglerBar button size in Mathematica
Is it possible to adjust the size/font of the TogglerBar, so that they are all equally large in case of different name size.
The example below is the solution proposed by Belisarius for : "Can ...
4
votes
2answers
1k views
WPF ToggleButton and DelegateCommand
Is there a way to determine if a ToggleButton is Checked/Unchecked via DelegateCommands?
TIA,
mike
XAML code below. I'm using ItemsControl and binding to a collection. I'm basically wanting a way ...
3
votes
1answer
80 views
ToggleButtons in ItemsControl bound to an ObservableCollection
First of all i want to excuse my English.
What i want to achieve looks very simple but i'm a bit lost in the implementation.
Background: I have an ObservableCollection of Contacts. these contacts ...
3
votes
1answer
248 views
Problem with the mouse click on toggleButton in WPF
I made a custom control template that turns a groupbox into an expander (clicking on the header expands/collapses the content of the groupbox). It works fine except that mouse clicks don't always go ...
3
votes
3answers
112 views
Can TogglerBar be used as multiple CheckBox in Mathematica?
Would it be possible to have a TogglerBar instead of the 2 Check Box to show or not the different Shapes.
With Green & Red written in each Button of the TogglerBar ?
Manipulate[
...
3
votes
3answers
1k views
How to make a radio button look like a toggle button
I want a group of radio buttons to look like a group of toggle buttons (but still function like radio buttons). It's not necessary that they look exactly like toggle buttons.
How can I do this only ...
3
votes
1answer
405 views
WPF ToggleButton binding IsChecked when disabled
This is a bit of a wierd problem. (.NET 3.5sp1)
I have a UserControl containing three ToggleButtons, each with IsChecked bound to different dependency properties on the UserControl itself. Two of ...
3
votes
1answer
1k views
How can I get working dynamic ToggleButton text under android?
I've got a ToggleButton that's set up like:
final ToggleButton filterButton = (ToggleButton) findViewById(R.id.filterTags);
filterButton.setOnClickListener(new View.OnClickListener() {
...
3
votes
1answer
1k views
Why does WPF toggle button pulse once unchecked
Within a Desktop app I have a toggle button:
<ToggleButton x:Name="CFStglBtn" Checked="cfsCBox_Checked"
Unchecked="cfsCBox_Unchecked"
IsChecked="True" ...
2
votes
1answer
72 views
setOnClickListener for ToggleButton/CheckBox in not working in ListView?
I want a check box or toggle button in listView, and set onclicklisterner but it works only for zero position, here is my code
String[] NewTransferItems = { "Spendability", "Accounts", "Budgets",
...
2
votes
1answer
63 views
Toggle Between Three State With JToggleButton
How can i implement a 3-state toggle button? I'm using eclipse and windowBuilder and i'm coding a program which has to have 3-state buttons. I used JToggleButtons and their two state for two bu can't ...
2
votes
1answer
169 views
How to change ToggleButton from ViewModel?
I came across an interesting issue.
Summary: I can't change the state of a toggle button from the ViewModel. The same problem seems to be with Microsoft ToggleButton as well as Telerik Controls.
...
2
votes
1answer
174 views
How do I set the color of a toggle button in wxpython?
I have a collection of button that I've created and need to change the color of the button when it's pressed. Currently it set the default colors (grey = inactive; light blue = active):
but I want ...
2
votes
5answers
508 views
ToggleButton Text Label Placement for On and Off State
Is there anyway to control the text position for a ToggleButton's on and off state? For instance, I want the text label to be left aligned when on and right aligned when off.
EDIT:
Also, I'd to ...
2
votes
1answer
320 views
Popup and Togglebutton interaction in wpf
I have a control that contains a Togglebutton and a Popup. When the ToggleButton is clicked on, the popup appears. When the ToggleButton is unchecked, the popup should close. Additionally, clicking ...
2
votes
1answer
414 views
Change ToggleButton/RadioButton state only on external event
I want to present several ToggleButton/RadioButton elements that:
Map to an enumeration, meaning the DataContext has a "public Mode CurrentMode" property.
Are mutually exclusive (only one button is ...
2
votes
1answer
470 views
How can I create a toggle button similar to the Twitter apps location toggle button?
What custom button should I use which could be slided right and left such as on turn on/off location button on android's twitter app as the picture below:
and also any link or guide to create ...
2
votes
1answer
894 views
How can I create a set of ToggleButtons that behave like RadioButtons?
I am using C# and WPF and I basically want to have some toggle buttons and only one of them can be selected at the same time.
I found another question about that, but the solution shown there does ...
2
votes
3answers
762 views
Why won't IsChecked change on this toggle button?
I have the following xaml for a toggle button:
<ToggleButton Margin="0,3" Grid.Row="3" Grid.ColumnSpan="2" Command="{Binding DataContext.SelectAllCommand, Mode=OneWay, ...
2
votes
2answers
227 views
MVC toggle buttons
I have a group of buttons at the moment which users can select to filter out a grid. The problem is that after one of the buttons is clicked, the user does not know the current active filter that was ...
2
votes
1answer
1k views
Android Layout: Why don't the TextView and a ToggleButton align
I'm trying to put a TextView and a ToggleButton in a table row, however, they don't seem to align (The top of the button starts about 10px below the top of the textview even though the height each ...
2
votes
2answers
3k views
WPF ToggleButton IsChecked binding issue
I am trying to create a situation where one or none of a grouping of two ToggleButtons can be on at any time. The problem that I have is if I change the state of the backing variable the UI state does ...
1
vote
1answer
63 views
Change ToggleButton image when clicked Silverlight
I cannot for the life of me figure out how to change a ToggleButton image when clicked. I have looked up countless examples and they are all outdated and no longer work. Or if they do I cannot get ...
1
vote
3answers
56 views
How to hide combobox toggle button if there is only one item?
I have a WPF application. In one window there is a combobox..and I want to hide the toggle button and disable the combo box if there is only one item.
How would I achieve this ?
I have tried the ...
1
vote
2answers
47 views
write to style sheet with radio button
I am looking to have a toggle button that will write to a CSS file on the server and switch between visibility:hidden; and visibility:visible on a DIV named building1
I cannot use a style sheet ...
1
vote
2answers
43 views
Different Font for different button states
I am using a Toggle button control in Silverlight. Please tell how can i use a different font family for its Checked and Unchecked states. I have tried editing Toggle button template using Expression ...
1
vote
2answers
145 views
Customizing ToggleButton without PNG
In my application I'm using ToggleButton, but application colors is black and dark-gray, so I want to make the ToggleButton black.
Is there a way to change the background for ToggleButton without ...
1
vote
4answers
64 views
Why do I get a runtime error with two linked gtk toggle buttons?
I have two toggle buttons that I want to link together so that pressing one releases the other one. So my signals look like this
def on_btn1_tgl_clicked(self, widget, data=None):
toggled = not ...
1
vote
2answers
277 views
Binding ToggleButton's IsChecked property in WP7
I have this ToggleButton in my WP7 app which I bind to a property in my ViewModel. I also have a command to the ToggleButton which does work when clicking the button.
Based on the result of that ...
1
vote
0answers
177 views
WPF DataGrid binding custom row header give me suggestion
I am trying to do togglebutton visiblity change on true/false properties,
my togglebutton in row header template,
I also create convert for change properties.
Visibility="{Binding Path=col1, ...
1
vote
1answer
424 views
Silverlight ToggleButton Checked VisualState not working
I'm trying to set up the style for VisualStates on a ToggleButton on Silverlight. Everything works, except the Checked state is not honoring the change in Rectangle.Fill, but the text color change is ...
1
vote
2answers
140 views
Toggle Button in ASP.NET
Is there any way I can use a regular ASP.NET button as a toggle button? There seems to be a simple way of doing it using jQueryUI, but I would prefer to use a regular button since I need very specific ...
1
vote
2answers
269 views
How to change the text color of an Android ToogleButton on state change?
my toggle-Button has different colored backgrounds for each state(red and white).
Now I need to change the color of the togglebutton-text(red/white) when activated.
With xml I just cannot get it ...
1
vote
2answers
318 views
WPF Expander Toggle Button - adress them in setter?
Hi is it possible to assign a ToggleButtonStyle in a Setter in the ExpanderStyle?
Like this is possible in the Calendar:
<Style x:Key="CS" TargetType="{x:Type Calendar}" >
<Setter ...
1
vote
2answers
268 views
Outline around toggle button in WPF
I have some toggle buttons that control the visibility of some tabs. The buttons are styled so that they turn blue when pushed and grey when not. The problem is that when one toggle button is pushed ...
1
vote
3answers
289 views
Android Toggle button Programmatically or XML?
So i have made my own toggle button similar to vista aero glass and rather the on or off state. i would like the toggle button to brighten when selected until it has been deselected. Is this possible ...
1
vote
3answers
149 views
Content doesn't show on ToggleButton styled and templated in code
I found myself needing to define some styles and templates for a couple ToggleButton elements that I'm using in one of my programs. I have everything working, except that whatever I set as the content ...
1
vote
1answer
253 views
delay switch state on togglebutton click
I need to delay the switching of the state of a togglebutton when I click on it. I have to do some operation and than when another event is called the state of the togglebutton have to change. How can ...
1
vote
4answers
265 views
How to add image to Togglebutton without using XAML?
I'm trying to add a image to a togglebutton in WPF - C#. The thing is that the assignment I'm working on can't be made with the use of XAML at all. I've tried to set the Content property to an image, ...
1
vote
0answers
99 views
Problem with handling MouseDownEvent of ToggleButton in Silverlight 4
I'm trying to handler MouseDownEvent for this control by adding a hook to RootVisual:
Application.Current.RootVisual.AddHandler(MouseLeftButtonDownEvent,
...
1
vote
1answer
677 views
Android ToggleButton indicator
I'm struggling with the Android ToggleButton because I try to change the green indicator light. In the Android SDK folder I've found the file drawable\btn_toggle_bg.xml where it says
<layer-list ...
1
vote
2answers
533 views
Removing Android ToggleButton's green indicator light
I would like my app to have a day of week selector with multiple day selection capability. I'm using ToggleButtons for this right now, but because of the indicator lights a ToggleButton takes too much ...
1
vote
2answers
379 views
How to set default IsChecked value for Silverlight ToggleButton
I have a Toggle button defined in a style for a Silverlight TreeviewItem, and I would like it to start off in the IsChecked=true state. I tried simply setting IsChecked=True, but that has no effect.
...
1
vote
1answer
466 views
Using a ToggleButton in a widget?
I am building a widget that currently works with buttons. I want to use ToggleButtons instead, so I change the main.xml to reflect that. Then I run the widget on my droid x and it say "Porblem loading ...
1
vote
1answer
1k views
Silverlight ToggleButton with images
I am trying to create a Silverlight Toggle button style that would flip between a plus and a minus sign. Unfortunately it is always showing a minus sign. Can anyone tell me what's the problem with ...
1
vote
1answer
399 views
Why could not do OneWay binding to ToggleButton IsChecked property?
ToggleButton support ICommand, so I create many command such TogglePlayPause, ToggleMute and it work fine but i need to bind IsChecked property too so its checked state always show correct state. but ...
1
vote
3answers
166 views
Help trying to use a ToggleButton in a dictionnary
I am very new to WPF and I am facing a problem where I need help:
My environment is .net 4, VS2010, win 7
I want to define a styled toggle button that I will use from a User Control. When I declare ...
1
vote
1answer
96 views
WPF: StackOverFlowException iterating grid
This is the case:
I trying to do a extra format to my tooglesbuttons
private void PanelToggles_Checked(object sender, RoutedEventArgs e)
{
ToggleButton currentTB = sender as ToggleButton;
if ...