Questions tagged as 'eventos'

0
answers

Event Scheduler can not be activated

I have a website and I created a simple ad expiration system through an SQL event, which runs for a certain amount of time and changes the ad's state if this dataexpiracao field has been exceeded. This works fine on the local server (XAMP...
asked by 31.05.2015 / 19:32
0
answers

Remove events from the message queue

How can I prevent my class (UIView) from receiving a ring event when there are still events of the same type in the message queue?     
asked by 21.05.2015 / 12:24
2
answers

How to create events in C #?

I have two classes one that has a list and I would like to have an event that every time this list was changed this event was called. public class Exemplo { List<string> lista = new List<string>(); //Quando esta lista foi a...
asked by 09.07.2018 / 19:28
2
answers

How to add event to the event of an inherited form in Delphi?

I've been working on a lot of things, but I'm not sure what to do with it. inherited from FModelo1 has in addition to the inheritance of the OnCellClick event of FModelo1 its own CellClick event added when clicked. This is not happening becau...
asked by 12.04.2018 / 18:27
5
answers

How to display DIV if the radio is dialed?

I have the following code: <form> <input type="radio" id="div1" name="consulta[]" value="1">Opção 1 <input type="radio" id="div2" name="consulta[]" value="2">Opção 2 <input type="submit" value="Registrar"&g...
asked by 27.11.2017 / 11:42
1
answer

Execute event only if another event has already been executed [closed]

I have two listeners for the scroll event, and I need the second to be executed only if the first one has already been executed previously, only once, until the first event is executed again. For example, I have event X and Y; X can only be ru...
asked by 06.06.2018 / 05:15
1
answer

How to execute event just after the $ ('div'). load (url)?

I want to know how to do $('#div-search').on('load', ()=>{alert('carregou');}); I have a div where there are several $('#div-search').load(url) in the code. however now I need to perform a series of validations after l...
asked by 07.02.2018 / 15:57
1
answer

How to use using events in Js without html [duplicate]

How do I do this? <html> <head> <script language="javascript"> function teste(){ alert("oi"); } document.getElementById("as").onclick = function(){ teste(); }...
asked by 27.06.2016 / 17:52
1
answer

How to detect changes of more than 15px in Resize in the [duplicate] window

I need to trigger an event (alert) whenever a window is resized, but only when the difference goes from 15 pixels (for less or more). What is the simplest way to calculate these 15px?     
asked by 19.03.2015 / 20:02
1
answer

AngularJS ng-click event does not work when configured on an element coming from an asynchronous request

I have a page called DLL.php that contains a DataTable ( link ). I used the DataTable plugin's interface to dynamically load the contents of the DataTable. The last column of the table contains only checkboxes. I want these checkboxes to trigger...
asked by 20.03.2015 / 16:49