Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Felankor
Forum: Lua/XML Help 07-28-18, 09:35 AM
Replies: 0
Views: 2,595
Posted By Felankor
Question LUA: Detecting stealth in WeakAuras 2

Hi,

I'm trying to set up WeakAuras for a friends rogue. He want's it to show when it's good to re-apply things like rupture (E.g. if he opened from stealth using rupture it's better to wait until...
Forum: Lua/XML Help 11-17-10, 03:15 PM
Replies: 3
Views: 5,142
Posted By Felankor
Thumbs up lmao now I feel stupid. Don't know why I didn't...

lmao now I feel stupid. Don't know why I didn't think of that. Thank you :)

Felankor
Forum: Lua/XML Help 11-17-10, 03:02 PM
Replies: 3
Views: 5,142
Posted By Felankor
Question Get Index of a Macro Icon Texture

Hi,

I am fed up of having to change the Macro Icon index's every time there is an update. Is there a way to either get the Index of an icon texture or create a macro using an icon texture instead of...
Forum: Lua/XML Help 05-12-10, 07:58 AM
Replies: 7
Views: 7,177
Posted By Felankor
Thanks that makes sense now. I suppose my only...

Thanks that makes sense now. I suppose my only option is to remove this menu then. I don't see any other way it can be done.

Actually after typing that I have thought of another way I think it can...
Forum: Lua/XML Help 05-12-10, 04:17 AM
Replies: 7
Views: 7,177
Posted By Felankor
I have looked at other threads but cannot find...

I have looked at other threads but cannot find any which specifically talk about the UnitPopup menu.

My code actually works fine if you right click a players portrait and then use one of my menu...
Forum: Lua/XML Help 05-11-10, 01:09 PM
Replies: 7
Views: 7,177
Posted By Felankor
Question hooksecurefunc UnitPopup_OnClick giving tainted error

Hi,

When I try to set focus on somebody I get the following error:

Message: Error: AddOn FollowFelankor attempted to call a forbidden function
(FocusUnit()) from a tainted execution path.
Debug:
...
Forum: AddOn Help/Support 02-06-09, 02:52 PM
Replies: 6
Views: 3,707
Posted By Felankor
Thanks for the replies. local name =...

Thanks for the replies.

local name = dropdownFrame:GetName()

returns the name of the frame.

local name = dropdownFrame.name;

returns the name of the target.
Forum: AddOn Help/Support 02-05-09, 03:17 PM
Replies: 6
Views: 3,707
Posted By Felankor
Question Portrait dropdown help

Hi,

Something changed in 3.0.8 which is causing an error in my addon. I can't fix it because I can't find what has changed.

I'm getting the following error:
attempt to index local 'dropdownFrame'...
Forum: Lua/XML Help 01-02-09, 01:57 PM
Replies: 5
Views: 7,054
Posted By Felankor
Thank you all for your help. I had a look at...

Thank you all for your help. I had a look at blizzards code for the friend list and now have it working. I changed:
FauxScrollFrame_OnVerticalScroll(16,...
Forum: Lua/XML Help 12-30-08, 03:00 AM
Replies: 5
Views: 7,054
Posted By Felankor
Thank you both for your reply. Cralor thank you...

Thank you both for your reply.

Cralor thank you for the URL. That will help me solve my own problems next time :) However I don't need to include that function in my own code as it is part of...
Forum: Lua/XML Help 12-29-08, 01:19 PM
Replies: 5
Views: 7,054
Posted By Felankor
Question FauxScrollFrame_OnVerticalScroll Problem

Hi,

I added FauxScrollFrame's to my addon back in interface 20400 (Which at the time worked fine). I then quit WoW for a while and now Im comming back...

All of a sudden im getting an error when i...
Forum: Lua/XML Help 04-26-08, 04:20 PM
Replies: 3
Views: 2,991
Posted By Felankor
Question Make char use mount?

Hi,

Is there any way to get my addon to make me use a mount?
Even if its a work around and not a single function.

Thanks
Felankor
Forum: Lua/XML Help 02-02-08, 04:39 PM
Replies: 0
Views: 2,971
Posted By Felankor
Question FuBar - Show colored text menu item

Hi,

I've added FuBar support to my AddOn. Everything works fine, but I want the "Show colored text" option to appear on the menu.

Anyone know how to do it? I haven't set .hasNoColor to true....
Forum: Lua/XML Help 06-02-07, 11:05 AM
Replies: 1
Views: 2,966
Posted By Felankor
Question Event fired by meeting stone?

Hi,

Does anybody know what event is fired when a summon request is received from a meeting stone?

I.e. if your the person being summoned.
Forum: Lua/XML Help 05-30-07, 05:39 AM
Replies: 4
Views: 4,746
Posted By Felankor
I know its been about 12 days since the last post...

I know its been about 12 days since the last post but if you still need help theres a good tutorial for what you want to do on wowwiki. Link to it...
Forum: Lua/XML Help 05-30-07, 03:54 AM
Replies: 1
Views: 3,115
Posted By Felankor
Heres one way of doing it. You can check how...

Heres one way of doing it.

You can check how long the string is with string.len(MyString)
Then in a loop you can use string.sub to split the string into smaller parts. (each being the max length for...
Forum: Lua/XML Help 05-29-07, 04:23 PM
Replies: 3
Views: 4,221
Posted By Felankor
Don't worry, I've found a tutorial to get me...

Don't worry, I've found a tutorial to get me started.
Forum: Lua/XML Help 05-29-07, 04:34 AM
Replies: 3
Views: 4,221
Posted By Felankor
How do I make that scrollable?

How do I make that scrollable?
Forum: Lua/XML Help 05-28-07, 02:52 PM
Replies: 3
Views: 4,221
Posted By Felankor
Question Create read only EditBox OR something similar

Hi,

I want to create an EditBox read only so it cant be typed in and doesn't get focus.

is there a property to lock an EditBox? like enableKeyboard="false"?

or do I need to use a different object...
Forum: Lua/XML Help 05-27-07, 03:54 PM
Replies: 1
Views: 2,973
Posted By Felankor
I've found out how to do it now.

I've found out how to do it now.
Forum: Lua/XML Help 05-27-07, 12:39 PM
Replies: 1
Views: 2,973
Posted By Felankor
Question Changing textures at run time

Hi,

Is it possible to change textures at run time?

If ive got something like:

<Texture name="$parentIcon" file="Interface\AddOns\MyAddon\Images\Texture1">

is there a way in lua to change the...
Forum: Graphics Help 05-27-07, 11:40 AM
Replies: 10
Views: 9,572
Posted By Felankor
Its working now. Thanks for the help all.

Its working now. Thanks for the help all.
Forum: Graphics Help 05-27-07, 09:46 AM
Replies: 10
Views: 9,572
Posted By Felankor
I downloaded the gimp and converted the png to...

I downloaded the gimp and converted the png to tga.

But im still getting a green square.
Forum: Graphics Help 05-27-07, 08:51 AM
Replies: 10
Views: 9,572
Posted By Felankor
Question Problem creatnig images for my addon

Hi,

I want to create an image for my minimap button. But when I use it in game I just get a green square...

I'm making the image in PNG format and then converting it to BLP with BLP2PNG.

The...
Forum: Lua/XML Help 05-23-07, 01:15 AM
Replies: 4
Views: 3,461
Posted By Felankor
Im not actualy replacing any settings. Im...

Im not actualy replacing any settings.

Im checking if all the settings exist, and if they dont, im adding the new ones to the table.

I think I've fixed the problem now, just got to test it again to...
Showing results 1 to 25 of 26