Questions tagged as 'label'

2
answers

CSS - How to select the last brother?

I have the following HTML structure: <form action="" id="form-contato"> <label for="nome">Nome</label> <input type="text" name="nome" id="nome" placeholder="Nome"/> <label for="email">E-mail</lab...
asked by 18.09.2016 / 15:08
0
answers

Label with Dynamic Text in Tkinter

I researched a lot here in the stack and google, I stayed all night looking for a simple solution but I did not find it, I saw some form of solving but none worked for me so far. Situation: I am creating a Python app using Tkinter to manage a...
asked by 15.08.2017 / 16:32
1
answer

How to remove a Label that was dynamically created in VBA?

The code below, sent by Luiz Vieira, creates Labels dynamically and a click-handling function for each Label. I would like to know how to use the Click event to remove the Labels that were created dynamically. Creating Labels: Dim Labe...
asked by 21.06.2016 / 14:18
0
answers

How to make the form update correctly?

I have a screen in delphi that is updated constantly, is used together with a ratchet, every time a person puts the digital or type the password, this screen is updated with the information of this person. The update call comes from a TThread...
asked by 25.08.2015 / 14:08
3
answers

Javascript - Problem in function that adds textbox

In my page in PHP and Javascript, I created a space that contains two Textboxes and a clickable label to add more Textbox, if necessary, to the numPart div: <div id="numPart"> <div class="inputMGM"><input name="part" id=""...
asked by 23.05.2016 / 15:45
3
answers

Mask in form only in html and css

I'm starting in HTML / CSS and trying to mask just those tags (HTML / CSS) for the fields on my form. Is it possible or should I use JavaScript to import the masks? <label for="campo3">Data de Nascimento</label> <input id="...
asked by 05.03.2018 / 20:48
1
answer

Javascript - Quiz

I'm studying JavaScript, beginner level. So I am trying to mount a quiz according to a tutorial I found but encounter the following error when executing: ["SyntaxError: expected expression, got '<'", "filename": "https://stacksnippets....
asked by 14.03.2018 / 18:05
1
answer

How do I put the value of a variable inside a textbox?

People, I have a boring problem. I wanted to put the text I took from one textbox and put in another that is set to readonly. I wanted it to work as a label. I tried textchange gave error. private void btncalcular_Click(object sender, EventAr...
asked by 12.08.2017 / 07:11
1
answer

Toggle action of a button

I've been researching the internet and found nothing that can explain me how I do to toggle the action of a button in Java ... Example: I have a button that when I tighten it I want it to change the texts of 2 labels, and when I press it aga...
asked by 17.03.2015 / 18:44
0
answers

How to modify the text of a button by pressing it?

I'm very new to this programming branch with graphical interfaces and I'm working on a project with Arduino ... The communication part is OK, however I can not do something simple like: Change both the color and the text of the button at the...
asked by 09.10.2018 / 22:22