button Questions

15

Solved

I want to have a row of IconButtons, all next to each other, but there seems to be pretty big padding between the actual icon, and the IconButton limits. I've already set the padding on the button ...
Runaway asked 16/5, 2018 at 23:8

5

Solved

I'm honestly new to Flutter and developing. I have been trying to make buttons change colour on tapping for each; it does work, but I have this problem that the buttons take up all the horizontal s...
Deerskin asked 24/12, 2021 at 14:39

2

Solved

I created a View that displays a button which has a Label with name and icon. struct NewWordButtonView: View { @State var isAlert: Bool = false var body: some View { Button { isAlert.toggle()...
Diamond asked 9/10, 2022 at 16:17

6

Solved

I am a beginner in Kotlin .I am not too much familier with this language. I am making one example and playing with code. I Just want to set runtime margin to any view. I also trying to google it bu...
Shermanshermie asked 31/7, 2017 at 9:6

6

Solved

I assigned an Excel VBA macro to a command button, and I am needing to know how to update the text to "Loading" when the macro is executed. I have tested the following code with no success: Works...
Trainband asked 2/2, 2017 at 10:49

3

Solved

I'm a beginner in Android development and am trying to develop a program where the user can convert the text being displayed in the TextView (TextView is displaying a code 39 barcode font text whic...
Rundown asked 3/10, 2012 at 6:27

4

Solved

I created 2 rows of push buttons, each row is inside a QHBoxLayout. I create the buttons in the code: static const char* buttonText = "23456789TJQKA"; for (int ii = 0; buttonText[ii]; ii++) { ...
Conn asked 10/7, 2011 at 3:33

3

Solved

I am looking for a way to put a border for either textview or a button programmatically without using the setBackgroundResource method. The goal I am trying to achieve here is, to change the backg...
Outcome asked 19/4, 2014 at 18:53

6

I have this code here : I am trying to have 3 small square buttons with + and - sign and one in the middle with a digit. I am using material. The buttons now are rectangular and too big for my app...
Erastus asked 26/6, 2018 at 9:30

6

I've noticed that when using the <button></button> element, the browsers will naturally assume that you want to center the inline content, and that the element is clickable. Is it possi...
Incompliant asked 12/5, 2014 at 11:54

12

Solved

I've been working through the Tkinter chapters in Programming Python and encountered a problem where the foreground and background colours of a button will not change. I am working on a Mac OS X 10...
Girder asked 7/10, 2009 at 6:28

1

this is my first time posting. And I've been using this website as a great resource. But I have come upon an issue. I've tried applying a shadow effect to my ImageButton but it doest work? What I'm...
Drisko asked 17/8, 2014 at 9:20

3

Solved

This is my problem, I was building an interface for a program, but for needs of the bosses, the font must be larger. I have changed the font size of every widget without any problem, but with the t...
Towboat asked 6/5, 2016 at 9:21

1

I didn't want to necro an old post so I am creating a new one on this. I have a collectionview that has two buttons on either side to increment or decrement a count, the buttons work however they a...
Countershaft asked 15/6, 2022 at 17:28

10

Solved

Okay, so I'm developing an Android app that utilises a ViewPager to display pages. Within each page, I have a set of buttons to use for navigating between pages (in addition to the swiping between...
Pronator asked 1/6, 2012 at 15:3

6

I've searched all over for this but I can only find how to change/modify styles for input, select and button elements. What I want to do is remove all shadows, borders, background, icons etc every...
Dribble asked 2/11, 2015 at 11:41

8

Solved

How do I toggle the presence of a button to be hidden or not? We have the non-conditional .hidden() property; but I need the conditional version. Note: we do have the .disabled(bool) property ava...
Grillparzer asked 8/8, 2019 at 20:46

5

Solved

I know this question has been asked before, like this: similar questions But my issue is when I do this: LayoutParams params = new LayoutParams( LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_C...
Claire asked 27/8, 2015 at 6:1

2

Solved

How can I have a button perform an action which triggers a function in its 'parent' view? I'm trying to refactor my code so that components are as small as possible. In this case, the button perfo...
Malmo asked 22/1, 2020 at 13:48

4

Solved

Using AspNet Blazor and its EditForm: I am creating a simple form that should contain both an update and a delete button. I do not seem to find any examples of how to pass parameters to the submit....
Stoma asked 4/10, 2019 at 7:13

4

Solved

I need to make a program that alerts me with a windows notification, and I found out that this can be simply done with the following code. I don't care what library I use from win10toast import Toa...
Reparative asked 31/8, 2020 at 9:48

4

Solved

I'm using bound forms for the user to update information on new or existing customers. Right now I'm using a Add New Record macro on the submit button (because I'm not sure how to add or save a new...
Baylor asked 23/8, 2016 at 19:29

4

I’m quite new to swiftui and I was curious on what’s the difference between using a button displaying an image or an image with onTapGesture modifier that make an action just like the action on but...
Beachlamar asked 5/5, 2020 at 1:27

14

I tried to create buttons and insert my own images instead of the standard button images. However, the gray border from the standard buttons still remains, showing on the outside of my black button...
Gentlemanatarms asked 16/7, 2012 at 1:23

23

Solved

I have a button "Choose file" as follows (I am using Jade but it should be the same as Html5): input(type='file', name='videoFile') In the browser this shows a button with a text next to it "No...
Colier asked 14/4, 2013 at 16:48

© 2022 - 2024 — McMap. All rights reserved.