There isn't even a private Ace3 Baggins at this stage, that screenshot was more me developing AceConfigDialog and needing an example config table to work with.
I've actually tried my hands at making an ace3 baggins. It works fine except that I stripped all waterfall/dewdrop code, so there is no filter config available at the moment. Except for the ace3ification and the commenting out of stuff, it's code-identical to baggins. Shall I put this in the branches?
No, there is no point changing the Framework when its going to take that many features with it, and not much more point even if you could maintain them. When I do an Ace3 version it will be a rewrite not a port.
Cool I'll be looking forward to the rewrite then. I'll be using that version internally because essentially I don't need any of the config anyway once the bags are set up so that version actually has all functionality I need. Baggins was the last ace2 addon I used, so I can ditch a whole extra framework this way which was worth the effort for me ;)
Any chance we can get a method to handle bag swapping? Normally I'd do this with my bar mod but BT4 doesn't have a bag bar yet and this seems like something Baggins is lacking anyway. It would be nice if we could access bags both for inventory and bank (including purchasing new slots without having to re-enable the default bank window) directly from Baggins.
Any chance we can get a method to handle bag swapping? Normally I'd do this with my bar mod but BT4 doesn't have a bag bar yet and this seems like something Baggins is lacking anyway. It would be nice if we could access bags both for inventory and bank (including purchasing new slots without having to re-enable the default bank window) directly from Baggins.
I would like to second support for this feature, as it would eliminate the need to re-enable the default bank frame periodically.
Im using All In One layout. But I dont get my bankitems to show.
Is there a way to show my Bankitems without being at the Bank?
And when at the bank all that happens is that Bank All In One mirrors my Bag items exactly. So it shows exactly the same items and layout as my All In One bags.
Not sure what the Bank and Open with All checks are for.
Bank All in One works for me. What version of Baggins are you running? For looking at your items while you're away from the bank, install Baggins_AnywhereBags. That allows you to see your alts inventory as well so if you have a crafting mule, it's pretty handy.
Bank All in One works for me. What version of Baggins are you running? For looking at your items while you're away from the bank, install Baggins_AnywhereBags. That allows you to see your alts inventory as well so if you have a crafting mule, it's pretty handy.
I am using the latest version from Wowace.
When I do "copy sections" ...I get an exact copy of my All In One Bag instead of just the sections.
Okay, I'm using 64982.12 (I tend not to update unless there's a problem or a significant enhancement I want). I don't really know about the Copy function as I've never used it. Perhaps it really isn't working. I'm not ingame atm so I can't test it for you. I'll try to check it next time I'm on and post back. Meanwhile, hopefully someone will have an answer for you.
I am using 70610 and still dont see how to get my bank bags up without being at the bank...
One time it copies my bags...next time the bank bags are empty :(
Seems they only open when talkin to the bank npc.
Pffff why should it be so hard?
No, not for me. There is a setting however under Bag/Category Config > Bank All in One > Open With All. Mine is checked but I still don't get bank bags when I hit B. Only my inventory. I tried unchecking it, no difference in behavior. Rechecking it. Same thing. I'm not sure if that option just doesn't work in my version or I'm not understanding its usage. You could try it yourself and see what happens. There may be more settings there that help you as well.
No, not for me. There is a setting however under Bag/Category Config > Bank All in One > Open With All. Mine is checked but I still don't get bank bags when I hit B. Only my inventory. I tried unchecking it, no difference in behavior. Rechecking it. Same thing. I'm not sure if that option just doesn't work in my version or I'm not understanding its usage. You could try it yourself and see what happens. There may be more settings there that help you as well.
At the Bank only bags open up, when Bank is checked.
Anywherebags doesnt have frame.
You have to popup the menu and find by yourself, or use the search.
Bah, this is the only Baggins drawback ... we can live with it ^^
Anywherebags doesnt have frame.
You have to popup the menu and find by yourself, or use the search.
Bah, this is the only Baggins drawback ... we can live with it ^^
lol, I dont mean Anywhere Bags. By anywhere I meant from any place :)
Still cant open bank where ever you are.
I've actually tried my hands at making an ace3 baggins. It works fine except that I stripped all waterfall/dewdrop code, so there is no filter config available at the moment. Except for the ace3ification and the commenting out of stuff, it's code-identical to baggins. Shall I put this in the branches?
I would like to second support for this feature, as it would eliminate the need to re-enable the default bank frame periodically.
quick note just to say i found an issue in your baggins code and solved it.
The Issue was that the "top left" layout anchor didnt function correctly.
The Solution was to change ( from line 2344 in baggins.lua)
elseif initialcorner == "TOPLEFT" then
hdir = 1
vdir = -1
nextcorner = "BOTTOMLEFT"
xOffset = p.leftoffset
yOffset = p.bottomoffset
availableScreenHeight = screenHeight - yOffset - p.bottomoffset
end
to this
elseif initialcorner == "TOPLEFT" then
hdir = 1
vdir = -1
nextcorner = "BOTTOMLEFT"
xOffset = p.leftoffset
yOffset = p.topoffset
availableScreenHeight = screenHeight - yOffset - p.bottomoffset
end
hope this helps.
Is there a way to show my Bankitems without being at the Bank?
And when at the bank all that happens is that Bank All In One mirrors my Bag items exactly. So it shows exactly the same items and layout as my All In One bags.
Not sure what the Bank and Open with All checks are for.
I am using the latest version from Wowace.
When I do "copy sections" ...I get an exact copy of my All In One Bag instead of just the sections.
One time it copies my bags...next time the bank bags are empty :(
Seems they only open when talkin to the bank npc.
Pffff why should it be so hard?
Btw..Im using All In One Sorted layout.
Also not sure how to use Anywhere bags.
Found it ...thank you.
If I may ask:
Does Bank bags show up with bags for everyone for All-In-One profile at opening bags (B-key)?
At the Bank only bags open up, when Bank is checked.
You have to popup the menu and find by yourself, or use the search.
Bah, this is the only Baggins drawback ... we can live with it ^^
lol, I dont mean Anywhere Bags. By anywhere I meant from any place :)
Still cant open bank where ever you are.
People have been telling you you can't do this. You can't do this with Baggins. You can't see your bank items when you are not at the bank.
Use BankItems or some such thing.