Nifty: Moving element from screen to other screen

Hi all,

im trying to move an element from one screen to an other screen.

the element is of type layer wich contains a niftyconsole.

after im removing it from one screen by calling fromScreen.removeLayerElement(theElement);

im adding it with otherScreen.addLayerElement(theElement).

The Element is showing in the new screen but i cant use the niftyconosle anymore.

the console doesnt accpets userinput and u cant scroll the text in the console.

need an advice

Moving elements from on Screen to another is not supported right now. Sorry!