Search found 2094 matches
- 15 May 2019, 09:13
- Forum: Offtopic
- Topic: Learn how to protect your Intellectual Property in this free AHK webinar
- Replies: 31
- Views: 222291
Re: Join us for a free Webinar on protecting your IP by an amazing lawyer!
I cant tell you how often people on this forum post in the past asking about copyright and IP for an open source solution.
- 10 May 2019, 09:02
- Forum: Bug Reports
- Topic: Virus in dowload!!
- Replies: 4
- Views: 1683
Re: Virus in dowload!!
https://www.autohotkey.com/boards/viewtopic.php?t=6458 https://www.autohotkey.com/boards/viewtopic.php?t=62266 I personally use the latest version in a professional development role and it has never flagged in symantec or mcafee. Trust your gut here. but i scan the server regularly. If you are truly...
- 10 May 2019, 08:09
- Forum: Ask For Help
- Topic: How to detect if a webpage is change
- Replies: 4
- Views: 844
Re: How to detect if a webpage is change
wait for page to load was answered here
https://www.autohotkey.com/boards/viewtopic.php?f=76&t=64206
i suggest use image search to detect if it changed
https://www.autohotkey.com/boards/viewtopic.php?f=76&t=64206
i suggest use image search to detect if it changed
- 09 May 2019, 10:42
- Forum: AutoHotkey v2 Development
- Topic: Will AutoHotkey v2 Syntax Be More Confusing For Newbies?
- Replies: 78
- Views: 13580
Re: Will AutoHotkey v2 Syntax Be More Confusing For Newbies?
Thats an interesting table but i would bet it more represents the main skill not the only. For example a significant portion of the JAVA developers do web applications and therefore JavaScript.
- 09 May 2019, 07:06
- Forum: General Discussion
- Topic: promoting AutoHotkey
- Replies: 3
- Views: 1579
Re: promoting AutoHotkey
Damn @John, 14 years in automation and I cant make a stronger point that moving into an ERP. I often elevator pitch ahk as a robust windows scripting language that mimics human interaction.
- 09 May 2019, 06:57
- Forum: AutoHotkey v2 Development
- Topic: Will AutoHotkey v2 Syntax Be More Confusing For Newbies?
- Replies: 78
- Views: 13580
Re: Will AutoHotkey v2 Syntax Be More Confusing For Newbies?
I like labels. Period. Easier to understand for noobs. Oops is hard. That said ECMA 6, the most widely used scripting language in the world, and is usually self study by noobs, will have more in common with v2 than not. This includes not having labels.
- 06 May 2019, 14:59
- Forum: Ask For Help
- Topic: COMs Wait For Page to load in Internet Explorer Topic is solved
- Replies: 16
- Views: 2959
Re: COMs Wait For Page to load in Internet Explorer Topic is solved
look again and you will see the msgbox in the code
- 05 May 2019, 16:23
- Forum: Forum Issues
- Topic: Missing 'Quick Reply' box in Ask for Help subforum?!
- Replies: 2
- Views: 1040
Re: Missing 'Quick Reply' box in Ask for Help subforum?!
ha ha you guessed right
- 04 May 2019, 12:29
- Forum: Forum Issues
- Topic: Where is the Chinese Forum ?
- Replies: 69
- Views: 20873
Re: Where is the Chinese Forum ?
Need to see you being an active user in this community first
- 04 May 2019, 11:55
- Forum: Offtopic
- Topic: « What's on your mind? »
- Replies: 4477
- Views: 1065681
- 04 May 2019, 11:07
- Forum: Forum Issues
- Topic: Unable to edit or reply with update Topic is solved
- Replies: 13
- Views: 2546
Re: Unable to edit or reply with update Topic is solved
No the forum is meant to be easy to use. we underwent some attacks lately and there are places i tightened the belt a little too much. THIS is specifically my job to do in this community s keep it safe and functioning
- 04 May 2019, 11:02
- Forum: Forum Issues
- Topic: Unable to edit or reply with update Topic is solved
- Replies: 13
- Views: 2546
Re: Unable to edit or reply with update Topic is solved
OK now i understand the problem better for the next time it happens thanks for toughing it out with me
- 04 May 2019, 10:57
- Forum: Forum Issues
- Topic: Unable to edit or reply with update Topic is solved
- Replies: 13
- Views: 2546
Re: Unable to edit or reply with update Topic is solved
Actually i like doing it on the board it may help somone else
Try again i made n additional firewal change
Try again i made n additional firewal change
- 04 May 2019, 10:53
- Forum: Forum Issues
- Topic: Unable to edit or reply with update Topic is solved
- Replies: 13
- Views: 2546
Re: Unable to edit or reply with update Topic is solved
sure its ok but i would rather unblock you if you are willing to keep trying with me
- 04 May 2019, 10:43
- Forum: Forum Issues
- Topic: Unable to edit or reply with update Topic is solved
- Replies: 13
- Views: 2546
Re: Unable to edit or reply with update Topic is solved
thanks for trying again the firewall logs arent very long but i saw your try
I have disabled that specific rule just now try again
I have disabled that specific rule just now try again
- 04 May 2019, 10:38
- Forum: Forum Issues
- Topic: Unable to edit or reply with update Topic is solved
- Replies: 13
- Views: 2546
Re: Unable to edit or reply with update Topic is solved
I do not get the cloudflare message from edit preview
- 04 May 2019, 10:37
- Forum: Forum Issues
- Topic: Unable to edit or reply with update Topic is solved
- Replies: 13
- Views: 2546
Re: Unable to edit or reply with update Topic is solved
I meant to the email itself but that is even more bizar that you get the message on preview let me look right now
- 04 May 2019, 10:22
- Forum: Ask For Help
- Topic: COMs Wait For Page to load in Internet Explorer Topic is solved
- Replies: 16
- Views: 2959
Re: COMs Wait For Page to load in Internet Explorer Topic is solved
obviously the point of the function is to halt script execution till iE has fully loaded the page. unfortunately much of the documentation around these variables will require a bit of programming foreknowledge that it doesn't appear you have. As an example it probably does no good to tell you that I...
- 04 May 2019, 10:09
- Forum: Forum Issues
- Topic: Unable to edit or reply with update Topic is solved
- Replies: 13
- Views: 2546
Re: Unable to edit or reply with update Topic is solved
Thank you for posting this. Quite unintentional to prevent such a thing. could you respond to the forum notification with the update so i can track down the specific rule interfering with the post and correct it?
- 03 May 2019, 12:20
- Forum: Ask For Help
- Topic: COMs Wait For Page to load in Internet Explorer Topic is solved
- Replies: 16
- Views: 2959
Re: COMs Wait For Page to load in Internet Explorer Topic is solved
variables like IID_IWebBrowserApp can be googled as they are taken directly from Microsoft documentation RegisterWindowMessage can similarly be googled to Microsoft documentation But none of this is important to understand. you can drive a car without understanding how a transmission works. all you ...