Re: [qooxdoo-devel] Problems with radphp XE2 and Qooxdoo components

2012-11-26 Thread thron7
Hi Dardo, On 11/26/2012 06:04 PM, Dardo Schuster Glez wrote: Dear Sirs I have many problems with qooxdoo components in Radphp I use a Qpagecontol and a Qdbgrid component I have not the least experience with Radphp. What are Qpagecontrol and Qdbgrid? How does the integration of qooxdoo and Ra

Re: [qooxdoo-devel] CheckBox fields and readOnly

2012-11-26 Thread Dietrich Streifert
I've just checked http://demo.qooxdoo.org/devel/demobrowser/index.html#ui~FormInvalids.html and I still think the readability is poor on disabled state (by pressing the disabled button in the demo). This changes a little bit from theme to theme from indigo being less readable to modern being be

Re: [qooxdoo-devel] CheckBox fields and readOnly

2012-11-26 Thread Martin Wittemann
Hey, > Anyway I still see the use case for this: disabling checkboxes and > radiobuttons puts a gray haze over the widgets, including their > labels, which makes them poorly readable. The user should have good > readability and the visual representation of the "value not changeable > but readable"

Re: [qooxdoo-devel] CheckBox fields and readOnly

2012-11-26 Thread Dietrich Streifert
Thank you Martin and Andreas, I've allready implemented what Is needed for my purposes. I've implemented readonly states in my themes appearance part, created the readonly properties for check and radioboxes, inhibited focusing. The last part is still missing: icons (for the aristo theme) which vi

[qooxdoo-devel] Problems with radphp XE2 and Qooxdoo components

2012-11-26 Thread Dardo Schuster Glez
Dear Sirs I have many problems with qooxdoo components in Radphp I use a Qpagecontol and a Qdbgrid component in one of his pages and grid disapears when using ie browser Do you know how can i solve this problem?? Thanks Dardo

Re: [qooxdoo-devel] CheckBox fields and readOnly

2012-11-26 Thread Martin Wittemann
Hey, I agree with Daniel in closing the bug. A read only checkbox is a disabled check box. I think the user should see and know that he can not change the value but he can read it. Thats the basic idea of the enabled property. If you think different, you might either change the theme of the chec

Re: [qooxdoo-devel] qooxdoo-devel Digest, Vol 78, Issue 43

2012-11-26 Thread Christopher Zündorf
Hi Marc-André, of course you can modify the output folder. Just have a look on your config.json of your project. There you will find a variable called: BUILD-PATH This should do the trick. Greetz Christopher Am 26.11.2012 um 14:11 schrieb Alex: Hi Christopher, I have found the problem, my p

Re: [qooxdoo-devel] CheckBox fields and readOnly

2012-11-26 Thread Fink, Andreas
Hi Dietrich, a simple workaround could be to use your own extended checkbox or button that implements the readonly property. Your apply method could look like this: _applyReadOnly : function(value) { this.setEnabled(!value); } Regards, Andreas >-Ursprüngliche Nachricht- >Von: Dietr

Re: [qooxdoo-devel] qooxdoo-devel Digest, Vol 78, Issue 43

2012-11-26 Thread Alex
Hi Christopher, I have found the problem, my php framework removed the headers. I corrected it and now it all works as expected. p.s. there was no error, it just dissapears after the content flashes on screen. One other question: I am using the latest qx.mobile inside a symfony php app, which wi

Re: [qooxdoo-devel] All-in-one backend for qooxdoo apps?

2012-11-26 Thread Burak Arslan
On 11/26/12 14:51, panyasan wrote: > Does anybody use or know projects that care of the most standard backend > functionality? Hi Christian, Check out: http://spyne.io Does it cover your needs? I've never tested it with qooxdoo (I'm using QxSoap, my own RPC layer which does SOAP/WSDL) but I th

Re: [qooxdoo-devel] CheckBox fields and readOnly

