Page 1 of 1
Flowcode V8 LCD Screen Not Displaying Properly in 3D panel
Posted: Fri Nov 13, 2020 2:53 pm
by Joseph Cassidy
Hi. My flowcode v8 doesn't display the LCD screen fully even though it shows the entire physical screen on the 3D panel. It does this with every LCD component on the displays list. Can anyone please help me solve this?

Re: Flowcode V8 LCD Screen Not Displaying Properly in 3D panel
Posted: Fri Nov 13, 2020 5:24 pm
by Benj
Hello,
This is a bug in the OpenGL software mode I beleive where it can't deal with texture over a certain size. At some point we increased the texture size of the LCD and at another point the default application setting changed to OpenGL Software which combined together and caused this problem.
The good news is there's an easy fix.
Go into View -> Global Options
Click on the Application tab
Change the Graphics Engine setting to OpenGL Hardware.
Click OK and then restart Flowcode and hopefully the problem is now resolved.
Re: Flowcode V8 LCD Screen Not Displaying Properly in 3D panel
Posted: Thu Nov 19, 2020 6:27 pm
by Joseph Cassidy
Thank you very much! The fix worked
