View Single Post
03-17-18, 01:51 AM   #1
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 583
Trouble opening the calender

Recently reinspired to work on my addons again sadly I haven't done much of anything with programming of any kind the last two years, but as far as I know this little code snippet should still work....

but instead it fires off this error
Code:
3x attempt to call a nil value
[C]: in function `securecall'
Click Menu\core.lua:176: in function `func'
FrameXML\UIDropDownMenu.lua:791: in function `UIDropDownMenuButton_OnClick'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>

Locals:
(*temporary) = <function> defined =[C]:-1
(*temporary) = nil
So I fire up my handy dandy link to the UI source code (thanks for maintaining that tekkub, at least I think it's up to date....), and maybe I forgot what I'm doing here, but it all looks no different to me >.>
So I double check out lovely calender eform some ctrl+f magic looking for "Calendar_Toggle" and it seems like I'm doing everything right.
Maybe I just forgot how to be smart?
__________________
Tweets YouTube Website
  Reply With Quote