Coder Social home page Coder Social logo

colorpickerplus's People

Contributors

anzz1 avatar desik avatar drzewieckinicholas avatar jaslm avatar nihilistzsche avatar oppzippy avatar stanzilla avatar timmywil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

colorpickerplus's Issues

Error with 10.2.5

1x ColorPickerPlus/ColorPickerPlus.lua:325: attempt to index global 'ColorPickerWheel' (a nil value)
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:325: in function CleanUpColorPickerFrame' [string "@ColorPickerPlus/ColorPickerPlus.lua"]:1109: in function Initialize_UI'
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:1137: in function `?'
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:137: in function <ColorPickerPlus/ColorPickerPlus.lua:137>

Locals:
self =

{
CreateClassPalette = defined @ColorPickerPlus/ColorPickerPlus.lua:613
CreateCheckerboardBG = defined @ColorPickerPlus/ColorPickerPlus.lua:374
CreateOpacityBar = defined @ColorPickerPlus/ColorPickerPlus.lua:920
ShowHideAlpha = defined @ColorPickerPlus/ColorPickerPlus.lua:291
CleanUpColorPickerFrame = defined @ColorPickerPlus/ColorPickerPlus.lua:322
Initialize_UI = defined @ColorPickerPlus/ColorPickerPlus.lua:1108
UpdateOldColor = defined @ColorPickerPlus/ColorPickerPlus.lua:222
CreateHelpFrame = defined @ColorPickerPlus/ColorPickerPlus.lua:1051
UpdateOpacityBarThumb = defined @ColorPickerPlus/ColorPickerPlus.lua:260
CreateTextBoxes = defined @ColorPickerPlus/ColorPickerPlus.lua:950
UpdateHexText = defined @ColorPickerPlus/ColorPickerPlus.lua:1264
CreateColorGradient = defined @ColorPickerPlus/ColorPickerPlus.lua:731
Hooked_OnShow = defined @ColorPickerPlus/ColorPickerPlus.lua:308
UpdateAlphaText = defined @ColorPickerPlus/ColorPickerPlus.lua:1288
UpdateHSVfromColorPickerRGB = defined @ColorPickerPlus/ColorPickerPlus.lua:194
PLAYER_LOGIN = defined @ColorPickerPlus/ColorPickerPlus.lua:1135
UpdateRGBTexts = defined @ColorPickerPlus/ColorPickerPlus.lua:1252
UpdateChosenColor = defined @ColorPickerPlus/ColorPickerPlus.lua:216
UpdateColorTexts = defined @ColorPickerPlus/ColorPickerPlus.lua:1234
CreatePalette = defined @ColorPickerPlus/ColorPickerPlus.lua:555
UpdateHueBarThumb = defined @ColorPickerPlus/ColorPickerPlus.lua:267
CreateColorSwatches = defined @ColorPickerPlus/ColorPickerPlus.lua:415
SetRGBfromHSV = defined @ColorPickerPlus/ColorPickerPlus.lua:197
CreatePaletteSwitcher = defined @ColorPickerPlus/ColorPickerPlus.lua:1093
UpdateHSVTexts = defined @ColorPickerPlus/ColorPickerPlus.lua:1240
GetAlpha = defined @ColorPickerPlus/ColorPickerPlus.lua:201
CreatePaletteFrame = defined @ColorPickerPlus/ColorPickerPlus.lua:1068
ADDON_LOADED = defined @ColorPickerPlus/ColorPickerPlus.lua:226
UpdateColorGraphics = defined @ColorPickerPlus/ColorPickerPlus.lua:274
CreateCopyPasteArea = defined @ColorPickerPlus/ColorPickerPlus.lua:446
UpdateGradientColorOverlay = defined @ColorPickerPlus/ColorPickerPlus.lua:211
UpdateGradientThumb = defined @ColorPickerPlus/ColorPickerPlus.lua:245
HexTextChanged = defined @ColorPickerPlus/ColorPickerPlus.lua:1176
RGBTextChanged = defined @ColorPickerPlus/ColorPickerPlus.lua:1141
CreateHueBar = defined @ColorPickerPlus/ColorPickerPlus.lua:827
AlphaTextChanged = defined @ColorPickerPlus/ColorPickerPlus.lua:1274
HSVTextChanged = defined @ColorPickerPlus/ColorPickerPlus.lua:1200
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'ColorPickerWheel' (a nil value)"
isClassic = false
isWrath = false
dialogHeight = 380

TBC Support

The addon currently gives errors for SetBackdrop.

edit: I think I might've just used the wrong version. The latest version for classic seems to work fine so far.

Alpha values reversing

Alpha value is reversed if I type in the exact value in the box labeled 'A' but if I use the slider to adjust the number then correct value is set.
Also the alpha value bar image should be reversed

WoW Classic Era Update - Version 1.15.2

Hi,
since game version 1.15.2 the selected colours no longer apply ingame.
could you please have a look and try to fix it?
Thanks a lot!

PS: old issue can be closed since it was related to Version 1.15.1

local texture error

On Retail:

1x bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
[string "=[C]"]: in function CreateTexture' [string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:835: in function CreateHueBar'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1092: in function Initialize_UI' [string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1119: in function ?'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:123: in function <Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua:123>

Locals:
(*temporary) = "bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))"

Alpha Slider Inverted?

Hi,

This is super minor, but the Alpha slider is seemingly inverted?

In WeakAuras, when selecting 100 Alpha, the bar is transparent and 0 means it is fully opaque.

image

You can see this here, if you look at the WeakAura display, the color swatch is transparent, despite 100 Alpha.

Dragonflight Support

currently throws the following errors:

  • on login:
Message: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
Time: Wed Sep 21 22:47:50 2022
Count: 1
Stack: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
[string "=[C]"]: in function `CreateTexture'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:835: in function `CreateHueBar'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1092: in function `Initialize_UI'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1119: in function `?'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:123: in function <Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua:123>

