Re: [qooxdoo-devel] trunk is broken

2008-09-10 Thread Ian Horst
"queue[hash].addChildrenToQueue is not a function" disappeared, but now I have "this.__containerElement is null" in Widget.js Line 2137. this.__containerElement is null _createProtectorElement()()Widget.js (line 2137) _applyDecorator()("button", null)Widget.js (line 2177) (?)()("button")9%2ByHeR.

Re: [qooxdoo-devel] trunk is broken

2008-09-10 Thread Jonathan Rass
Hello Ian! I just added a hotfix and filed a bug for this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1390 The trunk should be OK again. Kind regards, Jonathan Rass Ian Horst wrote: > I use qx.ui.table.celleditor.SelectBox in qx.ui.table.Table. > > Sometimes I get "queue[hash].addChildrenT

Re: [qooxdoo-devel] trunk is broken

2008-09-10 Thread Ian Horst
I use qx.ui.table.celleditor.SelectBox in qx.ui.table.Table. Sometimes I get "queue[hash].addChildrenToQueue is not a function". Debug shows: qx.ui.core.Spacer[41r] $$hash=41r $$user_width=0 $$user_height=0 queue[hash].addChildrenToQueue is not a function in Visibility.js (Line 121) Ian Horst

Re: [qooxdoo-devel] trunk is broken

2008-09-10 Thread Sebastian Werner
Hi Petr, Please add a debug call to your version of Visibility.js just before it calls the problematic function. console.debug(queue[hash]) I am really interested in the output it generates. Sebastian Sebastian Werner Am 10.09.2008 um 12:54 schrieb "Petr Kobalíček" <[EMAIL PROTECTED] om>:

Re: [qooxdoo-devel] trunk is broken

2008-09-10 Thread Petr Kobalíček
Hi Sebastian, I checked it, I have used correct build from SVN. I tryed to locate the problem and the error exception is thrown here: function flush in Visibility.js : // Dynamically add children to queue // Only respect already known widgets because otherwise the children //

Re: [qooxdoo-devel] trunk is broken

2008-09-09 Thread Sebastian Werner
Petr Kobalíček schrieb: > Hi Sebastian, > > If I update trunk from SVN, have I to call "generate.py clear" ? Maybe > it's my cache problem because I didn't call it:) In the source version there should not be any issue. When you use the build you must rebuild your version though. Sebastian > >

Re: [qooxdoo-devel] trunk is broken

2008-09-09 Thread Petr Kobalíček
Hi Sebastian, If I update trunk from SVN, have I to call "generate.py clear" ? Maybe it's my cache problem because I didn't call it:) Cheers 2008/9/9 Sebastian Werner <[EMAIL PROTECTED]>: > No the method was not renamed. It is normally available on all > LayoutItems and Widgets. The Tree and Tab

Re: [qooxdoo-devel] trunk is broken

2008-09-09 Thread Sebastian Werner
No the method was not renamed. It is normally available on all LayoutItems and Widgets. The Tree and TabView both works flawlessy for me. Curious. Are you really sure that you are up-to-date? Sebastian Petr Kobalíček schrieb: > Hi Sebastian, > > I'm not sure if I can provide detailed bug rep

Re: [qooxdoo-devel] trunk is broken

2008-09-09 Thread Petr Kobalíček
Hi Sebastian, I'm not sure if I can provide detailed bug report now. I just tested new trunk with my application and this happen when I'm adding new item to tab. If I invent something more useful I will post it here. Isn't this for example only renamed method from addChildrenToQueue to something

Re: [qooxdoo-devel] trunk is broken

2008-09-09 Thread Sebastian Werner
Petr, I do not have any of such issues. Can you reduce it to a specific example? Sebastian Petr Kobalíček schrieb: > Hi Sebastian, > > there is another one: > > queue[hash].addChildrenToQueue is not a function > > I don't know where is problem, but It's in Tree or in TabView > > This is fro

Re: [qooxdoo-devel] trunk is broken

