05-05-2008 12:35 AM
05-05-2008 01:57 PM
Hello Yannick,
Actually, we have found the sequence of actions that cause this bug to happen:
1. Maximize the main CVI wokspace window
2. Move the vertical splitter bar far to the right, fairly close to the right edge of the window
3. Exit CVI, without de-maximizing the window.
When that happens, the next time you start up CVI, you will see this error. This is because the window sizes that are stored in the registry are the normal (non-maximized) window size. Yet, the position of the splitter bar is stored relative to the current (maximized) window size. In cases where the splitter bar is moved far enough, in the maximized window, such its offset from the left edge of the window exceeds the entire width of the nomal (non-maximized) window size, this bug will occur.
This will be fixed in the next version of CVI. Thanks for helping us find the cause!
Luis
05-20-2008 12:18 PM - edited 05-20-2008 12:21 PM
Hi,
I just had this same problem! I modified the registery value you suggested and now it's working again. I saved my registry before the change so if you would like a copy just let me know. FYI: The last project I had opened was a very old .prj file (probably created with version 7?) - could be a clue? I didn't move the splitter bar, but the IDE was maximized (I think).
AMM
05-21-2008 02:46 PM