Hi,
either you refactored the class name or you are using the wrong class 
identifier. ☺
controller.CodeGroupItems vs. openemergency.controller.CodeGroupsItems

HTH,
Rob.

Von: Harlan H. Bloom [mailto:[email protected]]
Gesendet: Donnerstag, 15. März 2012 04:52
An: Robert Nimax; [email protected]
Betreff: [qooxdoo-devel] Compiling getting "Unknown global symbol referenced"

Hello,
  I'm trying to build a program and I am having problems building the 
application.

  Here is the error message:
>>> Collecting classes
  - Warning: Hint: Unknown global symbol referenced: controller.CodeGroupItems 
(openemergency.view.PatientChiefComplaintView:61)
  - Sorting 376 classes
>>> Copying resources...
>>> Done (0m04.87)

  Here is the offending line:
//             var codegi = new openemergency.controller.CodeGroupItems();
               var codegi = new controller.CodeGroupItems();

  Here is the beginning of that module:
qx.Class.define("openemergency.controller.CodeGroupsItems",
{
    extend:  qx.core.Object,
    //requires: ["node.js"],

    construct:  function() {

I'm trying to have different parts of the application in different directories, 
instead of all files in a single directory.  This program will end up being far 
too large for that, and secondly, I'm trying to build things with reuse in mind.

Anyone have any ideas on how I can achieve this?

If anyone needs more information, please feel free to let know what that info 
would be.

Thanks,

Harlan...
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to