This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
GnomeWorks TradeSkill Frame -
a complete replacement for the blizzard trade skill frame.
Here's hoping you can get the queue working again.
I understand it's alpha, do what you need to do.
Back to Skillet for now, but keep up the good work. :-)
Gnomeworks is looking great so far. I am dying to use it on a regular basis, since Skillet more or less stopped working for me. Anyway.. the biggest problem atm is the que off course, but also the shopping list.
For example, when i want to make a glyph, it will require some parchment and some ink. When i visit the inscription supplies vendor the parchment gets bought (button in Skillet; would like to see the button as well in Gnomeworks btw) from the vendor, but when i visit the ink trader/vendor nothing happens (the buy button is gone in Skillet as well; it used to be there). I guess the addon wants to buy the pigments that are needed for the ink, but it should buy the already finished ink too if i want that (hence the button..). I mostly use ink of the sea to buy the older inks to create myself some glyphs.
The thing is happening in both skillet and gnomeworks for now. any idea about what is happening? or did i mis a setting somewhere?
Same thing as Osjur and Georam. Also, Unable to queue/create all. If I add the same item to the queue 1 at a time, the queue cannot process that "stack"
Yes, I'm having the same problem as GeoRam2013. Every time I log in and click on any of my professions I get GW window where my name is UNKNOWN and I see every profession. I have to click a profession which my char actually has and after that the GW window goes back to normal (showing only my profs and char name).
yeah, the # entry field requires a return to take effect. don't know why i did it that way .. probably following code layed out from some other system. i'll make it work without having to hit return.
i had to change the way selections work in order and that's why every update event causes the selection to lose its mind. i'll figure out a fix for that when i can next get some time to work on things.
you can link a trade skill by shift-clicking the icon in the tradeskill list. you can link your skill or even you alt's with this mechanism.
Create doesn't work with the # field, it only creates one. Also something is periodically causing the selected recipe to bop to the top of the list too.
There is another issue with the create button, a new one. When you create one item it moves the recipie highlight to the top of the list, unselecting what you created.
So if you want to crate more than one of an item you have to scroll down, create, rescroll down, create, etc.
okay, fixed the "create" button issue. this problem actually also affected the "queue" button as well .. filtering/sorting the skill list confused the selection index.
the queue is still broken, tho. you can "create" items by hand at least now.
If you alt tab, the columns' don't un-turn yellow until you are back in game and hit alt again. Freaked me out the first time, but I got it working.
Also, bit of a question LilSparky, could you put possibly at the top in the addon explanation under over-view which Lil-sparky's-workshop we should be using, I keep getting 'You need an updated' blah blah error. Is it as simple as setting the curse client to alpha/beta, or do we need to manually get it somewhere?
interesting. when you hit ALT, you can rearrange columns and turn them on/off (and at some point, resize them). when you release ALT that should go away. i'll see if i can get that mode to stick.
if you find you're in that mode, just press ALT a few times and see if it goes away.
i suppose it might make more sense to have a button you press on the frame to lock/unlock the set-up mode instead of a hidden keybind.
In relation to what your last post says, Sparky..In my case, when I'd try to chose something to craft, my entire grid was changed to a setup-type grid. Column headings were yellow. When I tried to click on the headings, it was asking me to choose my columns. The only way out of it was to reloadui. It was bad enough I had to disable GW and go back to Skillet (gasp LOL).
yeah, the queue is a known problem, but this issue with the create button is something i hadn't seen. i also have not idea what would prevent the ability even select a recipe. is there any reaction at all from the window? tooltips, a highlight on the item under the mouse, or anything?
i hope to have some time to look into these issues later tonight. shouldn't be hard to figure out the "create" button problem. not sure about the inability to click a skill.
For those not able to craft, this might help. Latest patch notes.
Change log
r40 | lilsparky | 2010-07-02 08:10:22 +0000 (Fri, 02 Jul 2010) | 5 lines Changed paths M /trunk/Details.lua M /trunk/GnomeWorks.lua M /trunk/Inventory.lua M /trunk/MainWindow.lua M /trunk/Queue.lua M /trunk/RecipeGroups.lua M /trunk/SkillList.lua M /trunk/plugins/arl.lua M /trunk/plugins/lsw.lua added grouping selection system fixed some inventory bugs fixed some filtering bugs broke the queue :(
Sorry for the format, I'm on the roaposting from my droid.
Not sure about the create button problem, but the issue I was having was that I actually could not select and item to create. When you mouse over an item, then click on it, it's supposed to highlight and list the item/components required in the frames below. In my case, no matter how many times, or even which item I tried to click (tried a couple, JC in this case), it would not highlight at all, and thus I could not create said item.
Here's hoping you can get the queue working again. I understand it's alpha, do what you need to do. Back to Skillet for now, but keep up the good work. :-)
Hey Lilsparky!
Gnomeworks is looking great so far. I am dying to use it on a regular basis, since Skillet more or less stopped working for me. Anyway.. the biggest problem atm is the que off course, but also the shopping list.
For example, when i want to make a glyph, it will require some parchment and some ink. When i visit the inscription supplies vendor the parchment gets bought (button in Skillet; would like to see the button as well in Gnomeworks btw) from the vendor, but when i visit the ink trader/vendor nothing happens (the buy button is gone in Skillet as well; it used to be there). I guess the addon wants to buy the pigments that are needed for the ink, but it should buy the already finished ink too if i want that (hence the button..). I mostly use ink of the sea to buy the older inks to create myself some glyphs.
The thing is happening in both skillet and gnomeworks for now. any idea about what is happening? or did i mis a setting somewhere?
Same thing as Osjur and Georam. Also, Unable to queue/create all. If I add the same item to the queue 1 at a time, the queue cannot process that "stack"
Yes, I'm having the same problem as GeoRam2013. Every time I log in and click on any of my professions I get GW window where my name is UNKNOWN and I see every profession. I have to click a profession which my char actually has and after that the GW window goes back to normal (showing only my profs and char name).
Hi I like this addon. I have a question: Is there an option?? When I login and klick on Alchemy then open GW and I see all icons of works.
Sorry my english was not perfect
yeah, the # entry field requires a return to take effect. don't know why i did it that way .. probably following code layed out from some other system. i'll make it work without having to hit return.
i had to change the way selections work in order and that's why every update event causes the selection to lose its mind. i'll figure out a fix for that when i can next get some time to work on things.
you can link a trade skill by shift-clicking the icon in the tradeskill list. you can link your skill or even you alt's with this mechanism.
the link to chat button would be nice, to link your book to the audience ^^
or am i just blind to find it?
Fred, Sparky, I found it necessary to hit enter before my typed "10" would register. can't just hit 10 queue.. must be 10 <enter> <queue>
Create doesn't work with the # field, it only creates one. Also something is periodically causing the selected recipe to bop to the top of the list too.
hmm... k, i'll look into that. the "create" button should honor the # field, tho. so you can ceate 10 items by entering 10 and hitting "create".
There is another issue with the create button, a new one. When you create one item it moves the recipie highlight to the top of the list, unselecting what you created.
So if you want to crate more than one of an item you have to scroll down, create, rescroll down, create, etc.
okay, fixed the "create" button issue. this problem actually also affected the "queue" button as well .. filtering/sorting the skill list confused the selection index.
the queue is still broken, tho. you can "create" items by hand at least now.
To those that cant craft because the button its gray: Expand all (arrow > to v next to "Recipe") and you can click on the button
interesting. yeah, i could see how alt-tab might do that. maybe i should rethink how that all works.
the lsw version you need is the alpha from this site. i suppose i could just tag it as beta since it seems stable enough.
If you alt tab, the columns' don't un-turn yellow until you are back in game and hit alt again. Freaked me out the first time, but I got it working.
Also, bit of a question LilSparky, could you put possibly at the top in the addon explanation under over-view which Lil-sparky's-workshop we should be using, I keep getting 'You need an updated' blah blah error. Is it as simple as setting the curse client to alpha/beta, or do we need to manually get it somewhere?
interesting. when you hit ALT, you can rearrange columns and turn them on/off (and at some point, resize them). when you release ALT that should go away. i'll see if i can get that mode to stick.
if you find you're in that mode, just press ALT a few times and see if it goes away.
i suppose it might make more sense to have a button you press on the frame to lock/unlock the set-up mode instead of a hidden keybind.
In relation to what your last post says, Sparky..In my case, when I'd try to chose something to craft, my entire grid was changed to a setup-type grid. Column headings were yellow. When I tried to click on the headings, it was asking me to choose my columns. The only way out of it was to reloadui. It was bad enough I had to disable GW and go back to Skillet (gasp LOL).
As usual, though...great work so far. :)
yeah, the queue is a known problem, but this issue with the create button is something i hadn't seen. i also have not idea what would prevent the ability even select a recipe. is there any reaction at all from the window? tooltips, a highlight on the item under the mouse, or anything?
i hope to have some time to look into these issues later tonight. shouldn't be hard to figure out the "create" button problem. not sure about the inability to click a skill.
For those not able to craft, this might help. Latest patch notes.
Change log r40 | lilsparky | 2010-07-02 08:10:22 +0000 (Fri, 02 Jul 2010) | 5 lines Changed paths M /trunk/Details.lua M /trunk/GnomeWorks.lua M /trunk/Inventory.lua M /trunk/MainWindow.lua M /trunk/Queue.lua M /trunk/RecipeGroups.lua M /trunk/SkillList.lua M /trunk/plugins/arl.lua M /trunk/plugins/lsw.lua added grouping selection system fixed some inventory bugs fixed some filtering bugs broke the queue :(
Sorry for the format, I'm on the roaposting from my droid.
Not sure about the create button problem, but the issue I was having was that I actually could not select and item to create. When you mouse over an item, then click on it, it's supposed to highlight and list the item/components required in the frames below. In my case, no matter how many times, or even which item I tried to click (tried a couple, JC in this case), it would not highlight at all, and thus I could not create said item.