| Tested: | Hour of Twilight 4.3 |
| Updated: | 04-13-12 09:42 PM |
| Created: | unknown |
| Downloads: | 108,072 |
| Favorites: | 709 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
4.3.0.139 |
57kB |
Phanx |
12-11-11 03:43 AM |
![]() |
Comment Options |
|
|
||
|
Hi, Phanx ty for the great mod
![]() If you don't mind I'd like to reply to this:
Code:
hooksecurefunc("ChatEdit_OnShow", function(self)
local edtbx = self:GetName()
_G[edtbx.."Left"]:Hide()
_G[edtbx.."Right"]:Hide()
_G[edtbx.."Mid"]:Hide()
_G[edtbx.."FocusLeft"]:SetTexture(nil)
_G[edtbx.."FocusRight"]:SetTexture(nil)
_G[edtbx.."FocusMid"]:SetTexture(nil)
end)
If you want to play around with the textures you can find a ChatFrameEditBoxTemplate in the file FrameXML\ChatFrame.xml (you can google it) |
||
|
|
|
|
||
|
A Deviate Faerie Dragon
Forum posts: 13
File comments: 190
Uploads: 0
|
Last edited by Spiderkeg : 10-03-11 at 09:46 AM.
|
|
|
|
|
|
|
|
Fixed. Only happened with beginner tooltips enabled.
|
|
|
|
|
|
|
|
A Deviate Faerie Dragon
Forum posts: 13
File comments: 190
Uploads: 0
|
Sticky Tooltips?
I'm running into an issue where the tooltip of any chat tab remains stuck on the screen until I hover over another item that has a tooltip. An annoying issue when paired with a tooltip mod.
However, with a clean WTF and no addons, the tooltip doesn't stick by default but seems to stick when I load up PhanxChat. Can anyone else confirm? EDIT: typo
Last edited by Spiderkeg : 10-03-11 at 08:16 AM.
|
|
|
|
|
||
|
No problem. Could you point me in the right direction in the code? I'll try it.
|
||
|
|
|
|
|
|
No. Read the main description under the large orange heading "Feature Requests".
______
Last edited by Phanx : 09-22-11 at 12:45 AM.
|
|
|
|
|
|
|
|
I'm loving this addon for the simplification of the chat.
The only request I have is for the chat input box to be skinned. Maybe just a colored outline of the channel color? I'm not sure if it's possible or not without a ton of work. |
|
|
|
|
|
|
|
The same way you do without PhanxChat -- lock the chat frame. PhanxChat just makes the resize borders more visible so they're easier to find.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 26
Uploads: 0
|
how do i remove the background/border?
|
|
|
![]() |