I'd say it's very unlikely. I took a quick look again and they roll their own custom icon selector window, while LargerMacroIconSelection only hooks into the (newly rewritten) blizzard icon selector.
Unless a miracle happens and LibAdvancedIconSelector would be updated with the new blizzard tech so that any addon could embed that.
I've got this error, I don't understand what it is, can you help me please ?
1x ...argerMacroIconSelection/LargerMacroIconSelection.lua:117: attempt to index local 'popup' (a nil value) [string "@LargerMacroIconSelection/LargerMacroIconSelection.lua"]:117: in function `Initialize' [string "@LargerMacroIconSelection/LargerMacroIconSelection.lua"]:95: in function <...argerMacroIconSelection/LargerMacroIconSelection.lua:86>
Locals: self = Frame { 0 = <userdata> SearchBox_OnTextChanged = <function> defined @LargerMacroIconSelection/SearchBox.lua:72 UpdateButtons = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:219 db = <table> { } frameInfo = <table> { } LoadFileData = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:70 RefreshMouseFocus = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:285 OnEvent = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:86 InitSearch = <function> defined @LargerMacroIconSelection/SearchBox.lua:11 UpdateSearchPopup = <function> defined @LargerMacroIconSelection/SearchBox.lua:50 searchIcons = <table> { } Initialize = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:116 ClearSearch = <function> defined @LargerMacroIconSelection/SearchBox.lua:41 InitGuildBank = <function> defined @LargerMacroIconSelection/GuildBank.lua:12 UpdateTextures = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:272 frameData = <table> { } } popup = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = "attempt to index local 'popup' (a nil value)" origSize = <table> { } origNum = <table> { } ICONS_PER_ROW = 20 ICON_ROWS = 15
It no longer has a slash command (on retail) since it currently can't change the size of the icon selector. The addon is supposed to load automatically when you create a new macro, instead lf any manually activating. But otherwise I'm not sure why the current beta version wouldn't work for you.
But I was looking for a big frame with a lot of icons in it (compared to the small standard frame). Should v1.0.8-beta provide this large frame? Or I'm expecting too much from the beta?
Just a heads up, I've looked at it deeper now that I feel better and can do some catching up. Blizzard rewrote the icon selector to be fancy and neat so the addon also needs to be rewritten.
-
View User Profile
-
Send Message
Posted Nov 28, 2022In reply to GalvinSR:
I'd say it's very unlikely. I took a quick look again and they roll their own custom icon selector window, while LargerMacroIconSelection only hooks into the (newly rewritten) blizzard icon selector.
Unless a miracle happens and LibAdvancedIconSelector would be updated with the new blizzard tech so that any addon could embed that.
-
View User Profile
-
Send Message
Posted Nov 25, 2022Thank you so much for updating this. That search feature is so handy :-)
-
View User Profile
-
Send Message
Posted Nov 25, 2022You're welcome~
-
View User Profile
-
Send Message
Posted Nov 23, 2022Hi !
I've got this error, I don't understand what it is, can you help me please ?
1x ...argerMacroIconSelection/LargerMacroIconSelection.lua:117: attempt to index local 'popup' (a nil value)
[string "@LargerMacroIconSelection/LargerMacroIconSelection.lua"]:117: in function `Initialize'
[string "@LargerMacroIconSelection/LargerMacroIconSelection.lua"]:95: in function <...argerMacroIconSelection/LargerMacroIconSelection.lua:86>
Locals:
self = Frame {
0 = <userdata>
SearchBox_OnTextChanged = <function> defined @LargerMacroIconSelection/SearchBox.lua:72
UpdateButtons = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:219
db = <table> {
}
frameInfo = <table> {
}
LoadFileData = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:70
RefreshMouseFocus = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:285
OnEvent = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:86
InitSearch = <function> defined @LargerMacroIconSelection/SearchBox.lua:11
UpdateSearchPopup = <function> defined @LargerMacroIconSelection/SearchBox.lua:50
searchIcons = <table> {
}
Initialize = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:116
ClearSearch = <function> defined @LargerMacroIconSelection/SearchBox.lua:41
InitGuildBank = <function> defined @LargerMacroIconSelection/GuildBank.lua:12
UpdateTextures = <function> defined @LargerMacroIconSelection/LargerMacroIconSelection.lua:272
frameData = <table> {
}
}
popup = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'popup' (a nil value)"
origSize = <table> {
}
origNum = <table> {
}
ICONS_PER_ROW = 20
ICON_ROWS = 15
-
View User Profile
-
Send Message
Posted Nov 23, 2022In reply to Choupiyanou:
That looks like the old v1.7.2 version, you need to wait until the v1.8.0 non-beta release
-
View User Profile
-
Send Message
Posted Nov 23, 2022In reply to Ketho17:
Thank you !
-
View User Profile
-
Send Message
Posted Nov 21, 2022Strange, I tried to use v1.0.8-beta on WoW retail (because its game attribute mentions v10.0.2), and I can't do anything with this addon.
It appears in the addons list, but no action activates it.
Even "/lmis" does not activate the addon.
Maybe it's because all slash commands are located only in file "Classic\LargerMacroIconSelection.lua", so they work only in Classic WoW?
-
View User Profile
-
Send Message
Posted Nov 21, 2022In reply to AlexL1118:
It no longer has a slash command (on retail) since it currently can't change the size of the icon selector. The addon is supposed to load automatically when you create a new macro, instead lf any manually activating. But otherwise I'm not sure why the current beta version wouldn't work for you.
-
View User Profile
-
Send Message
Posted Nov 21, 2022In reply to Ketho17:
I did not try to create a new macro. I only tried to change icon of an existing macro, and did not succeed.
It should work only for new macros in WoW v10?
-
View User Profile
-
Send Message
Posted Nov 21, 2022In reply to AlexL1118:
It should simply show the search bar in the macro window icon selector and equipment manager, maybe wait if the 1.8.0 non beta release fixes it
-
View User Profile
-
Send Message
Posted Nov 22, 2022In reply to Ketho17:
Yes, the search bar indeed exists.
But I was looking for a big frame with a lot of icons in it (compared to the small standard frame). Should v1.0.8-beta provide this large frame? Or I'm expecting too much from the beta?
-
View User Profile
-
Send Message
Posted Nov 22, 2022In reply to AlexL1118:
Oh right, I forgot to put in the changelog/description that it doesn't yet support making the icon selector frame bigger 😅
-
View User Profile
-
Send Message
Posted Nov 21, 2022It's not working for me, the search bar is still missing :(
Oops, sorry, that was the old version still. It's working now, thank you so much! :-)
-
View User Profile
-
Send Message
Posted Nov 20, 2022It took almost a month but the v1.8.0-beta release should have a working search bar with loading animation 🎉
It should also be updated for Classic Wrath but I couldn't test that since Classic PTR is down
-
View User Profile
-
Send Message
Posted Nov 20, 2022In reply to Ketho17:
THANK YOU!
Been really missing the search bar!
-
View User Profile
-
Send Message
Posted Nov 21, 2022In reply to Ketho17:
Thank you so much, your effort is appreciated!
-
View User Profile
-
Send Message
Posted Nov 15, 2022looking forward to the return of the search button 😅
-
View User Profile
-
Send Message
Posted Nov 8, 2022Just a heads up, I've looked at it deeper now that I feel better and can do some catching up. Blizzard rewrote the icon selector to be fancy and neat so the addon also needs to be rewritten.
-
View User Profile
-
Send Message
Posted Nov 10, 2022In reply to Ketho17:
Awesome! I will be looking forward to an update of this wonderful addon. Thank you for your time and effort on this.
-
View User Profile
-
Send Message
Posted Nov 11, 2022In reply to Ketho17:
About how long do you think it'll take?