WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   Vehicle bar and .21 (https://www.wowinterface.com/forums/showthread.php?t=32811)

Scathach 05-29-10 01:17 PM

Vehicle bar and .21
 
Hey

I finally saw the release of .21 and updated my nui folder (copied and overwrite all). However after making the change (see below), I entered totc 5 man, jumped on a horse and found a big red X on my whole screen...

Upon clicking said X i was dismounted.. hmm, nui rl and try again.. same thing.. The bar was present for the mount, and I was able to click on the items 1-4 and they did perfom the correction actions (charge/throw shield etc). However I couldn't see them any more, due to the X on my whole screen. Just the very edges was visible...Did i do something silly?:confused:

The changes below were purely meant to increase the 3 main bars on my screen (action, left and right that appear under the action bar). After the change, those bars were back to their previous (pre update) configuration.

Thank you for your help :)

---extract from - nUI_Layout_Default_Dashboard.lua

nUI_DefaultConfig.ButtonBars =
{
["nUI_ActionBar"] =
{
btn_size = 65.5,
gap = 2,
anchor = "BOTTOM",
xOfs = 0,
yOfs = 123,
rows = 1,
cols = 10,
page = 1,
nuibind = "nUI_ACTIONBAR",
binding = "ACTIONBUTTON",
label = nUI_L["nUI_ActionBar"],
},

-- the Bliz "bottom left" bar

["nUI_TopLeftBar"] =
{
btn_size = 65.5,
gap = 2,
anchor = "TOPRIGHT",
yOfs = 122,
xOfs = 0,
rows = 1,
cols = 10,
page = 6,
nuibind = "nUI_TOPLEFTBAR",
binding = "MULTIACTIONBAR1BUTTON",
label = nUI_L["nUI_TopLeftBar"],
},

-- the Bliz "bottom right" bar

["nUI_TopRightBar"] =
{
btn_size = 65.5,
gap = 2,
anchor = "TOPLEFT",
yOfs = 122,
xOfs = 0,
rows = 1,
cols = 10,
page = 5,
nuibind = "nUI_TOPRIGHTBAR",
binding = "MULTIACTIONBAR2BUTTON",
label = nUI_L["nUI_TopRightBar"],
},

-- the Bliz "right 1" bar (aka "left" bar in the Bliz code)

spiel2001 05-29-10 03:52 PM

I don't believe it's the current release... not sure what would be causing the problem though. My guess would be that is was an anchoring problem.

Does this problem occur any time you mount a vehicle, or only that one? For giggles... what happens if you install nUI+ 5.06.21 unmodified and mount a vehicle? Same problem?

Scathach 05-29-10 05:50 PM

I'll give it a go, i presume you mean just base vanilla wow bars..??? I tried it again later (in totc and boom BIG x)...

will try tomorrow and let ya know scott :banana:

spiel2001 05-29-10 06:40 PM

No... I mean do a clean install of nUI with no modifications, plugins, etc. Just plain vanilla nUI.

Scathach 05-30-10 02:39 AM

Found the problem Scott... ./slaps self..

nUI_DefaultConfig.ButtonBars =
{
["nUI_ActionBar"] =
{
btn_size = 65.5,
gap = 2,
anchor = "BOTTOM",
xOfs = 0,
yOfs = 123,
rows = 1,
cols = 10, <----- THIS is the error... make this < 12 and boom X on the screen
page = 1,
nuibind = "nUI_ACTIONBAR",
binding = "ACTIONBUTTON",
label = nUI_L["nUI_ActionBar"],
},

Scathach 05-30-10 02:39 AM

Found the problem Scott... ./slaps self.. I didn't actually mean for that bar to be 10, so i was wrong by changing it to start with.. thanks again :)

nUI_DefaultConfig.ButtonBars =
{
["nUI_ActionBar"] =
{
btn_size = 65.5,
gap = 2,
anchor = "BOTTOM",
xOfs = 0,
yOfs = 123,
rows = 1,
cols = 10, <----- THIS is the error... make this < 12 and boom X on the screen
page = 1,
nuibind = "nUI_ACTIONBAR",
binding = "ACTIONBUTTON",
label = nUI_L["nUI_ActionBar"],
},

spiel2001 05-30-10 07:10 AM

Makes mental note in case that ever happens again.

And good catch.


All times are GMT -6. The time now is 04:57 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI