Misuranai Posted December 13, 2021 Posted December 13, 2021 (edited) Hey there, I have a little strange issue. I don't have a script to share due privacy but I can explain my situation as good as I can. I have a script where I can show some data with a listview and can do some function by rightclick on the data item (it appears a contextmenu). It works fine in the editor but when I compile the script, the context menu doesn't work anymore. Is there any possible known solution for this problem? I would appreciate any help, thanks! Edited December 13, 2021 by Misuranai
Luke94 Posted December 13, 2021 Posted December 13, 2021 I've had similar problems in the past with ListViews - try compiling specifically for x64.
Solution Misuranai Posted December 14, 2021 Author Solution Posted December 14, 2021 (edited) 17 hours ago, Luke94 said: I've had similar problems in the past with ListViews - try compiling specifically for x64. Thanks for replying. I already tried to compile specifically for x64. No changes were made. EDIT: I could solve this problem for myself. The AutoIt Version was important. (v3.3.14.2 -> worked, v3.3.14.5 -> didn't work). Edited December 14, 2021 by Misuranai
Danp2 Posted December 14, 2021 Posted December 14, 2021 @MisuranaiCould you try with the latest AutoIt beta to see if the issue has been corrected there? Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now