Re: [qooxdoo-devel] problems with shadow decorators and insets in qx 2.0 and master (qx 2.1)

2012-07-17 Thread Martin Wittemann
Hey > Am 17.07.2012 11:55, schrieb Martin Wittemann: >> This isn't about CSS decorators or not. The fix was in Widget and not in any >> decorator at all. And again, I did not change the behavior for nothing. I >> aligned the shadow behavior with the wider used decorator behavior. >> Additionall

Re: [qooxdoo-devel] Number validator not working?

2012-07-17 Thread Derrell Lipman
On Tue, Jul 17, 2012 at 7:51 PM, Scott Chapman wrote: > Can someone please explain how to use the "number" validator if form field > returns string only? It can be used for properties, such as in the validation test case: age : { init: 18, validate: qx.util.Val

Re: [qooxdoo-devel] Table Row Strike-through

2012-07-17 Thread csfahey
Never got an answer but came up with something that works at the cell level. Hopefully someone can use this in the future. var table = ... var tcm = table.getTableColumnModel(); // I need to do replacement strings at the cell level as well. var factory = new qx.ui.table.cellrenderer.Dynamic(fact

[qooxdoo-devel] get result from an url call

2012-07-17 Thread slah
Hi everybody, I'm trying to call an url and get back the result. the url is outside my domain, it's the geocoding service from google. Here's a sample of an url: http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true which component could be used to achieve this.

Re: [qooxdoo-devel] unable to inherit _applyId

2012-07-17 Thread paragasu
On Tue, Jul 17, 2012 at 9:52 AM, paragasu wrote: > Dear all, > > I have the following code > > qx.Class.define('myprog.Widget', > { >properties: >{ > 'id': { init:null, apply: '_applyId'} >}, > >members: >{ >_applyId: function(){ con

[qooxdoo-devel] unable to inherit _applyId

2012-07-17 Thread paragasu
Dear all, I have the following code qx.Class.define('myprog.Widget', { properties: { 'id': { init:null, apply: '_applyId'} }, members: { _applyId: function(){ console.log(' applyId widget executed');} } }); a class inherit above

Re: [qooxdoo-devel] Usability problems with qooxdoo 2.0 and Android 2.3

2012-07-17 Thread Christopher Zündorf
Hi Peter, qx.Mobile does indeed support Android 2.3. We tested it with a * Galaxy Nexus S and Android version 2.3.4 * LG Optimus Black P970 Android Version 2.2-2.3 As a result of great fragmentation of Android platform, bugs can appear on just one device. Select Box Problem: Does this appear

[qooxdoo-devel] Usability problems with qooxdoo 2.0 and Android 2.3

2012-07-17 Thread doeringp
Hello, i developed a qooxdoo mobile application which displays a simple list and some forms (text fields, number fields and select boxes). I compiled my qooxdoo app for android and deployed the app with Eclipse and PhoneGap on my Android smartphone Samsung Galaxy S Plus. All worked correctly with

Re: [qooxdoo-devel] How to implement a splitter with extra widgets (buttons)

2012-07-17 Thread Florin Jurcovici
Just a thought (didn't look at the code): why don't you try resizing the blocker so that it doesn't cover your buttons? Of course, this might not work with a single blocker, since it depends on where you place your buttons. But you could change the code to use more than one blocker. And yes, you mi

Re: [qooxdoo-devel] problems with shadow decorators and insets in qx 2.0 and master (qx 2.1)

2012-07-17 Thread Dietrich Streifert
Am 17.07.2012 11:55, schrieb Martin Wittemann: > This isn't about CSS decorators or not. The fix was in Widget and not in any > decorator at all. And again, I did not change the behavior for nothing. I > aligned the shadow behavior with the wider used decorator behavior. > Additionally, I fixed

Re: [qooxdoo-devel] problems with shadow decorators and insets in qx 2.0 and master (qx 2.1)

2012-07-17 Thread Martin Wittemann
Hey, > This IS something new in qx 2.0. Yea, like every other bugfix as well. > And I HAD used image decorators for shadows because I used the aristo theme > which did NOT used any css based shadow decorators. Aristo ALLWAYS used the > grid decorator for shadows. This isn't about CSS decorators