Hi Karol, thanks, it works. I tryied to ally your suggention also for the gx_slider_needle_position_get function, but it does not work. I would like to get the current value of the slider after it is moved, then show that value inside a prompt. I tryied: // Create a pointer to the slider gx_system_widget_find((USHORT)ID_SLIDER, GX_SEARCH_DEPTH_INFINITE, (GX_WIDGET **) &punt_slider); // try to get the value of the slider gx_slider_needle_posistion_get(punt_slider, &punt_slider- gx_slider_info, (int)position); But an error occurs on the function call. Maybe it is due to the position parameter? Which is the correct way to obtain the current value of the slider? Thank you.
↧