Interactive software accepts and responds to input from humans, in contrast to noninteractive software, which operate without human contact.
Questions tagged [interactive]
1873 questions
0
votes
1 answer
Why am I getting an Uncaught ReferenceError labels is not defined?
I am working through a tutorial in Scott Murray's amazing "Interactive Data Visualization For The Web" (my second attempt...I got too frustrated and gave up before) and got to an extra credit segment of an interactive bar chart tutorial. The on…

David Foster Graphics
- 21
- 1
- 5
0
votes
0 answers
How to update a single row in an Interactive Grid?
currently i am facing a problem on how to update a single row in an interactive grid. My Page contains multiple IGs and I have to use PL/SQL to update the rows.
Automatic Row Processing didn't work properly. Attached you can find the IG and the code…

wayne
- 81
- 1
- 15
0
votes
1 answer
Can we run Selenium Webdriver Tests without interactive mode
Im running my selenium test on different browsers using selenium webdiver, but they all need interactive mode for runnung the tests, can we run these tests without interactive mode?

Abid Ali
- 23
- 6
0
votes
2 answers
Python Newbie Manipulating geo data on real "map"
As the title states, I am new to python. Have been "messing" arround with it for a week or so. So now I have a grand idea like every newbie :) please no pitchforks ;).
I wounder if there is a way to import real Geodata/map data from the real world.…

in_pectore
- 1
- 1
0
votes
1 answer
Interactive PyPlot Figure in Tkinter not registering MouseEvents
I am building an interactive Tkinter GUI wherein a blank pyplot figure and axes are drawn in the GUI along with some buttons, where the user can click, drag, and delete points to form a custom point plot. The coordinates of these points can then be…
0
votes
0 answers
A mouse hovering over some points on a plot, designed to display data when a mouse is over a point, reveals data for some points, but not others
I have a weird problem with the following plotting code:
topfolder="test"
cfeature="READ_COUNT_RNR"
plotsensitives=[0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.7666666666666667, 0.7666666666666667, 0.6666666666666666, 0.6666666666666666,…

Alan Shteyman
- 47
- 5
0
votes
1 answer
Deactivating Individual SVG Paths - HTML
I'm going to use this example as a guide for my next project: https://parall.ax/examples/svg_map
The creator has used an SVG with active elements placed overtop of a PNG image. What i'd be interested to know is whether I can include an SVG with…

Fra
- 393
- 7
- 19
0
votes
1 answer
Adding more values to interactive Leaflet choropleth
I'm trying to add more components in the interactivity in this example Leaflet choropleth map. I want to show the name of the state, a total value (which is the value used for the colors choropleth) + the total value divided into two values (e.g.…

LoCaTo
- 25
- 7
0
votes
1 answer
ReadyState interactive vs DOMContentLoaded
I was setting up a very simple page to populate a dropdown list from an array on DOMContentLoaded Event, however in my environment (VS code + live Server extension), I was getting an error because the entire body object didn't exist at the moment…

EstebanSmits
- 91
- 2
- 8
0
votes
1 answer
Download Interactive maps data to csv
I'm looking at an interactive map (https://gis.hennepin.us/property/map/default.aspx) and I want to download all the data on the map.
You normally click on the map and it returns info in a window just for the location you clicked on. How can I get…

user9683176
- 23
- 3
0
votes
2 answers
How is this interactive website made?
I am trying to make a website similar to this and I'd like to know how this website was made. The website is also run on desktop and has a mobile app too so there's no HTML or anything in the back end.
Any ideas?

Edd Chang
- 931
- 1
- 7
- 16
0
votes
1 answer
Editing rows in an interactive report using Oracle APEX 5
Hi I am trying to edit the rows of interactive reports in APEX 5. I know we can do that in earlier versions, by chaning the properties in "tabular form attributes tab", but I am not able to find a way to do that in APEX5.
I am getting 5 rows as a…

Abha
- 327
- 3
- 11
- 26
0
votes
1 answer
Adobe Flash Interactive map
We want to create interactive map with india map.
Similar to the below one
http://elections.nytimes.com/2008/results/president/map.html
can anybody help us? any tutorial is available

user626307
- 1
- 1
0
votes
1 answer
How to automatically start an interactive session when an error strikes?
I usually run my scripts from the terminal like:
python script.py
Sometimes the code is running for long time and suddenly an error arises and stops the ongoing run. Instead of just stopping the run, is it possible to automatically enter to an…

Stefano
- 359
- 1
- 5
- 16
0
votes
2 answers
Create HTML5 interactive slideshow with animation in slides
I am creating an instructional slideshow with HTML5 canvas. Each slide has animated 2D elements moving an scaling and a navigation pointing to each slide. Ultimately, I'd like to create this without using Animate CC, just incase the program goes…

Dom
- 1
- 2