ThaD4N13L Posted January 15, 2012 Share Posted January 15, 2012 Whats the Function to LOad a XML file and use it in a Label? Link to comment
Xeno Posted January 15, 2012 Share Posted January 15, 2012 I used this on my login panel: local xml = xmlLoadFile( "server.xml" ) local content = xmlNodeGetValue( xml ) guiCreateMemo(01,170,500,220,content,false,windowLogin) Link to comment
ThaD4N13L Posted January 16, 2012 Author Share Posted January 16, 2012 Um Imean like loading a fontfrom aPhotoshopphonne style file Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now