1,243 questions
0
votes
0
answers
10
views
Toggle button doesn't show chart.js from db.json data in my angular app
I'm starting to learn how to build angular apps and I need to implement a toggle button that show/hide 2 charts, one chart has static data and the other on call data from a db.json file through a ...
-3
votes
1
answer
60
views
JFXToggleNode: changing text font weight [closed]
I have some text On my JFXToggleNode and I want to bold the text when it is selected
What I have try so far
.menuToggle:selected .text {
-fx-font-weight: bold;
}
Actual result: nothing changes.
I ...
0
votes
0
answers
32
views
In my ionic angular project, I have included a primeNG tree. In my tree, the toggle buttons are not getting indented
This is my html code. I have put indentation to the nodes using typescript, but toggle button are not getting indented.
<p-tree [value]="treeData" selectionMode="single" [...
2
votes
1
answer
60
views
Unable to Toggle Between Locked and Unlocked States with SVG Icons in JavaScript for Disabling/Enabling Table Buttons
I've got data displayed using tabulator and I've added some buttons to customize the table such as highlighting, saving changes, adding rows etc... and i'm now trying to implement a locked/unlocked ...
1
vote
0
answers
48
views
WPF ToggleButton group - only one button checked at a time [duplicate]
I have an ItemsControl in my WPF application that displays a list of ToggleButtons. Each ToggleButton represents a file path, and I want only one button to be selected at a time. Clicking a button ...
1
vote
0
answers
48
views
Bootstrap 4 Navbar Toggler Button Appears but Does Not Expand the Menu
I am using Bootstrap 4 for my Django project, and my navbar toggle button appears when the screen size is reduced. However, clicking the button does nothing—the menu does not expand or collapse.
Here ...
0
votes
1
answer
21
views
Grouping dynamically created ToggleButtons (to turn off/on in groups) and writing into class
I have a list of possible locations (i) and want the user to bring into order of preference.
Therefore, I have written code to create the "i" locations and assigned ToggleButtons (= TB). I'm ...
0
votes
1
answer
95
views
Pause/Play toggle for Lottie playback does not successfully 'pause'
I am attempting to create a pause/play button 'toggle' for Lottie animation playback. The button appearance is provided by Font Awesome icons, defined in javascript to shaw a 'play' state when the ...
0
votes
0
answers
55
views
How to Create a Top Toggle Button Like Google App in Flutter with Material 3?
similar to the one seen in the Google app’s homepage using Flutter and Material 3. The button in the Google app is positioned at the top of the screen and toggles between different views or sections. ...
0
votes
1
answer
56
views
A Method which runs every second? in Android Studio
Is there a way to create a method in java which will run every second?
I want to check if my ToggleButton is checked every second and if checked then vibrate the device.
In the below code, tb is ...
1
vote
1
answer
74
views
How to untoggle all custom ribbon buttons except one programmatically in Excel-VBA (only works with breakpoint)?
I created a custom ribbon UI for Excel, using the Office Ribbon X Editor. On that ribbon are several toggleButtons. The XML looks like this:
<customUI xmlns="http://schemas.microsoft.com/...
0
votes
0
answers
38
views
Vue.js form with v-if not hidden when showFormBoolena is set to false
I have parentform with a child form that allows to add games.
The childform has option to edit games, and the grandchildform has option to add cards to the game, using a Imageupload component.
The ...
1
vote
2
answers
101
views
Toggling between languages with JS [closed]
I am trying to create a website that can switch languages from English to French by clicking on the toggle button. I tried a few ways without Javascript because I don't know much, and only with CSS ...
0
votes
1
answer
69
views
Bootstrap5 Toggle No Event Response With jQuery.Clone(True)
I enjoy the practicality of Bootstrap5 Toggle plugin. The purpose of plugin provide user the option to toggle from one Module A to Module B. Each line item is wrap under DIV class .lineitem-wrapper.
...
0
votes
1
answer
35
views
XAML: The initial toggle-state of an expander style groupbox is out of sync
The togglebutton of the expander is out of sync. It is styled in a way, that when closed, the arrow points right and when opened points down.
However when starting the app the arrow points right but ...