Re: [qooxdoo-devel] Pages in separate files/classes for TabView

2012-02-01 Thread Fritz Zaucker
Harlan, you can just extend qx.ui.tabview qx.Class.define("my.tabviewPage", { extend : qx.ui.tabview.Page, ... ... }); and then in your TabView class do this.add(new my.tabview.Page); Cheers, Fritz On Wed, 1 Feb 2012, Harlan H. Bloom wrote: > Hello, > I'm trying to use TabVie

[qooxdoo-devel] Pages in separate files/classes for TabView

2012-02-01 Thread Harlan H. Bloom
Hello, I'm trying to use TabView and to define the pages in separate files/classes. The only examples I've seen are where the pages are in-line with the TabView. Anyone have any idea where I can find an example where the TabView is separate from its pages? Thanks, Harlan... --

[qooxdoo-devel] Questions about Runtime Theme!

2012-02-01 Thread linucos
Hi to All, I got a question about runtime theme switch. What i want is to switch theme (may be meta or appearance) of web-desktop just like Windows or Ubuntu! Can someone give a example or article about that?Or something else?What am i supposed to do? (PS : I did a test that i can

Re: [qooxdoo-devel] Question about include/exclude !

2012-02-01 Thread linucos
Hi, I got a trick way that i wrote code about the use of "classes" i want to include but not to call the function.And the tool will include the "classes", right? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Question-about-include-exclude-tp7241726p7245214.html Sent from t

Re: [qooxdoo-devel] Question about include/exclude !

2012-02-01 Thread linucos
Hi thron7-2, Thanks for post. I did as you said with error "These necessary classes are not covered by parts: []" . What happened ? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Question-about-include-exclude-tp7241726p7245183.html Sent from the qooxdoo mailing list ar

Re: [qooxdoo-devel] Get the current content of virtual selectbox

2012-02-01 Thread Benjamin Dreux
After i while i thought about accessing the child control (the textefield) and set the liveUpdate property of the textField. Here i what my widget looks like : qx.Class.define("XXX",{ extend:qx.ui.form.VirtualComboBox, construct:function(){ this.base(arguments); this.setLab

Re: [qooxdoo-devel] Qooxdoo Seems To Need More Exposure...

2012-02-01 Thread Simon White
Hi I am in Canada and I never heard of QooxDoo before a few months ago. I had heard of extJS now Sencha and started to use it. I even have their visual designer but I found it hard to understand how everything worked. So I googled about javascript frame works and found QooxDoo once I saw t

Re: [qooxdoo-devel] How does inheritance actually work in QooxDoo?

2012-02-01 Thread Simon White
Hi That explanation is helpful and I know I must have read it but then still made this mistake. So I have no one to blame but myself and thank-you for pointing this out in the manual again. I have definitely learned my lesson! Thanks, Simon On 01/02/2012 5:52 AM, Tristan Koch wrote: > Hi S

[qooxdoo-devel] question about qx.ui.tree.VirtualTree and selection behavior

2012-02-01 Thread edemir...@technocon.com
Hey guys is it possible to let the qx.ui.tree.VirtualTree behave as follows. 1. You click on a VirtualTreeItem which has children and with this click it will select the item you have clicked and the children's it contains. 2. When scenario 1 is done, we deselect one of it's childrens and what also

Re: [qooxdoo-devel] Qooxdoo Framework and a pythonic way of installation

2012-02-01 Thread Fritz Zaucker
On Wed, 1 Feb 2012, thron7 wrote: > @Tobi, can you chime in to give a more current account?! Tobi is on vacation this week, so he might not respond immediately. Cheers, Fritz -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker+41 62 775 9900 (

Re: [qooxdoo-devel] Qooxdoo Framework and a pythonic way of installation

2012-02-01 Thread thron7
Stefan, On 02/01/2012 09:29 AM, Stephan Adig wrote: thanks a lot for your afford. Just pass me the location of the package and I'll have a look into it. Mh, I cannot find it. I tried the package search on debian.org but failed. The search only allows you to search backwards until Lenny, and

Re: [qooxdoo-devel] How does inheritance actually work in QooxDoo?

2012-02-01 Thread Tristan Koch
Hi Simon, we have a section in our manual that explains why reference types should not be used in the members section. Perhaps you can take a loot at the page and give us some feedback if our explanation is helpful. http://manual.qooxdoo.org/1.6.x/pages/core/classes.html#primitive-types-vs-refe

Re: [qooxdoo-devel] Qooxdoo Seems To Need More Exposure...

2012-02-01 Thread Phyo Arkar
Its true , Qooxdoo need a lot of exposure. This is High quality framework teaches how to write Best quality software , not hacky solutions. and qooxdoo deserve to be Number 1 web UI framwork. On 02/01/2012 03:54 AM, aditya siram wrote: > > I find it surprising that Qooxdoo is not on lists like t

Re: [qooxdoo-devel] Qooxdoo Seems To Need More Exposure...

2012-02-01 Thread thron7
Here is my take. The blog post received a lot of comments suggesting further frameworks to include, among them Dojo and qooxdoo. It also tried to be specific about MVC frameworks, and the selection depends on how strict you take this term. Besides that, I figure that (a) there is currently a s

Re: [qooxdoo-devel] Question about include/exclude !

2012-02-01 Thread thron7
In your config.json, add "include" : ["Myapp.Test"] (and/or other classes you want included) to both the "source" and "build-script" jobs. T. On 02/01/2012 01:37 AM, linucos wrote: > Buy the way, i mean even "parts" i define did NOT use the "class" or > "widget". I use it in "qx.io.ScriptLoader.

Re: [qooxdoo-devel] Qooxdoo Framework and a pythonic way of installation

2012-02-01 Thread Stephan Adig
Guten Morgen Thomas :) thanks a lot for your afford. Just pass me the location of the package and I'll have a look into it. Why I'm asking is, that actually it's not like the dojo or jquery packages in Debian/Ubuntu. Dojo e.g. does come normally with some binary helper packages to provide the mi