EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Pieces > Tradeskill window


Post A Reply
Author Comments Comment Options
Unread 12-18-2010, 12:05 PM  
mjanicki
A Coastal Crab

Server: Unkown
Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Originally posted by Drumstix42
I'll look into this more, either this individual download didn't get the latest code, or I missed some leftover code. I'll update if I find the problem, otherwise give an option to always keep that page visible.
Thank you for the quick reply. I'll keep my eyes peeled for an update.
mjanicki is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-17-2010, 05:47 PM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by mjanicki
Hi, Drums. First, thanks for great UI addons, especially this one for the smaller tradeskill window.

I noticed in the release notes that you indicated:
"- window will now bypass the "Prepare" page ONLY when hitting the repeat button. This is the cleanest method to allow comissioned crafting to work and allow repeating to be more fluid."

However, as of 17 Dec 2010 this doesn't seem to be the case. The "Prepare" page is being skipped nearly always -- the exception being the first crafted item of a login session, and after trying to create something for which you don't have the components.

Because the page is being skipped, the previously reported problems with commission crafting and when running out of fuel appear to still be present.

I really like the smaller window, so was wondering if there's something I can change in the XML to force the "Prepare" page to just always be shown, or if there's something I'm doing wrong.

Thanks for any feedback and, again, thanks for the great addons.
I'll look into this more, either this individual download didn't get the latest code, or I missed some leftover code. I'll update if I find the problem, otherwise give an option to always keep that page visible.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-17-2010, 04:54 PM  
mjanicki
A Coastal Crab

Server: Unkown
Forum posts: 0
File comments: 4
Uploads: 0
Hi, Drums. First, thanks for great UI addons, especially this one for the smaller tradeskill window.

I noticed in the release notes that you indicated:
"- window will now bypass the "Prepare" page ONLY when hitting the repeat button. This is the cleanest method to allow comissioned crafting to work and allow repeating to be more fluid."

However, as of 17 Dec 2010 this doesn't seem to be the case. The "Prepare" page is being skipped nearly always -- the exception being the first crafted item of a login session, and after trying to create something for which you don't have the components.

Because the page is being skipped, the previously reported problems with commission crafting and when running out of fuel appear to still be present.

I really like the smaller window, so was wondering if there's something I can change in the XML to force the "Prepare" page to just always be shown, or if there's something I'm doing wrong.

Thanks for any feedback and, again, thanks for the great addons.
mjanicki is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-13-2010, 05:10 AM  
Fadani
A Brown Bear

Server: Permafrost
Forum posts: 8
File comments: 28
Uploads: 0
Single Pane Tradeskill Window

Thanks Drums. I would really appreciate it. I'm a crafter, so I use the tradeskill window all the time.

-Fadani


PS: I'm sure you're already aware of this, but if not... The Tradeskill window is the only window that doesn't remain in the same location, even if you lock it, it always resets to a different spot.
Fadani is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-12-2010, 06:46 PM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Hmm okay. I'll try to just include an alternate version in the future that defaults to single pane.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-12-2010, 01:59 AM  
Fadani
A Brown Bear

Server: Permafrost
Forum posts: 8
File comments: 28
Uploads: 0
I tried that out. It didn't work. The tradeskill window still opens in the dual window mode. The was no change with the added code.

Fadani
Fadani is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-12-2010, 01:13 AM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by Fadani
Guess it's not easy enough for me to change =x ... I dont know coding at all, not sure where you mean for me to add that line.

Fadani
Make this line #3 in the file:
Code:
    <Page Activated="true" BackgroundColor="#0000FF" eq2opensound="ui_window_book_open" eq2usescomwndcontrols="true" Location="105,184" MinimumSize="752,346" Name="TradeSkills" OnShow="Recipes.ExtendHide.press=true&#xD;&#xA;Create.OnShow=&apos; &apos;" ScrollExtent="752,346" Size="752,346" UserMovable="true" UserResizable="true">
