Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: BDelacroix
Forum: Lua/XML Help 10-19-10, 12:00 PM
Replies: 4
Views: 5,016
Posted By BDelacroix
You may be right and, in that case or in the...

You may be right and, in that case or in the interim if I find out otherwise, I may just have to make 2 buttons for each.

If I could make it work similar to blizzard's action buttons and just have...
Forum: Lua/XML Help 10-19-10, 09:06 AM
Replies: 4
Views: 5,016
Posted By BDelacroix
I have thought of this and will try it out but in...

I have thought of this and will try it out but in my case it isn't a spell that requires an external target like something you can mouse over.

I'm using the trap launcher which gives a buff but...
Forum: Lua/XML Help 10-18-10, 07:47 PM
Replies: 4
Views: 5,016
Posted By BDelacroix
SetAttribute("spell",...

Is there a way to set an attribute on a secure button with a target of a spell.

That is to set a button with the attribute "spell" "blabla" where blabla is a spell that expects you to then select...
Forum: Lua/XML Help 10-16-10, 12:49 AM
Replies: 2
Views: 6,916
Posted By BDelacroix
Thank you very much. That was helpful to...

Thank you very much.

That was helpful to optimize a few things in this addon and another. Also, good news on being able to cast by spellID.

While I still have the huge texture problem, this...
Forum: Lua/XML Help 10-14-10, 06:14 AM
Replies: 2
Views: 6,916
Posted By BDelacroix
Secure button spell casting (setattribute)

As indicated in another thread, I have two issues currently with an addon that until 4.0 has worked just fine. Some fundamental things have changed and we all know documentation on these changes is...
Forum: Lua/XML Help 10-14-10, 06:00 AM
Replies: 0
Views: 2,398
Posted By BDelacroix
Defiant and Large NormaTexture

I am seeking help on this after working with it for the last few weeks in beta and now with 4.01 on us, it is more imperative that I find the answer.

As always, I am sure it will be soemthing...
Forum: Cataclysm Beta 09-12-10, 11:06 AM
Replies: 11
Views: 6,282
Posted By BDelacroix
As an "answer" to my own query, in the case that...

As an "answer" to my own query, in the case that someone else may have a similar problem, I have found a way around it.

Actually it may be a more elegant solution than I had been using all through...
Forum: Cataclysm Beta 09-11-10, 12:18 PM
Replies: 11
Views: 6,282
Posted By BDelacroix
The trouble I am having is with button texture...

The trouble I am having is with button texture sizes. The button active area seems to be fine, the pushed texture is the right size, its just the normaltexture that is insisting on being large. ...
Forum: Cataclysm Beta 07-13-10, 06:36 AM
Replies: 30
Views: 9,288
Posted By BDelacroix
Thank you

Thank you for this and I am so glad my addons are simple in that major UI changes don't often impact them.
Forum: General Authoring Discussion 10-16-08, 07:09 AM
Replies: 4
Views: 4,022
Posted By BDelacroix
You can find it in FrameXML. Now, where to get...

You can find it in FrameXML. Now, where to get that isn't as easy as it may seem. I eventually found it on the web site that lists diffs for the wow stuff.

I find that by searching for FrameXML in...
Forum: General Authoring Discussion 10-09-08, 12:27 PM
Replies: 4
Views: 3,752
Posted By BDelacroix
Another day.... I'll post this but probably not...

Another day....

I'll post this but probably not come back for a time as I think I'm now stuck.

I've managed to make a duplicate pet bar with a variable number of pet ability buttons (more than 4 if...
Forum: Wish List 10-08-08, 01:39 PM
Replies: 4
Views: 9,798
Posted By BDelacroix
Necro warning!!! Yes, I'm bringing this back up...

Necro warning!!! Yes, I'm bringing this back up because this needs to be done especially with the advent of the 3.0 patch that comes with a lot more than just 4 active pet abilities.

Building a...
Forum: General Authoring Discussion 10-08-08, 11:16 AM
Replies: 4
Views: 3,752
Posted By BDelacroix
An update for posterity... CastSpell(bla bla)...

An update for posterity...

CastSpell(bla bla) does indeed work. So, for secure buttons you can just give the action buttons an attribute of "type","spell" and "spell","petspellname"

In my case, I...
Forum: General Authoring Discussion 10-07-08, 06:36 AM
Replies: 4
Views: 3,752
Posted By BDelacroix
PetAttack/Defend/Stay/Passive bla bla bla

Ok, so my next project, and I've already started it when I ran into this brick wall is a better pet bar.

I've done some research and it isn't looking good. So far, I've found that all the pet...
Forum: General Authoring Discussion 09-12-08, 08:57 AM
Replies: 7
Views: 10,289
Posted By BDelacroix
Here is the answer (found here...

Here is the answer (found here (http://forums.worldofwarcraft.com/thread.html?topicId=2968233433&sid=1&pageNo=15)):

Basically, to make an options panel, you make a frame like you do for anything...
Forum: General Authoring Discussion 09-12-08, 07:18 AM
Replies: 7
Views: 10,289
Posted By BDelacroix
Now there's an idea. Thank you. Aha, another...

Now there's an idea. Thank you.

Aha, another author that doesn't use XML. Good on ya.

The opinions expressed in this message do not necessarily reflect those of WowInterface or its affiliates.
Forum: General Authoring Discussion 09-12-08, 06:39 AM
Replies: 7
Views: 10,289
Posted By BDelacroix
Blizzard Interface Options

Apparently, not too long ago, Blizzard added the ability to have your mod options attach to their interface options GUI.

I've been looking for information on how to tell Blizzard's Interface Options...
Forum: General Authoring Discussion 09-04-08, 04:21 PM
Replies: 4
Views: 4,781
Posted By BDelacroix
I've already have a work around but thanks. ...

I've already have a work around but thanks. Maybe I'll look to see if its better.
Forum: General Authoring Discussion 09-04-08, 06:37 AM
Replies: 4
Views: 4,781
Posted By BDelacroix
Disturbing SPELLS_CHANGED behavior

Yes, another question.

I am reading this about the SPELLS_CHANGED event and find it disturbing (in bold).



Is this indeed the case? It would be nice to have a way to detect only in cases where...
Forum: General Authoring Discussion 09-04-08, 06:22 AM
Replies: 2
Views: 3,189
Posted By BDelacroix
Ok, no destroy. I'll use the workaround. I want...

Ok, no destroy. I'll use the workaround. I want to stay away from external libraries as one of my goals is small neat code.

Thank you.
Forum: General Authoring Discussion 09-04-08, 06:12 AM
Replies: 2
Views: 3,189
Posted By BDelacroix
CreateFrame() but no DestroyFrame()?

I have searched for this but haven't seen it. Is there a DestroyFrame() function? I believe in cleaning up the resources I allocate.

The reason I ask is that at some time I may need to destroy...
Forum: General Authoring Discussion 09-04-08, 06:09 AM
Replies: 12
Views: 7,490
Posted By BDelacroix
I have a mod where I wanted to check for the...

I have a mod where I wanted to check for the existence of a particular spell. I didn't care what rank it was. One nice feature of GetSpellInfo() is that when using a global spellID, it will always...
Forum: General Authoring Discussion 08-28-08, 07:58 AM
Replies: 8
Views: 5,734
Posted By BDelacroix
I also tried a different approach. Never figured...

I also tried a different approach. Never figured out why the statebutton didn't work before but it does now.

So, with this approach I create 1 button made into a child of the stateheader...
Forum: General Authoring Discussion 08-28-08, 06:34 AM
Replies: 8
Views: 5,734
Posted By BDelacroix
I forgot to bring my keyfob thing with me...

I forgot to bring my keyfob thing with me yesterday so I couldn't do any testing. Today, however, I could.

I am now convinced I just cannot do what I want to do. I did manage to get the...
Forum: General Authoring Discussion 08-27-08, 06:01 AM
Replies: 8
Views: 5,734
Posted By BDelacroix
Unfortunately, I want the buttons to update their...

Unfortunately, I want the buttons to update their own hide/show status which is a secure thing. So basically, I want them to update themselves according to the rules I set up in all the secureheader...
Showing results 1 to 25 of 33