Questions tagged [graphical-interaction]
23 questions
8
votes
3 answers
Screen scraping an application window and interacting with the mouse and keyboard
The other day I found myself addicted to a Flash game and frustrated by the thing at the same time. In a moment of frustration with the game I thought I would make a 'bot' to beat it for me. Well, I really wouldn't, but it made me realize: I don't…

ccook
- 5,869
- 6
- 56
- 81
6
votes
2 answers
Graphical breadcrumb for Emacs
Anyone know of any graphical breadcrumbs for Emacs? I would like to have the path to the file I am currently editing displayed on top somewhere.

mart1n
- 5,969
- 5
- 46
- 83
3
votes
0 answers
Getting a 'line background color pattern' on Bash
I use gnome terminal / Bash on Ubuntu 18.04 (the default one).
When I get some command outputs with several long lines after each other, my eye has difficulty to follow which line some later column belong to.
One good solution to avoid this problem…

Zorglub29
- 6,979
- 6
- 20
- 37
1
vote
0 answers
How to adjust library code for GUI that lacks support for parametrised packages?
The Modelica language support type parametrisation of packages (and classes in general) and has done that for att least 7-8 years, perhaps since conception. However, not all Modelica-implementations has a GUI that supports this flexibility though. …

janpeter
- 681
- 8
- 22
1
vote
0 answers
Can you use ipywidgets outside Jupyter notebooks
Is there a way to write a standalone ipywidgets based GUI that doesn't rely on a hosting Jupyter notebook, i.e., that can be displayed from a regular python script?
I know about Voila and tkinter, and neither is what I want.

Bananach
- 2,016
- 26
- 51
1
vote
0 answers
How to transfer data from a graphical interface to another file in Java, and receive later after the data has been processed
Creating a project in Java, which has only two files: the first file has a GraphicalInterface, which takes the data that the users typed, and is to send the data to the second file called "ProcessData" to process the data, and then send it back to…

John
- 49
- 7
1
vote
1 answer
How to Change Switch Configuration through Opendaylight controller(GUI)
I am new to SDN,
Environment- I have 2 VMs(VM Ware) running on my Windows 10(laptop). One is Mininet and another is Opendaylight(in Ubuntu). I made a simple topology through mininet and connected it to the controller and I can see the topology in…

Tyson
- 11
- 1
1
vote
1 answer
Unpause using GUI button in matplotlib (Python)
I am creating an interactive figure using matplotlib.
The data given as input is computed in real time and the function used to create the figure is called when the data is ready to be drawn, so I can not use the animation module. Apart from this,…

Vasilis Lemonidis
- 636
- 1
- 7
- 25
1
vote
0 answers
Visual Representation of API's in Pycharm or 3rd party program
I have scoured the web and have not been able to find a answer to this.
Is anyone aware of a way to display API's in a graphical map - to display all of the fields available via the API - ideally in a graphical representation of whats exposed (like…

David Sadler
- 29
- 6
1
vote
0 answers
C# - how to anchor to shapes with a line between them
I've been searching all day for many different graphics tuts but there's still a couple off examples that I can't find. I'm trying to create a graphical editor and one of the required functions I need is for the editor to be able to take a rectangle…

PicoDeGallo
- 5
- 4
0
votes
1 answer
How to change Medium in MSL Fluid Examples Tanks ThreeTanks?
In the example Modelica.Fluid.Examples.Tanks.ThreeTanks, the code shows that the application has a central variable Medium and is used in components where needed:
replaceable package Medium = Modelica.Media.Water.ConstantPropertyLiquidWater
…

janpeter
- 681
- 8
- 22
0
votes
2 answers
Gap GUI and code configuration for parametrised packages?
It is very practical to parametrise packages to improve reusability of code and a central theme of Modelica. The language support since long time back to also use types like packages and models as parameters for packages. The concept is sometimes…

janpeter
- 681
- 8
- 22
0
votes
0 answers
GUI made for command line tool not responding
I am in the process of making a GUI in Javafx for a Java based command line tool the one of my predecessors had made. The command line tool is a 2 step tool, first you run the program using a specific set of configurations after which the command…

Anthony
- 103
- 5
0
votes
0 answers
How can you assign weights to arrows in tkinter like in a FSM?
I am fairly new to Python and especially Tkinter. I have set a goal for myself to make a GUI similar to
http://madebyevan.com/fsm/
I feel like this is an interesting machine that will give me some good insight into how to use tkinter. I have spent…

cdmath
- 23
- 3
0
votes
1 answer
Is it possible to use dash framework with existing mod_python framework or pyramid framework to deploy dash's graphical feature on a web page?
I'm trying to test out graphical features such as graphs and charts to be added to a web page. I am wondering if it is possible to use the dash framework with the existing frameworks that I know such as mod_python and pyramid to create these graphic…

Joey
- 93
- 1
- 9