*note* this is untested code.

Last edited by Drumstix42 : 09-12-2010 at 01:13 AM.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-11-2010, 11:32 PM  
Fadani
A Brown Bear

Server: Permafrost
Forum posts: 8
File comments: 28
Uploads: 0
Guess it's not easy enough for me to change =x ... I dont know coding at all, not sure where you mean for me to add that line.

Fadani
Fadani is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-11-2010, 09:11 PM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Re: Single tradeskill window request

Quote:
Originally posted by Fadani
Hiya Drums,

Could you offer the mod in single window as well? Or if its easy to change the code so it always opens as "unchecked" I could change the code myself. I've tried to figure out what to change in the code myself with little luck. I never want to have the recipe window open while Im on the combine window.

Fadani
Try adding this property to the <Page> on line 3 (the second TradeSkills page, not line 2)
Code:
OnShow="Recipes.ExtendHide.press=true&#xD;&#xA;Create.OnShow=&apos; &apos;"

Last edited by Drumstix42 : 09-11-2010 at 09:12 PM.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-11-2010, 07:56 PM  
Fadani
A Brown Bear

Server: Permafrost
Forum posts: 8
File comments: 28
Uploads: 0
Single tradeskill window request

Hiya Drums,

Could you offer the mod in single window as well? Or if its easy to change the code so it always opens as "unchecked" I could change the code myself. I've tried to figure out what to change in the code myself with little luck. I never want to have the recipe window open while Im on the combine window.

Fadani
Fadani is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-11-2010, 06:42 AM  
Zzinged
A Young Mystail Rat

Server: Unkown
Forum posts: 2
File comments: 2
Uploads: 0
Quote:
Originally posted by Drumstix42
That is quite odd. Try doing a /load_uisettings and loading a different character's UI layout, and see if that helps.
Thanks for the info! I loaded up the settings from my one unaffected character and now all 3 of my characters have no problems.

Wonder how it happened in the first place =\
Zzinged is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-11-2010, 02:36 AM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by Zzinged
I'm having a mysterious problem where one of my characters has the recipe checkbox positioned over the top of the edit button.
http://img831.imageshack.us/img831/4339/eq2000015.jpg

Now the reason it's mysterious is that this problem doesn't exist on my other character.
http://img651.imageshack.us/img651/8121/eq2000016.jpg
That is quite odd. Try doing a /load_uisettings and loading a different character's UI layout, and see if that helps.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-11-2010, 02:02 AM  
Zzinged
A Young Mystail Rat

Server: Unkown
Forum posts: 2
File comments: 2
Uploads: 0
I'm having a mysterious problem where one of my characters has the recipe checkbox positioned over the top of the edit button.
http://img831.imageshack.us/img831/4339/eq2000015.jpg

Now the reason it's mysterious is that this problem doesn't exist on my other character.
http://img651.imageshack.us/img651/8121/eq2000016.jpg

Last edited by Zzinged : 09-11-2010 at 02:02 AM.
Zzinged is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-10-2010, 02:27 AM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by Maime
I like this mod but there is a bug in it. Say you're making something and run out of fuel. If you buy the fuel off the merchant while leaving your tradeskill window open, when you go back to it the 'create' button is gone. You have to log out of the game to get it back. Hope you can figure it out and thanks for the good work you do. I use a lot of your mods.
I'll look into it. You can manually right click the recipes in the list to hit "Create", which should fix it for now after the next successful creation.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-09-2010, 11:35 PM  
Maime
A Coastal Crab

Server: Unrest
Forum posts: 0
File comments: 2
Uploads: 0
I like this mod but there is a bug in it. Say you're making something and run out of fuel. If you buy the fuel off the merchant while leaving your tradeskill window open, when you go back to it the 'create' button is gone. You have to log out of the game to get it back. Hope you can figure it out and thanks for the good work you do. I use a lot of your mods.
Maime is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 03:25 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI