Thread Tools Display Modes
11-02-10, 10:32 AM   #1
Onard_Alleria
A Defias Bandit
Join Date: Dec 2006
Posts: 3
Disable Paging for button bar 1

Where within the script would I be able to find the lines that edit which button bar the form goes for. I want to have every form reconize button bar 1 but still want the bar to change in the event I get on a vehicle or etc...
 
11-02-10, 11:04 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,935
As far as I am aware the button bar paging is as per blizzard default setting. Scott would be able to confirm one way or another.
__________________


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
 
11-02-10, 04:29 PM   #3
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
It already does that... you don't need to edit anything for that to occur.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
11-03-10, 11:05 AM   #4
Onard_Alleria
A Defias Bandit
Join Date: Dec 2006
Posts: 3
Sorry I dont think I was specific enough... I want bear/kitty/etc forms all to use my main action bar and not to page. The only time I would like the main action bar to change is when I get in a vehicle.

Main reason is because I have my heals setup on the main action bar and generally use a heal to pop out of a form while in pvp.

Only thing I can find that regards "stances" aka druid forms is ...\World of Warcraft\Interface\AddOns\nUI\Layouts\Default and then in the dashboard lua

pet bar, stance bar, shapeshift bar, aura bar, possession bar

nUI_DefaultConfig.SpecialBars =
{
enabled = true;

anchor =
{
anchor_pt = "BOTTOM",
relative_to = "nUI_Dashboard",
relative_pt = "CENTER",
xOfs = 0,
yOfs = 183,
},
options =
{
enabled = true,
strata = nil,
level = 2,
btn_size = 52,
block_gap = 10,
btn_gap = 1,
inset = 3,

border =
{
backdrop =
{
bgFile = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_BevelboxBg.blp",
edgeFile = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_BevelboxBorder.blp",
tile = true,
tileSize = 1,
edgeSize = 12,
insets = {left = 0, right = 0, top = 0, bottom = 0},
},
border_color = { r = 1, g = 1, b = 1, a = 1 },
backdrop_color = { r = 0, g = 0, b = 0, a = 0.35 },

but I think I'm looking in the wrong spot due to I dont see a stance1, stance2, etc...

Last edited by Onard_Alleria : 11-03-10 at 11:08 AM.
 
11-03-10, 11:23 AM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,935
I thought that was what you meant.

At this time nUI doesn't change the functionality of the action bars beyond standard blizz functionality. I believe Scott was thinking of more control over the bars in nUI 6 but I am not sure if it will extend to the functionality you want.
__________________


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
 
11-03-10, 11:55 AM   #6
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
if you don't want to use the pages (set the same spells in all forms) then just go into each form and drag the same spells into the same slots... you'll have the same net result as no paging without having to hack the code.... just put the same healing spell in the same slot in the bar for each form and you're good to go.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
11-03-10, 02:26 PM   #7
Onard_Alleria
A Defias Bandit
Join Date: Dec 2006
Posts: 3
Alright, moved one of my low mana spells to one of the unused spots off on the far side to flip me out of form.


BTW, thanks for the very fast responses. I will make sure to visit your donation page for the help received.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Disable Paging for button bar 1


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off