Showing results 1 to 25 of 68
Search took 0.00 seconds.
Search: Posts Made By: thomasjohnshannon
Forum: PTR General Discussion 04-13-21, 04:16 PM
Replies: 3
Views: 4,882
Posted By thomasjohnshannon
New EventTrace in 9.1

Patch 9.1 will include a new EventTrace UI.

https://i.imgur.com/B7kAfEw.png
Forum: PTR API and Graphics Changes 02-23-21, 12:23 AM
Replies: 4
Views: 7,916
Posted By thomasjohnshannon
Tested this again today and they either fixed or...

Tested this again today and they either fixed or reverted this because it was working again.
Forum: PTR API and Graphics Changes 02-10-21, 01:00 AM
Replies: 4
Views: 7,916
Posted By thomasjohnshannon
Can't reload via click on 9.0.5 PTR.

It seems like you can no longer reload the ui via a click on the PTR. If you attempt to call ReloadUI() it will cause an error. This block also includes custom alert popups. It still works via custom...
Forum: PTR API and Graphics Changes 02-02-19, 11:33 AM
Replies: 30
Views: 36,219
Posted By thomasjohnshannon
8.1.5 ItemButtonTemplate Changes

In 8.1.5 they changed how the item button template works. Instead of being a virtual button that is inherited it is now a new widget type that can be created directly.

Old Way

local button =...
Forum: PTR API and Graphics Changes 01-09-19, 02:33 PM
Replies: 0
Views: 6,092
Posted By thomasjohnshannon
8.1.5 WorldmapTooltip Removed

WorldmapTooltip is being deprecated in 8.1.5. GameTooltip should be used instead.
Forum: Lua/XML Help 12-30-18, 06:58 PM
Replies: 6
Views: 6,923
Posted By thomasjohnshannon
For future reference you can check the lua...

For future reference you can check the lua version in game with the following line. And as previously stated they are still running Lua 5.1.

/script print(_VERSION)
Forum: PTR API and Graphics Changes 10-26-18, 11:09 PM
Replies: 6
Views: 8,622
Posted By thomasjohnshannon
I don't blame you. That bug is so old it feels...

I don't blame you. That bug is so old it feels like it should be around forever but they did fix it.

"Affected versions: 7.3.5, 8.0.1. Fixed in: 8.1.0.27934 (PTR): UIDropDownMenu_GetSelectedID only...
Forum: PTR API and Graphics Changes 10-26-18, 01:05 AM
Replies: 6
Views: 8,622
Posted By thomasjohnshannon
Dropdown Taint Fixed in 8.1

Looks like they finally fixed the dropdown taint issue in 8.1. If you are using the patch from townlong-yak.com you should be able to remove it once 8.1 goes live. If you aren't fimiliar with the bug...
Forum: Lua/XML Help 08-12-18, 03:52 PM
Replies: 21
Views: 13,222
Posted By thomasjohnshannon
A little off topic but you can replace the max...

A little off topic but you can replace the max level bit with IsPlayerAtEffectiveMaxLevel(). They just added it to the api recently. They added that one and a few others.

-- takes into account the...
Forum: General Authoring Discussion 08-07-18, 10:03 PM
Replies: 0
Views: 1,603
Posted By thomasjohnshannon
LibDBIcon Overlap

If you noticed that some of your minimap icons are overlapping the minimap a bit more than normal it is due to some changes in LibDBIcon. I reported it to them but I have no idea if they plan on...
Forum: oUF (Otravi Unit Frames) 07-28-18, 11:23 PM
Replies: 0
Views: 4,322
Posted By thomasjohnshannon
Player Level Not Updating

Has anyone had issues with the player level not updating on ding? I'm using a custom tag so I tested it with the default level tag and it had the same problem.

Edit: Here is a pic so it is clear...
Forum: PTR API and Graphics Changes 07-26-18, 06:31 PM
Replies: 0
Views: 9,468
Posted By thomasjohnshannon
Mythic Plus API Documented

The patch that just went out to the beta and ptr (8.0.1.27178) includes documentation for the mythic plus api. This isn't all new but having more information on how something works is always...
Forum: Released AddOns 07-26-18, 06:26 PM
Replies: 7
Views: 9,107
Posted By thomasjohnshannon
Tekkub doesn't include a license in the addon so...

