Re: [qooxdoo-devel] Chrome 55: Bug with pointer events

2016-12-11 Thread Jonathan Wolfe
I had the same issue: http://stackoverflow.com/questions/41084433/chrome-v55-breaks-qx-ui-form-menubutton turns out Chrome added pointer events and there is a patch to fix this in Events.js: https://github.com/qooxdoo/qooxdoo/pull/9219 *Jonathan Wolfe** | Lead Meteorologist

[qooxdoo-devel] showtimeout

2016-01-05 Thread Jonathan Wolfe
Hi, I am trying to figure out how the ShowTimeout property works. I would like to apply a similar concept to a plain old qx.ui.popup.Popup, but it's not very apparent how it works for the qx.ui.tooltip.ToolTip. I did a search through the qooxdoo repo and I only found it show up in the tooltip-err

Re: [qooxdoo-devel] Override issue

2016-01-02 Thread Jonathan Wolfe
t would be preferable not to, so that the implementation of > the parent class can change without impacting your code) because in this > case you can defer to this.base(arguments, id) to get the controls, and > only modify the one that you want to. Here’s another version: > http://t

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.contr

Re: [qooxdoo-devel] Override issue

2016-01-01 Thread Jonathan Wolfe
20test%2520%253D% 2520new%2520demobrowser.test()%253B%250D%250A test.show()%253B%250D%250A%22%2C%20%22mode%22 %3A%22ria%22%7D* *Jonathan Wolfe** | Senior Meteorologist* *Charleston, WV * *National Weather Service304-746-0190 <304-746-0190>* *preview

[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

Re: [qooxdoo-devel] Custom Widget Issue...

2015-06-10 Thread Jonathan Wolfe
echooser/hour-decrement-button" : "spinner/downbutton", "timechooser/minute-decrement-button" : "spinner/downbutton", "timechooser/am-pm-decrement-button" : "spinner/downbutton", "timechooser/hour-field" : "spinner/t

[qooxdoo-devel] Custom Widget Issue...

2015-06-09 Thread Jonathan Wolfe
Hi, I'm getting trying to make a custom date/time chooser and I am getting this error: 015859 qx.theme.manager.Appearance[24-0]: Cannot find a matching appearance for 'combobox/timechooser/minute-decrement-button'. edd.cfbb47184fa8.js:284 015886 qx.theme.manager.Appearance[24-0]: Hint: This may b

Re: [qooxdoo-devel] Animated Resize

2015-04-21 Thread Jonathan Wolfe
Thanks Andreas! That helps a lot! *Jonathan Wolfe** | Meteorologist * *Charleston Pilot Project * *Charleston, WV * *National Weather Service304-746-0190* *preview.weather.gov/edd <http://preview.weather.gov/edd>* On Mon, Apr 20, 2015 at 12:35 PM, A

[qooxdoo-devel] Animated Resize

2015-04-20 Thread Jonathan Wolfe
Hi, Is there an efficient way (maybe global way) to add a visual effect when widgets resize? window.setHeight( 60 ); window.setHeight( 260 ); // expand to this size slowly rather than instantaneously. Or do I have to implement an animation for every widget resize event: var desc = {duration: 1

Re: [qooxdoo-devel] Hide Window Header Bar

2015-03-30 Thread Jonathan Wolfe
Thank you both for your help and suggestions. :-) *Jonathan Wolfe** | Meteorologist * *Charleston Pilot Project * *Charleston, WV * *National Weather Service304-746-0190* *preview.weather.gov/edd <http://preview.weather.gov/edd>* On Fri, Mar 27, 201

[qooxdoo-devel] Hide Window Header Bar

2015-03-25 Thread Jonathan Wolfe
Hi, Is there an way to hide the qx.ui.window.Window header shown in the red box here: ​ Thanks! -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with

Re: [qooxdoo-devel] Grunt issue

