Showing results 1 to 25 of 92
Search took 0.00 seconds.
Search: Posts Made By: sylvanaar
Forum: AddOn Help/Support 06-01-20, 10:43 PM
Replies: 2
Views: 5,358
Posted By sylvanaar
Appears when you do what? Hover over the item?

Appears when you do what? Hover over the item?
Forum: Lua/XML Help 05-26-20, 08:37 AM
Replies: 13
Views: 4,232
Posted By sylvanaar
Could be that XrystalUI_Splash has a size and an...

Could be that XrystalUI_Splash has a size and an anchor point, while XrystalUI_Config_ProfileManager does not. This could lead to the 0 width problem you observed.

<Frame name="XrystalUI_Splash"...
Forum: Lua/XML Help 05-25-20, 09:51 PM
Replies: 13
Views: 4,232
Posted By sylvanaar
Your fontstrings aren't fully anchored. They only...

Your fontstrings aren't fully anchored. They only have 1 point anchored TOPLEFT.

They should also anchor on the right side of the scrollframe

if i == 1 then
...
Forum: Lua/XML Help 05-25-20, 06:49 PM
Replies: 13
Views: 4,232
Posted By sylvanaar
Yeah. I can't see it from the code that you have...

Yeah. I can't see it from the code that you have shown. If you have a repo - post a link
Forum: Lua/XML Help 05-25-20, 03:06 PM
Replies: 13
Views: 4,232
Posted By sylvanaar
So I would define local NUM_DISPLAY_LINES =...

So I would define

local NUM_DISPLAY_LINES = 16
local NUM_TOTAL_LINES = 50



Then in OnLoad

for i = 1,NUM_DISPLAY_LINES do
Forum: Lua/XML Help 05-25-20, 12:57 PM
Replies: 13
Views: 4,232
Posted By sylvanaar
I haven't figured out exactly what your issue is...

I haven't figured out exactly what your issue is yet - but I will point out things that I see.


In OnLoad you are creating too many fontstrings. The whole point of FauxScrollFrame is that only the...
Forum: Lua/XML Help 05-24-20, 04:42 PM
Replies: 6
Views: 4,241
Posted By sylvanaar
There is a huge bug IMO in the blizzard...

There is a huge bug IMO in the blizzard code.


ClubFinder.lua:559

UIDropDownMenu_AddButton(info, level);

In this code "level" is a GLOBAL!

This means that it could be interacting with other code...
Forum: Tutorials & Other Helpful Info. 05-24-20, 03:32 PM
Replies: 0
Views: 6,293
Posted By sylvanaar
Enabling The Default UI Chat Copying Feature

I have recently gotten back into modding for a bit. I have been working to clean up and freshen up Prat as much as I can.

On the way I have discovered lots of new API's built into the game which are...
Forum: Lua/XML Help 05-24-20, 08:50 AM
Replies: 6
Views: 10,844
Posted By sylvanaar
It says that you have tainted...

It says that you have tainted EncounterJournalBossButton1 at some point. You will need to look further back in the log to find out where.

Then, during the defualt UI's execution - it read...
Forum: Graphics Help 05-19-20, 04:16 AM
Replies: 0
Views: 6,521
Posted By sylvanaar
Looking for Someone To Design A Seach Box

Hi

I would like to enhance Prat's search feature with a search box that can live somewhere on the chatframe.

If you have graphic skills and would be willing to help. Please reach out to...
Forum: Released AddOns 09-08-19, 10:49 AM
Replies: 0
Views: 5,747
Posted By sylvanaar
IPopBar Classic

https://cdn-wow.mmoui.com/preview/pvw71866.png

Hi, I have revived Xinhuan's IPopBar addon for WOW Classic.

You can read about it...
Forum: Classic - AddOn Search/Requests 08-28-19, 07:24 PM
Replies: 1
Views: 5,097
Posted By sylvanaar
I released "Regen" which does show HP regen - no...

I released "Regen" which does show HP regen - no bar though. I would consider it as a feature.
Forum: Lua/XML Help 08-28-19, 07:17 PM
Replies: 11
Views: 4,013
Posted By sylvanaar
Everyone should be using the new packager that...

Everyone should be using the new packager that posts to both curse and wowi.

It is absolutely amazing - and community-supported.

I used to kinda slack at uploading here because it wasn't automated...
Forum: Lua/XML Help 08-28-19, 07:15 PM
Replies: 3
Views: 2,192
Posted By sylvanaar
It is ok to taint the chat frame. But kudos to...

It is ok to taint the chat frame. But kudos to you for spending extra time trying not to.
Forum: Lua/XML Help 08-28-19, 07:09 PM
Replies: 7
Views: 2,457
Posted By sylvanaar
I did a lot of hacking on the chat while...

I did a lot of hacking on the chat while developing Prat.

Maybe I don't know what you are trying to do.

Did you know that behind every item link in the chatframe is an anonymous button?
Forum: Lua/XML Help 05-29-18, 09:48 AM
Replies: 14
Views: 5,956
Posted By sylvanaar
Thanks for that. What does it have to do with...

Thanks for that. What does it have to do with pandemic range? Or was that just some use for it?
Forum: Lua/XML Help 05-28-18, 09:14 PM
Replies: 14
Views: 5,956
Posted By sylvanaar
I play (badly) a resto druid. What is this about?

I play (badly) a resto druid. What is this about?
Forum: Lua/XML Help 05-27-18, 05:44 PM
Replies: 11
Views: 6,219
Posted By sylvanaar
Ammako has a good point - if you are looking for...

Ammako has a good point - if you are looking for "Such and Such Debuff Name" countdowns or something - then you will be out of luck, because those are based on the spell ID description which is based...
Forum: Lua/XML Help 05-27-18, 03:29 PM
Replies: 11
Views: 6,219
Posted By sylvanaar
Edit DBM's TOC and add this line ##...

Edit DBM's TOC and add this line

## OptionalDeps: !Language
Forum: Lua/XML Help 05-27-18, 02:21 PM
Replies: 11
Views: 6,219
Posted By sylvanaar
Your addon needs to load *before* DBM if you want...

Your addon needs to load *before* DBM if you want to change the locale it uses.

Only ways I know to do that are to mess with your addon name to try to get it to load early, or (better) to set an...
Forum: Lua/XML Help 06-30-17, 07:18 PM
Replies: 3
Views: 1,537
Posted By sylvanaar
The game client often block forged links like you...

The game client often block forged links like you are trying to send.
Forum: RealUI 06-26-17, 07:54 PM
Replies: 2
Views: 1,220
Posted By sylvanaar
Its a Blizzard restriction

Its a Blizzard restriction
Forum: AddOn Help/Support 06-25-17, 03:39 AM
Replies: 4
Views: 2,196
Posted By sylvanaar
There is a newer version in the approval queue...

There is a newer version in the approval queue 3.6.32
Forum: General Authoring Discussion 06-24-17, 09:38 PM
Replies: 2
Views: 1,858
Posted By sylvanaar
I guess this is late, but ChatFrame1 is in...

I guess this is late, but ChatFrame1 is in FloatingChatFrame.xml, several chatframes are created there, the standard 10.

Just a tip, frames tend to be created in the XML, so do look there too, not...
Forum: AddOn Help/Support 06-24-17, 09:31 PM
Replies: 4
Views: 2,196
Posted By sylvanaar
I disabled the module that was the problem.

I disabled the module that was the problem.
Showing results 1 to 25 of 92