In my application, I need to open a sub-VI that displays its front panel as a modal window and to change the cursor to an hourglass from that sub-VI for itself and all calling VI's.
As shown in the example attached, this works perfectly if the sub-VI frontpanel is displayed as a normal or floating window.
However, when it is set to a modal window, the mouse cursor resets to the normal pointer appearance as soon as the cursor is moved outside the modal window.
Why is it so and is there any solution to overcome that ?