Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: TreeBee
Forum: AddOn Help/Support 09-07-08, 12:30 PM
Replies: 2
Views: 2,755
Posted By TreeBee
even better, thanks! :D :banana:

even better, thanks! :D :banana:
Forum: AddOn Help/Support 09-07-08, 12:05 PM
Replies: 2
Views: 2,755
Posted By TreeBee
in raid or not

Hi,

I would like my addon to "know" wheather the user is in a raid group or not.

what event is this, if it exists?

rg,
Eric
Forum: AddOn Help/Support 09-07-08, 10:59 AM
Replies: 6
Views: 5,137
Posted By TreeBee
show a frame to all raidmembers

Hi,

Is it possible to show a frame with information to all raid members by addon?
It's a bit like the Ready Check, but I just want to show info, don't need an answer from the raid...
Forum: General Authoring Discussion 09-06-08, 10:54 AM
Replies: 6
Views: 7,980
Posted By TreeBee
found it... apparently in WoW UI Designer...

found it... apparently in WoW UI Designer Function is not the same as function.

:D :banana:

Thanks for the assist! (many more questions to come! :D )
Forum: General Authoring Discussion 09-06-08, 10:38 AM
Replies: 6
Views: 7,980
Posted By TreeBee
I'm noticing that no function called by the form...

I'm noticing that no function called by the form is working.

I have two buttons on my form.
One has in the OnClick event: Form_name:Hide();

If I change it to call a function in the lua file,...
Forum: General Authoring Discussion 09-06-08, 10:17 AM
Replies: 6
Views: 7,980
Posted By TreeBee
Ok, changed the code to: function...

Ok, changed the code to:

function MaggyAssigner_SlashHandler(msg)
if (msg == "help") then
MaggyAssigner_DisplayHelp();
elseif (msg == "show") then
MaggyAssigner_DisplayMe();
else
...
Forum: General Authoring Discussion 09-06-08, 07:22 AM
Replies: 6
Views: 7,980
Posted By TreeBee
Slashcommandhandler

Hi,

my code doesn't seem to work:

function MaggyAssigner_SlashHandler(msg)
local Cmd = MaggyAssigner_GetCmd(msg);
if (Cmd == "help") then
MaggyAssigner_DisplayHelp();
elseif (Cmd ==...
Showing results 1 to 7 of 7