Questions tagged as 'event'

0
answers

When I click on Google chart and try to open a new window the pop-ups are blocked [closed]

When the user clicks on the google-chart I call this event: google.visualization.events.addListener(chart, 'select', function(e){ self.selectHandler(chart, data); }); And then I try to ope...
asked by 20.02.2017 / 16:09
1
answer

touch events (javascript event)

Very good. I'm doing a canvas game for mobile and I have a problem with touch events. I use the clientX, to move the player, if it is in the center of the screen it will jump, and if it is on the sides it will move to this one. Using e.tou...
asked by 14.03.2017 / 18:29
3
answers

Avoid submitting in a form

is that I have a form, and I need to avoid going through the submit if it does not meet certain conditions, this is my js. $(document).on('click', '.validar', function (event) { var parametros = { "User": {...
asked by 20.06.2018 / 18:56
3
answers

What JFrame event allows me to execute a method while the JFrame is Open?

I am looking to implement an event of JFrame that allows executing a method as long as the JFRAME is active, If the method exists, can someone give me the name and an implementation example? PS: I tried the event windowAct...
asked by 29.03.2017 / 22:35
1
answer

The mouseclicked event for menu item does not work for me

The event mouseclicked for menu item in swing does not work for me. I changed it to mousepressed and it works for me ... it's practically the same, but I wanted to know why this does not work in a menu item. EDITED: the code was...
asked by 19.02.2017 / 04:13
0
answers

Event Click Javascript runs on its own

I'm trying to create a listener in Javascript, and in any browser on the computer it works perfectly, but when I run the web from a mobile, the click event runs only, when you want, without having clicked ... This is my function: animatedMa...
asked by 20.12.2018 / 16:26
1
answer

Pass Focus between Buttons

Even if it seems very simple, ps is creating problems for me ... I have a window where I have implemented a ScrollPane and inside a panel. more buttons and a table (so far so good). What I want is that when I click on a button this happens with...
asked by 08.08.2018 / 17:22
2
answers

Event when user grants permissions to web page

Receive a cordial greeting. I need to detect when a user grants permissions to a web page. In my case the page requests camera and microphone permissions since it is a video chat, and I need to stop when the user granted the permissions. Thanks...
asked by 06.07.2018 / 18:19
0
answers

Filter full calendar events

I need to be able to filter events from a select option control. It is an app of sports activities and I need users to filter by activity and show them in the full calendar only the events of those activities filtered.     
asked by 21.06.2018 / 11:13
1
answer

How to replicate jQuery actions in Angular 5

I have a form in html ( Angular ) and according to an event I must execute a function that recovers the value of one input and prints it in another, I did it in jQuery without problems in this way: $('#selector').on('change', function(){...
asked by 20.06.2018 / 02:09