Re: [qooxdoo-devel] QxBuilder xml description - Propositions for a new syntax

2006-08-16 Thread Christian Boulanger
Hello everyone, I looked at the 0.6 syntax for QxBuilder and I am not impressed. I think that a future qxml standard that can be implemented in XSLT, PHP, Java etc. should be based on different principles: 1) It should be independent from the current qooxdoo API, because an API can change, bu

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Alex D.
it's just "make source" command in the "frontend/framework/" directory. After that you become a qz.js file that contains all "includes" like "

Re: [qooxdoo-devel] QxBuilder xml description

2006-08-16 Thread Christian Boulanger
Siarhei Barysiuk schrieb: > If I understand right PHP QxBuilder doesn't use XSLT for transormation > XML to js code. I would like to create one(or set) xsl which cover all > qx syntax. And it will cross-platform resolving, because you can choose > backlayer and transforming tools. > > I'd be v

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Jim Hunter
Thanks for the patch but you and I are not using compatible versions of Subversion. Your patch file fails because it's in the wrong format for my version. It would be easier for me if you just sent over a copy of your generator.py file and I could look at it to see how the change was made.Thanks,J

Re: [qooxdoo-devel] Trunk now up-to-date . Branch “namespaces” discontinued

2006-08-16 Thread dperez
Hi Andreas, Well, at least it would be interesting to have a release candidate (0.6 RC1), in order to people that are evaluating Qooxdoo can see the improvements. Andreas Ecker-2 wrote: > > Hi everybody, > > we are getting closer to release 0.6 ;-) > > There are still several issues to addr

Re: [qooxdoo-devel] QxBuilder xml description

2006-08-16 Thread dperez
Hi Siarhei, If you are working with Java+web+xml+xslt, Cocoon (http://cocoon.apache.org) is a nice framework to deal this kind of situations. Siarhei Barysiuk wrote: > > If I understand right PHP QxBuilder doesn't use XSLT for transormation > XML to js code. I would like to create one(or set)

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > Not being a MAKE or Python guru, I haven't been able to figure out what file > needs altered in order to create a qx.js file with line feeds. The sample > page kind of expects you to be masters of MAKE and Python. Can you please > give me a little clue on

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Jim Hunter
Not being a MAKE or Python guru, I haven't been able to figure out what file needs altered in order to create a qx.js file with line feeds. The sample page kind of expects you to be masters of MAKE and Python. Can you please give me a little clue on how to apply the parameters listed in order to ma

Re: [qooxdoo-devel] Trunk now up-to-date

2006-08-16 Thread Derrell . Lipman
Andreas Ecker <[EMAIL PROTECTED]> writes: > What do others think about a release at this time? Please do not expect > everything to be polished and perfect for the next release. After all we > are only at version 0.6 ... I would propose that a release this quickly after such massive changes hav

[qooxdoo-devel] Trunk now up-to-date . Branch “namespaces” discontinued

2006-08-16 Thread Andreas Ecker
Hi everybody, we are getting closer to release 0.6 ;-) There are still several issues to address and solve, e.g. API consolidations, but you may want to checkout the trunk for the latest snapshot of qooxdoo. You have been warned, it is still work-in-progress. Please see: http://news.qooxdoo.

[qooxdoo-devel] table selection movement

2006-08-16 Thread Jim Hunter
Til,  Have you done any work to create methods for the table for things like Next, Previous, PageUp, PgeDown, First, Last?  I have a navigator linked to the table and I need to be able to move the currnetly selected row via the navigator. If the methods have already been done then I won't spend the

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Andreas Ecker
Hi, Chris, please see the following documentation to add new lines (or even separators indicating the corresponding JavaScript class file): http://qooxdoo.org/documentation/user/generator#configuring_compression Bye, Andreas Chris Esler wrote: > I've been playing around with Namespaces, and

[qooxdoo-devel] New Lines

2006-08-16 Thread Chris Esler
I've been playing around with Namespaces, and I wanted to know how to generate the script with newlines instead of compressed. debugging is no good when everything is on one line. I tried to change enableNewLines in compile.py , but thats not working (as it had once before).Any tips would be apprec

Re: [qooxdoo-devel] QxBuilder xml description

2006-08-16 Thread Siarhei Barysiuk
If I understand right PHP QxBuilder doesn't use XSLT for transormation XML to js code. I would like to create one(or set) xsl which cover all qx syntax. And it will cross-platform resolving, because you can choose backlayer and transforming tools. I'd be very interested in collaboration too.

Re: [qooxdoo-devel] QxBuilder xml description

2006-08-16 Thread Christian Boulanger
> I would like to write server-side QxBuilder but for Java backlayer. But > I haven't any documentation (reads "specification") what fully describes > all tags and all properties. I mean this kind of documentation. Does I'd be very interested in collaborating to write specs for qxml, which should

Re: [qooxdoo-devel] Unnecessary changes making qooxdoo developement more difficult

2006-08-16 Thread Izaak Branderhorst
This thread seems a bit superfluous in itself. A simple "Sebastian, this change seems a bit superfluous, why is it necessary?" would have been fine. Then wait for him to respond and then have a discussion. Of course every sane developer agrees that "new development should not be to make things

Re: [qooxdoo-devel] QxBuilder xml description

2006-08-16 Thread Siarhei Barysiuk
I would like to write server-side QxBuilder but for Java backlayer. But I haven't any documentation (reads "specification") what fully describes all tags and all properties. I mean this kind of documentation. Does QxBuilder xml describe all possible qooxdoo objects? For example, can I set for Q