Locals: (*temporary) = "bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))"
  • on open, e.g. clicking a WA color picker:
Message: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
Time: Wed Sep 21 22:47:50 2022
Count: 1
Stack: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
[string "=[C]"]: in function `CreateTexture'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:835: in function `CreateHueBar'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1092: in function `Initialize_UI'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:1119: in function `?'
[string "@Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua"]:123: in function <Interface/AddOns/ColorPickerPlus/ColorPickerPlus.lua:123>

Locals: (*temporary) = "bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))"

Can't pick colors in weakauras

When trying to pick a color it only registers in the small square and this only happens in weakauras for some reason, I recently installed elvui and have tried disabling skinning for CCP and ace3 but it didn't help.
edit: the issue seems to be related to latest bagnon version somehow and has nothing to do with CCP, closing this

Date: 2024-01-30 07:04:53
ID: 2
Error occured in: Global
Count: 1
Message: ...Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua line 71:
attempt to call method 'GetColorAlpha' (a nil value)
Debug:
[string "@Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua"]:71: opacityFunc()
[string "*ColorPickerFrame.xml:133_OnValueChanged"]:2:
[string "*ColorPickerFrame.xml:133_OnValueChanged"]:1
Locals:
r = 1
g = 1
b = 1
(*temporary) = nil
(*temporary) = ColorPickerFrame {
0 =
isCTHooked = true
OnBackdropLoaded = defined @Interface/SharedXML/Backdrop.lua:152
GetBackdropColor = defined @Interface/SharedXML/Backdrop.lua:390
SetBackdropBorderColor = defined @Interface/SharedXML/Backdrop.lua:422
RightEdge = Texture {
}
SetupColorPickerAndShow = defined @Interface/AddOns/BagBrother/libs/Sushi-3.2/classes/checks/Color.lua:23
ApplyBackdrop = defined @Interface/SharedXML/Backdrop.lua:294
SetBackdrop = defined @Interface/SharedXML/Backdrop.lua:329
ClearBackdrop = defined @Interface/SharedXML/Backdrop.lua:282
hasOpacity = true
GetBackdropBorderColor = defined @Interface/SharedXML/Backdrop.lua:409
GetBackdrop = defined @Interface/SharedXML/Backdrop.lua:347
SetBorderBlendMode = defined @Interface/SharedXML/Backdrop.lua:266
opacity = 1
func = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:62
SetupTextureCoordinates = defined @Interface/SharedXML/Backdrop.lua:214
OnBackdropSizeChanged = defined @Interface/SharedXML/Backdrop.lua:182
HasBackdropInfo = defined @Interface/SharedXML/Backdrop.lua:278
GetEdgeSize = defined @Interface/SharedXML/Backdrop.lua:188
cancelFunc = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:76
previousValues =

{
}
TopEdge = Texture {
}
BottomLeftCorner = Texture {
}
TopRightCorner = Texture {
}
Center = Texture {
}
backdropInfo =
{
}
TopLeftCorner = Texture {
}
BottomEdge = Texture {
}
BottomRightCorner = Texture {
}
SetupPieceVisuals = defined @Interface/SharedXML/Backdrop.lua:246
SetBackdropColor = defined @Interface/SharedXML/Backdrop.lua:399
LeftEdge = Texture {
}
opacityFunc = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:69
}
(*temporary) = "attempt to call method 'GetColorAlpha' (a nil value)"
ColorCallback = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:17
self =
{
a = 1
b = 1
parent =
{
}
g = 1
OnAcquire = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:120
SetDisabled = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:147
userdata =
{
}
base =
{
}
HasAlpha = true
type = "ColorPicker"
SetHasAlpha = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:143
r = 1
text = FontString {
}
colorSwatch = Texture {
}
events =
{
}
AceGUIWidgetVersion = 27
frame = Button {
}
SetLabel = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:131
SetColor = defined @Interface/AddOns/Masque/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:135
}
AddOns:
ClassColors, v8.0.0.1
mMTMediaPack, v1.10
Swatter, v3.4.6817 (SwimmingSeadragon)
ACP, v3.5.9
AddOnSkins, v4.68
AdvancedInterfaceOptions, v1.8.14
AIVoiceOver, v1.4.3
AIVoiceOverDataVanilla, v0.1
Atlas, vv1.52.08
AtlasBattlegrounds, vv1.52.03
AtlasClassicWoW, vv1.52.05
AtlasDungeonLocs, vv1.52.04
AtlasOutdoorRaids, vv1.52.04
AtlasTransportation, vv1.52.04
AtlasLootClassic, vv1.1.1
AtlasLootClassicData, vv1.1.1
AtlasLootClassicDungeonsAndRaids, vv1.1.1
AtlasLootClassicMaps, vv1.0.0
AtlasQuest, v4.13.05
Attune, v255
Auctionator, v10.2.16
BagBrother, v
Bagnon, v10.2.18
BagnonGarbage, v2.0.62-Release
BagnonItemLevel, v2.0.87-Release
BagnonMasque, v10
BagnonScrap, v10.1.2
BigDebuffs, vv11.38
BigWigs, vv317.1
BigWigsCountdownOverwatch, v1.2.24
BlizzMove, vv3.5.21
BuffOverlay, vv12.6.20
BuffTimers, vv1.11.9
CharacterStatsClassic, v3.8.7
ClamPulp, v1.0
ClassicAuraDurations, v3.4.0
ClassicBestiary, v1.0.4
ClassicHealPrediction, vv1.8.5
ColorPickerPlus, v
Dejunk, v1.7.2
Details, v#Details.20240122.12237.155
DetailsCompare2, v
DetailsEncounterDetails, v
DetailsRaidCheck, v
DetailsStreamer, v
DetailsTinyThreat, v
DetailsVanguard, v
Diminish, vv2.6.8
DiminishOptions, vv2.6.8
DisableAutoAddSpells, v8.0.0.1
DynamicCam, v2.6.2
ElvUI, v13.55
ElvUILibraries, v13.55
ElvUILuckyoneUI, v2.50
ElvUImMediaTag, v3.27
ElvUINoBorders, v1.2.2
ErrorMonster, vv10.2.2
FishingBuddy, v0.9.4
GatherMate2, v1.47.2-classic
GTFO, v5.6.1
HandyNotes, vv1.6.17
HandyNotesFlightMastersClassic, v1.12b
HandyNotesSummerFestival, v1.1
HandyNotesWorldMapButton, v100205.02-Release
HHTD, v2.4.16
HidingBar, vv1.15.4
InFlightLoad, v1.13.005
ItemRack, v3.77
ItemTooltipProfessionIcons, vv1.3.2-Classic
LeatrixMaps, v1.15.13
LeatrixPlus, v1.15.13
LFGBulletinBoard, v3.12
LibClassicSwingTimerAPI, v2.0.4
LibSharedMedia30, v3.0-145
LoseControl, v1.20
MacroToolkit, vv2.2.5
MacroToolkitIcons, vv2.2.5
Masque, v10.2.5
MasqueApathy, v10.2.5
MasqueCaith, v10.2.5
MasqueCirque, v10.2.5
MasqueEntropy, v10.2.5
MasqueNewsom, v10.2.0
MasqueOnyx, v10.2.5
MasqueQhil, v1.3.1
MasqueRaeli, v27.2
MasqueSimplicity, v3.6.5
MasqueSquat, v1.12.1
MikScrollingBattleText, v5.9.1
Molinari, v100200.110-Release
Myslot, vv5.11.0-v1.15.0
NameplateSCT, v1.33
NovaWorldBuffs, v2.66
OmniBar, vv14.27
OmniCC, v10.2.2
Peggle, v2.3.6
Plater, vPlater-v574a-Classic
Postal, vv4.1.1
ProjectAzilroka, v1.88
Quartz, v3.7.7
QuestFrameFixer, v1.2
QuestIconDesaturation, v3.4.1
Questie, v9.2.17
RangeDisplay, vv6.0.2
RangeDisplayOptions, vv6.0.2
RareScanner, v1.15.0.7
RuneReminder, v0.7.7.2
RXPGuides, vv4.5.43
SafeQueue, vv8.10
Scrap, v10.2.7
SharedMedia, v3.1.1-199
SharedMediaMyMedia, v
SilverDragon, vv2024.1.1
SilverDragonOverlay, vv2024.1.1
SilverDragonRangeExtender, vv2024.1.1
SimpleItemLevel, vv33.2
SimpleRaidTargetIcons, v2.1.8-Classic
SLoTe, v
SoundManager, v1.31
SpellActivationOverlay, v1.1.3
Stubby, v3.4.6816 (SwimmingSeadragon)
TipTac, v24.01.22
TipTacItemRef, v24.01.22
TipTacTalents, v24.01.22
TomTom, vv3.5.5-release
TotemTimers, v3.2.7
TownsfolkTracker, v1.0.12
WeakAuras, v5.9.2
WeakAurasOptions, v5.9.2
WeaponSwingTimer, v7.2.3
WhatsTraining, v5.0.3
WIM, v3.10.19
BlizRuntimeLib_enUS v1.15.0.11500
(ck=d64)

Class Color Swatch

Hi,

I know this is probably a very minor thing but due to the addition of Evoker, the Class Color Swatch will not show Warrior Class Color.

It is very minor but thought I'd report it anyway, in case it was not picked up.

image

Can't set colors anymore

1x ColorPickerPlus/ColorPickerPlus.lua:1342: attempt to call field 'swatchFunc' (a nil value)
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:1342: in function `HexTextChanged'
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:1081: in function <ColorPickerPlus/ColorPickerPlus.lua:1080>

Locals:
self =

{
CreateClassPalette = defined @ColorPickerPlus/ColorPickerPlus.lua:675
CreateCheckerboardBG = defined @ColorPickerPlus/ColorPickerPlus.lua:416
CreateOpacityBar = defined @ColorPickerPlus/ColorPickerPlus.lua:1004
ShowHideAlpha = defined @ColorPickerPlus/ColorPickerPlus.lua:317
CleanUpColorPickerFrame = defined @ColorPickerPlus/ColorPickerPlus.lua:347
Initialize_UI = defined @ColorPickerPlus/ColorPickerPlus.lua:1215
UpdateOldColor = defined @ColorPickerPlus/ColorPickerPlus.lua:245
CreateHelpFrame = defined @ColorPickerPlus/ColorPickerPlus.lua:1159
UpdateOpacityBarThumb = defined @ColorPickerPlus/ColorPickerPlus.lua:287
CreateTextBoxes = defined @ColorPickerPlus/ColorPickerPlus.lua:1031
UpdateHexText = defined @ColorPickerPlus/ColorPickerPlus.lua:1446
CreateColorGradient = defined @ColorPickerPlus/ColorPickerPlus.lua:806
Hooked_OnShow = defined @ColorPickerPlus/ColorPickerPlus.lua:334
UpdateAlphaText = defined @ColorPickerPlus/ColorPickerPlus.lua:1481
UpdateHSVfromColorPickerRGB = defined @ColorPickerPlus/ColorPickerPlus.lua:207
PLAYER_LOGIN = defined @ColorPickerPlus/ColorPickerPlus.lua:1245
UpdateRGBTexts = defined @ColorPickerPlus/ColorPickerPlus.lua:1432
UpdateChosenColor = defined @ColorPickerPlus/ColorPickerPlus.lua:239
UpdateColorTexts = defined @ColorPickerPlus/ColorPickerPlus.lua:1412
CreatePalette = defined @ColorPickerPlus/ColorPickerPlus.lua:613
UpdateHueBarThumb = defined @ColorPickerPlus/ColorPickerPlus.lua:299
CreateColorSwatches = defined @ColorPickerPlus/ColorPickerPlus.lua:462
SetRGBfromHSV = defined @ColorPickerPlus/ColorPickerPlus.lua:210
CreatePaletteSwitcher = defined @ColorPickerPlus/ColorPickerPlus.lua:1201
UpdateHSVTexts = defined @ColorPickerPlus/ColorPickerPlus.lua:1418
GetAlpha = defined @ColorPickerPlus/ColorPickerPlus.lua:218
CreatePaletteFrame = defined @ColorPickerPlus/ColorPickerPlus.lua:1176
ADDON_LOADED = defined @ColorPickerPlus/ColorPickerPlus.lua:249
UpdateColorGraphics = defined @ColorPickerPlus/ColorPickerPlus.lua:310
CreateCopyPasteArea = defined @ColorPickerPlus/ColorPickerPlus.lua:493
UpdateGradientColorOverlay = defined @ColorPickerPlus/ColorPickerPlus.lua:234
UpdateGradientThumb = defined @ColorPickerPlus/ColorPickerPlus.lua:268
HexTextChanged = defined @ColorPickerPlus/ColorPickerPlus.lua:1310
RGBTextChanged = defined @ColorPickerPlus/ColorPickerPlus.lua:1253
CreateHueBar = defined @ColorPickerPlus/ColorPickerPlus.lua:906
AlphaTextChanged = defined @ColorPickerPlus/ColorPickerPlus.lua:1458
HSVTextChanged = defined @ColorPickerPlus/ColorPickerPlus.lua:1354
}
textBox = ColorPPBoxX {
0 =
PixelSnapDisabled = true
OnBackdropLoaded = defined @SharedXML/Backdrop.lua:152
Center = Texture {
}
GetBackdropColor = defined @SharedXML/Backdrop.lua:390
SetupTextureCoordinates = defined @SharedXML/Backdrop.lua:214
OnBackdropSizeChanged = defined @SharedXML/Backdrop.lua:182
HasBackdropInfo = defined @sha

Classic Era Update 1.15.1

Hi,
first of all, I want to say great adddon!
Could you update it to the latest Classic Era Game Version of 1.15.1?
Would be awesome, thanks a lot in advance!

Cataclysm Classic - Not working

Trying to use the latest version (WotLK r60) on newly released Cataclysm Classic prepatch (version 4.4.0 54500).
image

Get this error on login

1x ColorPickerPlus/ColorPickerPlus.lua:383: attempt to index field 'Header' (a nil value)
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:383: in function `CleanUpColorPickerFrame'
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:1225: in function `Initialize_UI'
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:1258: in function `?'
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:141: in function <ColorPickerPlus/ColorPickerPlus.lua:139>

Locals:
self = <table> {
 CreateClassPalette = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:674
 CreateCheckerboardBG = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:415
 CreateOpacityBar = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1013
 ShowHideAlpha = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:316
 CleanUpColorPickerFrame = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:346
 Initialize_UI = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1224
 UpdateOldColor = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:244
 CreateHelpFrame = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1168
 UpdateOpacityBarThumb = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:286
 CreateTextBoxes = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1040
 UpdateHexText = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1455
 CreateColorGradient = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:809
 Hooked_OnShow = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:333
 UpdateAlphaText = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1490
 UpdateHSVfromColorPickerRGB = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:207
 PLAYER_LOGIN = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1254
 UpdateRGBTexts = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1441
 UpdateChosenColor = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:238
 UpdateColorTexts = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1421
 CreatePalette = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:612
 UpdateHueBarThumb = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:298
 CreateColorSwatches = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:461
 SetRGBfromHSV = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:210
 CreatePaletteSwitcher = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1210
 UpdateHSVTexts = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1427
 GetAlpha = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:218
 CreatePaletteFrame = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1185
 ADDON_LOADED = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:248
 UpdateColorGraphics = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:309
 CreateCopyPasteArea = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:492
 UpdateGradientColorOverlay = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:233
 UpdateGradientThumb = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:267
 HexTextChanged = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1319
 RGBTextChanged = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1262
 CreateHueBar = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:913
 AlphaTextChanged = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1467
 HSVTextChanged = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1363
}
children = <table> {
 1 = ColorSwatch {
 }
 2 = ColorPickerFrameHeader {
 }
 3 = FontString {
 }
 4 = ColorPickerWheel {
 }
 5 = Texture {
 }
 6 = Texture {
 }
 7 = Texture {
 }
 8 = Texture {
 }
 9 = Texture {
 }
 10 = Texture {
 }
 11 = Texture {
 }
 12 = Texture {
 }
 13 = Texture {
 }
 14 = Texture {
 }
 15 = Texture {
 }
 16 = Texture {
 }
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = 16
(*temporary) = nil
(*temporary) = nil
(*temporary) = 16

This error when trying to change a color:

1x ColorPickerPlus/ColorPickerPlus.lua:326: attempt to index global 'ColorPPOpacityBar' (a nil value)
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:326: in function `ShowHideAlpha'
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:338: in function `Hooked_OnShow'
[string "@ColorPickerPlus/ColorPickerPlus.lua"]:1256: in function <ColorPickerPlus/ColorPickerPlus.lua:1255>
[string "=[C]"]: ?
[string "=[C]"]: in function `Show'
[string "@Blizzard_FrameXML/Classic/ColorPickerFrame.lua"]:16: in function `SetupColorPickerAndShow'
[string "@Masque/Libs/AceGUI-3.0-41/widgets/AceGUIWidget-ColorPicker.lua"]:94: in function <...Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:56>

Locals:
self = <table> {
 CreateClassPalette = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:674
 CreateCheckerboardBG = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:415
 CreateOpacityBar = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1013
 ShowHideAlpha = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:316
 CleanUpColorPickerFrame = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:346
 Initialize_UI = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1224
 UpdateOldColor = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:244
 CreateHelpFrame = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1168
 UpdateOpacityBarThumb = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:286
 CreateTextBoxes = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1040
 UpdateHexText = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1455
 CreateColorGradient = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:809
 Hooked_OnShow = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:333
 UpdateAlphaText = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1490
 UpdateHSVfromColorPickerRGB = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:207
 PLAYER_LOGIN = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1254
 UpdateRGBTexts = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1441
 UpdateChosenColor = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:238
 UpdateColorTexts = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1421
 CreatePalette = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:612
 UpdateHueBarThumb = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:298
 CreateColorSwatches = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:461
 SetRGBfromHSV = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:210
 CreatePaletteSwitcher = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1210
 UpdateHSVTexts = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1427
 GetAlpha = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:218
 CreatePaletteFrame = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1185
 ADDON_LOADED = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:248
 UpdateColorGraphics = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:309
 CreateCopyPasteArea = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:492
 UpdateGradientColorOverlay = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:233
 UpdateGradientThumb = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:267
 HexTextChanged = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1319
 RGBTextChanged = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1262
 CreateHueBar = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:913
 AlphaTextChanged = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1467
 HSVTextChanged = <function> defined @ColorPickerPlus/ColorPickerPlus.lua:1363
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'ColorPPOpacityBar' (a nil value)"
opacitySliderFrame = OpacityFrameSlider {
 0 = <userdata>
 OnBackdropLoaded = <function> defined @Blizzard_SharedXML/Backdrop.lua:152
 Center = Texture {
 }
 GetBackdropColor = <function> defined @Blizzard_SharedXML/Backdrop.lua:390
 SetupTextureCoordinates = <function> defined @AddOn

Script ran too long

Getting error while selecting colors to edit them
(Tried deleting savedvariables lua and bak file but getting same error again)
Edit: Now it is automatically changing color values of nearby options to the current color in the colorpicker (THIS ONE IS VERY ANNOYING)

2x ...Ace3/AceGUI-3.0-41/widgets/AceGUIWidget-ColorPicker.lua:94: script ran too long
[string "@ElvUI_Libraries/Core/Ace3/AceGUI-3.0-41/widgets/AceGUIWidget-ColorPicker.lua"]:94: in function <...Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:53>

Locals:
frame = Button {
0 =
height = 24
obj =

{
}
PixelSnapDisabled = true
backdrop = Frame {
}
width = 170
}
self =
{
a = 1
disabled = false
b = 0.611765
dB = 0.610000
g = 0.568627
OnAcquire = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:129
SetDisabled = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:160
userdata =
{
}
base =
{
}
colorSwatch = Texture {
}
type = "ColorPicker-ElvUI"
SetHasAlpha = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:156
r = 0.549020
text = FontString {
}
parent =
{
}
dR = 0.550000
dG = 0.570000
events =
{
}
AceGUIWidgetVersion = 27
frame = Button {
}
SetLabel = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:140
SetColor = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:144
}
r = 0.549020
g = 0.568627
b = 0.611765
a = 1
(*temporary) = defined =[C]:-1
(*temporary) = ColorSelect {
0 =
AlphaThumb = Texture {
}
ValueThumb = Texture {
}
Value = Texture {
}
WheelThumb = Texture {
}
Alpha = Texture {
}
Wheel = Texture {
}
}
(*temporary) = 0.549020
(*temporary) = 0.568627
(*temporary) = 0.611765
(*temporary) = 0.549020
(*temporary) = 0.568627
(*temporary) = 0.611765
(*temporary) = "script ran too long"
ColorPickerFrame = ColorPickerFrame {
GetPreviousValues = defined @FrameXML/ColorPickerFrame.lua:91
dcallback = defined @Details/Libs/DF/button.lua:1039
GetColorRGB = defined @FrameXML/ColorPickerFrame.lua:79
Border = Frame {
}
noColorCallback = true
previousValues =
{
}
OnKeyDown = defined @FrameXML/ColorPickerFrame.lua:53
cancelFunc = defined @Details/Libs/DF/panel.lua:1494
dframe = PlaterOptionsPanelContainerThreatConfigWidget24 {
}
GetExtraInfo = defined @FrameXML/ColorPickerFrame.lua:87
swatchFunc = defined @Details/Libs/DF/panel.lua:1488
OnShow = defined @FrameXML/ColorPickerFrame.lua:34
SetupColorPickerAndShow = defined @FrameXML/ColorPickerFrame.lua:62
OnLoad = defined @FrameXML/ColorPickerFrame.lua:3
opacity = 1
func = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:61
0 =
previousAlpha = 1
GetColorAlpha = defined @FrameXML/ColorPickerFrame.lua:83
Header = Frame {
}
Footer = Frame {
}
DragBar = Frame {
}
Content = Frame {
}
opacityFunc = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:75
}
OpacitySliderFrame = nil
ColorCallback = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:19
AceGUI =
{
objPools =
{
}
RegisterAsContainer = defined @ElvUI/Core/Modules/Skins/Ace3.lua:502
RegisterWidgetType = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/AceGUI-3.0.lua:549
WidgetBase =
{
}
RegisterAsWidget = defined @ElvUI/Core/Modules/Skins/Ace3.lua:515
counts =
{
}
GetWidgetVersion = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/AceGUI-3.0.lua:603
LayoutRegistry =
{
}
GetLayout = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/AceGUI-3.0.lua:573
GetWidgetCount = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/AceGUI-3.0.lua:597
tooltip = AceGUITooltip {
}
Create = defined @ElvUI_Libraries/Core/Ace3/AceGUI-3.0/AceGUI-3.0.lua:138
RegisterLayout =

Create github releases that include .zip

The latest version (r60) is not marked as a github release, and they are sporadically spread out. We have r57, r55 and r51 as the three latest whereas I imagine we'd have one for each revision. Additionally, only r51 has the addon zipped with it like a full release.

Would it be possible to more consistently tag releases and uploaded the .zip with the associated tag?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.