similar to: interact with native linux programs?

Displaying 20 results from an estimated 60000 matches similar to: "interact with native linux programs?"

2010 Apr 09
2
Problem detecting keypresses in FXTable
I''m using an RXTable in my application and I would like to be able to select a row and then press the Delete key to delete the selected row. This does not seem to work, however, as apparently keypresses are not initially recognized. In my FXTable derived class I have: connect(SEL_KEYRELEASE) do |sender, selector, event| puts "code = #{''%X'' %
2012 Jul 21
1
xcp-xapi console problems with xencenter
running xen cloud on my ubuntu12.04 box connecting with xencenter - i can create delete and monitor VM''s when i connect to the console i can see the console output but none of my keypresses or mouse clicks are registered in the VM everything i hit a key i get this in my xcp-xapi log [20120721T17:17:20.330Z|debug|xen|509 INET 127.0.0.1:80|Connection to VM console R:73c96b23cdd8|console]
2008 Jun 20
2
All Wine dialog boxes have the mouse symbol out of position
I've just installed Wine. Every Wine dialog box/window, on mouseOver, jumps the mouse cursor left and up, but sends mouse clicks to where the mouse would/should be. In other words, when I roll the mouse over any Wine box, the arrow symbol immediately moves left and up, then subsequently moves in relation to how I move the mouse, until the original mouse location exits the dialog box, when the
2006 Aug 04
4
Two issues with Diablo II
I am running Wine 0.9.18 on Ubuntu 6.06. I was able to get Diablo II running very easily, but there are two rather small problems that are bugging me. The first is that the sound is delayed about a second from the events that trigger them. I am actually having this problem outside of Diablo. I am using the ALSA drivers. The other is that while the 'alt' key is held down, mouse clicks
2008 Jan 30
2
mouse problems [A4 Tech OP-3D]
After some poking into psm.c code I've got some results. First, for the archives, debug.psm.loglevel tunable is much more useful than a verbose boot for debugging PS/2 mouse issues. A good value is 2. Second, I fiddled with various probe methods to force them to "recognize" my mouse (by loosening their checks) and found out that the mouse works perfectly if it is treated as
2016 Nov 14
2
getGraphicsEvent() alternative for cairo graphics device?
Great. Thanks! Paul On 14/11/16 13:41, frederik at ofb.net wrote: > Hi Paul, > > Thank you, for some reason I didn't seem to get an email notification > for your bugzilla comment! > > I will try to send you something shortly. > > Frederick > > On Mon, Nov 14, 2016 at 08:55:20AM +1300, Paul Murrell wrote: >> Hi >> >> The current status is that
2007 Apr 26
2
mouse event handling
Hi all, I have difficulty understanding WxRuby / WxWidgets event handling, hoping someone here can lend us some light. Im writing a simple gui app where I need to receive mouse click events from the shapes drawn on a canvas (a simple object inheriting from ScrolledWindow, as seen in many examples). Shapes arent buttons so I think I''ll need to be checking the coordinates to be able to
2001 Feb 20
4
wait for user input
I want to display a series of plots: display plot 1 wait for user input (keypress or mouse click) display plot 2 etc How to do it? Thanks for any help. (I have been using locator().) Bill Simpson -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2005 Jun 18
1
Mouse problems with Diablo 2 and Warcraft 3
I opened a bug regarding this problem. It seems that some patches were applied in 20050324 that messed up the mouse registering clicks. For Diablo 2, the mouse isn't rendered to the right/bottom 1/8th of the screen. And in both Diablo 2 and Warcraft 3, it seems that mouse events aren't being processed in those areas. I've opened a bug: http://bugs.winehq.com/show_bug.cgi?id=3067
2008 Apr 22
1
Mozilla windowless plugin
Hey, I've just landed support for windowless mode to swfdec-mozilla git. This means that pages such as http://www.communitymx.com/content/source/E5141/wmodeopaque.htm stack properly with Swfdec now. Menus overlayed with Flash ads should be a thing of the past, too. It also means Swfdec is the first plugin to support windowless on Mozilla/Unix. While this means we now have another feature
2010 Jun 20
1
Using a composite device under Centos 4.8 - no mouse clicks
I recently got an EEEbox. This is an Atom based nettop. It came with a wireless keyboard/mouse which talk to a 2.4Ghz USB adapter (a Chicony device as it turns out). Now if I plug this adapter into a Centos 4.8 machine both the keyboard and mouse are detected... but mouse clicks aren't. I can move the mouse, the scroll wheel works, but buttons 1/2/3 aren't detected. Neither in X nor
2010 Jul 07
1
Child windows doesn't interact with mouse input.
Hi all, I'm quite new to Wine, but sofar I just LOVE it! It just blew me away how many essential windows-only apps now run under Linux. I'm having one curious problem with a financial program (Exact Compact for Windows) I have to work with. It installs and it runs just perfect, except that the childwindows it generates (which are crucial) don't accept any click from the mouse. To make
2005 Feb 10
1
rats in survival package
Dear R-listers, Does anybody know what is the correct source of "rats" dataset in survival package? The help gives the following information: Rat data from survival5 Description: 48 rats were injected with a carcinogen, and then randomized to either drug or placebo. The number of tumors ranges from 0 to 13; all rats were censored at 6 months after randomization.
2016 Jul 25
2
getGraphicsEvent() alternative for cairo graphics device?
Hi all, I'm writing an interactive plotting function for viewing fMRI datasets. Currently, I get keypresses using grDevices::getGraphicsEvent(). Unfortunately getGraphicsEvent() only supports the X11(type="Xlib") graphics device on Unix systems. The Xlib device doesn't support buffering (i.e. dev.hold() and dev.flush()), so redrawing the plots causes lots of flickering. Is
2005 Aug 29
1
interactive time series plot
Hi, I've written the following function to display small windows of a time series (and a processed version of it) with mouse clicks used to move the window forward. ViewRawAndProcessed <- function(raw, processed, width=1000) { len <- length(raw) n <- round(len/width) for (i in 1:n) { plot(raw[((i-1)*width):(i*width)], type="s")
2008 May 15
1
Even more contraptions + hardy + Wine 0.9.59 mouse problem
First of all, all other games and software work perfectly in Wine. I installed Sierra's The incredible machine - even more contraptions, which installed fine. No complaints or anything. The game started up nicely and everything seems to work fine, but my mouse buttons do not work at all. It does no register any clicks of my mouse, but I can move around the menus by moving the mouse over a
2008 Jul 23
3
Trouble Playing message file via Perl AGI
Hi all, I'm trying to build an IVR using the Perl AGI module at http://search.cpan.org/~jamesgol/asterisk-perl-0.10/lib/Asterisk/AGI.pm But, I'm having trouble getting my program to play a message and wait for a keystroke. I am able to use this code to play the file, so I know that the $msg variable points to a valid sound file: $result = $agi->exec("background $msg");
2011 Sep 30
1
Software passing mouse clicks and keystrokes back to X
I have a remote mouse/keyboard app for my iphone and the PC software can move the mouse but does not pass mouse clicks or keystrokes to applications other than those running under WINE. Does anyone know of any way around this? Thanks, Justin
2011 Jun 07
2
mouse scroll-wheel side-click configuration?
Still googling, no joy so far (though I'm not giving up yet). Can anyone point me to a resource that may help me figure out how to make the side-clicks of the scroll wheel on a logitech mouse do something useful? thanks! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
2011 Apr 07
0
python for game menus needing mouse but with mwo=force
# # # WHY DID WRITE SCRIPT ? : GAMES ! # WINETRICKS MWO=FORCE but want to use GAME MENUS with MOUSE # example SWAT4 , need to use menu in game to start shooting baddies !! but need MWO=FORCE in game ?? # # PLATFORM : linux # REQUIRES : python python-xlib xdotool # AUTHOR : terry.cadd at gmail.com # DATE : Thu Apr 7 22:28:38 BST 2011 # VERSION : 1 # # USAGE : # start this script then play the