Results: 9Comments by: JJohnson1988
File: LightHeaded09-03-07
To fix the errors when you click on...
Posted By: JJohnson1988
To fix the errors when you click on the Previous Page and Next Page buttons when there are no quests in the log, I added an if lhframe.current_page ~= nil condition before self:UpdateFrame(lhframe.title, lhframe.level, lhframe.current_page - 1), and also before self:UpdateFrame(lhframe.title, lhframe.level, lhframe.current_page + 1).
File: MapReveal08-19-07
Re: /maprev doesn't work
Posted By: JJohnson1988
Originally posted by Ault I would like to set the color to a slightly darker shade, but when I type /maprev, nothing happens... :-( To fix this, open MapReveal_Config and replace: addMessage(chatFrame, loc, 0.7, 0.7, 0.9);with... addMessage(chatFrame, loc, 0.7, 0.7, 0.9);I'm still having issues setting the RGBA values though.
File: LightHeaded07-12-07
Thanks for the update, I'm loving i...
Posted By: JJohnson1988
Thanks for the update, I'm loving it =)
File: LightHeaded06-22-07
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Error
Posted By: JJohnson1988
Originally posted by Cladhaire Oh. Get a quest in your log, and I'll fix the bug that happens when you have none. Deal? =) Ok, and other than that it works great; just wasn't sure if it was working as intended. Thanks for the awesome addon too.
File: LightHeaded06-22-07
Re: Re: Re: Re: Re: Re: Re: Re: Error
Posted By: JJohnson1988
Originally posted by Cladhaire So, with every addon disabled.. you still get this error? Whats selected in the quest log at that point? This is enUS? Nothing is selected in the log, or can be selected, as I have no quests in my log. And yes, this is enUS.
File: LightHeaded06-22-07
Re: Re: Re: Re: Re: Re: Error
Posted By: JJohnson1988
Originally posted by Cladhaire No it doesn't sadly. Would you mind disabling all addons except LH and see if it still happens.. if it doesn't, then enable addons until it fails? This error shoudln't ever occur-- that's why I'm boggled :P Same issue, disabled everything except LH like you said. On another note, two lorem ipsum par...
File: LightHeaded06-22-07
Re: Re: Re: Re: Error
Posted By: JJohnson1988
Originally posted by Cladhaire Can you reliably repeat this? It happens every single time? If so, could you disable CT_Mod quest levels (just uncheck it in the options) and see if the issue continues after reloading. When I coded support for Gazmik's Levelator, I could have broken CT_Mod's stripper. Disabled CTMod from loading...
File: LightHeaded06-22-07
Re: Re: Error
Posted By: JJohnson1988
Originally posted by Cladhaire Your default quest log? Do you have an addon which provides stack traces (or could you download one, such as Swatter/BugSack?). I'd like to knwo _where_ this error is coming from, since the only way this happens is if someone runs :UpdateFrame() without a title argument. Here you go: Date: 2007...
File: LightHeaded06-22-07
Error
Posted By: JJohnson1988
When I open up the LightHeaded panel when there are no quests in my log, I get: Interface\AddOns\LightHeaded\LightHeaded.lua: 442: attempt to index local 'title' (a nil value)