View Single Post
10-05-14, 10:31 AM   #12
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Originally Posted by Duugu View Post
With the following errors fixed it at least loads up without any further errors. Don't know if something is missing though. (There's no BobUI config panel or something, right?)
No never got around to making an in game config. There's also no actual micro menu that's hidden at the top of BobUI>modules>actionbars>bar.lua I use Click Menu to handle the micromenu functions. However looks like everything is for the most part fine, thanks for taking the time to do all that for me

def9 got your error report try commenting out BobUI>modules>actionbars>bar.lua line 42 and 43 (thats also whats causing the actionbars to error out as it's towards the top)

Lua Code:
  1. PVPMicroButton:SetScale(0.0001)
  2. PVPMicroButton:EnableMouse(false)

Anyways I'll see about getting those fixes posted. Got a beta page setup pending a certain someones approval of course.
__________________
Tweets YouTube Website

Last edited by 10leej : 10-05-14 at 11:16 AM.
  Reply With Quote