Questions tagged as 'eventos'

0
answers

Click event multiplying

I have a directory listing system that displays files and folders, when I click on an item, it displays a (single) menu that is already set on the page and can be used by all files. In this menu, there is an option called DELETE, the problem is...
asked by 07.07.2018 / 19:05
1
answer

How to make Create event in MYSQL?

I'm now learning about the create event in mysql I am creating a simple test event, but it is not working, it appears in Events, but the table is not updated: CREATE EVENT teste ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 10 SECOND...
asked by 03.05.2018 / 17:04
1
answer

How to cancel an INSERT trigger event?

Hello, I created a trigger that every time the user makes a sale is debited the amount of items, but if I do not take care the amount can be negative because the user can sell more than he has in the database. So I need a trigger that does not I...
asked by 01.01.2018 / 17:58
1
answer

sun only refreshes at end of event

Hello, I have a button with a click event, and when I click on it, I make an ajax request in a foreach. I would like to open a loading mode to run while the requests are being made, but the modal only opens when they all finish and the event...
asked by 10.08.2017 / 15:44
5
answers

Event is not tied to element

I have an event in jQuery (version 1.5) as follows: $('#refresh_abertos').click(function(){ // aqui o código irrelevante nesta pergunta }); It turns out that my #refresh_abertos element is only loaded later via ajax ,...
asked by 21.01.2014 / 14:25
1
answer

Test Expression as user type

I'm having problems, trying to test an expression as the user types. I have TreeList where the user will enter a code, this code has the template: XXXX-XXXX-XXX That is, it can be anything like: A216-0450-001 X515-0477-A44...
asked by 25.04.2017 / 01:49
1
answer

Variable value does not seem to change according to the loop

I have an array and am looping. Inside this loop I take the total size of items from each array and I am summing a onmouseover event displaying a tooltip with those numbers. But when I hover over the element, it only displays a number for...
asked by 17.03.2017 / 20:57
1
answer

How to perform event with class instantiated in another method

I have a method that instantiates a "BandedGridView": private void popula_retContrato(string contrato) { Classes.Datatable.Datatable_cliContrato dat_contrato = new Classes.Datatable.Datatable_cliContrato(); gridControl4.V...
asked by 05.10.2016 / 16:10
1
answer

How to detect if the browser accepts xmlhttprequest events?

It's the following, darned, to make my object compatible with older browsers (if not scold me) I've created a new problem. It is difficult to divert the path according to the browser version because it was not so standardized, browsers accepted...
asked by 18.06.2016 / 22:02
0
answers

Implement Back button in Universal Apps

Well, I'm developing an application for Windows 10 and I have no idea how I implement a back button in a similar Pivot is in the Microsoft Weather application.     
asked by 26.12.2015 / 02:02