
Flowcode V8 LCD Screen Not Displaying Properly in 3D panel
Moderator: Benj
-
- Posts: 2
- Joined: Fri Oct 09, 2020 1:40 pm
Flowcode V8 LCD Screen Not Displaying Properly in 3D panel
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?


- 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
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 2
- Joined: Fri Oct 09, 2020 1:40 pm