607 - Support for AddonLoader
Hey Ackis thank you for this wonderful addon.
I have but one request
Is there any chance you can add support for AddonLoader http://wow.curse.com/downloads/wow-addons/details/addon-loader.aspx
Basicly what i had in mind was adding support for this in such a way that ARL wont load untill you click the scan button (increasing load time)
Hope this is doable :)
| User | When | Change |
|---|---|---|
| Torhal | Fri, 10 Jul 2009 09:54:28 | Changed status from New to Fixed |
| Ackis | Tue, 09 Jun 2009 15:52:14 | Changed milestone from RC10 to Future Release |
| pompachomp | Tue, 09 Jun 2009 04:44:25 | Changed milestone from 1.2 to RC10 |
| Ackis | Mon, 25 May 2009 15:06:24 | Changed milestone from None to 1.2 Changed component from None to Backend Functionality Changed priority from Medium to Low |
| Ackis | Mon, 25 May 2009 15:05:52 | Changed assigned to from Ackis to Torhal |
| Xanobia | Sun, 24 May 2009 12:32:48 | Create |
- 3 comments
- 3 comments
Facts
- Last updated on
- 10 Jul 2009
- Reported on
- 24 May 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Low - Might slip to a later milestone.
- Component
- Backend Functionality
- Milestone
- Future Release
- #3
Ackis Tue, 09 Jun 2009 15:51:55The scan button not showing up until you open the trade skill window a second time is a huge issue. I received numerous complaints/comments last time this was suggested.
Anyways, I'm changing this to future release. Torhal said he would look into it, myself I don't really care because the only processing ARL does is when you open your trade skill window. It just sits there idle otherwise (unless you have the datamining options on).
- #2
mysticalos Sun, 31 May 2009 20:51:56Just tested added following to code
## LoadManagers: AddonLoader
## X-LoadOn-Crafting: true
To toc. No errors, it doesn't load or waste memory until trade skills window is opened, but once you open it, you have to reclose and reopen to get scan button. Not sure how to work around this issue yet, but it's not a big issue.
- #1
mysticalos Sun, 31 May 2009 20:07:54I dunno bout scan but not having it load until trade screen is very easy as adding 2 lines to code in Toc file since addonloader already has api to support addon loading for opening crafting windows. Although only side effect is if it loaded on trade screen open the scan button may not appear til second time you open it, not sure. I haven't tested this.