search for: focusout

Displaying 13 results from an estimated 13 matches for "focusout".

2012 May 24
3
set tkscale by tkentry
Hi, I am working under Windows and I am using R2.11 I want to use tkscale in my GUI. As the interval is quite big, I can't set the scale to a certain specific value. Therefore I want to add tkentry to allow the user to set tkscale to a certain value. Here is the code library(tcltk) tt<-tktoplevel() tkpack(m1<-tkscale(tt,from=306870.00, to=3026741, label="alpha",
2008 Nov 07
0
fix focus and alsa for gps software
...tually never tried it outside wine so I don't know). Anyway because it's under wine it's easy to workaround it. I want to iconize the gps software and go back in elisa media player and still hear the directions in the speakers mixed with the music by alsa. First I just uncommented the focusout event (same as WoW) but that wasn't enough. When I iconize elisa and I return into the gps, the windows doesn't redraw and I have to click some random button to trigger a redraw. So I forced a focusout/focusin event inside the x11 focusin handler. That fixed all my troubles with the focus e...
2016 Jul 19
0
[ANNOUNCE] xorg-server 1.18.4
...onfigure (v2) os: Treat ssh as a non-local client (v4) xserver 1.18.4 Alexandre Courbot (1): configure.ac: Keep environment CFLAGS when testing Andreas Schwab (1): x86emu: Change include order to avoid conflict with system header Andrew Comminos (1): Input: Send XI2 FocusOut NotifyPointer events to the pointer window. Andrew Eikum (1): shm: Also censor images returned by ShmGetImage Chris Wilson (2): present: Improve scaling of vblank handler present: Fix presentation of flips out of order Dave Airlie (6): randr/provider: only allow slave gpu...
2016 Apr 15
0
Wine release 1.9.8
...: Allocate the font enum data structures. Jacek Caban (19): mshtml: Allow events without event object specified and EVENT_DEFAULTLISTENER flag in dispatch_event. mshtml: Pass node as an object to fire_event. mshtml: Added support for focusin event. mshtml: Added support for focusout event and IHTMLElement4::onfocusout property. mshtml: Added focusin and focusout event tests. mshtml.idl: Added IDOMMessageEvent declaration. mshtml: Added IHTMLWindow6::onmessage property implementation. mshtml: Added IHTMLWindow6::postMessage semi-stub implementation....
2005 Feb 11
3
msaccess odbc driver not working
I have problems import ms access 2000 data into Word 2000. The error is: DDE connection failed. Browsing the internet I found out that ms access uses ODBC for this (am I correct?). I have installed MDAC_TYP.EXE like in the Winehq documentation. I think that the msaccess driver doesn't work o.k. To reproduce: Run wine c:\windows\system\ODBCAD32.EXE --> in
2017 Oct 31
0
Wine release 2.20
...n't use fire_event to dispatch window load event. mshtml: Use create_event_from_nsevent in handle_htmlevent. mshtml: Don't use fire_event in postMessage. mshtml: Don't use fire_event to dispatch help event. mshtml: Don't use fire_event to dispatch focusin and focusout events. mshtml: Don't use fire_event to dispatch document load event. mshtml: Don't use fire_event to dispatch script readystatechange event. mshtml: Don't use fire_event to dispatch document and frame element readystatechange event. mshtml: Rename fire_event_obj...
2019 Aug 16
0
Wine release 4.14
...meter to consistently fail zero_bits tests. ntdll/tests: Update zero_bits > 31 test case to validate bitmask behavior. ntdll: Use custom internal zero_bits_64 parameter format. ntdll: Implement zero_bits parameter in virtual alloc functions. winex11.drv: Print the FocusIn/FocusOut mode in trace message. Vincent Povirk (2): mscoree: Update Wine Mono to 4.9.2. mscoree: Add diagnostic CorGetSvc stub. Zebediah Figura (40): wined3d: Inhibit the screensaver while a full-screen application has focus. qcap: Share source with strmbase. winegstreamer: S...
2019 Sep 27
0
Wine release 4.17
...ver name comparison. ntoskrnl.exe: Update the interface if it is already in the tree. winebus.sys: Use the SDL joystick index as device id instead of instance id. winebus.sys: Report the native product string for some Xbox gamepads. winex11.drv: Handle FocusIn/NotifyGrab and FocusOut/NotifyUngrab events. Sebastian Lackner (1): ntdll: Execute queued APCs before starting a process. Sven Baars (6): httpapi: Fix a memory leak (Valgrind). httpapi/tests: Initialize response_buffer to 0 (Valgrind). httpapi/tests: Cancel a pending receive request (Valgrind)....
2012 Jun 15
0
Wine release 1.4.1
...o: Refine Japanese translation to aid understanding. Alessandro Pignotti (1): oleaut32: Avoid converting variants if it is not needed. Alexander Morozov (1): ntoskrnl.exe: Fix a typo. Alexandre Julliard (34): wine.inf: Avoid creating empty registry values. winex11: Ignore FocusOut event on destroyed windows. gdi32: Fix rounding error for odd ellipse sizes in CreateRoundRectRgn. msvcrt: Export __C_specific handler in other msvcrt versions too. server: Create some kernel notification events. kernel32: Implement the memory resource notification functions...
2012 Mar 16
0
Wine release 1.5.0
...mplementation. msvcrt: Implement _mbcjmstojis. Alessandro Pignotti (1): oleaut32: Avoid converting variants if it is not needed. Alexander Morozov (1): ntoskrnl.exe: Fix a typo. Alexandre Julliard (23): wine.inf: Avoid creating empty registry values. winex11: Ignore FocusOut event on destroyed windows. gdi32: Fix rounding error for odd ellipse sizes in CreateRoundRectRgn. msvcrt: Export __C_specific handler in other msvcrt versions too. server: Create some kernel notification events. kernel32: Implement the memory resource notification functions...
2004 Oct 28
5
How to help improving Wine?
...(0x2003a) hInsertAfter = (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:x11drv:SWP_DoOwnedPopups (0x3003a) hInsertAfter = (nil) warn:event:EVENT_ProcessEvent Got event UnmapNotify for unknown Window 03000027 warn:event:EVENT_ProcessEvent Got event FocusOut for unknown Window 03000027 warn:x11drv:SWP_DoOwnedPopups (0x3003a) hInsertAfter = (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:heap:HEAP_ValidateInUseArena Heap 40360000: invalid in-use arena magic for 403aebf0 warn:event:EVENT_ProcessEvent Got...
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...urce modesetting: NULL assignment for drmmode_set_target_scanout_target_cpu Alexandre Courbot (1): configure.ac: Keep environment CFLAGS when testing Andreas Schwab (1): x86emu: Change include order to avoid conflict with system header Andrew Comminos (1): Input: Send XI2 FocusOut NotifyPointer events to the pointer window. Andrew Eikum (1): shm: Also censor images returned by ShmGetImage Arkadiusz Miƛkiewicz (1): Xorg.wrap: activate libdrm based detection for KMS drivers Bob Ham (1): xserver: Fix configure.ac check for libsystemd/-daemon Brian M. Clapp...
2009 Nov 13
0
Wine release 1.1.33
...Entry. ole32: Rename StorageImpl_WriteProperty to StorageImpl_WriteDirEntry. ole32: Rename StorageUtl_CopyPropertyToSTATSTG. winex11.drv: Allow windows in a virtual desktop to have X focus. winex11.drv: Allow explorer to focus other process windows. winex11.drv: Ignore FocusOut events on virtual desktop windows. ole32: Rename PROPERTY_NULL to DIRENTRY_NULL. ole32: Rename PROPERTY_NAME_*_LEN to DIRENTRY_NAME_*_LEN. ole32: Rename PROPSET_BLOCK_SIZE to RAW_DIRENTRY_SIZE. ole32: Rename dirProperty to dirRootEntry. ole32: Rename PROPERTY_RELATION...