On Thu, 8 Jan 2015, Tobias Oetiker wrote:
> for those who want to get started with qooxdoo, you may want to have a
> look at
>
> https://github.com/oetiker/qx-mojo-app
>
> it lets you produce a complete template application including
> automake and backend support (configure make install) ...
>
>
Hi,
for those woul want to get started with qooxdoo, you may want to
have a look at
https://github.com/oetiker/qx-mojo-app
it lets you produce a complete template application including
automake and backend support (configure make install) ...
using perl in the backend ...
enjoy
tobi
--
Tobi
fting
build (last resort).
I hope your project(s) are going well. Thank you again!
--Jason
-Original Message-
From: thron7 [mailto:thomas.herchenroe...@1und1.de]
Sent: Wednesday, August 19, 2009 9:01 AM
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Getting Started 0.8.2 - Web Si
Jason P Sage wrote:
> The more I dig in I have to say this is going well. Also I understand the
> difference between generate.py and generator.py (One is the output script
> created whenever you make a new app with create-application.py
>
> I do however find it a little confusing figuring out th
The more I dig in I have to say this is going well. Also I understand the
difference between generate.py and generator.py (One is the output script
created whenever you make a new app with create-application.py
I do however find it a little confusing figuring out the right way to deploy
an applic
thanks Thomas and Fritz for your immediate hints !
That was quite helpful...
Original-Nachricht
> Datum: Mon, 11 May 2009 22:03:36 +0200 (CEST)
> Von: "thron7"
> An: "qooxdoo Development"
> Betreff: Re: [qooxdoo-devel] Getting started ... 2 qu
> hi all,
>
> I'm completely new to qooxdoo.
Welcome Poc, hope you enjoy qooxdoo. Take your time for the initial
period, even if you find things a bit challenging. You will probably find
it also worthwhile, once you're "into qooxdoo" :).
> I started up with the "beginner-tutorial"
> "http://qooxd
Hi Ingrid,
On Mon, 11 May 2009, Ingrid Lohmann wrote:
> I'm completely new to qooxdoo.
welcome.
> I started up with the "beginner-tutorial"
> "http://qooxdoo.org/documentation/0.8/helloworld";. Everything worked
> fine...
>
> for instance my first app so to speak, which has the following local
hi all,
I'm completely new to qooxdoo. I started up with the "beginner-tutorial"
"http://qooxdoo.org/documentation/0.8/helloworld";. Everything worked fine...
for instance my first app so to speak, which has the following local path:
"file:///var/www/qooxdoo/custom/source/index.html"
functions l
I hope I could help to fill a little bit the gap to
> understood
> > how to
> > configure the generator, because normally I search for
> > examples :-)
> >
> > Cheers,
> > Chris
> >
&g
example
> you grouped
> > some
> > of my config seetings into "common". Where does "common" get
> parsed
> > and all
> > the other names I could use. All the individual config keys
> are brok
o:schmidt.christ...@1und1.de>> wrote:
> >
> > Hi Marta,
> >
> > could you please comment out the compleate "common" job and try it
> > again. What happens?
> >
> > Cheers,
> > Chris
> >
> >
>
t; -Marta
>
>
> On Thu, Apr 16, 2009 at 4:50 PM, Christian Schmidt (Technik)
> mailto:schmidt.christ...@1und1.de>> wrote:
>
> Hi Marta,
>
> could you please comment out the compleate "common" job and try it
> again. What happens?
>
>
the compleate "common" job and try it again.
> What happens?
>
> Cheers,
> Chris
>
>
> -Ursprüngliche Nachricht-
> Von: Marta Smith [mailto:smith.ma...@gmail.com]
> Gesendet: Do 16.04.2009 22:39
> An: qooxdoo Development
> Betreff: Re: [qooxdoo-d
Hi Marta,
could you please comment out the compleate "common" job and try it again. What
happens?
Cheers,
Chris
-Ursprüngliche Nachricht-
Von: Marta Smith [mailto:smith.ma...@gmail.com]
Gesendet: Do 16.04.2009 22:39
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] getti
Hi Chris,
I have implemented the config.json changes as you suggested, please see the
code bellow. The UploadWidget gets downloaded now, which is great, but my
application no longer loads in the web browser. I went trough all the
documentations offered on the qooxdoo website linking from the 08 ma
Hi Marta,
the problem in your config.json is, that the keys "cache", "libraries",
"settings" and "packages" only work with jobs. So in your config.json
file the keys has no effect.
This documentation shows an overview about the keys:
http://qooxdoo.org/documentation/0.8/generator_config#listin
Hi Chris,
thank you for the quick response. I did not have a cache config key defined,
so I went to the documentation page of the config keys (
http://qooxdoo.org/documentation/0.8/generator_config_ref#cache) and put the
following code in my config.json file:
"cache" :
{
"compile" :
Hi Marta,
> I consider myself relatively new to qooxdoo.
Welcome!
> I am trying to use the contrib UploadWidget, and read usage
> documentation on contribution classes.
I hope we talk about the same documentation:
http://qooxdoo.org/documentation/0.8/generator_config_articles#contrib_libraries
> I
Hi Qooxdoo gurus!
I consider myself relatively new to qooxdoo. I am trying to use the contrib
UploadWidget, and read usage documentation on contribution classes. I
decided to take advantage of the automatic update feature which the online
version has to offer versus manual download. I have the fol
I think it is hard to integrate, i use Prado framework for php and it
has it s own file structure and qooxdoo has another. The only problem i
can remember is load qx.js every time witch is a big problem because the
file is very big for a .js. There is any know problem of just load the
qx.js?
A
Generally the best is to use one of the skeletons as a basis. If you
already have other code I would suggest to try to integrate this inside
these skeleton stuff.
In GUI applications it's not a good idea to just load qx.js and then use
widgets. You really should use the features of application
After a few hours i finally found the solution.
Download the build version of qooxdoo and:
Start using.
Duh! :)
[EMAIL PROTECTED] wrote:
> Hello,
>
> I'm new to qooxdoo but i have a few years with javascript.
>
> After reading the User Manual, and take a look at the PHP Qx Builder
> and th
Hello,
I'm new to qooxdoo but i have a few years with javascript.
After reading the User Manual, and take a look at the PHP Qx Builder
and the qooxdoo demo, it is not clear what should i do to start using
qooxdoo. From i understood i need to install Cygwin (i'm at windows) to
build my source
*Von:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] *Im Auftrag von
*Eric
*Gesendet:* Samstag, 12. November 2005 18:11
*An:* qooxdoo-devel@lists.sourceforge.net
*Betreff:* Re: [qooxdoo-devel] Gettin
] *Im Auftrag von
*Eric
*Gesendet:* Samstag, 12. November 2005 18:11
*An:* qooxdoo-devel@lists.sourceforge.net
*Betreff:* Re: [qooxdoo-devel] Getting started question
Hello Olli,
Thanks to both you and Sebastian for suc
*Von:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] *Im Auftrag von
*Eric
*Gesendet:* Samstag, 12. November 2005 18:11
*An:* qooxdoo-devel@lists.sourceforge.net
*Betreff:* Re: [qooxdoo-devel] Getting started quest
*Von:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] *Im Auftrag von
*Eric
*Gesendet:* Samstag, 12. November 2005 18:11
*An:* qooxdoo-devel@lists.sourceforge.net
*Betreff:* Re: [qooxdoo-devel] Getting started question
Hello Olli,
Thanks to both
Eric schrieb:
Hello Olli,
Thanks to both you and Sebastian for such a quick response ...
I only used HTML for making the test page ... it was copied from the
Qooxdoo site, but it looks correct. I'm wondering about this path
"widgets/cursors/move.gif" in the error message I looked, but t
t darf sie behalten"
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von
EricGesendet: Montag, 14. November 2005 08:20An:
qooxdoo-devel@lists.sourceforge.netBetreff: Re: AW: [qooxdoo-devel]
Getting started question
That works the page loads with
n
==
"wer Rechtschreibfehler findet darf sie behalten"
Von:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] Im Auftrag von Eric
Gesendet: Samstag, 12. November 2005 18:11
An: qooxdoo-devel@lists.sourceforge.net
Betreff: Re: [qooxdoo-devel] Getting st
. Oliver
Vogel=="wer
Rechtschreibfehler findet darf sie behalten"
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von
EricGesendet: Samstag, 12. November 2005 18:11An:
qooxdoo-devel@lists.sourceforge.netBetreff: Re: [qooxdoo-devel]
Hello Olli,
Thanks to both you and Sebastian for such a quick response ...
I only used HTML for making the test page ... it was copied from the
Qooxdoo site, but it looks correct. I'm wondering about this path "widgets/cursors/move.gif" in the error message I looked, but
this directory
in the "release" version (not renderer) i found out that this error
occours also, when there is some OTHER JavaScript - Error (for example,
i mixed PHP and JavaScript to create a page. If i had an PHP Error (and
so the javascript-Syntax of the page is wrong or the (now wrong)
javascript - funct
Oliver Vogel schrieb:
Eric schrieb:
Hi,
This looks a fantastic product and I'd like to use it.
I tried to follow the instructions for creating a simple example, but
I keep hitting a javascript error in qoodoo.js .. The test page
renders like I expected it to, but if I move the mouse ove
Eric schrieb:
Hi,
This looks a fantastic product and I'd like to use it.
Thanks, nice to read this. Please tell it all your friends ;)
I tried to follow the instructions for creating a simple example, but I
keep hitting a javascript error in qoodoo.js .. The test page
renders like I e
Eric schrieb:
Hi,
This looks a fantastic product and I'd like to use it.
I tried to follow the instructions for creating a simple example, but I
keep hitting a _javascript_ error in qoodoo.js .. The test page
renders like I expected it to, but if I move the mouse over the clien
Hi,
This looks a fantastic product and I'd like to use it.
I tried to follow the instructions for creating a simple example, but I
keep hitting a _javascript_ error in qoodoo.js .. The test page
renders like I expected it to, but if I move the mouse over the client
area, I get a browser
38 matches
Mail list logo