11-29-2006 08:34 AM
Hi,
We are using several pointers inside of CNiKnob control to present statistic estimates of measured channel (avg, stddev, ...). Pointers overlap each other and it work fine except of one problem shown in attached picture. As you see pointer border is not wiped correctly. We are able to reproduce this behaviour on any machine regardless of hardware and software configuration. Is any chance to solve that problem?
I'll appreciate any help.
11-30-2006 11:41 AM
Hey Jaroslaw,
That does look like incorrect behavior. In order to try and figure out what is going on and what we can do to fix it, we will need a small reproducable example exhibiting this behavior. If you can eliminate any hardware interaction as best as possible and shrink a program down to a small example, we can begin troubleshooting this issue.
12-04-2006 08:47 AM
12-05-2006 08:30 PM - edited 12-05-2006 08:30 PM
Message Edited by AndrewMc on 12-05-2006 08:32 PM
12-06-2006 01:59 AM
12-07-2006 12:29 PM
Hey JP,
I figured out what was going on. When creating a Measurement Studio project in MFC, it is recommended that you either use the Measurement Studio Wizard for the project type, or that you add in the UI components using the Measurement Studio Components Wizard from the Measurement Studio toolbar. Sometimes, the automatically generated wrappers for the ActiveX controls (CCW prefix) do not accurately portray everything in the control. These wrappers are generated if the above method is not used.
Now that I have the project working, I have reported the issue to R&D. They now know of the issue and will see if they can do anything about it.