Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I'm messing around with Parametric 2.0, M030 Trial and I have an issue where dialogs, pulldown menus, and other windows get there elements all jumbled up.
The pulldowns will be black initially and then the commands will show when I mouse over them. Dialogs that I have to scroll in will kind of stop refreshing and elements will be displayed on top of each other.
My video card isn't the best, it's a GTX 285M, and I have 8gb ram, i7 processor.
I did some searches but nothing came up, has anyone else seen this or know of a fix?
Thanks.
ryan
Solved! Go to Solution.
Ryan,
you can add the following option at the end of your config.pro file.
graphics win32_gdi
This way you disable OpenGL graphics. If the problem disappears then it is caused by graphic card HW or by graphic card driver.
Martin Hanak
Ryan,
you can add the following option at the end of your config.pro file.
graphics win32_gdi
This way you disable OpenGL graphics. If the problem disappears then it is caused by graphic card HW or by graphic card driver.
Martin Hanak
Thank you.