Showing results 1 to 25 of 271
Search took 0.01 seconds.
Search: Posts Made By: Walkerbo
Forum: AddOn Search/Requests 09-15-24, 08:08 PM
Replies: 1
Views: 1,532
Posted By Walkerbo
This link is to a post where SDPhantom deals with...

This link is to a post where SDPhantom deals with removing the server names and the (*).

https://www.wowinterface.com/forums/showthread.php?t=60058

Hope this helps.
Forum: AddOn Help/Support 09-09-24, 06:41 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi SDPhantom and Fizzlemizz So this may not ever...

Hi SDPhantom and Fizzlemizz

So this may not ever work unless Blizz steps in, damn.
I have submitted a suggestion with the faint hope that they look at this scenario and create a secure way to...
Forum: AddOn Search/Requests 09-09-24, 12:10 AM
Replies: 2
Views: 2,706
Posted By Walkerbo
https://i.imgur.com/HW1uvz8.png...

https://i.imgur.com/HW1uvz8.png (https://www.wowinterface.com/downloads/fileinfo.php?id=26845#info)
Forum: AddOn Help/Support 09-08-24, 06:33 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi Fizzlemizz The menu button leads to the...

Hi Fizzlemizz

The menu button leads to the confirm gkick frame;
https://i.imgur.com/DW9b0Jz.png

Clicking yes takes me to the disable/ignore frame;
https://i.imgur.com/R29xxHR.png
Forum: AddOn Help/Support 09-07-24, 09:31 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi Fizzlemizz Yes, when the confirmation to...

Hi Fizzlemizz

Yes, when the confirmation to remove button frame shows I do click the remove button with a physical mouse click, that's why it is strange that the click brings up the disable/ignore...
Forum: AddOn Help/Support 09-07-24, 07:49 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi Fizzlemizz Thanks for your explanation and...

Hi Fizzlemizz

Thanks for your explanation and code, it makes sense that the button should be placed above the code calling it.

However, moving the button did not result in the remove from guild...
Forum: AddOn Help/Support 09-06-24, 11:50 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi Fizzlemizz Thanks for the speedy reply. Yea,...

Hi Fizzlemizz

Thanks for the speedy reply.

Yea, once again I know I should display all of my code it just feels like spamming;

-- =========================== metrics, lists & variables ...
Forum: AddOn Help/Support 09-06-24, 11:21 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi Fizzlemizz I will submit a bug report, but I...

Hi Fizzlemizz

I will submit a bug report, but I like your suggestion to use a button that activates when I click the menu button.

I have a very basic hidden secure button using code from...
Forum: AddOn Help/Support 09-05-24, 07:03 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi Fizzlemizz So there currently is no way to...

Hi Fizzlemizz

So there currently is no way to get this working, and as such I need to wait until Blizz implements a way to apply templates to the menu buttons.

Is there a way to raise such issues...
Forum: AddOn Help/Support 09-03-24, 06:47 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi SDPhantom Sorry for taking so long to...

Hi SDPhantom

Sorry for taking so long to reply.

Thanks for the links, however, I still have not cracked this nut, no matter what I tried.

Any further help would be greatly appreciated.
Forum: AddOn Help/Support 08-27-24, 05:36 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Hi SDPhantom Sorry for the delayed response. I...

Hi SDPhantom

Sorry for the delayed response.

I have added a button to the right click drop-down of a targeted player.
I have added a submenu buttonto that button.

The issue is that the...
Forum: AddOn Help/Support 08-27-24, 04:38 PM
Replies: 8
Views: 6,379
Posted By Walkerbo
Hi liamnap Sorry for the delayed...

Hi liamnap

Sorry for the delayed response.

Still no go, I have now posted in the bug forums.

Cheers
Forum: AddOn Help/Support 08-22-24, 07:00 PM
Replies: 19
Views: 5,961
Posted By Walkerbo
Remove player from guild on their right-click menu

Hi all

I have created a button and submenu on the right-click menu on a player.

I want to be able to invite/add a player to the guild I am in.

Inviting works perfectly but the uninvite does not...
Forum: AddOn Help/Support 08-20-24, 02:55 AM
Replies: 1
Views: 1,914
Posted By Walkerbo
After cleaning my eyes out with bleach, I had...

