Re: [qooxdoo-devel] Am I using qx.ui.table.model.Remote incorrectly?

2008-11-27 Thread Kenny Tilton
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){

Re: [qooxdoo-devel] Is there a submit event?

2008-11-27 Thread Kenny Tilton
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

[qooxdoo-devel] IE 6 element.offsetParent

2008-11-27 Thread CSBrown
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

Re: [qooxdoo-devel] getKeys()

2008-11-27 Thread Andreas Ecker
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

Re: [qooxdoo-devel] Can a widget listen for a property change event?

2008-11-27 Thread Kenny Tilton
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

Re: [qooxdoo-devel] Managing resources using resourceUri

2008-11-27 Thread thron7
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

Re: [qooxdoo-devel] Fix table height in visible row

2008-11-27 Thread Fabian Jakobs
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 ? >>>

Re: [qooxdoo-devel] Fix table height in visible row

2008-11-27 Thread Jean-Baptiste BRIAUD -- Novlog
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

Re: [qooxdoo-devel] Appearences

2008-11-27 Thread Alexander Back
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

Re: [qooxdoo-devel] Fix table height in visible row

2008-11-27 Thread Fabian Jakobs
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

Re: [qooxdoo-devel] Fix table height in visible row

2008-11-27 Thread Jean-Baptiste BRIAUD -- Novlog
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

[qooxdoo-devel] Managing resources using resourceUri

2008-11-27 Thread Amit Rana
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

Re: [qooxdoo-devel] Flash Objects in a Window Qx 0.8

2008-11-27 Thread Alexander Back
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

Re: [qooxdoo-devel] top level function not recognized, only in "build" version

2008-11-27 Thread thron7
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

Re: [qooxdoo-devel] getKeys()

2008-11-27 Thread Fabian Jakobs
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

Re: [qooxdoo-devel] Fix table height in visible row

2008-11-27 Thread Fabian Jakobs
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