Questions tagged as 'eventos'

0
answers

Problem to visualize the contents of a Column, using FullCalendar

This is a system that allows scheduling the appointments of a local, managed to make it register in the database, however I can not get me to present this information, please if someone has any serious help, for that I'm asking for the last name...
asked by 22.05.2018 / 08:08
0
answers

how to capture text within a python tkinter function?

I am working on a program to close the basic programming course of the university. The purpose of the program is to make the return of lost electronic objects within the U easier and safer. I am working in python and I am new to the graphic inte...
asked by 17.05.2018 / 03:58
1
answer

Question about events

Hi, how would it be so that I can get the result by creating a new element and putting its price, with this I can only access the first one that all the input I created with the blue button using querySelector, but it does not go if I use queryS...
asked by 11.05.2018 / 19:08
0
answers

I do not load the text of the OnFileActive in the RichEditBox when reading it C # UWP

I am using the OnFileActive for when I open a file with the "Open With and I choose my program" because it opens and its text is loaded in the RichEditBox and its path appears in the title of the Notepad-style app, then everything goes well sinc...
asked by 22.03.2018 / 19:11
0
answers

Carousel bootstrap problem with asp events resets the slide

Hi, I'm using the bootstrap carousel in asp, which contains several repeaters. Which in turn launch events. The problem I have is that when going to the server when launching an event, the slide is being changed to the first one that was generat...
asked by 23.03.2018 / 09:31
1
answer

Classes that are source of events for listeners of different interfaces

Talking about personalized events by the user. In the case that a class is a source of events for listeners that implement different interfaces, I create a list of listeners and in the event distribution loop I discriminate to the interface that...
asked by 12.02.2018 / 09:12
1
answer

Problem with Js and the onload event

I'm trying to make an alert on a function load with the onload event. It's easy but it does not work because I'm not. Code: function inicia(){ alert("hola"); } <body onload="inicia()"> <table style="width:50%" border=...
asked by 12.11.2017 / 17:54
0
answers

Touchstart event sometimes does not launch [HTML + JavaScript]

I have problems with javascript touch events in mobile browsers. Normally it works as expected, but there are times when the page is accessed by scrolling and tapping on the screen, while loading "the only way, with which I always manage to repr...
asked by 13.11.2017 / 09:30
1
answer

Problem in launching events and processes from a Windows service

I am developing a project in C # in which there is a Windows service ( Windows Service Applications ) whose function is to generate keyboard, mouse events and launch processes. The service itself can be installed and run without problems, b...
asked by 04.08.2017 / 13:19
1
answer

Check by event scroll

I need to perform certain action when scrolling. For this it would be enough to add document.onscroll = () = { console.log("scrolling"); } . But if the function is very long I guess it would hurt the performance. I want to know if there is...
asked by 20.07.2017 / 17:56