Search found 17 matches
- Wed May 19, 2010 01:07
- Forum: Help
- Topic: How to properly unload more than one .scheme file
- Replies: 3
- Views: 1462
How to properly unload more than one .scheme file
Hello, I have the following: Multiple scheme files that use Falagard. Below is an outtake of the relevant XML from two of my scheme files. The assumption here is that the correct looknfeel files etc exist. Contents of "LookA.scheme" <?xml version="1.0" ?> <GUIScheme Name="Lo...
- Thu Aug 20, 2009 21:57
- Forum: Modifications / Integrations / Customisations
- Topic: How to properly use executeScriptFile()
- Replies: 1
- Views: 1419
How to properly use executeScriptFile()
Hello, I am implementing a UI system where all the logic is done in Lua. As far as I can tell, each call to executeLuaScript() re-compiles all the Lua code contained in the provided script and grows the Lua stack. The provided example ("demo8.lua") defines a variety of global functions tha...