Questions tagged as 'eventos'

1
answer

Click event. Display message in current form and open new form

I need to make the click event of a button on a form open another modal form. While the other form is loaded, I need to display the user a message on a StatusLabel from a StatusStrip. (a msg of type ... Wait for the configuration to be loaded .....
asked by 30.10.2014 / 13:47
2
answers

How to focus on an object after closing modal bootstrap 4.x?

I need to focus on an object after closing the modal bootstrap In the bootstrap.dialog (old) I can do it because I can program in the event close of the close button, but the bootstrap 4 close is generic. The idea would be as below:...
asked by 21.09.2018 / 22:19
1
answer

VBA Events in PowerPoint

Hello, Exit some Powerpoint event that allows you to run a subroutine by selecting a slide. For example, the presentation is running ... When you get to slide 120 it has to execute a routine or a macro without any user action or button....
asked by 11.01.2018 / 12:08
1
answer

Can I create an event in PhpMyAdmin?

I want to create an event in PhpMyAdmin, where every day it implements +1 in a field of type int , but in my local server it works normally, in the hosting it says that I need the user super global , all right until then, the head I...
asked by 06.11.2017 / 07:23
1
answer

Problem with running EventListener

if((document.getElementById("avatarZica").innerHTML == "")){ document.getElementById("avatarLegal").addEventListener("click", function(){ document.getElementById("avatarZica").innerHTML = "<canvas class='emscripten' id='can...
asked by 20.03.2017 / 20:31
1
answer

Output from a method or event - C # / WPF

I am using a return to be able to exit the textEstado_Validate event. The problem is that when it exits this event, it enters textEstado_KeyDown . How can I prevent it from going into any other methods and events? private v...
asked by 03.02.2016 / 19:43
1
answer

React.js Failure Handling Events

I'm starting to learn React.js by seeing some videos, tutorials and documentation. However, I'm having a problem with my code in Google Chrome appearing like this: AndinFirefoxneitherIgetanyerrormessageinformationandsupposedlyshouldappear,at...
asked by 26.07.2016 / 20:39
1
answer

Trigger an event by pressing the 2x volume button?

I would like to trigger an event only by pressing the 2x volume button quickly. I have the following code, but it fires when I press the button once. How do I trigger it only by pressing 2 times at a certain speed? Follow the code: @Over...
asked by 13.06.2017 / 15:01
2
answers

Events do not work with dynamic video?

I'm using a page where content is loaded dynamically with ajax, the problem is that some events, especially video, are not working as they should, for example: My functions.js loaded when entering the site: $(document).on("timeupdate...
asked by 04.05.2017 / 14:23
2
answers

How to simulate scrita in input by Javascript (without Jquery)

I need to simulate an input as if someone is typing this includes calling the Keyup, KeyDown, Keypress, Change etc events. Just javascript even without JQuery.     
asked by 20.05.2018 / 01:59