Questions tagged as 'eventos'

2
answers

Textbox on asp.net

Have you noticed that sometimes they register on one or another page, when changing focus in terms of textbox, either tabulating or directly with a click, beside it appears a message validating the data? Eye, this without doing postback or an...
asked by 17.07.2017 / 15:59
1
answer

Java FocusLost Event using Swing

I would like the message that is programmed to be shown once the JTexfield1 loses focus, does not show if I click outside of my application anywhere on my desktop. Here I put the sample code: private void jTextField1FocusLost(java.awt.e...
asked by 15.05.2017 / 19:57
1
answer

events play () and pause () Jquery

watching tutorials to practice perform xylophone (musical instrument) and create a couple of buttons that reproduce a rhythm with certain notes. My problem is that if I click one of the btn to play a rhythm and immediately I give another btn...
asked by 26.04.2017 / 22:11
0
answers

PictureBox moves when it should not in Event MouseDown c #

Good morning! I have a problem with an application that I am developing. I have my own class that inherits from PictureBox, with several events. Among them a MouseDown and a MouseMove. The fact is that when I click on that object in my cla...
asked by 08.03.2017 / 08:58
1
answer

handle events in mvc5 for touch screens

I am in the need to develop an application that works in a totem: without keyboard, with touchscreen, which I plan to develop with ASP.net MVC 5 in .NET I have looked for information to handle events, but the truth is that I am half lost on t...
asked by 20.03.2017 / 14:19
0
answers

Call an event on JFrame with JButton

This is my first post, so I hope to do things right about the forum rules. You see, I'm designing a user interface that will use sphinx-4 to recognize and process voice commands. I already made the library work in Eclipse Neon, however, I want t...
asked by 13.10.2016 / 17:31
1
answer

form Submit with button jQuery

I have a two-page form and I want to use the jQuery button event on page 1 on page 2, to display a jQuery message: Page 1 index <form method="post" action="Guardar.html"> <input type="submit" name="boton" id="boton"/> </...
asked by 08.11.2016 / 17:10
3
answers

Event click on just the element clicked

My problem is the following, I need that when clicking with an mouse on an html element, the click event is executed only on the element clicked and not that it is executed in the other elements that share the same call. I could n...
asked by 22.11.2017 / 17:58
1
answer

Events javascript [closed]

Good morning, This is a row of my table, each of them has an onclick event. Pressing on the select calls that event something that it should not do. How can I do so that if you press on the select, open the select and if you press outside the...
asked by 17.01.2018 / 16:15