topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 8:30 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - edit_check [ switch to compact view ]

Pages: [1]
1
Post New Requests Here / Re: Vista style filename editing in XP
« on: January 03, 2019, 09:38 PM »
Hi, i know it is old, but the aplication is not working propertly (like was reported by another users)

So, i checked the source code and the problem is (on line 44):

ControlSend,%focus%,{Left %length%},ahk_id %active%

So, need add "+" before:

ControlSend,%focus%,+{Left %length%},ahk_id %active%

That is all to fix the problem.

Pages: [1]