Questions tagged as 'button'

1
answer

Buttons with different appearance at design time and execution time

Has anyone had the above problem? At development time the button design is normal. However, after compiling and running the application, they look like buttons from the Windows98 era. Windows 7 - 64-bit Delphi 10.1 Berlin Thanks for...
asked by 10.10.2016 / 16:56
1
answer

onclick on dynamic button causes error "Can not resolve constructor Intent"

I'm trying to create a dynamic button, and put the click function on it. Button btnJogarNovamente; btnJogarNovamente = new Button(this); btnJogarNovamente.setLayoutParams(new FrameLayout.LayoutParams(FrameLayout.LayoutParams.WRAP_CONTENT, Fram...
asked by 17.07.2015 / 15:38
4
answers

How to make Button style Material Design only with CSS

On Android and design system Material Design it is common to see this button they call Ripple Buttom . link ButitisdonewithJSandmyintentionistodoitwithCSSonly.IsitpossibletodosuchaneffectwithCSSonly?Noticethatwhenbtnisclickedittrigger...
asked by 18.12.2018 / 14:39
2
answers

Change ownership of multiple buttons simultaneously

Hello, I'm developing a project for a dental clinic in C # which uses several buttons inside a picturebox to select the teeth, so I decided to put several buttons with a certain opacity and the result was very satisfactory, the problem and that t...
asked by 26.10.2016 / 12:19
1
answer

Create button via code

Is it possible to create a Button through code rather than design mode (xml)? For example: I'll create a screen with a EditText , type a number, and click a Button . After this, x (number entered) EditText is cr...
asked by 16.07.2015 / 18:12
1
answer

Create buttons dynamically

I'm doing a screen where I register some users. On this screen, I have a ScrollView with a Gridlayout inside, with 2 columns. Each column has 1 button, which when clicked, opens a link in the case of Youtube. <ScrollView a...
asked by 17.02.2017 / 14:53
2
answers

Difference between button types

What's the difference between the following components? <button type="button">Click Me!</button> <asp:button ID="cmdAvancar" runat="server" >Click Me!</asp:button> <input type="submit" value="Submit"> I say for...
asked by 09.02.2017 / 19:02
2
answers

What is the real difference between these three ways of switching from one activity to another?

I'm aware of three ways that by simply clicking a particular button, it moves from the current activity to another. I'd like to know which of these three ways is the best one to take into consideration, the fluidity of the application. And...
asked by 14.01.2017 / 20:07
1
answer

Copy Text button in C #

I am new to C# , and wanted to create a button that when clicked, it will copy the text described on the same button. If I did not make myself understood, imagine that the button has a text inserted in it (eg: Csharp ), when you clic...
asked by 10.10.2015 / 02:20
1
answer

How to make blur effect on button?

Is there any way to 'blur' an image button using C # (Windows Forms)? I know this is possible with WPF, but I can not change that now. If it is not possible, is there anything that gives me a similar result?     
asked by 05.01.2015 / 22:50