It took me a few hours of combing through the libraries source code, but I did manage to create a simple config window for my first addon. Looks pretty good :D
I do like this library alot, but the lack of documentation is somewhat limiting my ability to use it. I don't mind searching the code for clues, but being far from the level of understanding required to actually know what most of your code does, it's a little difficult.
Having some documentation to help would be extremely useful :)
I was just wondering if this project is still alive, and whether we can expect some more detailed documentation for it?
If not, could anybody please point me in the direction of an alternative?
It took me a few hours of combing through the libraries source code, but I did manage to create a simple config window for my first addon. Looks pretty good :D
I do like this library alot, but the lack of documentation is somewhat limiting my ability to use it. I don't mind searching the code for clues, but being far from the level of understanding required to actually know what most of your code does, it's a little difficult.
Having some documentation to help would be extremely useful :)
I was just wondering if this project is still alive, and whether we can expect some more detailed documentation for it?
If not, could anybody please point me in the direction of an alternative?
Thank you :)
rev 67019 the first 12 lines weren't commented out correctly or something.
[
Name: Waterfall-1.0
Revision: $Revision: 67019 $
Author(s): Nargiddley (nargiddley@gmail.com)
Inspired By: Dewdrop by ckknight
Website: http://www.wowace.com/wiki/Waterfall-1.0
Documentation: http://www.wowace.com/wiki/Waterfall-1.0
SVN: http://svn.wowace.com/wowace/trunk/Waterfall-1.0
Description: Gui Configuration Library
License: LGPL 2.1
Dependencies: AceOO-2.0
]]
apperently the game doesn't like that sort of thing.
I added some dashes to lines 1 and 12
--[[
Name: Waterfall-1.0
Revision: $Revision: 67019 $
Author(s): Nargiddley (nargiddley@gmail.com)
Inspired By: Dewdrop by ckknight
Website: http://www.wowace.com/wiki/Waterfall-1.0
Documentation: http://www.wowace.com/wiki/Waterfall-1.0
SVN: http://svn.wowace.com/wowace/trunk/Waterfall-1.0
Description: Gui Configuration Library
License: LGPL 2.1
Dependencies: AceOO-2.0
]]--
Hope someone in the know can upload this fix.
-- This is a single line comment
--[[
This is
a multi line
comment.
]]