Showing results 1 to 25 of 499
Search took 0.01 seconds.
Search: Posts Made By: Gello
Forum: Lua/XML Help 01-07-23, 07:38 PM
Replies: 7
Views: 2,009
Posted By Gello
I made another intrinsic element called...

I made another intrinsic element called "AutoScrollFrame" (that I'm retiring in favor of Blizzard's Dragonflight-improved ScrollBox/ScrollView/DataProvider model) that I use across multiple addons...
Forum: Lua/XML Help 01-06-23, 04:37 PM
Replies: 5
Views: 1,437
Posted By Gello
The crash bug appears fixed on 10.0.5 PTR. Still...

The crash bug appears fixed on 10.0.5 PTR.

Still problems inheriting texture script handlers, but that's a far less serious issue.
Forum: Tutorials & Other Helpful Info. 01-04-23, 04:36 PM
Replies: 6
Views: 3,839
Posted By Gello
Here's the contents of a file called...

Here's the contents of a file called BlizzardCommands.xml that's dated 11/22/2004 on this machine:
<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl"...
Forum: Lua/XML Help 01-04-23, 12:07 PM
Replies: 5
Views: 1,437
Posted By Gello
Thanks for testing to confirm. Yeah even if the...

Thanks for testing to confirm. Yeah even if the frame has no user-defined elements (<Frame parentKey="TestCrashBugChild"/>) it seems to crash for me. I can do all sorts of stuff in the OnEnter, but...
Forum: Lua/XML Help 01-03-23, 05:02 PM
Replies: 5
Views: 1,437
Posted By Gello
Is anyone able to reproduce this crash bug?

Is it just me or does showing a frame from within a texture's OnEnter cause anyone else's client to crash to desktop if you /reload?

The following XML creates a small dialog frame with a left and...
Forum: PTR General Discussion 10-18-22, 06:48 PM
Replies: 5
Views: 2,424
Posted By Gello
This appears fixed in today's beta build. I'll...

This appears fixed in today's beta build.

I'll look into C_Tooltip thanks.
Forum: PTR General Discussion 10-13-22, 05:06 AM
Replies: 5
Views: 2,424
Posted By Gello
Thanks. Fingers crossed that they fix it.

Thanks. Fingers crossed that they fix it.
Forum: PTR General Discussion 10-09-22, 05:03 PM
Replies: 5
Views: 2,424
Posted By Gello
Another beta vs PTR difference: getting npcID names

For years I've been getting the name of an npcID by doing this:

-- takes an npcID and returns the name of the npc
-- if the return is nil, the npcID is invalid or it's not been cached yet
function...
Forum: Lua/XML Help 10-06-22, 11:27 AM
Replies: 22
Views: 8,300
Posted By Gello
I've found OnTooltipSetItem is not being called...

I've found OnTooltipSetItem is not being called for GameTooltip as I'd expect. GameTooltip's SetCurrencyToken continues to work as expected. Unfortunately I've not had time to look into this more...
Forum: PTR General Discussion 10-03-22, 04:46 PM
Replies: 13
Views: 4,942
Posted By Gello
I'm finding just using the new settings panel...

I'm finding just using the new settings panel causes taint.

