View Single Post
04/01/15, 07:58 PM   #11
awesomebilly
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
Originally Posted by votan View Post
Well, I did more. Maybe that was important, too.
Alchmist.xml is unused and I removed it from manifest.
I used "AlchemistWindow" for LL config.
I made setupAdditionalUI and combinations local and I removed unused global variable newthing.

Afterwards the ESC lock you descripted was reproducable by adding/removing the local keyword.

You're fricken awesome... THANK YOU VERY MUCH!!!

It's a combination of the globals, and the local i.

Changing to local i alone didn't fix it, but once I moved all the external classes into 1 file and took it out of the global scope it DID FIX IT.

So tonight, I'm grabbing the old build (Before the chat window implementation, with unicorn/list) and going to refactor.

After I get the build stable again... I'll re-introduce removing unicorn and having a more stable scroll menu with better UI.


Thank you everyone for the support, this was driving me nuts!!!
  Reply With Quote