Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-12-31 Thread halcwb
Alex Gölkel wrote > Hi, > > if you don't want to wrap the external scripts with qooxdoo classes, you > can also use the "add-script" configuration for the generator jobs. > http://manual.qooxdoo.org/current/pages/tool/generator/generator_config_ref.html#pages-tool-generator-generator-config-ref-ad

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-12-23 Thread halcwb
halcwb wrote > I added the add-scripts, and it works for the source, only when testing > the app, it fails > > P.s. to be sure, I added the add-script to all jobs. Sorry, some additional reading learned that I had to add the following to the jobs config: "testrunner::source-tests-script":

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-12-22 Thread halcwb
I added the add-scripts, and it works for the source, only when testing the app, it fails P.s. to be sure, I added the add-script to all jobs. -- View this message in context: http://qooxdoo.678.n2.nabble.com/loading-3rd-party-libraries-before-qooxdoo-s-code-tp7586291p7586507.html Sent from th

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-17 Thread Loren Schlomer
lass inside your theme, just use the @require[1] generator >directive on top of your theme class to instruct the generator to >include the library class code first. >>> >>> >>> [1] >http://manual.qooxdoo.org/devel/pages/development/api_jsdoc_ref.html?highlight=req

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-17 Thread Sanne Peters
include the library class >> code first. >> >> >> [1] >> http://manual.qooxdoo.org/devel/pages/development/api_jsdoc_ref.html?highlight=require#require >> >> Gruß >> Mustafa >> >> >> Von: Sann

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-17 Thread Varol Okan
ual.qooxdoo.org/devel/pages/development/api_jsdoc_ref.html?highlight=require#require > > Gruß > Mustafa > > > Von: Sanne Peters [sa...@realtimesolutions.nl] > Gesendet: Freitag, 17. Oktober 2014 11:28 > An: qooxdoo Development > Betreff: Re

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-17 Thread Sanne Peters
/devel/pages/development/api_jsdoc_ref.html?highlight=require#require > > Gruß > Mustafa > > > Von: Sanne Peters [sa...@realtimesolutions.nl] > Gesendet: Freitag, 17. Oktober 2014 11:28 > An: qooxdoo Development > Betreff: Re: [q

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-17 Thread Mustafa Sak
ns.nl] Gesendet: Freitag, 17. Oktober 2014 11:28 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code Hi Mustafa, Does that mean that a qooxdoo library (say for example a vanilla javascript library), will be loaded before my custom defined theme if

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-17 Thread Sanne Peters
Gruß Mustafa Sak Applications & Integration 1&1 Internet AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe *Von:*Sanne Peters [mailto:sa...@realtimesolutions.nl] *Gesendet:* Donnerstag, 16. Oktober 2014 11:19 *An:* qooxdoo Development *Betreff:* Re: [qooxdoo-devel] loading 3rd party libraries

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-16 Thread Alex Gölkel
Hi, if you don't want to wrap the external scripts with qooxdoo classes, you can also use the "add-script" configuration for the generator jobs. http://manual.qooxdoo.org/current/pages/tool/generator/generator_config_ref.html#pages-tool-generator-generator-config-ref-add-script Looks like this in

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-16 Thread Mustafa Sak
AG Ernst-Frey-Straße 10 DE-76135 Karlsruhe Von: Sanne Peters [mailto:sa...@realtimesolutions.nl] Gesendet: Donnerstag, 16. Oktober 2014 11:19 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code Hi Mustafa, How does wrapping my library in a qo

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-16 Thread Sanne Peters
traße 10 DE-76135 Karlsruhe *Von:*Sanne Peters [mailto:sa...@realtimesolutions.nl] *Gesendet:* Donnerstag, 16. Oktober 2014 09:56 *An:* qooxdoo Development *Betreff:* [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code Hi all, I've got a third party (ish) library (that I

Re: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-16 Thread Mustafa Sak
qooxdoo Development Betreff: [qooxdoo-devel] loading 3rd party libraries before qooxdoo's code Hi all, I've got a third party (ish) library (that I made myself) from which I use some functions in my custom theme. At first I manually added a script tag to the code so that ran the code before

[qooxdoo-devel] loading 3rd party libraries before qooxdoo's code

2014-10-16 Thread Sanne Peters
Hi all, I've got a third party (ish) library (that I made myself) from which I use some functions in my custom theme. At first I manually added a script tag to the code so that ran the code before the qooxdoo code was run and the function was of course available to the theme. like so: