-
Notifications
You must be signed in to change notification settings - Fork 154
Description
hello Team,
I'm using Azure GUIX Studio with the RA6M3 MCU board, and I am using the E2 Studio IDE for development.
Issue 1:- Scroll Wheel strings......
I implemented a scroll wheel in my project to represent the menu. After setting all the strings in the scroll wheel, I built and debugged the code. While I can see the scroll wheel on my display, the strings are not visible. I have attached a snippet below for reference. Additionally, I referred to the tutorials from the GUIX SDK files but still couldn't achieve the desired result.
Here you go,
GUIX.zip
Issue 2:- Vertical Scroll Bar......
I am using a vertical scroll wheel to change data upwards or downwards using a keypad (modifying the prompt value at runtime). In Azure GUIX Studio, I added a vertical scroll bar to my screen and configured it properly. In E2 Studio, I attempted to locate the scroll bar using the gx_widget_find API. However, when I built and debugged the code, I couldn't find the scroll bar. Additionally, I referred to the tutorials in the GUIX SDK files but still couldn't achieve the desired result.

If anyone has a solution to my issue, please let me know as soon as possible!
Thank You in Advance!