Hi there,
i need to have a Scrollwheel not only with text (string scrollwheel) or numbers (numeric scrollwheel).
in the standard widgets i can only define numbers or text but i found nothing with a combination of text and icon.
Does anyone have a solution for me?
here how it should look like:
Best Regards
Matthias
Hi Matthias,
Have you made any progress on this? Were you able to find an example for this kind of application?
JBRenesasRulz Forum Moderator
https://renesasrulz.com/https://academy.renesas.com/https://en-us.knowledgebase.renesas.com/
Hi Matthias- Are you still searching for an answer. Let us know if you still need help. Now that the holidays are over we have more 'eyes' on the forum...
Hi Warren, i am still searching for a solution. Do you have an idea to solve my issue?
Hi Matthias-
Have you looked at using Sprites?
https://docs.microsoft.com/en-us/azure/rtos/guix/guix-studio-8
I have not used them, but it seems like they might help do what you are looking for.
Hi Warren,
thanks for your hint. I read the article, but i think the sprite widget is not for such a list it is for animation. Or is there anywhere an example in combination from sprite and such a list?
We have an example being worked on that should help you.
The approach will be to create a custom widget type that is a combination of the icon and the text- similar to the patient list used in the GUIX Medical Demo. Give us a day or so to get you the example that shows, in detail, how to do this...
oh sounds very good. I will wait for your example and then try it. Thank you very much
"The GX_SCROLL_WHEEL widget type is currently pretty much text-centric, so I had to override several of the drawing functions to draw the flag and the text. I’ve attached an example that does that. I started with demo_guix_widget_types, removed all the other screens, and modified the scroll wheel screen to do what we want. I was able to build and run it as a Win32 application for testing"
renesasrulz.com/.../download