View Single Post
09-25-22, 06:45 AM   #8
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
First test:

Simple addon of 3 lines

Lua Code:
  1. TestAddOnSV = TestAddOnSV or {}
  2. TestAddOnSV["test"] = "test"
  3. print("Test")

On its own, I can go into the settings and adjust anything and close it with no errors.

Added Bugsack and Buggrabber to add a custom options frame and it then has problems. Now seeing most of us use these 2 addons I wouldn't be surprised if we will have to wait until they have updated their addons to fully work in 10.0 before those errors go away.

Unfortunately it doesn't solve my nUI and editmode issues. But I suspect I know why but need to test that theory another time.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote