Good afteroon,
we are trying to understand how the creation or the visibility or redraw in general of a widget works.
As far as we have seen, even using these settings (in gfxconf.h file):
#define GWIN_REDRAW_IMMEDIATE TRUE
#define GWIN_REDRAW_SINGLEOP TRUE
the creation of a widget or the visibilty of a widget is not immediate.
How can we have a real immediate creation of a widget? Is there a way to have an immediate creation or redraw of a widget? Even if it will bring to a performance slowness; that is not important for us.
Thanks you