PROCUREMENT : The Ultimate Path Of Exile Companion Tool!

"
kamoa wrote:
I tried it and it's a really cool software. I just learned I can get chaos & gcp with some garbage item in my stash, woot!

I don't know if you are aware of it but there is a bug with the interface under Windows 7 because of the automatic window repositioning option. When the window is moved to the edge of the screen, the interface get smaller and smaller and smaller and there is no way to resize it.


Thanks, I am aware of the resize issue, it's going to very difficult to fix as it's an issue with .NET.

"
Zorpee wrote:
OFFLINE does not work. I get this message


I assume you did first do a full login before trying offline? Either way, do a full normal login, then quit and try offline.

"
Clif4D wrote:
Feature request: An option to exclude certain tabs from the vendor recipes. (Eg. exclude a tab that contains leveling gear, or a tab with items that are in a forum shop)


That'll be a great feature, will look at adding it.


"
Zoricus wrote:
downloaded it today and started it - awesome prog.

when i try to start it again, i always get an error message


This appears to be a .NET with number formatting, could you edit your settings.xml file and set it to:

"

<Orb type="Imprint" orbamount="1" gcpamount="00"/>


and let me know if this sorts it out for you.


"
rothmans2k wrote:
I get error - sequence contains no elements after it logs in


Do you have any characters in race leagues? Have you tried logging in again?
Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/
The {Stash:Name} function doesnt seem to be working for me. When I enter anything in with that format in the Forum Template section it doesnt export anything, it simply writes it as text into the Forum export section
Rampage - DessShootingIce
"
Out of interest Kthx, how many tabs do you have?


I think 29. Standard, HC, and Anarchy, so it take forever
IGN - Jiizanthapus
"
Dessication wrote:
The {Stash:Name} function doesnt seem to be working for me. When I enter anything in with that format in the Forum Template section it doesnt export anything, it simply writes it as text into the Forum export section


That hasn't been released yet, so it won't work in v0.0.7, but will in v0.0.8 which I am hoping to release today.

"
Kthx wrote:
"
Out of interest Kthx, how many tabs do you have?


I think 29. Standard, HC, and Anarchy, so it take forever


There are Procurement users with upwards of 50 tabs, so it's not specific to how many tabs you have, but I realise how long it can take as I have characters in every league.

v0.0.8 will let you select which leagues to download, so for example if you're primarily playing in Anarchy at the moment, it will skip standard and HC.
Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/
"
Clif4D wrote:
Feature request: An option to exclude certain tabs from the vendor recipes. (Eg. exclude a tab that contains leveling gear, or a tab with items that are in a forum shop)


Seconding this. Also the ability to select only certain tabs to refresh (and have it remember which tabs these were the next time you refresh)
Visit the Path of Exile Wiki at http://pathofexile.gamepedia.com/
"
Danny wrote:
"
Clif4D wrote:
Feature request: An option to exclude certain tabs from the vendor recipes. (Eg. exclude a tab that contains leveling gear, or a tab with items that are in a forum shop)


Seconding this. Also the ability to select only certain tabs to refresh (and have it remember which tabs these were the next time you refresh)


Once logged in you can rightclick a single tab and select to refresh it. v0.0.8 will be released in the next hour or two, and will include the ability to select which leagues to download, to speed things up.
Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/
Procurement v0.0.8 Released!
Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/
"


Thanks, I am aware of the resize issue, it's going to very difficult to fix as it's an issue with .NET.



I looked at the code and this could be a quick fix I didn't test it very deeply though but it seems to fix the problem.

MainWindow.xaml.cs

void MainWindow_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
ItemDisplay.ClosePopups();
DragMove();
this.Height = 1000;
this.Width = 1100;

}

Last edited by kamoa on Jul 7, 2013, 2:32:49 PM
"
kamoa wrote:
I looked at the code and this could be a quick fix I didn't test it very deeply though but it seems to fix the problem.

MainWindow.xaml.cs

void MainWindow_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
ItemDisplay.ClosePopups();
DragMove();
this.Height = 1000;
this.Width = 1100;

}



Thanks, I'll look into that. Last I tested the issue was caused by transparent windows in WPF, hence why I said it was a .NET issue.

Procurement  : The Ultimate Exile's Companion!
Forum Thread : https://www.pathofexile.com/forum/view-thread/172710/page/1
Github : https://github.com/Stickymaddness/Procurement/
Last edited by Stickymaddness on Jul 7, 2013, 2:11:52 PM
"



"
Zoricus wrote:
downloaded it today and started it - awesome prog.

when i try to start it again, i always get an error message


This appears to be a .NET with number formatting, could you edit your settings.xml file and set it to:

"

<Orb type="Imprint" orbamount="1" gcpamount="00"/>


and let me know if this sorts it out for you.



seems to be the same error still

Spoiler
System.Windows.Markup.XamlParseException: Durch den Aufruf des Konstruktors für Typ "Procurement.MainWindow", der den angegebenen Bindungseinschränkungen entspricht, wurde eine Ausnahme ausgelöst. ---> System.TypeInitializationException: Der Typeninitialisierer für "POEApi.Model.Settings" hat eine Ausnahme verursacht. ---> System.FormatException: Die Eingabezeichenfolge hat das falsche Format.
bei System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
bei System.Xml.XmlConvert.ToDouble(String s)
bei System.Xml.Linq.XAttribute.op_Explicit(XAttribute attribute)
bei POEApi.Model.Settings.<.cctor>b__1(XElement orb)
bei System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
bei System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector)
bei POEApi.Model.Settings..cctor()
--- Ende der internen Ausnahmestapelüberwachung ---
bei POEApi.Model.Settings.get_UserSettings()
bei Procurement.ViewModel.ScreenController..ctor(MainWindow layout)
bei Procurement.MainWindow..ctor()
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
bei System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
bei System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
bei System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
bei System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
bei System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
bei System.Windows.Application.DoStartup()
bei System.Windows.Application.<.ctor>b__1(Object unused)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

Report Forum Post

Report Account:

Report Type

Additional Info