Displaying 15 results from an estimated 15 matches for "buttonpress".
2001 Aug 20
1
Event trail info help request
G'day all,
I'm always running the latest wine built locally, daily from CVS.
I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a
mouse event bug.
I write my software in Borland Delphi 4.
For testing, I have written a program that simply intercepts the application
message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events,
and prints them to a
2005 Apr 01
0
Selections from tcltk list boxes
...return()
}
onSelect <- function(){
selection <- letters[1:10][as.numeric(tkcurselection(listbox)) + 1]
tclvalue(value) <- selection
}
OK <- tkbutton(top, text="OK", command=onOK)
tkgrid(listbox, entry, sticky="nw")
tkgrid(OK)
tkbind(listbox, "<ButtonPress-1>", onSelect)
As I understand it, single-clicking on an entry in the list box should
execute onSelect(), placing the selection in the entry box. What happens
instead is that one has to click twice on the entry, once (apparently) to
move the highlight to it and again to select it, executin...
2008 Aug 14
1
Double-clicking in tk list dialogs
...g a CRAN mirror? Yes, double-clicking
works in Windows, but not in the Tk-based dialog on Linux. I'm going
to wear out my mouse button.
Adding the following line to the tk_select.list function in the tcltk
package adds double-click functionality to list dialogs:
tkbind(box, "<Double-ButtonPress-1>",onOK)
(put it in the right place though, after 'box' has been created).
Not sure if this would be a default behaviour, or if its's worth
having a 'doubleClick=FALSE' argument that switches it on if TRUE.
Anyway, it was a little niggle that bothered me recently, a...
2007 Mar 10
0
[BUG] gtk-window-decorator and Xevents
If i remove Move action mask with winrules plugin, I can't raise a window by
clicking on it.
event_filter_func() receive an KeymapNotify instead of
ButtonPress/ButtonRelease event.
gtk-window-decorator bug? libwnck bug? gdk bug?
No idea for now :(
Cedric
2005 Apr 23
1
tclServiceMode: stop Tcl/Tk from updating
In Windows, Tcl/Tk programs running under the tcltk package can update
too frequently: for exmaple, we might go through a long sequence of
operations to construct a complex display, and in Windows each addition
will be shown separately.
To work around this, I've added a function "tclServiceMode" which serves
as an R interface to the "Tcl_SetServiceMode" function in the
2016 May 18
0
[ANNOUNCE] xcb-proto 1.12
...ut: rep XIGetProperty: replace bitcase with case
present: specify length of RedirectNotify.notifies
xcbgen: new expr-type listelement-ref
doc: new expr element listelement-ref
xcb-schema: add listelement-ref
xinput: ev KeyPress: support list axisvalues
xinput: ev ButtonPress, TouchBegin: support list axisvalues
xinput: RawEvents: support lists axisvalues and axisvalues_raw
xinput: remove TODO-entry for popcount of a list
xcbgen: support paramref in the parser
schema: add paramref
xcb-doc: add paramref
xinput: rep GetDeviceMotionEvent...
2002 Apr 10
0
FoxPro Regressions - followup from Feb
...21) DefWindowProc32: WM_NCHITTEST
[0084] returned 00000001
trace:event:EVENT_ProcessEvent called.
warn:event:EVENT_ProcessEvent Got event KeymapNotify for unknown Window
00000000
trace:event:EVENT_ProcessEvent returns.
trace:event:EVENT_ProcessEvent called.
trace:event:EVENT_ProcessEvent Got event ButtonPress for hwnd 1002d
trace:event:EVENT_ProcessEvent returns.
trace:message:SPY_EnterMessage (0001002d) L"{Fox_4000001}" message
[0084] WM_NCHITTEST sent from self wp=00000000 lp=025f0261
trace:message:SPY_EnterMessage (0001002d) DefWindowProc32:
WM_NCHITTEST [0084] wp=00000000 lp=025f0261...
2011 Jul 22
0
Wine release 1.3.25
...support.
Vincent Povirk (3):
gdiplus: Fix use of uninitialized memory.
shell32: Include NULL terminators in the lengths used by SHELL_ArgifyW.
shell32: Dynamically allocate argify buffer if the static one is too small.
William Pettersson (1):
winex11: Add grab for XInput2 ButtonPress event.
--
Alexandre Julliard
julliard at winehq.org
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going.
The code won't get all the way to the define stage since I'm in
the middle of retrofitting it to use virtinst instead of a home
spun node definition.
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com,
including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate,
so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some
logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2007 Oct 17
4
RELENG_7 jerky mouse and skipping sound
I just updated to RELENG_7 from 6.2 and I'm running into some really
annoying issues with jerky mouse movement and skipping sound. This
seems to be similar to:
Re: SCHED_4BSD in RELENG_7 disturbs workflow
This happens both with 4BSD and ULE.
I seems to happen when I'm compiling ports and a new cc/bzip2/sh
process fires off (I'm just watching top), I'll get the
skip/freezeup.