Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: fusionpit
Forum: General Authoring Discussion 09-17-19, 12:26 PM
Replies: 2
Views: 3,688
Posted By fusionpit
My addon "What's Training?" has all of this info...

My addon "What's Training?" has all of this info stored in some separate files. You can extract that data and reformat it in a lib if you wish:...
Forum: Lua/XML Help 08-23-19, 06:14 PM
Replies: 12
Views: 2,459
Posted By fusionpit
That person is saying "for i = 1, #table do" and...

That person is saying "for i = 1, #table do" and "for k, v in ipairs(table) do" are basically the same, with the first being slightly more performant. If you had a table that looked like this:

{
...
Forum: Lua/XML Help 08-21-19, 07:41 AM
Replies: 12
Views: 2,459
Posted By fusionpit
You have variables named things like "DHMB" and...

You have variables named things like "DHMB" and "DHMM" which aren't clear until you read the code and see they're a timer table way down near the bottom. Same with "Ignore" in the Micro Button one. ...
Forum: Lua/XML Help 07-15-19, 07:29 AM
Replies: 2
Views: 2,955
Posted By fusionpit
Thanks for confirming it! I hadn't thought of...

Thanks for confirming it! I hadn't thought of using another frame for each model, that would be complicated but it would work for what I need. Thanks again!
Forum: Lua/XML Help 07-13-19, 10:58 AM
Replies: 2
Views: 2,955
Posted By fusionpit
Question SetClipsChildren(true) only clips the first Model child of the frame

I have a normal frame, which contains 2 Model derivatives in it (One DressUpModel, one PlayerModel, but it happens with any combination of Model frames). When using frame:SetClipsChildren(true),...
Forum: Lua/XML Help 06-29-19, 09:39 AM
Replies: 33
Views: 13,356
Posted By fusionpit
Absolutely it is. The auction house uses a...

Absolutely it is. The auction house uses a ScrollFrame based on FauxScrollFrameTemplate to implement the browse portion, which can also be sorted by the column tabs at top.

Here is the template...
Showing results 1 to 6 of 6