HandyNotes
Handy Notes for your maps. This addon is intended to be a small and simple framework for showing notes on your map.
Use /handynotes to access options.
You can add notes to the maps in 3 ways:
- Alt-RightClick on the world map to add a note.
- Use "/hnnew" without the quotes to add a note at your current location.
- Use "/hnnew x,y" without the quotes to add a note at location x,y on your current zone's map.
HandyNotes supports plugins that other authors can write to display their own set of notes on the map. See this link for a list of such addons: https://www.curseforge.com/wow/search?search=handynotes
Message: ...nterface\AddOns\HandyNotes_Directions\Directions.lua:6: Cannot find a library with name 'Astrolabe-0.4'
Time: 11/05/11 23:50:20
Count: 1
Stack: [C]: in function `error'
...face\AddOns\HandyNotes\Libs\Astrolabe\DongleStub.lua:17: in function `DongleStub'
...nterface\AddOns\HandyNotes_Directions\Directions.lua:6: in main chunk
Locals: (*temporary) = "Cannot find a library with name 'Astrolabe-0.4'"
I keep receiving this error every time my screen reloads.
Rather it be intentional or between zoning.
Hope this helps.
hey i have the new one and i cant get it to keep all the stuff i mark like the old one did why ????? and i cant transfur to did avatars like the old noe did
I'm using svn to check out this addon and its libs. Astrolabe's svn repository is down, and so I downloaded the package from curseforge and unpacked it in the HandyNotes/Libs directory.
http://wow.curseforge.com/addons/astrolabe/
I am getting no errors though.
1x LibBabble-3.0-2 (LibBabble-Zone-3.0):51: LibBabble-Zone-3.0: Translation "Telredor" not found.
InFlight_Load-4.2.001\InFlight_Load.lua:475: in function `GetNodes'
HandyNotes-1.2.0\HandyNotes.lua:318: in function <HandyNotes\HandyNotes.lua:304>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[2]":9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?:
HandyNotes-1.2.0\HandyNotes.lua:373: in function `?'
CallbackHandler-1.0-6:147: in function <...end\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0-6:92: in function `Fire'
AceEvent-3.0-3 (DataStore):120: in function <...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:119>
<in C code>: ?
<in C code>: in function `SetMapToCurrentZone'
Interface\FrameXML\WorldMapFrame.lua:157: in function <Interface\FrameXML\WorldMapFrame.lua:147>:
<in C code>: ?
<in C code>: in function `Show'
Interface\FrameXML\UIParent.lua:1936: in function `ShowUIPanel':
Interface\FrameXML\UIParent.lua:1927: in function `ToggleFrame':
HealBot-4.2.0.0\HealBot.lua:1150: in function `HealBot_OnUpdate'
<string>:"*:OnUpdate":1: in function <[string "*:OnUpdate"]:1>
I still get too many errors running this addon to be able to use it . Sadly there is no way for me to copy the wall of data that buggrabber spits out when I try to enable this addon .
I hope you can get back to this soon Xinhuan , I really came to rely on this for my mapnotes.
Then paste it to /WTF/*other account name*/Saved variables
Since the 4.0.6 patch, notes do not work in Uldum. They will show on the zone map but not on the minimap. In every other zone, it works fine.
Thnx 4 the addon. But on my setup, the "Handy Note" dialog always displays under the world map, thus requiring me to close the world map whenever I want to make a new note or edit an existing node.
Cheers,
Nap.
Change:
local HNEditFrame = CreateFrame("Frame", "HNEditFrame", UIParent)
TO:
local HNEditFrame = CreateFrame("Frame", "HNEditFrame", WorldMapFrame)
This line is located at about line 18 of the v1.2.0 version
4x HandyNotes-1.2.0\HandyNotes.lua:258: attempt to index field '?' (a nil value)
HandyNotes_Mailboxes-1\HandyNotes_Mailboxes.lua:183: in function `?'
CallbackHandler-1.0-6 (Ace3):147: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0-6 (Ace3):92: in function `Fire'
AceEvent-3.0-3 (Ace3):120: in function <Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
<in C code>: in function `CloseMail'
<string>:"*:OnHide":1: in function <[string "*:OnHide"]:1>
<in C code>: in function `Hide'
Interface\FrameXML\UIParent.lua:1451: in function `SetUIPanel':
Interface\FrameXML\UIParent.lua:1527: in function `HideUIPanel':
Interface\FrameXML\UIParent.lua:1202: in function <Interface\FrameXML\UIParent.lua:1194>:
<in C code>: in function `SetAttribute'
Interface\FrameXML\UIParent.lua:1894: in function <Interface\FrameXML\UIParent.lua:1881>:
<in C code>: in function `HideUIPanel'
Interface\FrameXML\UIParent.lua:1898: in function <Interface\FrameXML\UIParent.lua:1897>:
---