Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: erispope
Forum: Minion 11-10-19, 05:00 PM
Replies: 4
Views: 7,935
Posted By erispope
The cause of the application hanging can be found...

The cause of the application hanging can be found here:
ERROR 2019-11-03 16:53:13,381 [Thread-20] gg.minion.util.AddOnUtils:getAddOnDetails(77): Catching java.util.concurrent.ExecutionException:...
Forum: Lua/XML Help 10-31-19, 02:29 AM
Replies: 3
Views: 4,233
Posted By erispope
How does the code that controls the disabled...

How does the code that controls the disabled state for that menu look like?

Is there a function for enabling or disabling each choice that is not present for the blacklist choice?
Forum: Lua/XML Help 10-30-19, 07:30 AM
Replies: 1
Views: 2,838
Posted By erispope
Most frames obey the Show/Hide convention. You...

Most frames obey the Show/Hide convention.

You could try a simple mytrame:GetParent():Hide().
Forum: AddOn Help/Support 09-27-19, 05:18 AM
Replies: 1
Views: 2,025
Posted By erispope
First of all, great choice of add-on...

First of all, great choice of add-on goal!

Secondly, extract the wow source files as per the guides.

Thirdly find an add-on with keybinds (preferably one that does not use Ace or other libs for...
Forum: AddOn Help/Support 09-27-19, 05:13 AM
Replies: 5
Views: 4,239
Posted By erispope
Quick aside - sending the "containing"...

Quick aside - sending the "containing" table/object is only needed when a function is declared as Class:Method. A simple dot just means it is temporarily housed in that table and you can use local...
Forum: AddOn Help/Support 09-27-19, 05:08 AM
Replies: 1
Views: 3,781
Posted By erispope
Anything. You need to examine the other arguments...

Anything. You need to examine the other arguments in order to figure out what removed it. Currently working on a WeakAura that triggers when Fear Ward is removed from one of my party members (useful...
Forum: AddOn Help/Support 09-27-19, 05:04 AM
Replies: 3
Views: 2,420
Posted By erispope
/run local e=DEFAULT_CHAT_FRAME.editBox...

/run local e=DEFAULT_CHAT_FRAME.editBox ChatEdit_ActivateChat(e) e.setText=1 e.text=UnitName("target")

Should work, barring big changes to chat.
Forum: Lua/XML Help 09-20-19, 12:49 AM
Replies: 14
Views: 5,143
Posted By erispope
No worries, the rust wil come off in no...

No worries, the rust wil come off in no time!

Fizzlemizz solution works by table.wipe, since that should erase checked too.
Forum: Lua/XML Help 09-19-19, 10:42 PM
Replies: 14
Views: 5,143
Posted By erispope
I think I found the issue - you are using...

I think I found the issue - you are using info.check in the new code, but info.checked in the old code (and checked is what Blizzard code is using).

Once the Blizzard code starts setting...
Forum: Lua/XML Help 09-19-19, 10:08 AM
Replies: 14
Views: 5,143
Posted By erispope
Not great at wow UI but you are creating one info...

Not great at wow UI but you are creating one info and reusing it - could that be a problem?

Secondly, perhaps rewrite the inner function to a reusable one instead of recreating it all the time (use...
Showing results 1 to 10 of 10