Hi,
Yes, the toUriParameter does not support arrays or objects. The main purpose
of that method is / was to serialize forms which done have such kind of data
in it. But it could be useful for all data types. So we should extend the
method to support such types.
Is you suggestion how to serialize i
Hello,
On Mon, Sep 14, 2009 at 5:44 PM, Alexander Steitz
wrote:
>> Is there a heuristic that I can use to determine when to use
>> Timer.once? (this time it was a gut feeling, I'd like something more
>> reliable).
> Not a 100% reliable one. There are scenarios in which the browser needs some
> ti
And to serialize a Date object to something sane, like
{
year: 2009,
month: 9,
day: 14,
hours: 2,
minutes: 30,
seconds: 0,
milliseconds: 0
}
in UTC
instead of the bizarre syntax chosen because of Java backends. I had to write
my own serialization routine to support an Erlang backend.
R
Hi,
what is the easiest way to send form data to the server when dealing with
model objects?
In case of being qx.util.Serializer.toUriParameter(),. shound't it support
arrays?
I have something like that to serialize:
{
id: "1",
name: "my name",
myArray: [1, 2, 3]
}
my backend is php
Hi the list,
0.8.3 is out and I decided it could be a good time to give the qooxdoo
python build a chance.
Unfortunatly, I'm not able to make it work in my environement after
hours of work.
On the command line + vi, it works fine and I think I now understand
the difference between generate
Hi Sak,
On Mon, 14 Sep 2009, Mustafa Sak wrote:
> I want to implement a "SearchAsYouType" function into my project like in
> the Demo. Just the Demobrowser uses a list object as controller. But I
> want to use some virtual tree or a table, because I am loading a huge
> amount of data and I need m
Hi Ken,
maybe you're struggling too much. If you are using qooxdoo 0.8, use a
grid layout for you items, e.g. as a 2x2 grid, with the lists in the
first column and the corresponding buttons in the second. And you're all
set.
HTH, T.
Ken MacDonald wrote:
> Hi,
> I've inherited a qooxdoo projec
Derrell Lipman wrote:
>
> You say that the new, generic API for selections doesn't have these
> capabilities. Did the old API? If so, you might look at it to see how it
> was
> implemented.
>
Hi Derrell,
the old API had all these methods, see
http://demo.qooxdoo.org/0.7.x/apiviewer/#qx.ui.fo
Hi Miron,
see my comments below.
On Monday 14 September 2009 Miron Brezuleanu wrote:
> The solution was to add a column with an 'actions' link to each row
> (clicking the link should display the context menu). Side question: is
> it possible to embed widgets such as buttons in the table? Couldn't
Thanks Derrel for quick response.
Filed a bug (http://bugzilla.qooxdoo.org/show_bug.cgi?id=2796).
Regards
Narasimha
Derrell Lipman wrote:
>
> On Mon, Sep 14, 2009 at 10:08, thron7
> wrote:
>
>> Derrell might be able to comment on this. If he doesn't, please open a
>> bug report for this, wi
Hi,
I've inherited a qooxdoo project, which has been going OK up til now. I have
two list boxes, the first comes with a list of items and has a button to add
a selected item to the second list. The second list has a button to remove
an item that was added from the first list. So far so good since t
Hi,
I want to implement a "SearchAsYouType" function into my project like in
the Demo. Just the Demobrowser uses a list object as controller. But I
want to use some virtual tree or a table, because I am loading a huge
amount of data and I need more columns than one.
I tried to use filtered
On Mon, Sep 14, 2009 at 09:22, panyasan wrote:
>
> Ok, done:
>
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=2793
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=2794
>
> If someone has an idea (or implementation) how to do this without going all
> the way down to the DOM level, I'd be happy to hea
On Mon, Sep 14, 2009 at 10:08, thron7 wrote:
> Derrell might be able to comment on this. If he doesn't, please open a
> bug report for this, with code to reproduce it.
>
>
No, sorry. This is browser-specific to IE8 which I don't have or use, so I
can't comment in detail. I agree, though, that eve
Derrell might be able to comment on this. If he doesn't, please open a
bug report for this, with code to reproduce it.
T.
patkar_n001 wrote:
> Hi,
>
> We are using a simple table with cellFocusIndicator, focusCellOnMouseMove,
> showCellFocusIndicator set to FALSE. The selectionModel is set to
The overflow handling for HTML embeds should still be native. Could you
open a bug report for this, adding a code sample (skeleton- or
Playground-based) that reproduces the behaviour in IE8?!
Thanks, T.
patkar_n001 wrote:
> Hi,
>
> We used qooxdoo-0.8.2-sdk to develop an application. In a pag
+1
I would prefer a better integration with qooxdoo, so qxbuild as a
contrib would be the best IMHO too.
This would make qxbuild an official and recognized contribution rather
than an opaque side module.
I would also feel better with that option for the maintenance.
On Sep 14, 2009, at 14:28
Ok, done:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=2793
http://bugzilla.qooxdoo.org/show_bug.cgi?id=2794
If someone has an idea (or implementation) how to do this without going all
the way down to the DOM level, I'd be happy to hear about it...
Thanks,
Christian
thron7-2 wrote:
>
> Chri
Hi,
We are using a simple table with cellFocusIndicator, focusCellOnMouseMove,
showCellFocusIndicator set to FALSE. The selectionModel is set to
NO_SELECTION. The 'cellClick' event is used to get the mouse click events
from the table.
Everything works perfectly in Firefox, the 'cellClick' event
Hi,
We used qooxdoo-0.8.2-sdk to develop an application. In a page we used
qx.ui.embed.Html( ) to have some html content. In this version of qooxdoo,
the scrollbar (appears to be native) was working fine.
To resolve some other issue of IE 8, we took the latest version from qooxdoo
SVN. In thi
Hi Petr!
On Mon, 2009-09-14 at 08:55 +, Petr Kobalíček wrote:
> Hi guys,
>
> I can setup project on google.code and provide SVN access to few
> people here working and also contributing qxbuild. I personally thing
> that Jean is right. It's chaos and qxbuild is also currently not
> supported
Hello,
I need to show the context menu programatically for a table. There are
two reasons for this (the second is actually the showstopper):
1) The native context menu can't be disabled on Opera, therefore the
web application context menu cannot be the only way to access
functionality.
2) Usabilit
Hi Fritz!
> Ok, just thought that this doesn't really follow the guidelines of a contrib
> (own namespace, etc).
Don't worry, we'll figure out how to include this wrapper. If you've got
questions, just get in touch with me directly,
Andreas
On Mon, 14 Sep 2009, thron7 wrote:
> Fritz Zaucker wrote:
>> On Mon, 14 Sep 2009, thron7 wrote:
>>
>>> Fritz Zaucker wrote:
>>>
Just made a small test application, even simpler than what I described
below. Attachted find a tgz file which should contain everything you
need
to m
done, I couldn't wait for responses:)
http://code.google.com/p/qxbuild/
please let me know who wants svn and admin access.
2009/9/14 Petr Kobalíček :
> Hi Tim, see next discussion,
>
> I think we should make SVN repo where we can contribute and fix all issues.
> - Petr
>
> 2009/9/14 Tim Demann :
Fritz Zaucker wrote:
> On Mon, 14 Sep 2009, thron7 wrote:
>
>
>> Fritz Zaucker wrote:
>>
>>> Just made a small test application, even simpler than what I described
>>> below. Attachted find a tgz file which should contain everything you
>>> need
>>> to make it work (you must set QOOXDOO_
On Mon, 14 Sep 2009, thron7 wrote:
> Fritz Zaucker wrote:
>> Just made a small test application, even simpler than what I described
>> below. Attachted find a tgz file which should contain everything you
>> need
>> to make it work (you must set QOOXDOO_PATH in config.json according to
>> your
>>
Christian,
please open a bug for each of the issues (getTextSelectionStart and
setTextSelection), though they might not be doable cross-browser.
Meanwhile, I'm afraid you have to roll your own.
T.
panyasan wrote:
> Adding to this, the method setSelectionText(text), which inserts text at the
> c
Thanks!
It was so obvious but I did not notice it. But due to this I understood how
RpcServlet works.
Thanks
Chirag
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your repor
Fritz Zaucker wrote:
> Just made a small test application, even simpler than what I described
> below. Attachted find a tgz file which should contain everything you
> need
> to make it work (you must set QOOXDOO_PATH in config.json according to
> your
> local setup):
>
> tar ztf test.tgz
>
>
> And I'm loading everything from my local server (localhost).
If ever you can, don't go through a web server when developing. It adds
a lot of time to the reload. Strive to load your app from the file
system directly (file:///... URL). Use mock/proxy objects to fake
backend access, if your ap
Hi Tim, see next discussion,
I think we should make SVN repo where we can contribute and fix all issues.
- Petr
2009/9/14 Tim Demann :
>
> Hi Petr,
>
> you are welcome.
>
>
> Petr Kobalíček wrote:
>>
>> This all is related to "manual initialization" already in bugzilla.
>>
>
> The problem still e
Hi guys,
I can setup project on google.code and provide SVN access to few
people here working and also contributing qxbuild. I personally thing
that Jean is right. It's chaos and qxbuild is also currently not
supported by qooxdoo (there are at minimal two issues that's not
fixed).
In qooxdoo home
Hi Loic,
I've been playing around with this a bit and got it work. You have to
locate the *label* of the header cell you want to click and use the
qxClickAt command. Try something like this in Selenium IDE:
qxClickAt
qxh=mytable/*/qx.ui.table.pane.Header/child[2]/child[0]
(no additional paramet
On Sep 14, 2009, at 08:53 , Tim Demann wrote:
> [CUT]
> You are right, I have got another version of the ScriptLoader. I
> found it
> under www.kobalicek.com/res/files/js/qxbuild.zip. Is this archive not
> up-to-date?
>
That's exactly why I'd like to found the qxbuild somewhere on
sourceforge
Hi.
I played with my browser locale and get the same results as yours for
most locales.
All European locales gave me "ISO-compliant" week numbers, but en_US
(which was the default locale of my browser) and asian locales gave me
the results I spoke about in previous my posts. I guess they don't
36 matches
Mail list logo