Showing results 1 to 25 of 54
Search took 0.00 seconds.
Search: Posts Made By: Sharpedge
Forum: AddOn Help/Support Yesterday, 12:47 PM
Replies: 11
Views: 596
Posted By Sharpedge
You are a freakin' genius. Thank you for the fix....

You are a freakin' genius. Thank you for the fix. I don't think I would of ever found that. I really appreciate it.
Forum: AddOn Help/Support Yesterday, 10:23 AM
Replies: 11
Views: 596
Posted By Sharpedge
This is what I have done: local function...

This is what I have done:

local function UpdatePvPStatsFrame()
if not IsAddOnLoaded("Blizzard_PVPUI") then
LoadAddOn("Blizzard_PVPUI")
end

C_Timer.After(2, function() -- Delay...
Forum: AddOn Help/Support 04-25-24, 08:56 PM
Replies: 11
Views: 596
Posted By Sharpedge
Naw, I haven't figured it out just yet. But I do...

Naw, I haven't figured it out just yet. But I do think it's a issue for sure. I installed another addon that shows rating and was basically doing the same thing as mine. My little PvP Stat window is...
Forum: AddOn Help/Support 04-25-24, 02:46 PM
Replies: 11
Views: 596
Posted By Sharpedge
That didn't help. So back to the drawing board...

That didn't help. So back to the drawing board lol. It is probably something real simple too lol.

EDIT: I ran this when I first logged in and it shows the rating at 0. But just as soon as I went...
Forum: AddOn Help/Support 04-25-24, 11:50 AM
Replies: 11
Views: 596
Posted By Sharpedge
Welp, it is kinda working lol. I did use the...

Welp, it is kinda working lol. I did use the GetPersonalRatedInfo. See the code below:

local CONQUEST_CURRENCY_ID = 1602
local HONOR_CURRENCY_ID = 1792

-- Main GUI Frame
local IncCallout =...
Forum: AddOn Help/Support 04-24-24, 08:03 PM
Replies: 11
Views: 596
Posted By Sharpedge
Thanks man, I'll take a peek at it.

Thanks man, I'll take a peek at it.
Forum: AddOn Help/Support 04-24-24, 07:05 PM
Replies: 11
Views: 596
Posted By Sharpedge
Need a little guidance...

The little snippet below works for the most part. The problem that I am having is that the Solo Shuffle Rating will only show if you are in a match. Once you leave the match is says "N/A". I know...
Forum: AddOn Help/Support 04-07-24, 01:40 PM
Replies: 3
Views: 428
Posted By Sharpedge
Yeah, I figured as much. The dude only has 2...

Yeah, I figured as much. The dude only has 2 addons, replicas of mine lol. Oh well, it makes you not want to make them anymore, just for personal use.
Forum: AddOn Help/Support 04-07-24, 11:59 AM
Replies: 3
Views: 428
Posted By Sharpedge
Need some advice....

I hope this is the correct forum to put this in.

I am not going to use any names, or the names of the addons involved. I will say that this pertains to my work. I have a couple of addons that are...
Forum: UI Screenshots, Feedback and Design Discussion 03-29-24, 09:58 PM
Replies: 6
Views: 780
Posted By Sharpedge
I got it pretty much. I just have to work on my...

I got it pretty much. I just have to work on my PhotoShop skills lol.
Forum: UI Screenshots, Feedback and Design Discussion 03-29-24, 07:19 PM
Replies: 6
Views: 780
Posted By Sharpedge
Thanks Fizzlemizz, I haven't added in the code...

Thanks Fizzlemizz, I haven't added in the code yet again for the title logo. I had deleted it when I got frustrated.
Forum: UI Screenshots, Feedback and Design Discussion 03-29-24, 05:52 PM
Replies: 6
Views: 780
Posted By Sharpedge
PhotoShop

Is anyone here good with PhotoShop? I have made a so called Logo for my addon that I want to attach to the top of the GUI. Thats that the problem. The entire image is green. So it seems I'm not using...
Forum: AddOn Help/Support 03-13-24, 04:48 PM
Replies: 2
Views: 711
Posted By Sharpedge
Thanks Xrystal, I'll take a peak and see.

Thanks Xrystal, I'll take a peak and see.
Forum: AddOn Help/Support 03-13-24, 01:35 PM
Replies: 2
Views: 711
Posted By Sharpedge
Quick question

I have an addon of mine which calls out Inc's in BG's. My GUI also has a button to pull up the world map. Is it possible to put icons, markers on my team mates? Like a cross for a healer, sword for...
Forum: AddOn Help/Support 01-17-24, 05:43 PM
Replies: 12
Views: 1,718
Posted By Sharpedge
Ahh, ok. I will give that a shot. Thank you.

Ahh, ok. I will give that a shot. Thank you.
Forum: AddOn Help/Support 01-17-24, 03:01 PM
Replies: 12
Views: 1,718
Posted By Sharpedge
This is what I use. It's to keep those pesky...

This is what I use. It's to keep those pesky sounds from the YakVendor mount quiet.

local soundKitIDs = {
640336, 640338, 640340,
640314, 640316, 640318, 640320,
640180, 640182, 640184,
...
Forum: AddOn Help/Support 01-15-24, 06:06 PM
Replies: 10
Views: 2,170
Posted By Sharpedge
Testing the new updates now.... I'm tripping. I...

Testing the new updates now....

I'm tripping. I didn't read the changelog for Ace 3 lol. It's still broken. But they are aware of it.
Forum: AddOn Help/Support 01-11-24, 11:47 AM
Replies: 10
Views: 2,170
Posted By Sharpedge
I have messed with it. But it throws a lot of...

I have messed with it. But it throws a lot of errors pertaining to Ace 3. So, after that I'm just going to wait and see what Ace does before I have revamp my addons.
Forum: AddOn Help/Support 01-10-24, 06:55 PM
Replies: 10
Views: 2,170
Posted By Sharpedge
No Beta version just yet. I'm just going to hold...

No Beta version just yet. I'm just going to hold off and wait and see what they do.
Forum: AddOn Help/Support 01-10-24, 06:26 AM
Replies: 10
Views: 2,170
Posted By Sharpedge
ColorPickerPlus does not work in 10.2.5 as well....

ColorPickerPlus does not work in 10.2.5 as well. I'm still tinkering with it all. I may just do away with the color picker all together and go another route with just picking solid colors.
Forum: AddOn Help/Support 01-06-24, 02:28 PM
Replies: 10
Views: 2,170
Posted By Sharpedge
Thanks for the info man. I will look into it.

Thanks for the info man. I will look into it.
Forum: AddOn Help/Support 01-06-24, 01:28 PM
Replies: 10
Views: 2,170
Posted By Sharpedge
Color Picker issues 10.2.5

I'm trying to see if anyone else has had an issue with color picker when using it to change font colors etc. It works perfectly fine in 10.2, but when I went to the PTR its a no go. There are no...
Forum: AddOn Help/Support 12-30-23, 08:59 PM
Replies: 2
Views: 1,188
Posted By Sharpedge
Try this and see if it helps: local frame =...

Try this and see if it helps:

local frame = CreateFrame("Frame", nil, UIParent);
frame:SetFrameStrata("TOOLTIP");
local texture =...
Forum: Carbonite: Maps (Main AddOn) 11-22-23, 03:17 PM
Replies: 1
Views: 1,850
Posted By Sharpedge
Disable any and all addons to see if one of them...

Disable any and all addons to see if one of them is causing the issue.
Forum: AddOn Help/Support 09-05-23, 08:16 PM
Replies: 2
Views: 597
Posted By Sharpedge
Damn, I forgot about that. thank you....

Damn, I forgot about that. thank you....
Showing results 1 to 25 of 54