2. CML does not have a strata option. You should be able to set your eePanels panel's strata to BACKGROUND and level to 0; if that doesn't work, try /run CML_Frame:SetFrameStrata("LOW") to move it up. If that works, you can edit line 168 of cml.lua:
frame:SetFrameStrata("BACKGROUND")
and change it to:
frame:SetFrameStrata("LOW")
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
http://img145.imageshack.us/img145/3905/mithtestmo6.jpg
This is my ui (wip), and you can see a little bit of CML in the bottom right corner, but how do i get it on top of the eepanels?
http://www.wowace.com/forums/index.php?topic=8429.0
2. CML does not have a strata option. You should be able to set your eePanels panel's strata to BACKGROUND and level to 0; if that doesn't work, try /run CML_Frame:SetFrameStrata("LOW") to move it up. If that works, you can edit line 168 of cml.lua:
and change it to: