I can reproduce it! Please open a bug for it, attaching your minimal example. The generator does not honor dependencies to name spaces, only classes. (There is also no way for the generator to know that in order to derive 'dialog.alert' it has to load dialog.Dialog :).
I.e., like Christian said, if you want to use the package functions (like dialog.alert), you have to #use(dialog.Dialog) in your Application.js. Thanks, T. On 07/08/2010 10:11 PM, Nick Watkins wrote: > > After applying this logic to my main app, I go to generate the source and get > the following generator error: > "Unfullfilled dependency of class 'dialog.Dialog'[0]: 'dialog.alert'" > > Which I do not get in my test app. I commented out the deferred shortcut > declarations in Dialog.js and all is right with the world, I just can't use > the shortcuts. They sure seem to cause more problems (for me at least) than > they solve. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
