Re: [qooxdoo-devel] calling method from superclass fails?

2009-07-28 Thread skar
Michael Ochs wrote: > Hi, > > I have a super class and its child class. In the child class I call: > > this._addCommunicationIDToDropList(this.__lastCommunicationIDForArea); > > where _addCommunicationIDToDropList(id) is a function of the superclass. > > This fails with the error "TypeError: > th

[qooxdoo-devel] Re-2: Re-2: Error Message during build process

2009-07-28 Thread Daniel Hirtzbruch
Hello, thanks for your reply. I tried "generate.py -v build" and I think I found the problem. I renamed the index file to index.php instead of index.html to include some configuration files etc. - maybe I should have done this another way. But: is there a config option I need to set to let the

Re: [qooxdoo-devel] Demobrowser pages for qooxdoo-contrib projects

2009-07-28 Thread panyasan
Thanks Derrell and Andreas, good to hear that there are plans for providing the contributions with an easy way of demonstrating their features. I'll be in touch with Andreas to discuss the details. Christian Andreas Ecker wrote: > > Hi Christian! > >> I am currently finishing a Wizard Widg

Re: [qooxdoo-devel] Demobrowser pages for qooxdoo-contrib projects

2009-07-28 Thread Andreas Ecker
Hi Christian! > I am currently finishing a Wizard Widget for the qcl.ui.dialog package and > once I am finished, I would like to create a page for the demo browser > demonstrating all the dialog widgets (alert, confirm, select, form, login, > wizard). However, I don't know how to go about doing th

Re: [qooxdoo-devel] Re-2: Error Message during build process

2009-07-28 Thread Andreas Ecker
Hi Daniel! > thank you for your reply. Yes, I did already run "generator.py > source". But when I'm trying to run "build" after that, it fails. > Today I created a totally new app and at first I was able to run > build, but again the error message appears when I'm trying to build > now - I don't k

[qooxdoo-devel] Problem with table and columns sort

2009-07-28 Thread A.Yerenkow
Hello guys! There is a bug in 0.8.2 and current demobrowser too. http://demo.qooxdoo.org/current/demobrowser/index.html#table~Table_Resize_Columns.html Here, if resize "ID", "A number" columns so scroll appear, scroll a bit to right, after that clicks appear to be delivered to wrong columns :)

[qooxdoo-devel] Re-2: Error Message during build process

2009-07-28 Thread Daniel Hirtzbruch
Hey Jonathan, thank you for your reply. Yes, I did already run "generator.py source". But when I'm trying to run "build" after that, it fails. Today I created a totally new app and at first I was able to run build, but again the error message appears when I'm trying to build now - I don't know

Re: [qooxdoo-devel] Demobrowser pages for qooxdoo-contrib projects

2009-07-28 Thread Derrell Lipman
On Tue, Jul 28, 2009 at 11:25, panyasan wrote: > > Hello, > > I am currently finishing a Wizard Widget for the qcl.ui.dialog package and > once I am finished, I would like to create a page for the demo browser > demonstrating all the dialog widgets (alert, confirm, select, form, login, > wizard).

[qooxdoo-devel] Demobrowser pages for qooxdoo-contrib projects

2009-07-28 Thread panyasan
Hello, I am currently finishing a Wizard Widget for the qcl.ui.dialog package and once I am finished, I would like to create a page for the demo browser demonstrating all the dialog widgets (alert, confirm, select, form, login, wizard). However, I don't know how to go about doing this - how do yo

[qooxdoo-devel] calling method from superclass fails?

2009-07-28 Thread Michael Ochs
Hi, I have a super class and its child class. In the child class I call: this._addCommunicationIDToDropList(this.__lastCommunicationIDForArea); where _addCommunicationIDToDropList(id) is a function of the superclass. This fails with the error "TypeError: this._addCommunicationIDToDropList is

Re: [qooxdoo-devel] Test driven development

2009-07-28 Thread Michael Ochs
Hi, with calling index-source.html it works. Thanks. Still, the other way it doesn't work. Maybe that should be corrected in the docs on http://qooxdoo.org/documentation/0.8/frame_apps_testrunner They only talk about the index.html there. Thanks for your help! Michael Am 28.07.2009 um 13:5

Re: [qooxdoo-devel] Tree Selection Manager for Checkboxes

2009-07-28 Thread Jonathan Weiß
Hello Guilherme! > I managed to create the checkboxes in the tree's items. Overriding > the createItem function from IControllerDelegate and passing it > throw the Tree Controller. But I dont know how to change the > Selection behavior!!! Have a look at qx.ui.core.MMultiSelectionHandling t

Re: [qooxdoo-devel] JavaRpc : feedback

2009-07-28 Thread Vincent Vandenschrick
No, you can only filter and rename property from Java to JSON direction. > I added the possibility to filter and rename property on the other > direction : from JSON to Java. > Right, I didn't spot that. > No. This was my first error to think it could be done. Unfortunatly, > transient apply to

Re: [qooxdoo-devel] Test driven development

2009-07-28 Thread thron7
> I'm trying to get the test-source profile to work. If I do a ./ > generate.py test all works fine. But if I do a ./generate.py test- > source I always get a "The selected test file is invalid" alert, even > if I change the tests.html to tests-source.html > Michael, which qooxdoo version

Re: [qooxdoo-devel] JavaRpc : feedback

2009-07-28 Thread Jean-Baptiste BRIAUD -- Novlog
On Jul 27, 2009, at 23:06 , Vincent Vandenschrick wrote: > I'm sorry Jean-Baptiste, I don't get your point. To my understanding, > the current JavaRpc implementation allows to plug any custom policy > using the RemoteCallUtils customization. No, you can only filter and rename property from Java t

Re: [qooxdoo-devel] Error Message during build process

2009-07-28 Thread Jonathan Weiß
Hello Daniel and welcome to qoxdoo! I will forward your problem with "Source directory does not exist!" to Thomas, since I am not quite sure what to do here. Have you already run "generator.py source" before calling "generator.py build"? You don't have to copy any icons or other resources a

[qooxdoo-devel] Test driven development

2009-07-28 Thread Michael Ochs
Hi, I'm trying to get the test-source profile to work. If I do a ./ generate.py test all works fine. But if I do a ./generate.py test- source I always get a "The selected test file is invalid" alert, even if I change the tests.html to tests-source.html Am I missing something here? I switch ht

Re: [qooxdoo-devel] Progressive Tree on selection and/or deployement + the new binding features

2009-07-28 Thread Martin Wittemann
Hi, The bug is already fixed. So if you are on trunk, you should be abel to use you old code now. Best, Martin Am 28.07.2009 um 09:23 schrieb Martin Wittemann: > Good morning, > > looks like you found a bug in the data binding. Gratulation. ;) I'll > take a look at it and fix it later. But bef

Re: [qooxdoo-devel] Progressive Tree on selection and/or deployement + the new binding features

2009-07-28 Thread Martin Wittemann
Good morning, looks like you found a bug in the data binding. Gratulation. ;) I'll take a look at it and fix it later. But before that, I have a workaround for you. Try the following code in the devel Playground (http://demo.qooxdoo.org/devel/playground/ ) and you get the idea: var data1 =