Questions tagged as 'button'

3
answers

Create button generate serial number

So, I need to make a button that generates a serial, inside an input text when clicking. But the serial would need to contain [wf] [2017] as default and the rest random. Ex: wf2017892143. I think it's with JS. But any idea how to make this bu...
asked by 21.09.2017 / 16:07
1
answer

How I put on my site a downloadable file with unique id for each person who download

How do I put a file to download to my site where the button link always changes after the file is downloaded and never from a person downloading it through the same link that has already been downloaded once? I use wordpress, I've seen this o...
asked by 17.02.2017 / 22:13
2
answers

Android change the color of a button for 1second

I have a college job where I have to create a Genius game on Android. Where there are 4 buttons and for 1 second each button will blink by changing its background color so the user will have to perform the same color sequence by pressing the but...
asked by 26.11.2018 / 16:23
1
answer

Delphi FireMonkey button in tTabControl does not respond

I'm creating an App with Berlin Starter Edition . I put tTabControl in Form , I created a Tab and put a tButton in it. Both tTabControl and tButton are Enabled . However when I run the program...
asked by 09.09.2016 / 00:41
1
answer

Website button works on desktop but not mobile

I have a button on the site that triggers a lightbox to populate a contact form. The problem that the button is clickable only on Desktop. When accessed by a mobile device, this button no longer works. This is the code I'm using: [formlight...
asked by 10.06.2016 / 21:58
1
answer

How do I make a cell a button in a table?

<div id=table> <tr id="tablebottom"> <th> <h5>Hoje</h5> </th> <th> <h5>Amanhã</h5> </th> </tr> </div> My ques...
asked by 30.11.2017 / 17:10