Hi Jim, You only need one pixelmap for your bar. The guix will automatically "tile" it so that the desired area is filled. As for the updating the screen: - if you use API call such as gx_progress_bar_value_set, the GUIX will automatically redraw the widget - if you write straight to widget properties, you'll have to use gx_system_dirty_mark(&widget) on that widget to force it to be redrawn I can provide a sample project later. Regards
↧