Hi Lutz,

On Tuesday 05 May 2009 Lutz Schoder wrote:
> First I tested it with a class with already created objects and it
> works. But in the application
> a table view has to open a detail view which was given by classname.
> This detail view
> was normally not created before.
> This behavior should be implemented generic in the base class. And in
> this case the
> qx.Class.getByName(<String>) returns with "undefined". But the classname
> is correct.
The method "getClassByName" looks in the qooxdoo registry for the given class 
name and every class is registered there at the moment it's defined. So if your 
class is loaded it should be defined and known to the qooxdoo registry.

Is this class already loaded? Could you check e.g. at the FireBug "Network" 
view if this class is delivered by your server?

Maybe the class gets not included by the generator because the class isn't 
caught by the dependency resolution since the class isn't declared by its name 
in your source code.

cheers,
  Alex

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to