Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

a few bugs i have found in vdm2009

1.can't show tooltip on ImageViewer :                tipInfo.SetToolTip(acquireView, str);

2.after call the move(),the roi can't redraw itself on the new position:      acquireView.Roi[0].Shape.Move(1, 0);

3.when i change my statusbar visible from invisible,ImageViewer can't layout itself again ,so the statusbar cover the imageinfo text on the ImageViewer

4.RoiProfile() can't work on U16 Image

0 Kudos
Message 1 of 4
(3,732 Views)

bug 1:i find,when mouse enter the ImageViewer,the tooltip can show a very shortime,then dispear,setting the tooltip AutoPopDelay is useless.

 

who can help me,thanks.

 

0 Kudos
Message 2 of 4
(3,717 Views)
for the bug 3,i have trigger the ImageViewer relayout use the sentence:                acquireView.ShowImageInfo = acquireView.ShowImageInfo;however,ImageViewer can't auto layout is a bug.
0 Kudos
Message 3 of 4
(3,714 Views)
for the bug 3,i have trigger the ImageViewer relayout use the sentence:                acquireView.ShowImageInfo = acquireView.ShowImageInfo;however,ImageViewer can't auto layout is a bug.
0 Kudos
Message 4 of 4
(3,714 Views)