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
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
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
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.
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
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
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
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
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
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
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
11 matches
Mail list logo