2008-09-09 Thread Petr Kobalíček
Hi Sebastian, there is another one: queue[hash].addChildrenToQueue is not a function I don't know where is problem, but It's in Tree or in TabView This is from current trunk (I tried it now) Cheers - Petr 2008/9/8 Sebastian Werner <[EMAIL PROTECTED]>: > Should be better now. Together with the

Re: [qooxdoo-devel] trunk is broken

2008-09-08 Thread Sebastian Werner
Should be better now. Together with the latest fixes for Chrome. Demobrowser is going to be up-to-date in a one hour. Sebastian Ian Horst schrieb: > This morning I had similar problem in Visiblity.js when clicking in tree. > Rolled back to yesterday's revision. > > Ian Horst > > > Petr Koba

Re: [qooxdoo-devel] trunk is broken

2008-09-08 Thread Ian Horst
This morning I had similar problem in Visiblity.js when clicking in tree. Rolled back to yesterday's revision. Ian Horst Petr Kobalíček wrote: > Hi Sebastian, > > I must go away now, but this happen in Tree widget. I think that if > you try to compile demobrowser tree example it happen. > > T

Re: [qooxdoo-devel] trunk is broken

2008-09-08 Thread Petr Kobalíček
Hi Sebastian, I must go away now, but this happen in Tree widget. I think that if you try to compile demobrowser tree example it happen. To reproduce it - create Tree, add two items on it and click Hope that helps;) - Petr 2008/9/8 Sebastian Werner <[EMAIL PROTECTED]>: > > Petr, > > thanks. See

Re: [qooxdoo-devel] trunk is broken

2008-09-08 Thread Sebastian Werner
Petr, thanks. Seems to break at new code. Can you reduce this to a specific example? Sebastian Petr Kobalíček schrieb: > Tree widget is broken in trunk > > queue[hash].checkAppearanceNeeds is not a function > genericToString()qx-debug-0.js (line 1) > genericToString()qx-debug-0.js (line 1)

[qooxdoo-devel] trunk is broken

2008-09-08 Thread Petr Kobalíček
Tree widget is broken in trunk queue[hash].checkAppearanceNeeds is not a function genericToString()qx-debug-0.js (line 1) genericToString()qx-debug-0.js (line 1) genericToString(Window admin?mode=debug&theme=classic, qx.event.type.Data[73] $$hash=73 _type=useraction _target=window, "useraction")qx

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread thron7
> Only new issues i've had is that the generator stopped respecting my > QOOXDOO-URL in config.json > It now defaults to /qooxdoo-trunk rather than using QOOXDOO-URL.. > That's weird. Can you post your config?! T. - Thi

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread Ralf Nieuwenhuijsen
> That's a really cute idea :- I was referring to the hello, world application. Compiling as in having no syntax/parser errors in the files modified since last commit. But I admit, I wasn't realizing there is no 'central' compile. Anyways trunk seems to work again. Only new issues i've had

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread thron7
Ralf Nieuwenhuijsen wrote: > Question: sometimes when something does not work I update to SVN TRUNK. > > However, now, the trunk doesn't even compile. > I can imagine it being unstable, but it suprises me that it doesn't > compile at all?! > > You would expect the devs to compile before submit? >

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread Sebastian Werner
Ralf Nieuwenhuijsen schrieb: > Question: sometimes when something does not work I update to SVN TRUNK. > > However, now, the trunk doesn't even compile. > I can imagine it being unstable, but it suprises me that it doesn't > compile at all?! > > You would expect the devs to compile before submit?

Re: [qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread Ralf Nieuwenhuijsen
For those trying out the trunk, this revision seem to work (as in it compiles): svn update -r 15774 2008/8/19 Ralf Nieuwenhuijsen <[EMAIL PROTECTED]>: > Question: sometimes when something does not work I update to SVN TRUNK. > > However, now, the trunk doesn't even compile. > I can imagine it b

[qooxdoo-devel] Trunk is broken ..

2008-08-19 Thread Ralf Nieuwenhuijsen
Question: sometimes when something does not work I update to SVN TRUNK. However, now, the trunk doesn't even compile. I can imagine it being unstable, but it suprises me that it doesn't compile at all?! You would expect the devs to compile before submit? -