Page 1 of 1

LCD character font

Posted: Mon Feb 15, 2021 12:17 pm
by Sundgau
hello,
can you tell me how to change font of LCD screen. The information is much less readable than with flowcode V7.
Screen Shot 02-15-21 at 01.07 PM.PNG
Screen Shot 02-15-21 at 01.07 PM.PNG (261.59 KiB) Viewed 5961 times
Is there a possibility to have the "auto-hide" tool of version V7 very useful?
Screen Shot 02-15-21 at 01.12 PM.PNG
Screen Shot 02-15-21 at 01.12 PM.PNG (3.72 KiB) Viewed 5961 times
Thank you

Re: LCD character font

Posted: Mon Feb 15, 2021 3:21 pm
by BenR
Thanks for letting us know.

The LCD font should not have changed between v8 and v9 so I have reverted this back to the old classic font from before.

The latest file should now be available from the Help -> Library Updates menu.

Let me know how you get on.

Re: LCD character font

Posted: Mon Feb 15, 2021 3:50 pm
by Steve-Matrix
Sundgau wrote:
Mon Feb 15, 2021 12:17 pm
Is there a possibility to have the "auto-hide" tool of version V7 very useful?

I will try to add this back in and it will hopefully be available in the next core update.

Re: LCD character font

Posted: Mon Feb 15, 2021 5:45 pm
by Sundgau
Thank you matrix!
Screen Shot 02-15-21 at 06.40 PM.JPG
Screen Shot 02-15-21 at 06.40 PM.JPG (8.78 KiB) Viewed 5939 times
Another request: could we have the possibility to save the customised menu to import it on student PCs?
Screen Shot 02-15-21 at 06.39 PM.JPG
Screen Shot 02-15-21 at 06.39 PM.JPG (13.47 KiB) Viewed 5939 times
Best regards

Bruno

Re: LCD character font

Posted: Tue Feb 16, 2021 11:23 am
by Steve-Matrix
Sundgau wrote:
Mon Feb 15, 2021 5:45 pm
Another request: could we have the possibility to save the customised menu to import it on student PCs?
There's no way to load and save this QAT (Quick Access Toolbar) data from Flowcode.

However, the customisation data is saved in the Windows registry and you could apply the settings to the students' Windows accounts automatically (by copying the data from an account with the settings you want). The location that stores the QAT customisation is here:

Code: Select all

[HKEY_CURRENT_USER\Software\MatrixTSL\FlowcodeV9\BCGPRibbons\BCGRibbonBar-59398]
But you should not attempt to do this unless you are comfortable with editing the registry because very bad things can happen if you do the wrong thing!

Re: LCD character font

Posted: Tue Feb 16, 2021 5:08 pm
by Sundgau
Thank you
Bruno