After cleaning my eyes out with bleach, I had another read and got it working.
local name, realm = UnitFullName("target")
if realm == nil then
targetName = name
else
targetName =...
Forum: AddOn Help/Support 08-20-24, 01:48 AM
Replies: 1
Views: 1,914
Posted By Walkerbo
Ignore/unignore for targets on a different realm

Hi all

I am trying to ignore/unignore target players.
C_FriendList.AddOrDelIgnore(UnitName("target"))
This works only on targets in the same realm, but not on any target from a different realm.
Even...
Forum: AddOn Help/Support 08-20-24, 01:36 AM
Replies: 8
Views: 6,379
Posted By Walkerbo
Hi Xrystal Yes, it is strange as it works...

Hi Xrystal

Yes, it is strange as it works perfectly for toys and mounts but doesn't work for pets.

I will submit it as a bug on the Bliz forums.

Cheers
Forum: AddOn Help/Support 08-19-24, 01:29 AM
Replies: 8
Views: 6,379
Posted By Walkerbo
Hi Xrystal Yes, I have now tried it with pets...

Hi Xrystal

Yes, I have now tried it with pets that do not have the apostrophe in their name, but still no luck.
Forum: AddOn Help/Support 08-17-24, 05:59 PM
Replies: 8
Views: 6,379
Posted By Walkerbo
Hi liamnap Yes I have tried it as #showtooltip...

Hi liamnap

Yes I have tried it as #showtooltip without the extra line, but still no go.
Forum: AddOn Search/Requests 08-15-24, 09:41 PM
Replies: 4
Views: 4,560
Posted By Walkerbo
Hi Fizzlemizz Thanks for your example, it was...

Hi Fizzlemizz

Thanks for your example, it was exactly what I needed.

local menuButton1 = Menu.ModifyMenu("MENU_UNIT_SELF", function(_, menuButton)
menuButton:CreateDivider()
submenu =...
Forum: AddOn Search/Requests 08-15-24, 05:44 PM
Replies: 4
Views: 4,560
Posted By Walkerbo
Hi Fizzlemizz Sorry for my delayed response, I...

Hi Fizzlemizz

Sorry for my delayed response, I have been trying to get this working as required.

When we hover over the Add Friend button it displays a SubMenu of buttons.

The submenu example in...
Forum: AddOn Search/Requests 08-13-24, 10:18 PM
Replies: 4
Views: 4,560
Posted By Walkerbo
Hover trees

Hi all

I want to create a hover tree similar to the right-click menu.

I am absolutely sure that hover tree is not an adequate description so I have attached an image to show what I...
Forum: AddOn Help/Support 08-08-24, 01:46 AM
Replies: 8
Views: 6,379
Posted By Walkerbo
Display pet icon on a multi pet macro

I have a multi-pet macro and I want to display the pet icon.
#showtooltip [mod:ctrl]Argent Gruntling;[mod:alt]Lil' Ragnaros;[mod:shift]Lil' XT;
/summonpet [mod:ctrl]Argent Gruntling;[mod:alt]Lil'...
Forum: Classic - AddOn Help/Support 08-08-24, 01:43 AM
Replies: 3
Views: 2,482
Posted By Walkerbo
Sorry all, I posted in the classic forum rather...

Sorry all, I posted in the classic forum rather than the retail forum.
I will now slink away. :o
Forum: Classic - AddOn Help/Support 08-08-24, 01:40 AM
Replies: 3
Views: 2,482
Posted By Walkerbo
Hi Sharpedge Your code is the same as my code, I...

Hi Sharpedge

Your code is the same as my code, I did try it anyway still no go.
Forum: Classic - AddOn Help/Support 08-06-24, 08:55 PM
Replies: 3
Views: 2,482
Posted By Walkerbo
Display pet on a multi pet macro

I have a multi-pet macro and I want to display the pet icon.
#showtooltip [mod:ctrl]Argent Gruntling;[mod:alt]Lil' Ragnaros;[mod:shift]Lil' XT;
/summonpet [mod:ctrl]Argent Gruntling;[mod:alt]Lil'...
Showing results 1 to 25 of 271