Hello,
i fixed my global problem now but i dont know why i need to access it
over the global class name?!
At the first call a "this" is enough but when i call it from the
menu/class , i need to call it like this
classSystemModules.removeOldContent();
why i need this full path to access the self class function?!
CODE:
qx.Class.define("makebiz.system.Modules", {
extend : qx.application.Standalone,
members :
{
test : 0,
getStartseite : function()
{
classSystemModules.removeOldContent();
var classModulHome = new makebiz.modules.home.Main;
containerMiddle.add(classModulHome.getBaseLayout(),
{edge:"center"});
alert("Yiippiiiee 1");
},
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel