Re: [qooxdoo-devel] update table after data changed

2007-10-02 Thread Jim Hunter
Thanks Hugh, this information worked perfect for me. I was missing the create style portion for the initial rendering. Once I made the small change there colors are working great. Thanks, Jim On Thu, 27 Sep 2007 10:23 +0100 (BST), Hugh Gibson <[EMAIL PROTECTED]> wrote: > > > That might be it. I'

Re: [qooxdoo-devel] Problem using custom resource capability in 0.72

2007-10-02 Thread Hugh Gibson
> (hardly working for 0.8) I sincerely hope you meant to say "working hard for 0.8" :-/ Hugh - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vs

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

2007-10-02 Thread bibliograph
forgot to explain that the whole thing works with the qcl.databinding.simple.MDataManager mixin, which does all the i/o stuff and dispatches the "dataReceived" event when the data has arrived. this part works flawlessly, the data is just not rendered in the table rows bibliograph schrieb: >

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

2007-10-02 Thread bibliograph
Hello, it took me a while to figure out how to write an implementation of the qx.ui.table.model.Remote class. I will provide this class as a much-needed example. Now everything works with the backend - the data is prefetched and everything - sweet! But nothing shows up in my table, event

Re: [qooxdoo-devel] TreeFolder : event "treeOpenWhileEmpty"

2007-10-02 Thread Derrell Lipman
On 10/2/07, asaris <[EMAIL PROTECTED]> wrote: > > Thank you very much for fast answer. > > It's a bit strange behaviour, but I guess I can live with it. It may seem a bit strange. Consider that treeOpenWhileEmpty is most frequently used to populate the children of a folder node. You wouldn't w

Re: [qooxdoo-devel] TreeFolder : event "treeOpenWhileEmpty"

2007-10-02 Thread asaris
Thank you very much for fast answer. It's a bit strange behaviour, but I guess I can live with it. asaris Derrell Lipman wrote: On 10/2/07, asaris <[EMAIL PROTECTED]> wrote: qooxdoo 0.7.x 10427M Example === var parentTreeFold

Re: [qooxdoo-devel] Value of inherited property

2007-10-02 Thread T.J. Crowder
Hi, (Warning: Qooxdoo noob here.) > I have a widget that can be disabled directly because some other widget, > from which it depends, isn't available. > It can also be disabled if the parent widget is disabled (inside a > CheckGroupBox). Just asking: Why does your widget need to know the diffe

Re: [qooxdoo-devel] TreeFolder : event "treeOpenWhileEmpty"

2007-10-02 Thread Derrell Lipman
On 10/2/07, asaris <[EMAIL PROTECTED]> wrote: > qooxdoo 0.7.x 10427M > > Example > === > var parentTreeFolder = new qx.ui.tree.TreeFolder("parent"); > > var childTreeFolder = new qx.ui.treeTreeFolder("child"); > childTreeFolder.addEven

[qooxdoo-devel] TreeFolder : event "treeOpenWhileEmpty"

2007-10-02 Thread asaris
qooxdoo 0.7.x 10427M Example === var parentTreeFolder = new qx.ui.tree.TreeFolder("parent"); var childTreeFolder = new qx.ui.treeTreeFolder("child"); childTreeFolder.addEventListener("treeOpenWhileEmpty", function () {

[qooxdoo-devel] NS_ERROR_XPC_JS_THREW_JS_OBJECT location: "" data: no

2007-10-02 Thread bibliograph
Hello, sometimes error occur that are very hard to debug, such as [Exception... "'Error: Property serviceName of an instance of qx.core.Target is not (yet) ready!' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: ""

[qooxdoo-devel] GalleryList

2007-10-02 Thread Enaldo Amorim
I FOUND THE PROBLEM. THE IE7 DOESN'T ACCEPT THE WIDTH AND HEIGHT WITH "%". - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direc

Re: [qooxdoo-devel] Value of inherited property

2007-10-02 Thread dperez
I know the path I've taken isn't public API, and have its risks. I have a widget that can be disabled directly because some other widget, from which it depends, isn't available. It can also be disabled if the parent widget is disabled (inside a CheckGroupBox). Sebastian Werner wrote: > > Not t

[qooxdoo-devel] qx.ui.tree.AbstractTreeElement: Is it correct not to initialize label for empty string?

2007-10-02 Thread [EMAIL PROTECTED]
Hi, I recently ran into trouble. I am trying to sort tree items by name, so I retrieve their label through elem.getLabel(). If a tree element is constructed with an empty label (e.g. new qx.ui.tree.TreeFile("")), the label property gets not set. However, the label object (elem.getLabelObject()) ca

[qooxdoo-devel] GalleryList

2007-10-02 Thread Enaldo Amorim
Hi, When I try to initialize a GalleryList with an empty array ("var galleryList = new qx.ui.embed.GalleryList( [] );"), the IE7 results an error, but FF works fine. I think It's a bug. Att. Enaldo - This SF.net email is spo

Re: [qooxdoo-devel] Error in the skeleton an problems with json

2007-10-02 Thread T.J. Crowder
Hi all, Informational post only for any newbies (like me) who search the archives for the "qx.ui.table.columnmodel.resizebehavior has no properties" problem. It's not an error in the skeleton. The problem (for me at least) was because I downloaded the wrong version of the SDK for my Cygwin con

Re: [qooxdoo-devel] Problem using custom resource capability in 0.72

2007-10-02 Thread Sebastian Werner
Hi Mike, sorry for the delay. This part seems to be wrong: qx.core.Setting.define("resourceUri", "./resource"); qx.io.Alias.getInstance().add("custom", qx.core.Setting.get ("custom.resourceUri")); Both IDs used must be identical. Generally I would suggest to change the first line to qx.

Re: [qooxdoo-devel] Cannot define Mixin member property with initial value 'null'

2007-10-02 Thread Sebastian Werner
Seems to be that the null value is not accepted here. Can you please open a bug report at bugzilla.qooxdoo.org and attached all the details already mentioned here. Thank you for your help. Sebastian Am 30.09.2007 um 17:27 schrieb [EMAIL PROTECTED]: > Upps, should have simply copied my real

Re: [qooxdoo-devel] Building stacktrace fails for callback from XMLHttpRequest when using Firebug

2007-10-02 Thread Sebastian Werner
Please directly open a bug report at bugzilla.qooxdoo.org Thanks. Sebastian Am 01.10.2007 um 13:43 schrieb [EMAIL PROTECTED]: > Hi, > > I am debugging for quite a time now, and finally could identify the > point where > building the stacktrace (e.g. calling this.printStackTrace()) fails >

Re: [qooxdoo-devel] Value of inherited property

2007-10-02 Thread Sebastian Werner
Not to mention that this code is generated and that the values are private. You shouldn't access these directly. You are warned ;) There is currently no way to detect if the value comes from the inheritance or from a local value. In all cases I know this also makes not really sense. What is

Re: [qooxdoo-devel] Re-Post: How to force a rearrange of a layouts children

2007-10-02 Thread Sebastian Werner
The layout which works the best for all update scenarios is the BoxLayout. All other - especially complex layouts - like the Grid and the DockLayout are far behind the stability of this one. Hacking the widget is also not helpful here. Sorry, that there is not working solution yet. The new

Re: [qooxdoo-devel] IRC-like Client

2007-10-02 Thread Sebastian Werner
I would do it with a HtmlEmbed widget. This means you can do all HTML formattings. Update operations could be simple DOM node appends. Scrolling to bottom can be reached by setting the scrollTop to the scrollHeight after each update: var el = getElement(); el.scrollTop = el.scrollHeight; Ch

Re: [qooxdoo-devel] Measuring text width

2007-10-02 Thread Sebastian Werner
It depends on the styles you use. Earlier version have supported the full range of available CSS font properties but this was quite slow. Nowadays we only support the five basic properties which is enough in most cases. If your style is not supported right now you can always but a span arou