Re: [qooxdoo-devel] Override issue

2016-01-02 Thread Jonathan Wolfe
Thank you John! That makes total sense. I have taken a month or two off from coding and forgot about the pointerdown transition. Your demo http://tinyurl.com/jbkl8ac: also surprised me. I have always thought that I had to re-create the entire contents of the overridden function - I didn't know it

Re: [qooxdoo-devel] Override issue

2016-01-02 Thread John Spackman
Hi Jonathan The problem is that _onFieldMouseDown does not exist – it looks like your example code is out of date, because since Qx 4.x there’s been a transition to “pointer” events over “mouse” events to better support mobile & tablets. In qx.ui.control.ColorPopup, _onFieldMouseXxxx has

Re: [qooxdoo-devel] Override issue

2016-01-01 Thread Jonathan Wolfe
Even better here is a playground example: http://tinyurl.com/nrea2n2 On Fri, Jan 1, 2016 at 2:08 PM, Jonathan Wolfe wrote: > Hi, > > I am trying to implement just the ColorSelector window which appears after > selecting the "Open ColorSelector" button in the qx.ui.control.ColorPopup. > So, I

Re: [qooxdoo-devel] Override issue

2016-01-01 Thread Jonathan Wolfe
The tinyurl doesn't appear to be working...so: Here's the verbose one: *http://demo.qooxdoo.org/5.0.1/playground/#%7B%22code%22%3A%22qx.Class.define(%2522demobrowser.test%2522%252C%2520%257B%250D%250A%2520%2520%2520%2520extend%253A%2520qx.ui.control.ColorPopup%252C%250D%250A%2520%2520%2520%2520me