Flowcode V8 LCD Screen Not Displaying Properly in 3D panel

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Joseph Cassidy
Posts: 2
Joined: Fri Oct 09, 2020 1:40 pm

Flowcode V8 LCD Screen Not Displaying Properly in 3D panel

Post 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?
Image

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Flowcode V8 LCD Screen Not Displaying Properly in 3D panel

Post 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.

Joseph Cassidy
Posts: 2
Joined: Fri Oct 09, 2020 1:40 pm

Re: Flowcode V8 LCD Screen Not Displaying Properly in 3D panel

Post by Joseph Cassidy »

Thank you very much! The fix worked :D

Post Reply