02-19-2011 01:12 PM
Hello,
transferring my UI from a Windows XP computer to a Windows 7 PC I realized to minor design issues:
Wolfgang
02-23-2011 05:04 AM
Hi Wolfgang,
1.) Can you please post an example project which is allowing me to see the issue clearly?
2.) The arrows are just displayed like this on WIN 7
XP:
WIN 7:
Marco Brauner NIG
02-23-2011 05:21 AM
Hi,
Thanks for addressing the issue. I'll prepare an example project (I don't have a Win7 machine here) and post it
Wolfgang
02-23-2011 06:52 AM
OK,
here is an UIR that shows the issue with tab panel width and decoration width: while optically both controls seem to have the same width, actually they differ by 1 pixel (checked by SHIFT + F10).
Also, there is a numeric control with arrows.
This UIR was prepared on XP.
Hth, Wolfgang
02-24-2011 01:06 AM
Hi Marco,
I have confirmed that the UIR I posted yesterday shows the faded upper arrow on the Win7 machine.
02-28-2011 12:37 PM
Hi Wolfgang,
you are eventually right with your opinion about the 1 pixel difference in alignment of the decoration and the tabcontrol.
I have filed a CAR so our R&D can talk it over, but unfortunately I cannot come up with a quick workaround for you other than
programatically adjusting the width.
GetCtrlAttribute (panelHandle, PANEL_TAB_2, ATTR_WIDTH, &width); GetCtrlAttribute (panelHandle, PANEL_DECORATION_3, ATTR_WIDTH, &width2); if (width = width2) { SetCtrlAttribute (panelHandle, PANEL_DECORATION_3, ATTR_WIDTH, width-1); }
Thanks for your feedback
Marco Brauner NIG
02-28-2011 12:52 PM
Hi Marco,
I'm happy to hear that is is not my eyes Thanks for taking care,
Wolfgang
03-17-2011 01:52 AM
Hi Marco,
concerning the issue of the wrong tabcontrol width: I could not find it in the updated list of known issues here
Thanks.