2015-01-15 Thread Jonathan Wolfe
json -rwxr-xr-x 1 jwolfe jwolfe 5031 Jan 15 11:00 generate.py* -rw-r--r-- 1 jwolfe jwolfe 727 Jan 15 11:00 Gruntfile.js -rw-r--r-- 1 jwolfe jwolfe 695 Jan 15 11:00 Manifest.json drwxr-xr-x 3 jwolfe jwolfe 4096 Jan 14 14:01 node_modules/ -rw-r--r-- 1 jwolfe jwolfe 155 Jan 15 11:00 package

Re: [qooxdoo-devel] Grunt issue

2015-01-15 Thread Jonathan Wolfe
t; > You should now be able to run grunt. > > kind regards, > > > Sanne Peters > *Interaction designer* > > [image: Realtime Solutions B.V.] > Torenallee 20 > 5617 BC Eindhoven > > *Tel:* 040 4022 726 | *E-mail:* sa...@realtimesolutions.nl | *Website:* > http:

[qooxdoo-devel] Grunt issue

2015-01-14 Thread Jonathan Wolfe
Hi, I thought I would give the grunt task runner a try...so I ran: qooxdoo-4.1-sdk/tool/bin/create-application.py --name=mobilewx --type=mobile and here is what it made: jwolfe@quince:~/ol3/mobilewx > ll total 40 -rw-r--r-- 1 jwolfe jwolfe 5258 Jan 14 14:26 config.json -rwxr-xr-x 1 jwolfe jwolf

[qooxdoo-devel] Qooxdoo Mobile and OpenLayers 3

2014-09-26 Thread Jonathan Wolfe
Has anyone been able to get Qooxdoo Mobile and OpenLayers 3 to work together? I tried to convert the Qooxdoo mobile showcase dev example that works for OpenLayers 2 and interchange the OpenLayers 3 components, but I still can't get the map to display. http://stackoverflow.com/questions/24598400/op

Re: [qooxdoo-devel] Sorting table by a hidden column

2014-08-20 Thread Jonathan Wolfe
Thanks Derrell! That did it. :-) *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <http://preview.weather.gov/edd> * On Wed, Aug 20, 2014 at 12:26 PM, Derrell Lipman < de

[qooxdoo-devel] Sorting table by a hidden column

2014-08-20 Thread Jonathan Wolfe
l the other columns sort method. Is this possible? ​ *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <http://preview.weather.gov/edd> * -

Re: [qooxdoo-devel] Mousewheel event

2014-06-17 Thread Jonathan Wolfe
Thanks Daniel, I'll give that a try :-) *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <http://preview.weather.gov/edd> * On Tue, Jun 17, 2014 at 11:13 AM, Daniel Wagner w

Re: [qooxdoo-devel] Mousewheel event

2014-06-17 Thread Jonathan Wolfe
Here is an playground example of what I'm trying to do: http://tinyurl.com/l6h3dou Notice Firefox the value remains positive regardless of the mousewheel direction and Chrome it fluctuates between positive and negative. *Jonathan Wolfe* * | Meteorologist Charleston Pilot Pr

[qooxdoo-devel] Mousewheel event

2014-06-14 Thread Jonathan Wolfe
l where in Firefox it's always "0". Any suggestions? *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <ht

Re: [qooxdoo-devel] Upgrading Contribs

2014-06-13 Thread Jonathan Wolfe
Thanks Richard! That worked for me. You're right #3 was the stumbling block - I thought the libraries need to be generated with "./generate.py source" too... Thanks again! *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Servi

Re: [qooxdoo-devel] Mousewheel events on SelectBox

2014-06-13 Thread Jonathan Wolfe
Ok, great to know! Thanks Martin! *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <http://preview.weather.gov/edd> * On Fri, Jun 13, 2014 at 3:29 AM, Martin Wittemann wrote: > Hey,

[qooxdoo-devel] Mousewheel events on SelectBox

2014-06-12 Thread Jonathan Wolfe
Hi, This may be by design, but you used to be able to mouseover a qx.ui.form.SelectBox() and scroll the mousewheel and it would change the value of the SelectBox. Is this a bug or do you have to manually wire those controls now with the new pointer events? Thanks! *Jonathan Wolfe

