Skip to main content

Posts

Show a temporary window in SikuliX

I can't find documentation in SikuliX to show a window or dialog and hide/close it after configured time. Since SikuliX uses Jython behind the scenes and Jython can access Java easily then showing a simple Swing window should be straightforward. Sample code below demonstrates Alternative solution as proposed by Raiman Reference(s): Github https://github.com/haru-a8n/CodeSamples/blob/master/sikulix/ShowMessage.sikuli/ShowMessage.py Jython GUI Sample applications http://www.jython.org/jythonbook/en/1.0/GUIApplications.html Swing Sample applications in Jython https://wiki.python.org/jython/SwingExamples

Eclipse configuration

Oxygen.2 (v4.7.2): Base: Eclipse Platform Binary( link ) Tfs Integration: Team Explorer Everywhere ( link ) Python Editor: PyDev System Integration: StartExplorer( link )  Location: http://basti1302.github.com/startexplorer/update/ Subversion Integration: Subclipse Web Development: Eclipse Web Developer Tools XML Editor: Eclipse XML Editors and Tools Neon (v4.6.x): Base: Eclipse Platform ( link ) Tfs Integration: Team Explorer Everywhere ( link ) Python Editor: PyDev System Integration: StartExplorer( link )  Location: http://basti1302.github.com/startexplorer/update/ Subversion Integration: Subclipse Web Development: Eclipse Web Developer Tools XML Editor: Eclipse XML Editors and Tools Mars.1(v4.5.x): Base: Eclipse Classic Python Editor: PyDev System Integration: StartExplorer( link )  Location: http://basti1302.github.com/startexplorer/update/ Subversion Integration: Subclipse Tfs Integration: Web Development: Eclipse Web Developer Tools XML Editor: Ecli

Assign keyboard shortcut to lxterminal on LXDE

On my Debian 8.2 LXDE minimal install, need to assign keyboard shortcut to open lxterminal. To assign keyboard binding in LXDE, open  ~/.config/openbox/lxde-rc.xml  then add the following inside <keyboard>  element: Then run the following to for OpenBox/LXDE to reload the configuration. $: openbox --reconfigure Reference(s): http://superuser.com/questions/807047/how-to-add-a-shortcut-key-to-the-terminal-in-lxde