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
it's just "make source" command in the "frontend/framework/" directory. After that you become a qz.js file that contains all "includes" like "
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
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
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
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)
"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
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
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
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.
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
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
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
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.
> 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
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
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
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
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
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
> 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
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
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
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
[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
> 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
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
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
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
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-
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
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
32 matches
Mail list logo