[Function] DockA for x64
Posted: 20 Aug 2015, 16:15
DockA is another popular function published by majkinetor a while back. This function is used to dock one window to another so that the additional window(s) will automatically move with the first. Note: This version of the function only supports AutoHotkey hosts, hence "A" in the name. See the function documentation for more information.
I use this function on a few projects. Like the Attach function, this function did not work correctly when I started to convert some of my projects to work on x64. I've upgraded DockA to work on all versions of AutoHotkey, including x64.
Disclaimer: The original logic remains intact. The final version includes a few more changes than were really necessary but I has having some trouble debugging the original and so I reformatted the function so that I could understand it better.
I'm posting this version of DockA for developers who, like me, have made a programming investment in the function and would like to continue using it with AutoHotkey x64.
I use this function on a few projects. Like the Attach function, this function did not work correctly when I started to convert some of my projects to work on x64. I've upgraded DockA to work on all versions of AutoHotkey, including x64.
Disclaimer: The original logic remains intact. The final version includes a few more changes than were really necessary but I has having some trouble debugging the original and so I reformatted the function so that I could understand it better.
I'm posting this version of DockA for developers who, like me, have made a programming investment in the function and would like to continue using it with AutoHotkey x64.