[Tool] PoE-TradeMacro
" " ; Open given Url with default Browser TradeFunc_OpenUrlInBrowser(Url){ Global TradeOpts If (TradeFunc_CheckBrowserPath(TradeOpts.BrowserPath, false)) { openWith := A_ProgramFiles " (x86)\Mozilla Firefox.exe" Run, %openWith% -new-tab "%Url%" } Else If (TradeOpts.OpenWithDefaultWin10Fix) { openWith := AssociatedProgram("html") Run, %openWith% -new-tab "%Url%" } Else { Run %Url% } } You can solve the problem by editing the browser setting in the sricpt. You can edit it by right clikcing on the makro while it is working, then "Edit this script". After editing you should click "Reload this script". Its working perfectly fine with Win7. Joined 07.08.2011 as Arebor Последняя редакция: Zagharos#5532. Время: 5 нояб. 2016 г., 11:14:37
|
![]() |
" Oh yeah, it works perfectly now. Thanks so much! :) |
![]() |
" The line you edited should never be executed unless you change the settings in the settings menu and add a browser path there. Anyway, https://github.com/PoE-TradeMacro/POE-TradeMacro/issues/89 I'm trying to solve this issue here, too. Maybe you guys can test the version I linked here (dropbox). Edit: The mentioned option should accomplish exactly what you did with your script edit, specifying the browser path. Последняя редакция: Eruyome#0662. Время: 6 нояб. 2016 г., 10:18:26
|
![]() |
" I had to change 1.1.6.1 to make it work before. This one is working perfectly fine without edit! Ty for fix! Joined 07.08.2011 as Arebor Последняя редакция: Zagharos#5532. Время: 6 нояб. 2016 г., 12:05:03
|
![]() |
Hey Man,
thanks for this nice Macro. If i use the advanced price check hotkey i cant read read the suffix or prefixes because the windows it o small - how can i fix this? http://fs5.directupload.net/images/161113/8bkqq5xt.png Greetz Doc Последняя редакция: DocFarming#6554. Время: 13 нояб. 2016 г., 09:49:47
|
![]() |
" Good question, do you get this with every item and every time using the advanced search? Edit: And please provide me with some more information. Your AHK version, TradeMacro version if not latest. If possible use this Github Issue, it's easier to work on this problem there. Последняя редакция: Eruyome#0662. Время: 16 нояб. 2016 г., 03:57:03
|
![]() |
The app stopped working for me, probably because of the last POE update? Anyone else experiencing issues?
|
![]() |
You have to change your files manually.
Like here explained: https://github.com/PoE-TradeMacro/POE-TradeMacro/pull/96/commits/bdec910bc4a9e6d64e0087b406a71f88442b9391 |
![]() |
CTRL X does not work
|
![]() |
check your settings, sure it´s not switched to ctrl+d?
|
![]() |