frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
117 stars 25 forks source link

add styling of new menuing system which replaced UIDropDownMenu framework #315

Open frozn opened 1 month ago

frozn commented 1 month ago

From: miDnight_SC2

Hey I've just recently started using TipTac and after prepatch I was wondering i I remember correctly but, didn't it also skin the dropdown menu from unitframes? as in right clicking the player or target frame?

Source: https://legacy.curseforge.com/wow/addons/tiptac-reborn/?comment=523


In reply to miDnight_SC2:

A new menuing system has been implemented with the latest expansion that serves as a replacement for the existing UIDropDownMenu framework. The styling of this isn't implemented yet.


From: JBab

Hello, thank you so very much for this addon. It is incredible. <3

Is there currently an option, and if not, could u please add an option to copy the new tooltip that appears when right clicking on things (both the new border and background colour).

Example: https://imgur.com/a/hSBCWpQ

image

Source: https://legacy.curseforge.com/wow/addons/tiptac-reborn/?comment=553

Paladin7788 commented 1 month ago

hey thanks for opening - and the awnser on curseforge - I guessed that the new dropdown style caused that and I was mostly asking if I remember it correctly that it skinned those too as I've just recently used tiptac for the first time :D

frozn commented 1 month ago

Yes, the old drop down menu before this expansion has been skinned by TipTac. For example it's the one I use on the button "Misc" in TipTac's option.

I played with skinning the new menu system a little bit yesterday, but the new menu mostly is encapsulated in private functions that cannot be manipulated from outside. The question is whether there is still a way to adjust the styling. I have to dig deeper into this...