Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: eliljey
Forum: Lua/XML Help 03-20-09, 08:36 AM
Replies: 2
Views: 2,691
Posted By eliljey
Yeah, there's actually a couple of ways to attack...

Yeah, there's actually a couple of ways to attack the problem. This was just one of the solutions I came up with and it made me wonder if the technique was considered bad coding.

I'm not a software...
Forum: Lua/XML Help 03-19-09, 11:39 PM
Replies: 2
Views: 2,691
Posted By eliljey
Dynamically registering events

I've got a piece of code that changes some settings and needs to wait until an event indicates that the change was successful. (Refer to my SetLootThreshold...
Forum: General Authoring Discussion 03-19-09, 09:23 PM
Replies: 4
Views: 4,873
Posted By eliljey
So I got out rev 1 of my addon a while back and...

So I got out rev 1 of my addon a while back and discovered a problem just recently with the pulldown menus. It took a pretty specific situation to make it show up and now I'm stumped as to how to fix...
Forum: Lua/XML Help 03-06-09, 10:06 PM
Replies: 6
Views: 5,475
Posted By eliljey
Pardon me for resurrecting an old thread, but I'm...

Pardon me for resurrecting an old thread, but I'm trying to figure out how to use UnitInRaid/UnitInParty to see if a name is in my current raid. My addon has a text box that I type a name into and I...
Forum: Lua/XML Help 03-02-09, 03:26 AM
Replies: 12
Views: 5,933
Posted By eliljey
Thanks for all the help. I wasn't able to get it...

Thanks for all the help. I wasn't able to get it to work using PLAYER_ENTERING_WORLD but ADDON_LOADED worked. Close enough. Now to figure out how to let the user move it around the minimap....
Forum: Lua/XML Help 03-01-09, 05:49 PM
Replies: 12
Views: 5,933
Posted By eliljey
I'm still coming up to speed on all this stuff...

I'm still coming up to speed on all this stuff and am not able to get this to work. I can only assume that this is because the code is taken out of context so I'm putting it in the wrong place or...
Forum: Lua/XML Help 02-28-09, 09:53 PM
Replies: 4
Views: 3,655
Posted By eliljey
Ah ha! That's exactly what I'm doing. I'll try...

Ah ha! That's exactly what I'm doing. I'll try and figure out how to put a delay in there. Thanks very much!
Forum: Lua/XML Help 02-28-09, 02:27 AM
Replies: 4
Views: 3,655
Posted By eliljey
Can anyone at least verify that it does/doesn't...

Can anyone at least verify that it does/doesn't do this? I certainly could just be using it wrong.
Forum: Lua/XML Help 02-27-09, 10:42 PM
Replies: 4
Views: 3,271
Posted By eliljey
The entire interface is event driven. Events are...

The entire interface is event driven. Events are used to throttle the execution of code in order to ensure that things run when they're supposed to. Since your print statement is gated by an event or...
Forum: Lua/XML Help 02-26-09, 10:00 PM
Replies: 4
Views: 3,655
Posted By eliljey
SetLootThreshold

I'm working on an addon that manipulates loot settings and I have some code that calls SetLootThreshold. When I click my "update loot settings" button it changes the loot threshold as per my...
Forum: Lua/XML Help 02-23-09, 02:14 AM
Replies: 5
Views: 3,510
Posted By eliljey
So is the saved vars handler just a method for...

So is the saved vars handler just a method for letting the addon know when the variables are ready for use?

Is my assessment of how the frame is used correct? Because I can't even detect the...
Forum: Lua/XML Help 02-22-09, 09:54 PM
Replies: 5
Views: 3,510
Posted By eliljey
This doesn't seem to be working for me. I'm sure...

This doesn't seem to be working for me. I'm sure I'm just being incredibly oblivious here but for some reason the whole saved vars thing still isn't clicking for me.

Putting the variables in the...
Forum: General Authoring Discussion 02-09-09, 10:45 PM
Replies: 4
Views: 4,873
Posted By eliljey
Hmm... I guess I don't totally understand what to...

Hmm... I guess I don't totally understand what to do here. I understand the code for initializing the menu and what to do when it's clicked, but where exactly do I put the actual frame creation stuff...
Forum: General Authoring Discussion 02-08-09, 02:40 PM
Replies: 4
Views: 4,873
Posted By eliljey
Pulldowns, lists and tabs.

Hello everyone. I'm working on an addon with a config window that I'd like to include the three items I listed in the thread title.

First off I'm using the WoW UI Designer to implement the main...
Showing results 1 to 14 of 14