I’m trying to figure out how to change the font size of user messages generated by the UIMsgWrite instruction on an Omnicore Flex pendant. Could you also tell me how to change their color?
I am looking to improve readability for my client.
Thank you in advance for any support you can provide.
You can create Flexpendant app to show messages and reaction buttons to user.
And then launch it from RAPID using instruction UIDisplay “MyBeautifulAppName“.
Add also APP.Interaction.closeApp() into reaction buttons onClick events to get it closed.