2012-11-26 Thread Dietrich Streifert
Hello everybody! Daniel closed the bug report for lack of use cases. Here is our use case: We have a huge qx.ui.form.Form and renderers based on qx.ui.form.renderer.AbstractRenderer with a lot of radiobuttons and checkboxes. The resulting rendered form widget is used (via model, controller et.a

[qooxdoo-devel] All-in-one backend for qooxdoo apps?

2012-11-26 Thread panyasan
Hi, slightly off-topic, but I wanted to tap into the collective wisdom of qooxdooers... Some years ago, I developed a qooxdoo-based application with a ideosyncratic PHP backed for my university (https://www6.rewi.hu-berlin.de/build/). It still works (surprisingly) well, but certainly needs a compl

Re: [qooxdoo-devel] Data binding question

2012-11-26 Thread angelo
My bad... the structure should've been something like this in my initial mail: { ..., 'fields' { { 'name':'value', 'type':'anothervalue' }, { 'name':'thirdvalue',

Re: [qooxdoo-devel] Mobile app dissapears on iphone and chrome

2012-11-26 Thread Christopher Zündorf
Hi Alex, on what device does this effect happen? Which device OS version do you use? Which version of qooxdoo Mobile do you use? Did you change the header? I would expect that an error occurs on the second page which you want to display. Greetz Christopher Am 26.11.2012 um 12:12 schrieb A

Re: [qooxdoo-devel] Problem with qx.ui.form.DateField() vs qx.lang.Json.stringify()

2012-11-26 Thread Đăng Khoa Trần Quang
Hi Marc, Is there any way to force the qx.lang.Json.stringify() function to use Asian timezones or workaround to fix this problem ? Thanks so much for your supporting Thanks Khoa Tran 2012/11/26 Marc Puts > qx.lang.Json.stringify() are in GMT ---

[qooxdoo-devel] Mobile app dissapears on iphone and chrome

2012-11-26 Thread Alex
My mobile app works fine on ipad and in firefox, but disappears after the first page change. I don't know if it matters but have these headers: I'd appreciate any help. Alex -- Monitor

Re: [qooxdoo-devel] Problem with qx.ui.form.DateField() vs qx.lang.Json.stringify()

2012-11-26 Thread Marc Puts
Hi Khoa Tran, You're dealing with different timezones. The values are the same, but they are in different timezones. The datetimes in your debug are in GMT +07:00. The datetimes returned from qx.lang.Json.stringify() are in GMT +00:00 (Zulu time, as indicated by the Z at the end of the string

[qooxdoo-devel] Problem with qx.ui.form.DateField() vs qx.lang.Json.stringify()

2012-11-26 Thread Đăng Khoa Trần Quang
Hi Qooxdoo team, I have implemented an *qx.ui.form.DateField() *with DateFormat as : *dd-MM- *for my application. After user chose a specific date from WEB GUI, i would get that value and use it for my query string. But the value gotten from from DateField was different from the actual value c

Re: [qooxdoo-devel] Data binding question

2012-11-26 Thread Martin Wittemann
Hey, I don't see an array in your posted data structure so I'm wondering why the debug statement is working? Could you check the classname (getFields().classname) and see if thats an data array? If yes, your posted data could not be correct because there is no array in it. Or there is a bug in

Re: [qooxdoo-devel] Transition Animation

2012-11-26 Thread Christopher Zündorf
Hi Marc-André, we deactivated the transitions for Tablets to create the similar behavior like on iPad. On iPad, there are no transitions available when you switch two pages. Just have a look at System Settings. You can open a bug for this, if it is an important feature for your project. Greetz

Re: [qooxdoo-devel] SUPPORT_CSS3_OPACITY deprecation warnings

2012-11-26 Thread Martin Wittemann
Hey, Thanks for the feedback. I would have never thought of that but will keep it in mind for the next time. :) What tool did you use? Maybe if its wide spread its worth the effort to change the code. Regards, Martin Am 23.11.2012 um 15:08 schrieb Raphael Schweikert - Vertec AG : > Hi Martin,

Re: [qooxdoo-devel] "dataEdited" returns wrong rowIndex when col is sorted

2012-11-26 Thread Alexander Steitz
Hi Marcel, can you the use case you try to solve? If you need to change the sorting somehow you should go for sub-classing an existing model class of the table. The table scroller is all about the view part of the table. This view will get informed by the model if data changed or the e.g. the s

Re: [qooxdoo-devel] JSDoc (qooxdoo 1.2) problem (addendum)

2012-11-26 Thread Peter Schneider
Hi Daniel, Thomas, I can confirm that the fix for Bug#7008 fixed my problem (among others)! Thanks, Peter On 11/19/2012 3:35 PM Daniel Wagner wrote: > Hi Peter, > > the issue is caused by this bug: > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=7008 > > The 'check' key of the property def