As a side note, GUIX will only see "pending change" if you use API to modify widget position. Otherwise, you'll need to mark widget as dirty using gx_system_dirty_mark(p_widget). When performing these changes from outside of GUIX Event Handler (i.e. from one of your application threads), you'll have to manually invoke rendering context by calling gx_system_canvas_refresh(); Regards
↧