[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 Last edited by Zagharos#5532 on Nov 5, 2016, 11:14:37 AM
|
|
" 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. Last edited by Eruyome#0662 on Nov 6, 2016, 10:18:26 AM
|
|
" 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 Last edited by Zagharos#5532 on Nov 6, 2016, 12:05:03 PM
|
|
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 Last edited by DocFarming#6554 on Nov 13, 2016, 9:49:47 AM
|
|
" 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. Last edited by Eruyome#0662 on Nov 16, 2016, 3:57:03 AM
|
|
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?
|
|