Hi,
I've noticed after upgrading from Meas. Studio 6 to 8.1.1 that the Z-Order of CNiSlide pointer fills has reversed. To demonstrate:
- Open NI example project "Slide Styles", edit the dialog, and bring up the property pages for IDC_SLIDE_COLOR.
- Click on the Pointer "Max" and change its Fill Style to "Fill to Minimum" and notice that the red bar overdraws the yellow.
- Click on Advanced and notice that "Max" has a lower Z-Order than "Min" so the yellow should draw over the red.
- Click on "Max" and move it up above "Min" and notice that the yellow now appears when it should be below the red.
It's backward, no? I see the same behavior when building CNiSlide objects programmatically. My app worked under version 6 but it exhibits this problem when run under version 8.1.1.
Claus