Thread Tools Display Modes
Prev Previous Post   Next Post Next
02-26-17, 06:12 PM   #1
seyan777
An Aku'mai Servant
Join Date: Feb 2017
Posts: 35
Is there any utility library that has a snapping frame feature?

Howdy!

The title says pretty much all.

I'm looking for a library that offers a snapping frame feature.

For example, if FrameA's left side is close enough to FrameB's right side, set FrameA's point to

Code:
FrameA:SetPoint("LEFT", FrameB, "RIGHT", 0, 0);
and so on.

I'm pretty sure I have gone through every single library addons listed on Curse, but no luck

Details! has a similar feature to this, but was not easy to figure with

If there is no such library exists yet, what would be the best practice to achieve this?

I'm currently planning to go through the web and search about snapping window algorithm or something.

Any ideas, please?

Cheers!

Last edited by seyan777 : 02-26-17 at 06:16 PM.
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » Is there any utility library that has a snapping frame feature?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off