Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Walkerbo
Forum: Lua/XML Help 06-11-21, 10:42 PM
Replies: 6
Views: 2,431
Posted By Walkerbo
Hi Fizzlemizz Thanks for the help and...

Hi Fizzlemizz

Thanks for the help and explanation, I really do appreciate your aid. :)
Forum: Lua/XML Help 06-11-21, 08:44 PM
Replies: 6
Views: 2,431
Posted By Walkerbo
Hi Fizzlemizz So not only was I trying to use a...

Hi Fizzlemizz

So not only was I trying to use a global which could be affected by other addons, using function(self) instead of just function() ensures I get the info from that button itself.

Just...
Forum: Lua/XML Help 06-10-21, 11:38 PM
Replies: 6
Views: 2,431
Posted By Walkerbo
Hi Fizzlemizz So I was getting the global name...

Hi Fizzlemizz

So I was getting the global name but not setting it to a local so it overwrote itself.

Your chunk works perfectly.


Thanks for all of your help :)
Forum: Lua/XML Help 06-10-21, 09:54 PM
Replies: 6
Views: 2,431
Posted By Walkerbo
Adding new script to pet journal buttons

Hi all

I am trying to add a new script to the pet journal buttons.

I can do it manually for each button using this chunk;
PetJournalListScrollFrameButton1:SetScript(
"OnClick",
function()
...
Showing results 1 to 4 of 4