1. Make an addon with this one line: Settings.RegisterAddOnCategory(Settings.RegisterCanvasLayoutCategory(CreateFrame("Frame"),...
Forum: PTR General Discussion 10-03-22, 09:08 AM
Replies: 1
Views: 1,532
Posted By Gello
Found a solution kinda if anyone else runs into...

Found a solution kinda if anyone else runs into this. By doing this once (to reassert the inv_misc_questionmark icon):

EditMacro(24,nil,134400)

I can SetMacroItem/Spell as...
Forum: PTR General Discussion 10-03-22, 07:50 AM
Replies: 1
Views: 1,532
Posted By Gello
SetMacroItem/SetMacroSpell

On 10.x clients has anyone gotten SetMacroItem or SetMacroSpell to show the item/spell texture? When it's a stackable item with SetMacroItem to "name" or "item:id" I see the quantity reflected for...
Forum: Lua/XML Help 08-20-22, 05:57 PM
Replies: 2
Views: 1,147
Posted By Gello
GetCursorInfo() says what's on the cursor. You...

GetCursorInfo() says what's on the cursor. You can call that when your button receives something:
local f = CreateFrame("ItemButton","RdD",UIParent)
f:SetPoint("CENTER",-200,0)

local function...
Forum: Site help, bugs, suggestions/questions 05-12-22, 12:09 AM
Replies: 3
Views: 1,517
Posted By Gello
Elvenbane on official forums helped me out here...

Elvenbane on official forums helped me out here (https://us.forums.blizzard.com/en/wow/t/is-curse-not-allowing-third-party-clients-even-with-toggle-enabled/1239131/11). If anyone else runs across...
Forum: Site help, bugs, suggestions/questions 05-11-22, 09:24 PM
Replies: 3
Views: 1,517
Posted By Gello
Thanks Dolby. I'll check with them.

Thanks Dolby. I'll check with them.
Forum: Site help, bugs, suggestions/questions 05-11-22, 05:12 PM
Replies: 3
Views: 1,517
Posted By Gello
Can wowup get addons from wowinterface?

Let me preface this by saying I would be happy to pay money to have a site do all this for me. Call it an anti-rewards program. I don't want money for posting my addons. I want to give other people...
Forum: Site help, bugs, suggestions/questions 04-30-22, 06:08 PM
Replies: 5
Views: 865
Posted By Gello
This is perfect thanks!

This is perfect thanks!
Forum: Site help, bugs, suggestions/questions 04-30-22, 01:15 PM
Replies: 5
Views: 865
Posted By Gello
Unfortunately that doesn't work. I've been...

Unfortunately that doesn't work. I've been checking multiple versions ever since wowinterface supported it. It adds that information to the File Info tab, but a user has to click the tab to see...
Forum: Site help, bugs, suggestions/questions 04-29-22, 07:27 PM
Replies: 5
Views: 865
Posted By Gello
How to get multi-client download links

How do I get these download buttons for each client:

https://i.imgur.com/R8LIQ4D.png

or this green text to show it's compatible:

https://i.imgur.com/se6NEbg.png

on the download pages for my...
Forum: Wish List 04-19-22, 02:15 PM
Replies: 0
Views: 2,096
Posted By Gello
Masking models (at least for portraits)

In light of the Dragonflight UI overhaul (pretty exciting!) I'd like to request the ability to mask models the way we can textures; or at least a way to provide a circular mask like we could before...
Forum: Site help, bugs, suggestions/questions 11-02-21, 12:32 PM
Replies: 1
Views: 1,286
Posted By Gello
Delete these beta addons please

When convenient can these BCC beta addons be deleted? They are live at their usual links and these are no longer...
Forum: Site help, bugs, suggestions/questions 05-20-21, 02:47 PM
Replies: 8
Views: 2,183
Posted By Gello
I learned about it here:...

I learned about it here: https://github.com/Stanzilla/WoWUIBugs/issues/68
(scroll down to last post)


It's a nice system. It seems to be live now on the 2.5.1 TBC Classic and 1.13.7 Classic Era...
Forum: Site help, bugs, suggestions/questions 05-19-21, 07:05 PM
Replies: 8
Views: 2,183
Posted By Gello
Thanks Dolby! Yeah my experience with curse has...

Thanks Dolby!


Yeah my experience with curse has been unpleasant over the years. I've stopped posting beta versions on curse long ago and some addons I just post on wowinterface and don't even...
Forum: Site help, bugs, suggestions/questions 05-19-21, 02:41 PM
Replies: 8
Views: 2,183
Posted By Gello
For multi-client zip files can we have the page describe versions supported?

An awesome change with TBC and Classic Era is the ability to include multiple toc files in one zip and have it up to date with those versions.

I've taken advantage of that for some addons, checked...
Forum: Site help, bugs, suggestions/questions 04-13-21, 07:57 PM
Replies: 1
Views: 1,354
Posted By Gello
Please delete some old beta addons

When convenient can these be...
Showing results 1 to 25 of 499