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
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
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"
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
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
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
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
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
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
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
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
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
My bad... the structure should've been something like this in my initial
mail:
{
...,
'fields' {
{
'name':'value',
'type':'anothervalue'
},
{
'name':'thirdvalue',
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
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
---
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
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
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
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
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
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,
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
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
23 matches
Mail list logo