Re: [qooxdoo-devel] Override issue

2016-01-02 Thread Jonathan Wolfe
inyurl.com/jbkl8ac > > Regards > John > > From: Jonathan Wolfe > Reply-To: qooxdoo Development > Date: Friday, 1 January 2016 at 19:08 > To: qooxdoo Development > Subject: [qooxdoo-devel] Override issue > > Hi, > > I am trying to implement just the ColorSelect

Re: [qooxdoo-devel] Override issue

2016-01-02 Thread John Spackman
Friday, 1 January 2016 at 19:08 To: qooxdoo Development Subject: [qooxdoo-devel] Override issue 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 thought I w

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

[qooxdoo-devel] Override issue

2016-01-01 Thread Jonathan Wolfe
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 thought I would extend the ColorPopup class and just override the _createChildControlImpl function so that the ColorSelector appears autom