google-code-export / autobar

Automatically exported from code.google.com/p/autobar
0 stars 0 forks source link

Too many category to display on my screen #314

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem:

When I add a new button, it is no longer possible for me to choose all the 
categories because some of them are displayed of the screen. The attached 
screen capture will explain it better. At the top of the third row, you 
can see the custom category MyQuests but my other customs (MyBuff, 
MyBuffFood and MyMountsAndPets) are lost somewhere off screen at the 
bottom of the second row. I'm assuming that other predefined categories 
are missing as well.

My screen resolution is set to 1680 x 1050. I also use a general 0.9 scale.

Thanks in advance for you help.

Original issue reported on code.google.com by eric.bea...@gmail.com on 31 May 2008 at 1:50

Attachments:

GoogleCodeExporter commented 9 years ago
I forgot to mention that I'm using revision 75530, timestamp May 30 2008, 
04:20:24.

Original comment by eric.bea...@gmail.com on 31 May 2008 at 1:56

GoogleCodeExporter commented 9 years ago
There is no good solution for this yet.  You can change columns to 4 in 
AutoBarOptions.lua:
                    categories = {
                        type = 'text',
                        name = L["Category"],
                        desc = L["Category"],
                        get = getButtonCategory,
                        set = setButtonCategory,
                        columns = 3,
                        validate = AutoBar.categoryValidateList,
                        passValue = passValue,
                    },
I do not think I can change it for everyone because the 4th column is off 
screen for 
some people.

I need to upgrade the UI to Ace3 or Rock to really solve it.

Original comment by dirk.bes...@gmail.com on 31 May 2008 at 8:23

GoogleCodeExporter commented 9 years ago
Thanks for workaround, it solved my issue. May I suggest that you make the 
number of 
category columns an option?

Original comment by eric.bea...@gmail.com on 2 Jun 2008 at 11:23

GoogleCodeExporter commented 9 years ago
This problem is still occurring. Perhaps you could consider adding an option to
delete some of the ones you have built into the addon, or even customizing them
instead of adding our own unless it's absolutely necessary? The only reason 
that I'm
created custom categories is because I dislike the order of the buttons and 
want them
to be switched, which you can do easily with custom categories.

Original comment by doublesi...@gmail.com on 10 Oct 2008 at 8:06

GoogleCodeExporter commented 9 years ago
Or is there a way to do a cascading style menu?  For example, have Food as a 
category and then when you click on it you see all the Food: categories.  Same 
with 
Buff categories.  This would make the list a lot shorter.

Original comment by clberkco...@gmail.com on 6 Nov 2008 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by dirk.bes...@gmail.com on 2 Dec 2008 at 12:02

GoogleCodeExporter commented 9 years ago
To go along with this commentary as I cannot seem to find anywhere to discuss 
the mod
with other users...When I make a custom category then add a custom button to 
include
this custom category and then get the list categories to choose from when 
adding the
button, IU never see my newly created category. Now, I definitely see the same 
type
of screen shown in the attached image above, but i am concerned that my 
category is
not selectable.

Perhaps if you lead me to a good place to discuss this with other users, maybe 
WoWI
or WoWAce?

Original comment by mstavcha...@gmail.com on 2 Dec 2008 at 12:29

GoogleCodeExporter commented 9 years ago
The rewrite to Ace3 Config makes this a scrollable list avoiding the issues.  
See the 
beta on wowace.com

Original comment by dirk.bes...@gmail.com on 18 Dec 2008 at 7:46

GoogleCodeExporter commented 9 years ago
Will the updated beta to ACE be included with your download?

Original comment by mstavcha...@gmail.com on 18 Dec 2008 at 10:40