Tekkub doesn't include a license in the addon so legally it would automatically be considered to be under normal copyright law. If someone wants to do this I would suggest contacting them to get...
Forum: PTR UI Bugs 07-26-18, 05:52 PM
Replies: 3
Views: 6,743
Posted By thomasjohnshannon
This is a similar issue but not the same. I had...

This is a similar issue but not the same. I had noticed this before when I was doing some stuff with HereBeDragons and I contacted the author because I thought it was a bug with HBD but they tracked...
Forum: Site help, bugs, suggestions/questions 07-20-18, 01:36 PM
Replies: 2
Views: 982
Posted By thomasjohnshannon
Security Alert From Link

When I visit the page for the GoFish (https://www.wowinterface.com/downloads/info22270-GoFish.html) addon someone's signature is causing security alerts. Chrome is blaming it on a site called...
Forum: PTR API and Graphics Changes 07-02-18, 11:57 PM
Replies: 2
Views: 12,145
Posted By thomasjohnshannon
New AuraUtil Functions

The following functions got added today (7/2) in a new file called AuraUtil.lua in the FrameXML folder. I haven't had time to test them out but I figured I would post this so other people can check...
Forum: PTR UI Bugs 06-30-18, 03:41 PM
Replies: 0
Views: 3,887
Posted By thomasjohnshannon
Calling ToggleCollectionsJournal() in combat.

Not sure if intended or not so I figured I would report this. If an addon tries to use ToggleCollectionsJournal during combat it will cause the following error.


1x [ADDON_ACTION_BLOCKED] AddOn...
Forum: PTR UI Bugs 06-30-18, 03:18 PM
Replies: 0
Views: 4,056
Posted By thomasjohnshannon
Guild UI Sorting Bug

If you try to sort players by name in the guild ui it will ignore the "Show Offline Members" checkbox and show all members.
Forum: PTR UI Bugs 06-30-18, 11:13 AM
Replies: 0
Views: 3,843
Posted By thomasjohnshannon
/Quit not in SecureCmdList

When using /quit or /exit to exit the game it will sometimes cause an error if the user has any addons with a slash command loaded. Logout was previously moved to SecureCmdList but for some reason...
Forum: PTR UI Bugs 06-27-18, 07:21 PM
Replies: 8
Views: 5,595
Posted By thomasjohnshannon
Fixed in 8.0.1 26936. :banana:

Fixed in 8.0.1 26936. :banana:
Forum: PTR UI Bugs 06-25-18, 05:39 AM
Replies: 1
Views: 4,276
Posted By thomasjohnshannon
Duplicate Function in UIParent.lua

Not really a bug but you have a duplicate function in UIParent.lua starting at line 911.


function ToggleCommunitiesFrame()
Communities_LoadUI();
ToggleFrame(CommunitiesFrame);
end

function...
Forum: PTR UI Bugs 06-22-18, 01:22 AM
Replies: 8
Views: 5,595
Posted By thomasjohnshannon
BFA Opening map in combat.

If an addon or macro tries to open the world map using functions like ToggleQuestLog() or ToggleWorldMap() while in combat before the map has been loaded it will cause an error and the map will show...
Forum: PTR API and Graphics Changes 06-19-18, 08:22 PM
Replies: 0
Views: 5,056
Posted By thomasjohnshannon
Map Data Provider Memory Usage PSA

If you have an addon that uses the new map data provider mixins and it looks like it has high memory usage when you mouse over the world map don't worry it isn't your fault. The memory usage is...
Forum: PTR API and Graphics Changes 06-19-18, 08:17 PM
Replies: 31
Views: 31,084
Posted By thomasjohnshannon
I never said anything but just so it clear to...

I never said anything but just so it clear to everyone the function that elcius posted works well.
Forum: PTR API and Graphics Changes 06-15-18, 05:39 PM
Replies: 31
Views: 31,084
Posted By thomasjohnshannon
C_Map.GetPlayerMapPosition Memory Usage

Anyone else having memory issues with C_Map.GetPlayerMapPosition? I updated some map coords code to use the new functions and noticed that the addons memory usage grows every update. By commenting...
Showing results 1 to 25 of 68