Re: [qooxdoo-devel] Javascript framework popularity according to Google

2010-02-10 Thread Fritz Zaucker
On Wed, 10 Feb 2010, Jean-Baptiste BRIAUD -- Novlog wrote: > http://www.google.com/trends?q=qooxdoo%2C+jquery%2C+yui%2C+dojo%2C+mootools%2C+scriptaculous&ctab=0&geo=all&date=all&sort=0 100'000 flies can't all be wrong (says the observer seeing them sitting on a cow pat) ... Cheers, Fritz P.S.:

Re: [qooxdoo-devel] Question about key events in 0.8.x

2010-02-10 Thread Derrell Lipman
On Wed, Feb 10, 2010 at 19:34, Simon Bull wrote: > Hello All, > > In my legacy app I used to be able to do key event comparisons like this: > > if (e.getKeyIdentifier() === qx.legacy.event.type.KeyEvent.keys.enter) > > I can do the equivalent in 0.8 like this: > > if (e.getKeyIdentifier(

[qooxdoo-devel] Question about key events in 0.8.x

2010-02-10 Thread Simon Bull
Hello All, In my legacy app I used to be able to do key event comparisons like this: if (e.getKeyIdentifier() === qx.legacy.event.type.KeyEvent.keys.enter) I can do the equivalent in 0.8 like this: if (e.getKeyIdentifier() === "Enter") I have seen the stuff in qx.event.handler, bu

Re: [qooxdoo-devel] How to set Border/Background on CanvasLayout based Custom Widget ?

2010-02-10 Thread Kumarunster
Martin, many thanks for the reply and your help! It has solved my problem:) -- View this message in context: http://n2.nabble.com/How-to-set-Border-Background-on-CanvasLayout-based-Custom-Widget-tp4543786p4550479.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] qx.html.Element.flush() and rendered dom elements

2010-02-10 Thread benco
Ok, just catched the role of qx.html.Root... Problem RESOLVED :-) -- View this message in context: http://n2.nabble.com/qx-html-Element-flush-and-rendered-dom-elements-tp4548771p4549597.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] qx.html.Element.flush() and rendered dom elements

2010-02-10 Thread benco
Furthermore little questions about qx.html.Element... When I call the useElement() method, it seems not affecting the children and the parent Node... For instance, calling getParent() or getChildren() will return null in all cases what is a bit problematic. How can I achieve doing this ? Best,

Re: [qooxdoo-devel] Non-qooxdoo JS file in contribution

2010-02-10 Thread panyasan
Hi Thomas, I do understand your concerns and appreciate the care you put into the architecture of qooxdoo. I just want to make sure this stays on the horizon, since I really would like to see a vibrant development of contributions, including the qooxification of all kinds of javascript innovation

Re: [qooxdoo-devel] Non-qooxdoo JS file in contribution

2010-02-10 Thread thron7
> Just want to ask if you have ever had time to discuss this among the dev > team No. Fabian has gone through another iteration with our part loader, and before this hasn't settled, there is no much use looking further. The might also be other requirements on the horizon that need to be considered

[qooxdoo-devel] Javascript framework popularity according to Google

2010-02-10 Thread Jean-Baptiste BRIAUD -- Novlog
http://www.google.com/trends?q=qooxdoo%2C+jquery%2C+yui%2C+dojo%2C+mootools%2C+scriptaculous&ctab=0&geo=all&date=all&sort=0 -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Heali

[qooxdoo-devel] Problem: Window-resize (North) possible to extend desktop area

2010-02-10 Thread Peter Schneider
Hi, I found that the current (qooxdoo 1.0.1) implementation of the desktop allows the (child-) windows to be resized (direction north) beyond the area of the desktop. This behavior can be seen (and easily tested) in the demo browser: http://demo.qooxdoo.org/1.0.x/demobrowser/index.html#widget~

[qooxdoo-devel] qx.html.Element.flush() and rendered dom elements

2010-02-10 Thread benco
Hello Qx Community, I work on a function that create elements at runtime. But I don't know how to "wake up" the previously created elements. In my function, I make use of an existing node in the window's document element. => qx.html.Element() => useElement(...) (STEP 1) Then I create a new qx.h

[qooxdoo-devel] atom not right aligning within a grid, while a label right aligns

2010-02-10 Thread skar
Hi, I'm using a grid with atoms in the 0th column aligned to the right and it's not aligning properly. However, if I replace it with qx.ui.basic.Label, it aligns to the right properly. Is there any difference between the atom and a label in this respect? cheers, skar. -- -- The life so short

[qooxdoo-devel] implicit type conversion