Re: [qooxdoo-devel] Unnecessary changes making qooxdoo developement more difficult

2006-08-16 Thread Jim Hunter
I agree with everyone so far. New development should not be to make things harder, it should be to make things easier for the other developers. More shortcuts should be added off the root of each control to hide the complexity of the control from the developer. You are asking that everyone contrib

Re: [qooxdoo-devel] Unnecessary changes making qooxdoo developement more difficult

2006-08-16 Thread Christian Boulanger
Hi, I would support Derrell. I have already said that the "moving target" nature of qooxdoo creates many problems for developers to build applications along with the development. Yes, I know it is not 1.0 and yes, I recognize the need for optimization etc. etc. and lastly, I do recognize that the

[qooxdoo-devel] QxBuilder xml description

2006-08-16 Thread Siarhei Barysiuk
Hello! I'm novice in qooxdoo. And I have few questions about OxBuilder. I want to use it in my project but I can't find full description of xml described UI. Does anybody know where I can find this docs? And how about performance if I have a quite complicated interface? Thanks. P.S. qoox

Re: [qooxdoo-devel] QxBuilder xml description

2006-08-16 Thread Christian Boulanger
> Hello! > > I'm novice in qooxdoo. And I have few questions about OxBuilder. I > want to use it in my project but I can't find full description of xml > described UI. Does anybody know where I can find this docs? And how > about performance if I have a quite complicated interface? There is

Re: [qooxdoo-devel] Icon folder

2006-08-16 Thread Sebastian Werner
Jim Hunter schrieb: > Of the 1782 files that are in the icon folder, how many are required to > run qooxdoo? I want to strip out as much as I can and I don't want to > run into any gotchas down the road because I deleted a file that is > required in certain scenarios. If I don't plan on allowing

Re: [qooxdoo-devel] Inheritance and calling superclass methods

2006-08-16 Thread Sebastian Werner
Hi! welcome to the qooxdoo list :) Could you provide a link to the article? Maybe it also would be nice to explain the idea in some short sentences. Thanks. Sebastian Fabian Jakobs schrieb: > Hi, > > > > I just dicovered a blog entry on ajaxian, which proposes gives a good > overview

Re: [qooxdoo-devel] Unnecessary changes making qooxdoo developement more difficult

2006-08-16 Thread Dietrich Streifert
I don't know which decisions made these changes necessary, but yes from a first  view  it looks like things are now more complicated then before. Sebastian can you explain why the extra .getInstance() method is needed? >From my point of view calling qx.core.Init.defineMain() was OK. No need

[qooxdoo-devel] Unnecessary changes making qooxdoo developement more difficult

2006-08-16 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > -qx.core.Init.defineMain(function() { > +qx.core.Init.getInstance().defineMain(function() { Sebastian, I've been looking at your numerous recent singleton changes which affect every application and developer of qooxdoo. You are adding levels of indirection tha

Re: [qooxdoo-devel] Is it possible to change the value of a cell in a ListViewby double-clicking and filling wi th the keyboard ?

2006-08-16 Thread choonwhee
> Is it possible to change the value of a cell in a ListView by > double-clicking and filling with the keyboard ? > Right now you can't, but in 0.6 currently under development, it can be done with "table" object which is a very powerful listview with much more flexibility and customisable abil

[qooxdoo-devel] HowTo coordination (delay)

2006-08-16 Thread Derrell . Lipman
Hi all, I had said that I'd be working on coordination and organization of the new HowTo document early this week, but a work-related issue that I need to focus on has postponed that. I hope to get back to it late this week. Sorry for the delay. Derrell

[qooxdoo-devel] Inheritance and calling superclass methods

2006-08-16 Thread Fabian Jakobs
Hi,   I just dicovered a blog entry on ajaxian, which proposes gives a good overview over the „calling superclass methods“ problem. I really like the solution he comes up with. What is especially nice ist hat he doesn’t neet wrapper functions or any extra objects. Maybe this could be a n

[qooxdoo-devel] Is there a fonction that unselect the row selected of a ListView?

2006-08-16 Thread Gael . Guilmin
Hi list! Is there a fonction that unselect the row selected of a ListView? Thanks in advance! - Gaël GUILMIN - - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-int

[qooxdoo-devel] Is it possible to change the value of a cell in a ListView by double-clicking and filling with the keyboard ?

2006-08-16 Thread Gael . Guilmin
Hi List Is it possible to change the value of a cell in a ListView by double-clicking and filling with the keyboard ? (I know my english is poor, so if you don't understand what i'm saying, tell me, i would try to explain it better!) - Gaël GUILMIN-

Re: [qooxdoo-devel] JSEclipse

2006-08-16 Thread dperez
Hi Andreas, I have asked for better Qooxdoo support in the JSEclipse forum. The more people ask, the sooner it will be implemented. Andreas Ecker-2 wrote: > > Hi, > > there has been successful cooperation in the past that lead to official > qooxdoo support in JSEclipse. We try to have JSEcl

Re: [qooxdoo-devel] QxTextField.selectAll() bug

2006-08-16 Thread dperez
Hi, Workaround for solving this: I have changed cmp.selectAll() to window.setTimeout(function() {cmp.selectAll()}, 1); Clearly, the problem has to do with timing problems. dperez wrote: > > Hi > > Here is some code that shows how QxFieldText.selectAll() doesn't work > under Firefox