hello
an example is attached.
as you can see - the list is VISUALLY populated ONLY AFTER the loop is finished.
i must have it VISUALLY populated when it's actually populated (right after the 'add' command).
in vb and even in b4A a DoEvents (every x mod y=0) makes it.
no DoEvents in b4J, i've tried the callSubDelayed + a timer combination.
well, it seems (to me) that there must be a compatibility between the timer interval and the loop speed.
that's of course varies between machines (and even in same machine, other time).
that ain't enough accurate for me.
i need it to behave exactly as if i put a log command and see it in the log pane in real time.
is there a way to force the control to VISUALLY refresh NOW ?
Thank you
an example is attached.
as you can see - the list is VISUALLY populated ONLY AFTER the loop is finished.
i must have it VISUALLY populated when it's actually populated (right after the 'add' command).
in vb and even in b4A a DoEvents (every x mod y=0) makes it.
no DoEvents in b4J, i've tried the callSubDelayed + a timer combination.
well, it seems (to me) that there must be a compatibility between the timer interval and the loop speed.
that's of course varies between machines (and even in same machine, other time).
that ain't enough accurate for me.
i need it to behave exactly as if i put a log command and see it in the log pane in real time.
is there a way to force the control to VISUALLY refresh NOW ?
Thank you