2010-02-10 Thread Andreas G.
hello guys! we ran into this problem today and can not find any (clean) solution right now. we create an array of attributes (defined in an xml-file) and would like to set object-properties dynamically. var arr = []; ... for( var i = 0, len = arr.length; ihttp://n2.nabble.com/implicit-type-con

Re: [qooxdoo-devel] Tree column with header - how to ?

2010-02-10 Thread Derrell Lipman
On Wed, Feb 10, 2010 at 09:26, Fritz Zaucker wrote: > On Wed, 10 Feb 2010, Derrell Lipman wrote: > > >> I would like to use it in order to sort tree regarding the info provide > in > >> the column. > > > > If you think through this, I believe you'll find that you don't really > want > > to sort a

Re: [qooxdoo-devel] Tree column with header - how to ?

2010-02-10 Thread Fritz Zaucker
On Wed, 10 Feb 2010, Derrell Lipman wrote: >> I would like to use it in order to sort tree regarding the info provide in >> the column. > > If you think through this, I believe you'll find that you don't really want > to sort a tree. Even in TreeVirtual which provides headers, it disables > sortin

Re: [qooxdoo-devel] Newbie Question : Qooxdoo suitable for regular website ?

2010-02-10 Thread Fritz Zaucker
We "evaluated" various CMS-Systems recently and like www.silverstripe.org the most ... (depends on your requirements, of course). Cheers, Fritz On Wed, 10 Feb 2010, Sebastien PASTOR wrote: > Thanks to you both for your quick replies. Makes sense > I guess i ll have to look to more "tradition

Re: [qooxdoo-devel] Newbie Question : Qooxdoo suitable for regular website ?

2010-02-10 Thread MartinWittemann
Hello Seb and welcome to qooxdoo, did you see the real-life examples page in the wiki [1]. There are a couple applications linked, but as far as I have seen mostly full blown RIAs. As you might guess from the amount of RIAs in the examples, qooxdoo's is traditionally used to build such huge singl

Re: [qooxdoo-devel] Tree column with header - how to ?

2010-02-10 Thread MartinWittemann
Hi, are you talking of the regular qooxdoo tree or of the tree virtual? Regards, Martin -- View this message in context: http://n2.nabble.com/Tree-column-with-header-how-to-tp4546727p4547933.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] Tree column with header - how to ?

2010-02-10 Thread Derrell Lipman
On Wed, Feb 10, 2010 at 04:07, geo wrote: > Hello, > > I would like to know if ti possible to simply add an header (like for > table) with an tree column ? > If you use qx.ui.treevirtual.TreeVirtual you'll get headers right out of the box. Adding headers to qx.ui.tree.Tree will take you a bit of

Re: [qooxdoo-devel] Newbie Question : Qooxdoo suitable for regular website ?

2010-02-10 Thread Sebastien PASTOR
Thanks to you both for your quick replies. Makes sense I guess i ll have to look to more "traditionnal" frameworks. :(, till i have a truly "web app" to develop ! Thanks again! Sebastien. On Wed, Feb 10, 2010 at 01:58:01AM -0800, benco wrote: > > Hi Sebastien, > > As Peter mentioned, trad

Re: [qooxdoo-devel] Non-qooxdoo JS file in contribution

2010-02-10 Thread panyasan
thron7-2 wrote: > > > On 01/18/2010 03:36 PM, panyasan wrote: > >> I wrote a little patch in the bug report >> (http://bugzilla.qooxdoo.org/show_bug.cgi?id=3339) that would allow >> prefixing the "add-script" URIs with contrib namespaces such as >> namespace:resource/foo/bar.js.Do you see a re

Re: [qooxdoo-devel] Newbie Question : Qooxdoo suitable for regular website ?

2010-02-10 Thread benco
Hi Sebastien, As Peter mentioned, traditional websites have usually other requirements... In terms of SEO, it won't be good at all because all is javascript based (except if your pages require user login. In that last case, search engines won't even see these pages). However you could use nati

Re: [qooxdoo-devel] Newbie Question : Qooxdoo suitable for regular website ?

2010-02-10 Thread Petr Kobalíček
Hi, I think that qooxdoo is more suitable for single-page webapps. Traditional websites have different requirements (accessibility, loading speed/size, templates, etc...) -- Best regards - Petr Kobalicek On Wed, Feb 10, 2010 at 11:38 AM, Sebastien PASTOR wrote: > Hi ever

Re: [qooxdoo-devel] Distribution and debugging

2010-02-10 Thread thron7
On 02/09/2010 04:07 PM, Michael Schwarzl wrote: > Hello Thomas, > > thank you for your reply! Now I found the error by surprise. It has been a > cookie value which I tried to convert to an array but it has been null. > > - I had built the version via "build" command. After this, the applicatio

[qooxdoo-devel] Newbie Question : Qooxdoo suitable for regular website ?

2010-02-10 Thread Sebastien PASTOR
Hi everyone, I just found out about qooxdoo and like very much the way it allows a much more "regular" way of doing web-dev ! I was wondering if qooxdoo is suitable for regular website ? I would love to make use of the widgets library and the layout system but fear about how heavy the web site wo

Re: [qooxdoo-devel] qooxdoo 1.0 DateField value

2010-02-10 Thread Stefan Volbers
Thanks Martin, Frank, your approaches are convincing! Great stuff, thanks a lot! Greetings, Stefan On 10.02.2010 09:43, Schwichtenberg, Frank wrote: > Hi, > >> -Ursprüngliche Nachricht- >> Von: MartinWittemann [mailto:martin.wittem...@1und1.de] > >> it's much easier than you thought. The

Re: [qooxdoo-devel] qooxdoo 1.0 DateField value

2010-02-10 Thread Schwichtenberg, Frank
Hi, > -Ursprüngliche Nachricht- > Von: MartinWittemann [mailto:martin.wittem...@1und1.de] > it's much easier than you thought. The DateField uses a location > dependent > formater to convert the given Date to the string you see in the > textfield. > So why don we just use the same approac

[qooxdoo-devel] Tree column with header - how to ?

2010-02-10 Thread geo
Hello, I would like to know if ti possible to simply add an header (like for table) with an tree column ? I would like to use it in order to sort tree regarding the info provide in the column. Thanks. -- SOLARIS 10 is