[qooxdoo-devel] Using Mixins to simplify large classes

2007-10-05 Thread Hugh Gibson
Our main frame class is used as a common point for implementation of singleton functionality, e.g. managing context menus. Typically there are some members and a few functions for each case. I don't want to define singletons classes for each block of functionality. One reason for that is that othe

Re: [qooxdoo-devel] qx.ui.table.model.Remote implementation problems

2007-10-05 Thread Hugh Gibson
> as far as I recognize, something like this > > //... > setColumns(["First name", "Middle name", "Last name"], > [0, 1, 2]); > //... > // Data "example" > data = [ {"foo", "bar", "baz"}, >{"Foo!","BAR!", "zoo"}, ...]; Neat trick, but presumably you meant: da

Re: [qooxdoo-devel] Issues with CrossDomain requests

2007-10-05 Thread Derrell Lipman
On 10/5/07, Jim Hunter <[EMAIL PROTECTED]> wrote: > I have been playing with trying to get a cross domain request to work for a > few hours now with no success. I created a request, and loaded a local file > and it does what I want it to do. But as soon as I change the URL to a > remote location an

[qooxdoo-devel] Issues with CrossDomain requests

2007-10-05 Thread Jim Hunter
I have been playing with trying to get a cross domain request to work for a few hours now with no success. I created a request, and loaded a local file and it does what I want it to do. But as soon as I change the URL to a remote location and set the CrossDomain to true, I always get: ERROR: qx.io

Re: [qooxdoo-devel] build problem with array / object

2007-10-05 Thread Derrell Lipman
On 10/4/07, westor <[EMAIL PROTECTED]> wrote: > > I'm not shure if this is a bug in build optimization: > Sometimes I use an array like an object. > var result = new Array(); > var result.ACL = new Array(); > Often I access the properties (or lets say, the keys) in this way: > alert(result.ACL.prop

Re: [qooxdoo-devel] build problem with array / object

2007-10-05 Thread westor
Hm, looks like no one has an answer for this? ;-) I think I have to avoid such mixed access methods in future, but is this a bug in build or or isn't it? Cheers Torsten westor wrote: > > I'm not shure if this is a bug in build optimization: > Sometimes I use an array like an object. > var re

[qooxdoo-devel] Different heights of table cells

2007-10-05 Thread Kolodziej Christian
Hello everybody (the 2nd time), also the second issue I'm struggling with concerns the table. What I need is a behaviour like we all know it from a table in HTML: the row get its height from the height of the highest cell within the row. In our application the length of the cell content is very

[qooxdoo-devel] Select a specific row in a table

2007-10-05 Thread Kolodziej Christian
Hello everybody (the 1st time), currently I'm trying to select one specific row of a table. The row has a column that contains an unique identifier. No the issue: how can I select this row when I have the identfier? Best regards, Christian ---

Re: [qooxdoo-devel] qx.ui.table.model.Remote implementation problems

2007-10-05 Thread Peter Schneider
> Yes, that did the trick, thank you! However, since > qx.ui.table.model.Simple does fine without named column data, it would > be worth thinking about reworking the remote table model accordingly. > not having the repetitive column ids in the transferred code saves a lot > of bandwith and with

Re: [qooxdoo-devel] Scrollbar flickering in ComboBoxEx

2007-10-05 Thread dperez
Has anyone else observed this? Christian has written me a private email stating he has also observed this behavior with treevirtual (another table derivative). It must be a relatively recent change with tables. dperez wrote: > > Am I the only one observing this? > The amount of flickering is v