SOLVED* Party frame (Raid style) Resize script?

Thank you so much for taking the time to make this addon. Huge quality of life improvement. Unfortunately I seem to be having the same problem as Klam.

It’s not working with any party frame sorting addon like SortGroup or FrameSort, or even scripts that do the same thing.

Would love if you could find a workaround. Here’s the script that instantly breaks your addon if you wanna test.

/run
CompactPartyFrame_SetFlowSortFunction(function(a,b)if not UnitExists(a)then return false elseif not UnitExists(b)then return true elseif UnitIsUnit(a,“player”)then return false elseif UnitIsUnit(b,“player”)then return true else return a<b end end)

Hey,

I’ve fixed this issue with the very latest update.

Please make sure to download updates through Curse in the future as this supports me :slight_smile:

https://www.curseforge.com/wow/addons/party-raidframe-resize

Thank you <3

1 Like

Works perfect, thanks.

I’ll edit OP with your link.

1 Like

do you know how to add padding or space between frames? i have done this with set point for each frame 1,2,3 etc but it doesnt work on resizing frames.

wondering if theres a global add padding/space between frames you know of?