xforms-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XForms] Canvas / button interaction


From: Clive Stubbings
Subject: Re: [XForms] Canvas / button interaction
Date: Thu, 9 Feb 2012 22:57:37 +0000 (GMT)


No change.

Added to xorg.conf and double checked the log

(**) Extension "Composite" is disabled

but I still also see

 (II) Initializing built-in extension COMPOSITE


 (II) UXA(0): Driver registered support for the following operations:
 (II)         solid
 (II)         copy
 (II)         composite (RENDER acceleration)
 (II)         put_image
 (II)         get_image

So I'm not sure how disabled it is!

Jens, FYI here is a call trace - it looks pretty sane.

wincheck=( flx->win == None || n <= 0 )

initialisation

fl_polygon(1,...,12) gc=0x827b760 wincheck=0
fl_polygon(1,...,15) gc=0x827b760 wincheck=0
draw_checkbutton(0x8278d58) ENTERorLEAVE 0
fl_drw_checkbox(..,194,28,23,23,11,..)
fl_polygon(1,...,11) gc=0x827b760 wincheck=0
fl_polygon(1,...,15) gc=0x827b760 wincheck=0
fl_polygon(1,...,14) gc=0x827b760 wincheck=0
fl_polygon(1,...,12) gc=0x827b760 wincheck=0
fl_polygon(1,...,13) gc=0x827b760 wincheck=0
handle_canvas(0x8278ef0,..)
fl_polygon(1,...,15) gc=0x827b760 wincheck=0
fl_polygon(1,...,12) gc=0x827b760 wincheck=0
handle_canvas(0x8278ef0,..)
fl_polygon(1,...,12) gc=0x827b760 wincheck=0
fl_polygon(1,...,15) gc=0x827b760 wincheck=0
draw_checkbutton(0x8278d58) ENTERorLEAVE 0
fl_drw_checkbox(..,194,28,23,23,11,..)
fl_polygon(1,...,11) gc=0x827b760 wincheck=0
fl_polygon(1,...,15) gc=0x827b760 wincheck=0
fl_polygon(1,...,14) gc=0x827b760 wincheck=0
fl_polygon(1,...,12) gc=0x827b760 wincheck=0
fl_polygon(1,...,13) gc=0x827b760 wincheck=0
handle_canvas(0x8278ef0,..)
fl_polygon(1,...,15) gc=0x827b760 wincheck=0
fl_polygon(1,...,12) gc=0x827b760 wincheck=0
handle_canvas(0x8278ef0,..)

mouse enter checkbutton

draw_checkbutton(0x8278d58) ENTERorLEAVE 1

left down

draw_checkbutton(0x8278d58) ENTERorLEAVE 0
fl_drw_checkbox(..,194,28,23,23,3,..)
fl_polygon(1,...,3) gc=0x827b760 wincheck=0
fl_polygon(1,...,12) gc=0x827b760 wincheck=0
fl_polygon(1,...,13) gc=0x827b760 wincheck=0
fl_polygon(1,...,15) gc=0x827b760 wincheck=0
fl_polygon(1,...,14) gc=0x827b760 wincheck=0

left up

draw_checkbutton(0x8278d58) ENTERorLEAVE 0
fl_drw_checkbox(..,194,28,23,23,3,..)
fl_polygon(1,...,3) gc=0x827b760 wincheck=0
fl_polygon(1,...,12) gc=0x827b760 wincheck=0
fl_polygon(1,...,13) gc=0x827b760 wincheck=0
fl_polygon(1,...,15) gc=0x827b760 wincheck=0
fl_polygon(1,...,14) gc=0x827b760 wincheck=0

leave

draw_checkbutton(0x8278d58) ENTERorLEAVE 1

If you keep clicking the colour values toggle as you would expect.

Cheers
Clive

On Thu, 9 Feb 2012, Paul Nicholson wrote:


Maybe compositing is enabled and is getting in the way
somehow.  There's a page describing it here,

https://wiki.archlinux.org/index.php/Composite

Enabled by default.  You could try disabling it and
see what happens.

We're all a bit stuck for suggestions, I guess it's
just a case of trying things and fishing around for
some handle on the problem.
--
Paul Nicholson
--







reply via email to

[Prev in Thread] Current Thread [Next in Thread]