2022-01-01 01:54 AM
Hello,
1) Happy new Year!
2) I use Scroll wheel in a simple project to show different elements... i configure the custom container with the different elements written in resources.. (my LIST 0, my LIST 1 etc.. until 4) so 5 elements.
When i use the scroll in the simulator i don't see the wheel scroll, i see always the first element. I check the config about scroll wheel i select 5 elements.. but nothing i don't see the scroll change. I attach the screenshots and also the projects.
maybe i forget to configure something.. i review this projects several ties but i don't understand what i have to change.
thanks
Enal
2022-01-01 02:08 AM
From your empty screen cpp code seems , as you dont understand how use touchgfx.
This isnt paintbrush, need write some code ...
Try read docu or examples Tutorial 4: Creating a Scroll Wheel with Custom Behavior | TouchGFX Documentation
2022-01-03 12:54 AM
Hi MM..1,
I ask in the forum beacause this is the first time that i use ScroolWheel..
Yes, i have modified the user code files like described in the link that you have attached and now it works correctly.
I have modified custom_container and screenView files like described in the link above.
Thanks. SOLVED.
But now i have noticed that touchGFX have some problems with new fonts specified in text_Area widget... (it not generate these texts with new font)
I'm investigating about this.. i see that other people have had this problem.
Thanks
Enal