Hi,
One the image is loaded, I automatically call a procedure to rotate a bitmap, which works fine. I want to display a message on the form using either label.caption or canvas.textout or statictext.caption to inform the user rotation is in progress(i.e. not a message as don't want to have to click to continue).
The rotate routine creates a progressbar and this updates fine. However, text sent to the form does not appear until after the rotate procedure has completed despite being at the start of the procedure.
Is there a way to send the text, force a refresh so it is visible, and then start the procedure?
Thanks.
One the image is loaded, I automatically call a procedure to rotate a bitmap, which works fine. I want to display a message on the form using either label.caption or canvas.textout or statictext.caption to inform the user rotation is in progress(i.e. not a message as don't want to have to click to continue).
The rotate routine creates a progressbar and this updates fine. However, text sent to the form does not appear until after the rotate procedure has completed despite being at the start of the procedure.
Is there a way to send the text, force a refresh so it is visible, and then start the procedure?
Thanks.