Re: [qooxdoo-devel] getting started with qooxdoo

2015-01-08 Thread Fritz Zaucker
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) ... > >

[qooxdoo-devel] getting started with qooxdoo

2015-01-08 Thread Tobias Oetiker
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

Re: [qooxdoo-devel] Getting Started 0.8.2 - Web Site and Code - Deployment

2009-08-19 Thread Jason P Sage
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

Re: [qooxdoo-devel] Getting Started 0.8.2 - Web Site and Code - Deployment

2009-08-19 Thread thron7
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

[qooxdoo-devel] Getting Started 0.8.2 - Web Site and Code - Deployment

2009-08-18 Thread Jason P Sage
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

Re: [qooxdoo-devel] Getting started ... 2 questions

2009-05-12 Thread Ingrid Lohmann
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

Re: [qooxdoo-devel] Getting started ... 2 questions

2009-05-11 Thread thron7
> 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

Re: [qooxdoo-devel] Getting started ... 2 questions

2009-05-11 Thread Fritz Zaucker
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

[qooxdoo-devel] Getting started ... 2 questions

2009-05-11 Thread Ingrid Lohmann
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

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-21 Thread Christian Schmidt
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

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-20 Thread Christian Schmidt
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

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-17 Thread Marta Smith
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 > > > > >

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-17 Thread Christian Schmidt
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? > >

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-17 Thread Marta Smith
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

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Christian Schmidt (Technik)
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

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Marta Smith
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

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Christian Schmidt
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

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Marta Smith
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" :

Re: [qooxdoo-devel] getting started with UploadWidget

2009-04-16 Thread Christian Schmidt
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

[qooxdoo-devel] getting started with UploadWidget

2009-04-15 Thread Marta Smith
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

Re: [qooxdoo-devel] Getting started

2006-09-20 Thread [EMAIL PROTECTED]
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

Re: [qooxdoo-devel] Getting started

2006-09-20 Thread Sebastian Werner
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

Re: [qooxdoo-devel] Getting started

2006-09-20 Thread [EMAIL PROTECTED]
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

[qooxdoo-devel] Getting started

2006-09-20 Thread [EMAIL PROTECTED]
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

Re: AW: [qooxdoo-devel] Getting started question

2005-11-14 Thread Sebastian Werner
*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

Re: AW: [qooxdoo-devel] Getting started question

2005-11-14 Thread Eric
] *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

Re: AW: [qooxdoo-devel] Getting started question

2005-11-14 Thread Eric
    *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

Re: AW: [qooxdoo-devel] Getting started question

2005-11-14 Thread Sebastian Werner
*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

Re: [qooxdoo-devel] Getting started question

2005-11-14 Thread Sebastian Werner
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

AW: AW: [qooxdoo-devel] Getting started question

2005-11-13 Thread Oliver Vogel
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

Re: AW: [qooxdoo-devel] Getting started question

2005-11-13 Thread Eric
== "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

AW: [qooxdoo-devel] Getting started question

2005-11-13 Thread Oliver Vogel
. 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]

Re: [qooxdoo-devel] Getting started question

2005-11-12 Thread Eric
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

Re: [qooxdoo-devel] Getting started question

2005-11-12 Thread Oliver Vogel
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

Re: [qooxdoo-devel] Getting started question

2005-11-12 Thread Sebastian Werner
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

Re: [qooxdoo-devel] Getting started question

2005-11-12 Thread Sebastian Werner
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

Re: [qooxdoo-devel] Getting started question

2005-11-12 Thread Oliver Vogel
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

[qooxdoo-devel] Getting started question

2005-11-12 Thread Eric
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