Jump to content

Recommended Posts

Posted (edited)
5 hours ago, WildByDesign said:

For some reason I cannot seem to get the handle for the SysShadow class window here. It could be because it’s not created quite yet. Or possibly I might have to try one of the WinAPI window enumeration functions to get the handle.

Two problems here. The first problem is that  SysShadow windows don’t seem to have a parent and therefore run under the Desktop thread from what I can tell. But I found a way to get the handle and the first problem is solved.

The second problem is that they are created just after DTN_DROPDOWN which is why I was having trouble getting the handle. To solve the second problem, I need to create a timer to check every 5ms until the SysShadow handle becomes available after DTN_DROPDOWN is triggered. Then I can move it and kill the timer.

I am not good with timers yet though so I have to figure it out still.

23 minutes ago, bladem2003 said:

I have a new little problem for you. 😉

When you change the tab height, a white box appears above the up/down controls.

Thanks for reporting. I will get this fix in the next release. Thanks for script to reproduce the issue as well. That is helpful. :)

 

Edited by WildByDesign

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...