Re: [qooxdoo-devel] Memory Management best practices in composites

2010-07-23 Thread arnis_andy
Is it even necessary for me to dispose of qx objects that are contained by other qx objects. For example if I do something in my constructor like: var groupBox = new.ui.groupbox.GroupBox("Stuff"); this.setLayout(new qx.ui.layout.VBox()); this.add(groupBox); do I need to set references to the gr

Re: [qooxdoo-devel] List selection and form controller

2010-07-23 Thread Bolik
В пт, 23/07/2010 в 04:12 -0700, Alexander Steitz [via qooxdoo] пишет: > Hi Bolik, > > Am 22.07.2010 17:20, schrieb Bolik: > > I'm looking for this example > > > http://demo.qooxdoo.org/1.1.x/demobrowser/index.html#data~FormAndListController.html. > > > I changed SelectBox to List and after a

Re: [qooxdoo-devel] How to properly clear SelectBox with bindings?

2010-07-23 Thread sergey miryanov
Hm, if I recreate model and controller instead addTarget in button handler all works fine. On Fri, Jul 23, 2010 at 5:25 PM, sergey miryanov wrote: > Hi Qooxdoo Dev! > >  I'm trying to clear SelectBox, but have some errors. My playground > example: http://tinyurl.com/2wqwbcv > >  1. I try to use r

Re: [qooxdoo-devel] Invalid include block

2010-07-23 Thread Christian Hagendorn
Hi Werner, sorry, I thought you are taking about the config.json file from the demo folder. Yes, you are right the config.json file form the Dialog (trunk folder) it's not correct. Normally it should not be possible to run a "source", "source-all" or a "build" job directly. Only the jobs for

[qooxdoo-devel] How to properly clear SelectBox with bindings?

2010-07-23 Thread sergey miryanov
Hi Qooxdoo Dev! I'm trying to clear SelectBox, but have some errors. My playground example: http://tinyurl.com/2wqwbcv 1. I try to use removeAll -> if genderSelectBox not removed from controller - exception raised and SelectBox not populated. 2. I try to remove genderSelectBox from controll

Re: [qooxdoo-devel] Scrollbar auto

2010-07-23 Thread Christian Hagendorn
Hi Florian, when you use a scroll container, it automatically shows the scroll bars when it's needed. Please have a look at the scroll container demo: http://demo.qooxdoo.org/current/demobrowser/#ui~ScrollContainer.html If you have further questions, please ask. You can also post a short play

Re: [qooxdoo-devel] Developing an application

2010-07-23 Thread Ricardo Ferreira
Hi Daniel, Can you give me an example? I tried to set the setting "databases" in config.json file in the root folder, but it's always gives me an error saying: "setting "databases" not found". I also tried to use the "define" function to see if the qooxdoo set it automaticaly (so I can see

Re: [qooxdoo-devel] List selection and form controller

2010-07-23 Thread Alexander Steitz
Hi Bolik, Am 22.07.2010 17:20, schrieb Bolik: > I'm looking for this example > http://demo.qooxdoo.org/1.1.x/demobrowser/index.html#data~FormAndListController.html. > I changed SelectBox to List and after all i can't understand, how can i set > list selection. Can anybody show me an example? Take

Re: [qooxdoo-devel] Bug in qx.ui.basic.Image

2010-07-23 Thread Alexander Steitz
Hi Jose, Am 23.07.2010 12:14, schrieb Jose Carlos Norte: > after a week of researching in eyeOS, we have been able to identify > the bug that was causing problems with qx.ui.basic.Image and Internet > Explorer. > > The bug its really easy to reproduce. You only need to load a png with > transparen

[qooxdoo-devel] Scrollbar auto

2010-07-23 Thread Network Informatique
Dear, My problem is simple. I want a scrollbar appears automatically if the content of my page is more importante like the size of my screen. I've test for hours and hours the sroll container, the scrollbar, but nothing works like i want. I've alredy found a suject witch look like my problem : h

[qooxdoo-devel] Bug in qx.ui.basic.Image

2010-07-23 Thread Jose Carlos Norte
Hi, after a week of researching in eyeOS, we have been able to identify the bug that was causing problems with qx.ui.basic.Image and Internet Explorer. The bug its really easy to reproduce. You only need to load a png with transparencies, and set the scale to true, and try to reduce its size to f

Re: [qooxdoo-devel] Invalid include block

2010-07-23 Thread Christian Hagendorn
Hi Werner, the manifest file from the contribution describes that it runs with the qooxdoo trunk version. So maybe your qooxdoo version is too old, have you tried the run the contribution with the current 1.1 release? Cheers, Chris Am 23.07.2010 10:14, schrieb Werner Thie: > Hi all > > just

[qooxdoo-devel] Problem with marshaling; possible bug?

2010-07-23 Thread panyasan
Hi, I am having a strange problem with marshaling data sent from the server that is hard to trace and to reproduce - unfortunately, I am unable to provide a playground example that would demonstrate it. But I'll try to be as detailed as possible. In the qcl contrib, I have a JsonRpc data store

[qooxdoo-devel] Invalid include block

2010-07-23 Thread Werner Thie
Hi all just wanted to do a generate.py source all on the Dialog contrib after adapting ../../qooxdoo/0.9-pre to several other SDK's in config.json. Although the error code is varying it's usually giving me a !!! Invalid include block: [u'dialog.*', u'qx.*', u'dialog.demo.Demo', u'qx.theme.M

Re: [qooxdoo-devel] Memory Management best practices in composites

2010-07-23 Thread Christian Hagendorn
Hi , there shouldn't occur any warnings for attributes with a prefix "$$". This is a bug, see: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3867 Cheers, Chris Am 22.07.2010 16:52, schrieb arnis_andy: > I have a "best practices" question. > > I have created several composite objects that have m