MatthiasM wrote:
You make one big XML - or you use <include> to combine them.
thanks! I've sorted out the problem now.
I also have one more question. When Slick changes between states, everything is still in memory so when I reenter the login state I still have the user's inputted text in the editFields and the log (a text area) still shows all the text from the previous login attempt.
I'm writing a reset method for the login state, so ideally I want to clear all the text in the message log and also the edit fields. However I have no idea how I can clear everything, for text area the only method I can seem to find is appendRow which just adds text.
Any help would be greatly appreciated!