Re: [qooxdoo-devel] Attempting to split Application.js

2014-02-24 Thread Peter Caffin
Hi guys. Thank you both for your assistance :) Richard Sternagel wrote: > But this wasn't your initial issue - it's an OO misunderstanding > (or you just forgot "new" :D). Thanks for that excellent explanation. Definitely a Javascript OO misunderstanding, I think :) thron7 wrote: > To put it i

Re: [qooxdoo-devel] Attempting to split Application.js

2014-02-24 Thread thron7
On Mon, Feb 24, 2014 at 11:40 AM, Richard Sternagel wrote: > Hi Peter, > >> Does the filename actually make a difference? > > Yes it does. Keep it always in sync with the class name. > > But this wasn't your initial issue - it's an OO misunderstanding > (or you just forgot "new" :D). > > Either do

Re: [qooxdoo-devel] Attempting to split Application.js

2014-02-24 Thread Richard Sternagel
Hi Peter, > Does the filename actually make a difference? Yes it does. Keep it always in sync with the class name. But this wasn't your initial issue - it's an OO misunderstanding (or you just forgot "new" :D). Either do it like this: .--- | ... | button1.addListener("execute", padded_online.D

Re: [qooxdoo-devel] Attempting to split Application.js

2014-02-23 Thread Peter Caffin
On Sun, 23 Feb 2014, thron7 wrote: > Is it Dialog.js or Dialogs.js? Dialogs.js Does the filename actually make a difference? > Are you sure 'generate.py source' doesn't emit any warnings? It does list this one warning, but I didn't think it was relevant to the topic. - Warning: padded_onlin

Re: [qooxdoo-devel] Attempting to split Application.js

2014-02-23 Thread thron7
Is it Dialog.js or Dialogs.js? Are you sure 'generate.py source' doesn't emit any warnings? T. On Tue, Feb 18, 2014 at 4:55 PM, Peter Caffin wrote: > Hi guys. > > I'm using Qooxdoo 3.0.1, and trying to split my Application.js. It's not > working, and I'm probably doing (or not doing) something o

[qooxdoo-devel] Attempting to split Application.js

2014-02-18 Thread Peter Caffin
Hi guys. I'm using Qooxdoo 3.0.1, and trying to split my Application.js. It's not working, and I'm probably doing (or not doing) something obvious. In source\class\padded_online\Application.js, if I use: var hm_5 = new qx.ui.menu.Button("Test"); fileMenu.add(hm_5); hm_5.addListener("execute", p