Colorpicker #75


Open
  • taheen74 created this issue Apr 4, 2024

    The colorpicker function seems to not be working right. 

     

    Message: ...Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:70: attempt to call method 'SetColorRGB' (a nil value) Time: Thu Apr 4 09:43:04 2024 Count: 3 Stack: ...Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:70: attempt to call method 'SetColorRGB' (a nil value) [string "@Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua"]:70: in function <...Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:45> Locals: frame = Button { 0 = <userdata> width = 170 height = 24 obj = <table> { } } self = <table> { a = 0.976563 b = 0.192157 parent = <table> { } g = 0.019608 OnAcquire = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:85 SetDisabled = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:112 userdata = <table> { } base = <table> { } HasAlpha = true type = "ColorPicker" SetHasAlpha = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:108 r = 0.301961 text = FontString { } colorSwatch = Texture { } events = <table> { } AceGUIWidgetVersion = 25 frame = Button { } SetLabel = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:96 SetColor = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:100 } r = 0.301961 g = 0.019608 b = 0.192157 a = 0.976563 (*temporary) = nil (*temporary) = ColorPickerFrame { 0 = <userdata> GetColorRGB = <function> defined @Interface/FrameXML/ColorPickerFrame.lua:79 DragBar = Frame { } OnKeyDown = <function> defined @Interface/FrameXML/ColorPickerFrame.lua:53 SetupColorPickerAndShow = <function> defined @Interface/FrameXML/ColorPickerFrame.lua:62 OnLoad = <function> defined @Interface/FrameXML/ColorPickerFrame.lua:3 opacity = 0.023437 GetExtraInfo = <function> defined @Interface/FrameXML/ColorPickerFrame.lua:87 GetPreviousValues = <function> defined @Interface/FrameXML/ColorPickerFrame.lua:91 OnShow = <function> defined @Interface/FrameXML/ColorPickerFrame.lua:34 hasOpacity = true GetColorAlpha = <function> defined @Interface/FrameXML/ColorPickerFrame.lua:83 Header = Frame { } Footer = Frame { } func = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:53 Border = Frame { } Content = Frame { } opacityFunc = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:60 } (*temporary) = 0.301961 (*temporary) = 0.019608 (*temporary) = 0.192157 (*temporary) = "attempt to call method 'SetColorRGB' (a nil value)" ColorCallback = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua:17 AceGUI = <table> { objPools = <table> { } RegisterAsContainer = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:511 RegisterWidgetType = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:549 WidgetBase = <table> { } RegisterAsWidget = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:527 counts = <table> { } FocusedWidget = <table> { } GetWidgetVersion = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:603 LayoutRegistry = <table> { } GetLayout = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:573 GetWidgetCount = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:597 tooltip = AceGUITooltip { } Create = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:138 RegisterLayout = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:563 GetNextWidgetNum = <function> defined @Interface/AddOns/kgPanelsConfig/Libs/AceGUI-3.0/AceGUI-3.0.lua:586 Widget


To post a comment, please login or register a new account.