Re: [qooxdoo-devel] Upgrading Contribs

2014-06-12 Thread Jonathan Wolfe
ting: source::source-script - Populating the cache, this may take some time >>> Scanning libraries Error: Invalid include block: [u'smart.demo.Demo', u'qx.theme.Modern'] : Expression gives no resu

[qooxdoo-devel] Upgrading Contribs

2014-06-11 Thread Jonathan Wolfe
Hi, What's the best way to migrate a contrib like the SmartTableModel to Qx v4.0? Do I replace the generate.py in the current contrib with the new packaged version, then change the config.json to point to the new qx library location and then run ./generate.py migration? --

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-19 Thread Jonathan Wolfe
n the ZIndex chain. OpenLayers and Google Maps do not operate within the window while Flot does...Interesting that it is only a Chrome issue and Canary fixes it... *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
Hi Rob, I can try, but it's likely I'll need hand holding. I'm a self-taught programmer that has been programming for about 7 years so that should give you some indication of my skillset. ;-) Let me know what I can do to help. Thanks! *Jonathan Wolfe* * | Meteorologist C

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
Hi Rob, Thanks for the heads up! Switching to Canary did solve the issue! So I guess, I just wait for Chrome to catch up... *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <h

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
After further investigating, this appears to only happen in Chrome. *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <http://preview.weather.gov/edd> * On Tue, Mar 18, 2014 at 1

Re: [qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
..odd. *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <http://preview.weather.gov/edd> * On Tue, Mar 18, 2014 at 11:10 AM, Daniel Wagner wrote: > Hi, > > you could try add

[qooxdoo-devel] Tooltip appearing behind a qx.ui.window.Window

2014-03-18 Thread Jonathan Wolfe
, but that doesn't appear to solve the problem either. Any suggestions? *Jonathan Wolfe* * | Meteorologist Charleston Pilot Project * *Charleston, WV * *National Weather Service 304-746-0190* *preview.weather.gov/edd <http://preview.we

[qooxdoo-devel] Range Slider

2011-09-02 Thread Jonathan Wolfe
Is there a way to have two handles on the slider widget like the jquery range slider? http://jqueryui.com/demos/slider/#range Thanks, Jonathan *** * -- Special Offer -- Download ArcSight Logger for FREE! Finally, a worl

Re: [qooxdoo-devel] Override/Change Button Background Gradient Colors

2011-07-11 Thread Jonathan Wolfe
quot;#myEndColor" with the colors of your choice: > > "button-start" : "#myStartColor", > "button-end" : "#myEndColor" > > Likewise you might want to modify your Decoration.js or even Appearance.js, > in order to fine-tune a specific decorator or a

[qooxdoo-devel] Override/Change Button Background Gradient Colors

2011-07-09 Thread Jonathan Wolfe
Hi, So, I thought this would be fairly straightforward, but I'm having a hard time overriding a buttons background css gradient colors. The modern theme goes from a whitish color to dark grey for the 'button-css' property. How do I set the from/to colors? I perused the documentation, but couldn

Re: [qooxdoo-devel] IE issue with qx.io.remote.Request?

2011-07-03 Thread Jonathan Wolfe
uable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > ___

Re: [qooxdoo-devel] IE issue with qx.io.remote.Request?

2011-07-03 Thread Jonathan Wolfe
qooxdoo version? > - which are "all the other browsers" (esp. version numbers and OS)? > - which are the circumstances of the request - is it cross domain? does > the targeted file really exist (or is it computed)? > - is the "req" variable declared somewhere else, or i

[qooxdoo-devel] IE issue with qx.io.remote.Request?

2011-07-03 Thread Jonathan Wolfe
Hi, In IE version: 8.0.6001.18702 I'm trying this request and get null as a returned value: req = new qx.io.remote.Request('./resource/ms/MaxT_KPDX.data', "GET", "text/javascript"); req.addListener("completed", function(e) { console.log(e.getContent();) }); req.send(); All the o