The graphical-interaction tag has no wiki summary.
0
votes
0answers
19 views
Application to view patch file graphically in Windows
I have a patch file generated by Reviewboard. Is there a graphical application for Windows to view patch file generated by Reviewboard and any other code diff generating tools.
0
votes
2answers
38 views
Overlap Formatting
I have a function isOverlap which tells if two objects overlap, here is the source code:
function isOverlap(idOne,idTwo){
var objOne=$("#"+idOne),
objTwo=$("#"+idTwo),
...
0
votes
4answers
350 views
Stop a loop in java with graphical interface (buttons)
I created a graphic interface in java and 2 buttons.
My aim :
1) When I click on the first button, having a loop in which different tasks are processed (Button "Start"). Between each loop there is ...
5
votes
2answers
170 views
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.
0
votes
2answers
472 views
How to build a nice Android-like user interface for my own application
We are developing a software suite that heavily involves user interaction. We'd like to have a nice touch-based user interface, very similar to that of Android. Are there any libraries or other ways ...
8
votes
3answers
1k views
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 ...
