Change text at runtime
Create responsive GUIs with TextAreas and wildcards.
By watching this video, you will learn all the essentials to update text at runtime, including:
- Adding text to the database
- Using the function snprintf
- Using the function strncpy
- Using the function fromUTF8
Changing texts at runtime is a very versatile skill and a must-have for anyone looking to create captivating GUIs.
Further reading
- Read also about Text Area.
- Read also about Tutorial 6: Using TextAreas.