Questions tagged as 'javascript'

0
answers

how to show the current song playing in my streaming

I would like to know if someone has an example of how I could show the current song that is playing in my stream , I already searched the internet on this subject but I did not understand very well, I just found something like criar uma...
asked by 11.06.2018 / 20:16
0
answers

After searching for the address in the "search" field of the map and to bring the address, how to automatically fill in the address of the form below?

<input id="pac-input" class="controls" type="text" placeholder="Search Box"> <div id="map" style="height:300px;"></div> <script> function initAutocomplete() { var geocoder = new google.maps.Geocoder; var map = new...
asked by 11.06.2018 / 16:00
0
answers

Error code 3 when downloading files with fileTransfer on iOS

In an application I'm working on the client needs a button to download a PDF that will be generated on their server. The PDF is being generated without problems, the file is saved in a folder of the server and through a webservice SOAP I pass...
asked by 25.06.2018 / 22:22
1
answer

Javascript within WHILE only works once in the Modal window

Good evening everyone! I have a list of people who returns from a query using a WHILE, each with its ID. I pass this ID to a MODAL (Bootstrap) window, where I will register the vacation. Used the javascript that when selecting in SELECT, to s...
asked by 11.06.2018 / 00:24
0
answers

problems with scroll javascript in cefsharp

I'm using cefsharp to render html in C # I need a javascript function that scrolls the bar of a div. Here's how: function Rolagem() { if(document.getElementById("rolagem").checked==true) { var el = document.getElementById("pain...
asked by 11.06.2018 / 04:31
1
answer

Graph that feeds data from the bank

I have a system that shows a table that prints each record with a button next to it responsible for opening a modal. I would like to have a graph that compares the record data equivalent to the clicked button. The problem is that, as you c...
asked by 11.06.2018 / 13:53
0
answers

How to solve the incompatibility between UTF-8 and ASCII-8BIT, between LINUX and WINDOWS?

If possible I would like help in the following case, I have to load data via loader \ ctl and etl kettle from different sources, and several OS, eg Linux, a UNIX and another Windows, but I always have problems that in the source I open the f...
asked by 11.06.2018 / 03:56
0
answers

Monitor treadmill running on mobile phone

Context : Using the sensors of the cell phone, I need to define a running pattern on the treadmill to know the average speed and the distance covered. I created a program to print sensor values on the axis x , y and z , ba...
asked by 15.06.2018 / 22:43
0
answers

Stop a song from playing on the same controller using $ locationProvider

The code is all right, but when I use $location.path('/minha-rota') for the same control, where it has a different view, which would be before starting a game, the sound is restarting, but on this route it does not call play, even after t...
asked by 15.06.2018 / 20:51
0
answers

click on a link and display in a textarea an html code

How would I do when I click on a particular link for example <a href='javascript:void(0)'>Capitulo</a> displayed on a textarea the <strong></strong> tags, among other link's that I will have to displa...
asked by 14.06.2018 / 17:33