Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

CWGraph Flickers

I am working with CWGraph and I am resizing the form/controls (including the CWGraph). When I maximize the form the CWGraph flickers for Zooming/Panning (after data has been generated). It also leaves ghost images for the zoom rubberbanding operations. I modified the "Cursor" example and it has the same problem flickering/flashing. (I posted this project yesterday as a comment on a similar problem - see "Why does my cwgraph flicker the first time I move the cursor." )

I would be happy to send you the example project.
0 Kudos
Message 1 of 3
(3,724 Views)
I tried the example that you submitted in the other thread and failed to reproduce the behavior on a few different machines.

I have heard of this behavior before as you noticed in the other user's post, but we have come to a general concensus that the cause must be a combination of some of the following suspects in your current setup:

1) An underpowered machine (i.e. a pentium classic with 32MB of RAM running Windows 2000)

2) A graphics display problem

3) Too many other processes running at the same time as your Visual Basic application.

I know that these types of issues are often discouraging because of their random nature, but realistically they cannot be fixed by the developers if they are not reliably reproduceable so that the exact cause can be pinpointed.
This is why we are led to believe that it is some combination of system setup issues that is causing this.

If you are running a system that is "underpowered" for its current software setup, there really isn't much you can do except try to see if you can move to another, more powerful machine. As for the graphics subsystem you should always try to see if the latest driver for your video card resolves the problem. Regarding system performance as well, you should check to see if you have other unnecessary processes running that are inherently slowing down your system. Lastly, one thing you should also try is see if a somewhat similar system exhibits the same behavior so that you can use it as a test case to figure out what is causing the problem in your current system.

Jason F.
Applications Engineer
National Instruments
www.ni.com/ask
0 Kudos
Message 2 of 3
(3,724 Views)
I tried the example application on a faster computer (HP Kayak 800, 256 Mg Ram, Windows 2K, Matrox Millenium 400 with the latest video drivers and DirectX) and it ran fine.

I tried my application on the same computer and it flashes like a strobe light. Do I need a Cray with a GE Force video card?

If I resize the display once...the problems go away (I can pan or zoom if the trackmode was in this state when I resized)...as soon as I change the trackmode to zoom or pan it starts flickering again.
0 Kudos
Message 3 of 3
(3,723 Views)