[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 Zuletzt bearbeitet von Zagharos#5532 um 05.11.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. Zuletzt bearbeitet von Eruyome#0662 um 06.11.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 Zuletzt bearbeitet von Zagharos#5532 um 06.11.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 Zuletzt bearbeitet von DocFarming#6554 um 13.11.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. Zuletzt bearbeitet von Eruyome#0662 um 16.11.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?
|
![]() |