I added support for a sort url to my qx.ui.table.model.Remote subclass,
and discovered setParameter . Still offered purely FWIW/warts+all:
qx.Class.define("nuvia.data.TablePagerJSON", {
extend: qx.ui.table.model.Remote,
construct: function(countURL, rowURL, sortURL, blocksize){
Fabian Jakobs wrote:
> Hi Kenny,
>
>> Shucks, no. Have you heard of CLOS? Multiple inheritance,
>> multimethods, metaclass hacking. Very popular, tho Paul Graham (see
>> "Arc") and Dick Gabriel hate OO.
>>
>> A few years ago someone even gave a talk at the bi-annual Lisp
>> conference saying JS
I'm using Qooxdoo 0.8 and have a situation in IE6 where line 190 of
qx.dom.Hierarchy throws an 'Unspecified error'
This appears to be happening when rendering a SelectBox for the first time
although there are several containers around the select box that are also
being rendered for the first time
Howdy!
On Thu, 2008-11-27 at 09:39 +0100, Fabian Jakobs wrote:
> Petr Kobalíček schrieb:
> > Hi all,
> >
> > is in qooxdoo function that will return keys from object ?
> >
> > for example:
> > var dict = { "a": "test", "b": "test2", ... };
> >
> > var keys = dict.getKeys();
> > // keys ~= ["a", "b
Patrick Paskvan wrote:
> On Tue, Nov 25, 2008 at 9:43 PM, Derrell Lipman
> <[EMAIL PROTECTED]> wrote:
>
>>On Tue, Nov 25, 2008 at 4:50 PM, Patrick Paskvan <[EMAIL PROTECTED]>
>>wrote:
>>
>>>We could tie population of the select box on it's "click" event. The
>>>handler would change just a bit (as
Hi Amit,
>
> In my custom.js file, there are the following lines for my custom
> resources and the qx resources :
>
> /qxlibraries["qx"]={"resourceUri":"../js/qooxdoo-0.8/framework/source/resource"};
>
>
> qxlibraries["custom"]={"resourceUri":"../source/resource"};/
>
> 1. Now, when I refer to
Jean-Baptiste BRIAUD -- Novlog schrieb:
> On 27 Nov 2008, at 12:46, Fabian Jakobs wrote:
>
>
>> Jean-Baptiste BRIAUD -- Novlog schrieb:
>>
>>> setMinHeight works perfectly (thanks Fabian) but is there something
>>> to
>>> force the vertical scrollbar of a table to be always visible ?
>>>
On 27 Nov 2008, at 12:46, Fabian Jakobs wrote:
> Jean-Baptiste BRIAUD -- Novlog schrieb:
>> setMinHeight works perfectly (thanks Fabian) but is there something
>> to
>> force the vertical scrollbar of a table to be always visible ?
>>
>> I can see getPaneScroller(Integer metaColumn) in the Table
Hi Jim,
Jim Hunter wrote:
> Thanks for your response. After reading the wiki I am still a bit confused
> as to what is actually happening. Yes, I am loading this at runtime. What
> happens is that the server gets the theme information from a database. This
> information is different for every clie
Jean-Baptiste BRIAUD -- Novlog schrieb:
> setMinHeight works perfectly (thanks Fabian) but is there something to
> force the vertical scrollbar of a table to be always visible ?
>
> I can see getPaneScroller(Integer metaColumn) in the Table API, my
> idea was to look for a scroll manager where
setMinHeight works perfectly (thanks Fabian) but is there something to
force the vertical scrollbar of a table to be always visible ?
I can see getPaneScroller(Integer metaColumn) in the Table API, my
idea was to look for a scroll manager where I could set a policy for
the scrolbar, but I do
Hi,
In my custom.js file, there are the following lines for my custom
resources and the qx resources :
/qxlibraries["qx"]={"resourceUri":"../js/qooxdoo-0.8/framework/source/resource"};
qxlibraries["custom"]={"resourceUri":"../source/resource"};/
1. Now, when I refer to Qooxdoo library images
Hi Dan,
many thanks for this little snippet! I've added it to our snippets
section at the wiki.
See
http://qooxdoo.org/documentation/0.8/snippets#add_a_flash_movie_to_a_window
If you have more of those little code examples feel free to add them for
yourself at the snippets section.
And one mo
Kenny,
just a side note: You're in the habit of opening new topics by replying
to an existing post. But in mail readers that track threads these
postings get grouped, so your mail gets filed under a different thread
rather than showing up at the top-level. Could you open new topics by
sending
Petr Kobalíček schrieb:
> Hi all,
>
> is in qooxdoo function that will return keys from object ?
>
> for example:
> var dict = { "a": "test", "b": "test2", ... };
>
> var keys = dict.getKeys();
> // keys ~= ["a", "b", ...]
>
> I found only qx.lang.Object.getKeysAsString().
>
> PS: I know how to wri
Jean-Baptiste BRIAUD -- Novlog schrieb:
> Hi,
>
> I'd like to fix a table height so a given number of row is always
> visible.
> For example, the table will have 10 visible rows, whatever the number
> of row is in real.
> So, if less than 10 row are in the model, there will be blank space
> a
16 matches
Mail list logo