Showing results 1 to 17 of 17
Search took 0.00 seconds.
Search: Posts Made By: Elderin
Forum: General Authoring Discussion 09-03-17, 09:40 AM
Replies: 3
Views: 2,029
Posted By Elderin
I think I have finally gotten a sequence that...

I think I have finally gotten a sequence that works.

During the PLAYER_ENTERING_WORLD event processing
I make a call to GuildRoster() and register for GUILD_ROSTER_UPDATE

then during the...
Forum: General Authoring Discussion 08-31-17, 03:54 PM
Replies: 3
Views: 2,029
Posted By Elderin
Looking for Broken Code Help

I am having a timing issue show up in one of my addons and I'm hoping there is an elegant fix. :)

The addon has a frame to which an event handler is attached and the frame registers for the...
Forum: Lua/XML Help 04-14-17, 09:55 AM
Replies: 1
Views: 1,349
Posted By Elderin
Smile Drop Down Menu

I'm trying to implement a drop down menu based on the example at http://wow.gamepedia.com/Using_UIDropDownMenu.

Looking at the example menu image shown with the section "A Complete Example", is it...
Forum: Lua/XML Help 03-28-13, 04:26 PM
Replies: 11
Views: 9,321
Posted By Elderin
Thanks, Phanx. Yeah, I discovered that after...

Thanks, Phanx. Yeah, I discovered that after using the /fstack thing and thank you, Fizzlemizz, for that suggestion.

So, now I have something to dig into and explore.

Thanks, again, for the help...
Forum: Lua/XML Help 03-26-13, 11:50 AM
Replies: 11
Views: 9,321
Posted By Elderin
Thank you, very much. This worked very nicely. ...

Thank you, very much. This worked very nicely. I did have to wait abit for the "art" folder to be created and populated. Actually, Windows reported World of Warcraft as "not responding" during the...
Forum: Lua/XML Help 03-24-13, 10:14 AM
Replies: 11
Views: 9,321
Posted By Elderin
Wow Interface Addon Kit Updates

How often is the WoW Interface Addon Kit updated? Or, perhaps, more specifically, how long does it take to see new information in the Addon Kit?

For example, when I look in my interface\addons...
Forum: General Authoring Discussion 12-11-12, 02:39 PM
Replies: 4
Views: 4,675
Posted By Elderin
Event Processing

If I want to use the information from GetGuildRosterInfo(index) I understand that for the information to be available I must first query the server with a call to GuildRoster() and then wait until...
Forum: General Authoring Discussion 12-08-12, 11:32 AM
Replies: 8
Views: 7,519
Posted By Elderin
Phanx, thank you very much for making me think. ...

Phanx, thank you very much for making me think. I woke up in the middle of night last night and realized it would make much more sense to break it out into separate modules. So, I am in the process...
Forum: General Authoring Discussion 12-06-12, 02:49 PM
Replies: 8
Views: 7,519
Posted By Elderin
I really did not want to get into a discussion...

I really did not want to get into a discussion regarding the type of addon, its functionality, etc. I was just interested in the protocol for uploading addons whose idea was based on some other...
Forum: General Authoring Discussion 12-06-12, 02:44 PM
Replies: 8
Views: 7,519
Posted By Elderin
No guilty feelings. Just trying to be polite,...

No guilty feelings. Just trying to be polite, not stomp on toes, follow acceptable protocol. :)
Forum: General Authoring Discussion 12-06-12, 02:42 PM
Replies: 8
Views: 7,519
Posted By Elderin
I thought about both. Since our code is open,...

I thought about both. Since our code is open, anyone with smarts can change it to suit themselves, thus bypassing blocks. The area in question is just displayed info, albeit incorrect for other...
Forum: General Authoring Discussion 12-05-12, 03:26 PM
Replies: 8
Views: 7,519
Posted By Elderin
To Post or Not To Post

I started using an addon something like five or six years ago and shortly the author quit supporting it (I think the last update was Jan, 2008) and it has been declared out of date or abandoned and...
Forum: General Authoring Discussion 11-20-12, 12:44 PM
Replies: 2
Views: 10,779
Posted By Elderin
In Game Fonts

I have not found a really good explanation of game fonts used.
But if I am right there are four fonts used in WoW.
skurri, MORPHEUS, FRIZQT__ and ARIALN

These fonts must be hardcoded within...
Forum: Lua/XML Help 11-16-12, 06:36 AM
Replies: 17
Views: 9,337
Posted By Elderin
Sorry, guys, I was just looking at the specific...

Sorry, guys, I was just looking at the specific code in the example. I was just referring to the mix of tags and functions. I just confused things with my statement about changing the Onload...
Forum: Lua/XML Help 11-15-12, 11:41 PM
Replies: 17
Views: 9,337
Posted By Elderin
First, Phantom, I assume all references to OnLoad...

First, Phantom, I assume all references to OnLoad should be replaced with OnUpdate. Otherwise, I am a bit lost.

However. in the first part of your example it is fairly obvious that the OnUpdate...
Forum: Lua/XML Help 11-14-12, 05:40 PM
Replies: 17
Views: 9,337
Posted By Elderin
Thanks, all. It seems like I read somewhere...

Thanks, all.



It seems like I read somewhere that Blizz preferred UI definitions in the separate xml file. However, most books on addons are relatively few and older now. I recently read on a...
Forum: Lua/XML Help 11-14-12, 03:36 PM
Replies: 17
Views: 9,337
Posted By Elderin
Accessing Global Data

Let me begin by stating that I have a MyAddon.xml file and a MyAddon.lua file that are properly aware of and function correctly with each other. Additionally, the xml file defines the UI and the lua...
Showing results 1 to 17 of 17