PROCUREMENT : The Ultimate Path Of Exile Companion Tool!
" Thanks, I am aware of the resize issue, it's going to very difficult to fix as it's an issue with .NET. " I assume you did first do a full login before trying offline? Either way, do a full normal login, then quit and try offline. " That'll be a great feature, will look at adding it. " This appears to be a .NET with number formatting, could you edit your settings.xml file and set it to: " and let me know if this sorts it out for you. " 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
|
|
" I think 29. Standard, HC, and Anarchy, so it take forever IGN - Jiizanthapus
| |
" 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. " 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/ |
|
" 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/
|
|
" 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/ |
|
" 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; } Последняя редакция: kamoa#1648. Время: 7 июля 2013 г., 14:32:49
|
|
" 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/ Последняя редакция: Stickymaddness#7243. Время: 7 июля 2013 г., 14:11:52
|
|
" seems to be the same error still
Скрытый текст
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) |
|