eclipse-threadx / guix

Eclipse ThreadX GUIX Studio provides a complete, embedded graphical user interface (GUI) library and design environment, facilitating the creation and maintenance of all graphical elements needed by your device.

Home Page:https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/guix/index.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug about guix\samples\demo_guix_car_infotainment\volume_screen_base.c

wlyly1 opened this issue · comments

UINT volume_progress_bar_event_process(GX_PROGRESS_BAR bar, GX_EVENT event_ptr)
{
............
// this should be fixed like this:
VOLUME_SCREEN_BASE_CONTROL_BLOCK *base = (VOLUME_SCREEN_BASE_CONTROL_BLOCK *)bar->gx_widget_parent->gx_widget_parent->gx_widget_parent;

Thank you for the advice! We will fix this in the next release.