[Tool] PoE-TradeMacro

I found some problems:

I have to remove -new-tab from POE-ItemInfo.ahk and TradeMacro.ahk or get an error when use ctrl-m or ctrl-alt-c (i use Edge)


With Ctrl-Alt-F i get " Dagger" instead of "Dagger" in the search field.

With Ctrl-Alt-C open the web nav. with http://www.pathof.info/?item= with any item.

With Ctrl-M open the web nav. with http://poeaffix.net/1h- with daggers.
"
sebaper wrote:
I found some problems:

I have to remove -new-tab from POE-ItemInfo.ahk and TradeMacro.ahk or get an error when use ctrl-m or ctrl-alt-c (i use Edge)


With Ctrl-Alt-F i get " Dagger" instead of "Dagger" in the search field.

With Ctrl-Alt-C open the web nav. with http://www.pathof.info/?item= with any item.

With Ctrl-M open the web nav. with http://poeaffix.net/1h- with daggers.


Please describe those issues again in more detail, I'm not sure that I understand all of that.

Ctrl + Alt + F using "{Space}Dagger" is intended since that search searches all strings on any item, not only specific tags, usign spaces reduces the chance of finding string containing the search string, like "Ring" in "Bringer of Rains".

Please show me that IE error that you get without removing "-new-tab".

I'll look into the poeaffix issues.
"
Eruyome wrote:
"
sebaper wrote:
I found some problems:

I have to remove -new-tab from POE-ItemInfo.ahk and TradeMacro.ahk or get an error when use ctrl-m or ctrl-alt-c (i use Edge)


With Ctrl-Alt-F i get " Dagger" instead of "Dagger" in the search field.

With Ctrl-Alt-C open the web nav. with http://www.pathof.info/?item= with any item.

With Ctrl-M open the web nav. with http://poeaffix.net/1h- with daggers.


Please describe those issues again in more detail, I'm not sure that I understand all of that.

Ctrl + Alt + F using "{Space}Dagger" is intended since that search searches all strings on any item, not only specific tags, usign spaces reduces the chance of finding string containing the search string, like "Ring" in "Bringer of Rains".

Please show me that IE error that you get without removing "-new-tab".

I'll look into the poeaffix issues.


with Ctrl-Alt-C or Ctrl-M i get :

Windows cannot find the file "-new-tab". Make sure that you type the name correctly and try again.





If i check the option Open browser Win10fix i get the same error window with any command.

Thank you for the quick response.

Edit: if i change the default browser to firefox i dont get the error but not parse the item info to the web http://www.pathof.info




and Ctrl-M on a dagger i get:




Last edited by sebaper on Aug 26, 2017, 9:31:46 PM
I can try to look into fixes for IE, the other stuff is fixed in my dev version.
"
Eruyome wrote:
I can try to look into fixes for IE, the other stuff is fixed in my dev version.


Thank you
Actually, while there's still a possible solution for IE, the current one should work. It does for me, and I wouldn't have implemented it otherwise. What IE version do you have? Anything special on your system that you can think of?

EDIT:
Run this after saving it as an .ahk file:
Spoiler

Pwb := ComObjCreate("InternetExplorer.Application")
Pwb.Visible:=True
Pwb.Navigate("http://google.com")
Return



Does that work?
Last edited by Eruyome on Aug 26, 2017, 11:04:23 PM
"
Eruyome wrote:
Actually, while there's still a possible solution for IE, the current one should work. It does for me, and I wouldn't have implemented it otherwise. What IE version do you have? Anything special on your system that you can think of?

EDIT:
Run this after saving it as an .ahk file:
Spoiler

Pwb := ComObjCreate("InternetExplorer.Application")
Pwb.Visible:=True
Pwb.Navigate("http://google.com")
Return



Does that work?


This script open google.com in IE 11

Last edited by sebaper on Aug 27, 2017, 4:52:21 AM
nvm
IGN: Kebehsenuf
Last edited by ShadowWalker07 on Aug 27, 2017, 5:57:46 AM
I just updated to the latest versions of TradeMacro and AHK but on opening the script now it shows a warning:

ASCII 2) The KeyName parameter specifies one or more keys that are either not recognized or not supported by the current keyboard/layout language. Switching to the english layout should solve this for now.

I then click 'OK' and the script finishes loading and seems to function as it should..... but the warning is something I'd like to stop from appearing if possible!

Thanks
--------------- THE MOOCH --------------
v2.4.0
Cookie file found.
Retrieving cookies failed.
Windows Version: 10.0.15063 (10.0.15063), 64bit.
Compiling 'getCookieData' script successful.
Net Framework used for compiling: v4
Internet Explorer: v11.540.15063.0

Report Forum Post

Report Account:

Report Type

Additional Info