Odd, I remember doing some work on the trackbar a few months ago (it was pretty broken). Testing against the native comctl32 from Windows 98 showed that I got it pretty close - do you have before/after screenshots for this patch? Perhaps the trackbar looks different in 98 vs 2K.
Hi,
I'm currently working on a patch about trackbar sizes fixes. The main goal of this patch is to get rid off magic values and provide a more generic approach of trackbar computation. Some test cases have shown for example that thumb length doesn't depend on client rect fields. I also use some system metrics values (SM_CYCPATION) to compute some trackbar's elements.
I'll try to send the patch ( screenshots also) as soon as possible.
Stephan
BiGgUn wrote:
Hi,
I'm currently working on a patch about trackbar sizes fixes. The main goal of this patch is to get rid off magic values and provide a more generic approach of trackbar computation. Some test cases have shown for example that thumb length doesn't depend on client rect fields...
Ah, I suspected as much.