Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: ChandlerJoseph
Forum: Lua/XML Help 11-06-21, 08:21 AM
Replies: 0
Views: 1,221
Posted By ChandlerJoseph
Personal addon help

I need help getting actionbutton1-12 to simulator the multibar template. Meaning its visible when "Always Show ActionBars" is ticked and also has the floatingBG texture as well.

Also, I need to find...
Forum: Lua/XML Help 01-09-21, 06:10 PM
Replies: 2
Views: 2,411
Posted By ChandlerJoseph
Thanks so much for the reply! I will tinker with...

Thanks so much for the reply! I will tinker with this for a while and I will post my progress.
Forum: Lua/XML Help 01-07-21, 03:17 PM
Replies: 2
Views: 2,411
Posted By ChandlerJoseph
Bottom right action bar resizing main bar! PLEASE HELP!

Alright, im gonna just say it, I am desperate for help. This is my 4th post pertaining to the MainMenuBar and I have spent hours searching for answers on forums and in the code itself. I am pretty...
Forum: Lua/XML Help 01-03-21, 09:55 AM
Replies: 0
Views: 1,891
Posted By ChandlerJoseph
Xp bar help

I cant seem to get the xp bar to cooperate and move to where I want it to, not sure why. This is the code ive tried. Ive also searched through code on townlong-yak but I cant find what im looking for.
Forum: Lua/XML Help 01-01-21, 05:35 AM
Replies: 0
Views: 1,827
Posted By ChandlerJoseph
MainMenuBar help

When you enable the right action bar it moves the main bar and lengthens the xp bar. How can I cancel it from doing these functions so it stays as the small bar but with the right bar enabled.
Forum: Lua/XML Help 12-31-20, 07:29 AM
Replies: 1
Views: 2,545
Posted By ChandlerJoseph
MainMenuBar help

When you enable the right action bar it moves the main bar over to the left to accommodate for the extra buttons. I would like it to not move the main bar when I enable it. Anyone know how I can do...
Forum: Lua/XML Help 08-23-19, 04:16 PM
Replies: 12
Views: 2,395
Posted By ChandlerJoseph
so youre saying if my table is for instance...

so youre saying if my table is for instance containing {PlayerFrame, FocusFrame, TargetFrame}. I should use pairs() or the numeric loop?
Forum: Lua/XML Help 08-21-19, 09:44 PM
Replies: 1
Views: 1,260
Posted By ChandlerJoseph
Alpha overwrite

is there a generic function to overwrite the alpha settings of a UI frame?
Forum: Lua/XML Help 08-21-19, 09:39 PM
Replies: 12
Views: 2,395
Posted By ChandlerJoseph
okay, thanks for the reply, for the integer loop,...

okay, thanks for the reply, for the integer loop, is it infinite or does it stop at the end of the table?
Forum: Lua/XML Help 08-21-19, 09:24 PM
Replies: 12
Views: 2,395
Posted By ChandlerJoseph
whats more efficient and why? for i = 1,...

whats more efficient and why?

for i = 1, #MinimapButtons do
MinimapButtons[i]:SetAlpha(0)
end

for _, Frame in pairs(MinimapButtons) do
Frame:SetAlpha(0)
end
Forum: Lua/XML Help 08-21-19, 08:10 PM
Replies: 12
Views: 2,395
Posted By ChandlerJoseph
But it seems more complicated to do what youre...

But it seems more complicated to do what youre doing vs just grabbing the frame and executing the functions
Forum: Lua/XML Help 08-21-19, 10:52 AM
Replies: 12
Views: 2,395
Posted By ChandlerJoseph
Would you mind explaining a little further the...

Would you mind explaining a little further the differences between what I did and what you suggested?
Forum: Lua/XML Help 08-20-19, 06:25 PM
Replies: 12
Views: 2,395
Posted By ChandlerJoseph
Critique my code!

I am new to lua and coding in general so any feedback on these 2 small addons is appreciated.

Context: Hides minimap buttons until mouseover.
https://pastebin.com/gdcXHF5k

Context: Hides the enitre...
Forum: Lua/XML Help 08-19-19, 06:11 PM
Replies: 5
Views: 2,055
Posted By ChandlerJoseph
Im struggling a lot with this last addon im...

Im struggling a lot with this last addon im creating, would someone be willing to write up a addon that hides all the chat except the FontStringContainer unless your cursor is over top and add a...
Forum: Lua/XML Help 08-16-19, 04:02 PM
Replies: 5
Views: 2,055
Posted By ChandlerJoseph
I will try a few of these things and get back to...

I will try a few of these things and get back to you. I am a little overwhelmed with this one. One quick question though. Some frames in WoW have a "." in them but that seems to cause lua errors. I...
Forum: Lua/XML Help 08-16-19, 06:49 AM
Replies: 5
Views: 2,055
Posted By ChandlerJoseph
Chat Code Help

For context all the elements of the chat should be hidden until your cursor is over top it, except the FontStringContainer.

So I have a few problems with my code. First, even though the tab text is...
Forum: Lua/XML Help 08-15-19, 02:28 PM
Replies: 9
Views: 2,048
Posted By ChandlerJoseph
It works perfectly! Im sure ill be posting more...

It works perfectly! Im sure ill be posting more on here about some other stuff. Im just making a (what I thought to be simple) addon that fades the micro menu, minimap buttons, and everything on the...
Forum: Lua/XML Help 08-15-19, 02:16 PM
Replies: 9
Views: 2,048
Posted By ChandlerJoseph
Thank you so much for the wonderfully written and...

Thank you so much for the wonderfully written and detailed response! It started as me wanting to hide a few things on my screen cause the default UI feels so cluttered and it turned into such a long...
Forum: Lua/XML Help 08-15-19, 01:03 PM
Replies: 9
Views: 2,048
Posted By ChandlerJoseph
would you mind showing me how to do so? Im new to...

would you mind showing me how to do so? Im new to coding so I just need an example to go off of if youre willing, thanks!
Forum: Lua/XML Help 08-15-19, 11:42 AM
Replies: 9
Views: 2,048
Posted By ChandlerJoseph
Minimap code help

For context, when you hover over the minimap or buttons, the buttons appear. When you are not hovering over it, they are hidden.

I have created a short delay for when the buttons disappear for...
Showing results 1 to 20 of 20