well inside
PHP Code:
with( ( @ this.windowname ) )
{
you are using an variable that I can't see you have setted

thiso.alines, I only see this.alines, well, thats only for the height
and for ----v
PHP Code:
( @ this.windowname ) = new GuiWindowCtrl();
you could just use
PHP Code:
this.windowname = new GuiWindowCtrl();
and:
PHP Code:
this.awindow = _createWindow( this.amsg.size() );
echo("l2: " @ this.awindow.text);
why do this.awindow.text after?
this.awindow is just "AdminMsg_Window_0"
like text, not like an object
and correct me if I am wrong
