Re: [qooxdoo-devel] Retrieve Form items from internal group

2012-07-04 Thread Martin Wittemann
Hey, there is currently no public API to query for the already added items. If you think that could be handy, feel free to open up a enhancement report in bugzilla. If you want to, you can use the internal API getItems which will return a map of times which can be addressed by their given name.

Re: [qooxdoo-devel] How to implement a splitter with extra widgets (buttons)

2012-07-04 Thread Martin Wittemann
Hey, have you tried to use a higher z-Index than 11 because thats the z-index of the blocker used for the split pane. That should move the buttons on top of the blocker and could fix the whole issue. Regards, Martin Am 04.07.2012 um 20:32 schrieb Peter Schneider: > Hi Developers, > > I have a

[qooxdoo-devel] How to implement a splitter with extra widgets (buttons)

2012-07-04 Thread Peter Schneider
Hi Developers, I have a split pane which should have a slightly different splitter[1], and therefore I derived my SplitPane class from "qx.ui.splitpane.Pane" with overwritten "_createChildControlImpl" method (were I return my Splitter instead of "yours" qx.Class.define("app.ui.splitpane.Pane", {

[qooxdoo-devel] Retrieve Form items from internal group

2012-07-04 Thread csfahey
Is there any way to access the items already added to a form? I am trying to reduce the clutter in my code and since the items were added directly to the form when created, it would be easier to track them by the item they are associated with. Form.getGroups() is in the code for Form but not avai

Re: [qooxdoo-devel] qooxdoo 2.0.1 released

2012-07-04 Thread Martin Wittemann
Hi, thats a known issue which has been in the 2.0 release as well. You can ignore this warning. Regards, Martin Am 04.07.2012 um 08:53 schrieb Fritz Zaucker: > Thanks for the new release. So far, so good, but I am getting the following > warning: > Collecting classes \ > - Warning: qx

Re: [qooxdoo-devel] Build / Source differences

2012-07-04 Thread Cajus Pollmeier
Am Mittwoch, 4. Juli 2012, 08:10:33 schrieb Martin Wittemann: > Hi, > Hm, I think thats the thing you should take a deeper look at. Check the > network pannel and try to find out why the file is missing. Might be a > server issue or might be a wrong URL. Regards, > Martin Ok. I think we can ignore

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-07-04 Thread omrihar
Sorry, this was too soon. As soon as I did a distclean the problem came back.. Perhaps I will have more time later to continue debugging... -- View this message in context: http://qooxdoo.678.n2.nabble.com/Another-2-0-migration-problem-tp7580405p7580530.html Sent from the qooxdoo mailing list a

Re: [qooxdoo-devel] Another 2.0 migration problem

2012-07-04 Thread omrihar
Hi, I just migrated to 2.0.1 and it seems that the problem is gone (at least so far). I didn't pursue the matter further before since the fix to the template file worked for me and I had some urgent stuff to do, but this time I didn't patch the template file of 2.0.1 and it seems to work without a