Problem with webcursors

Are webcursors working in 2015r3?
In an iMac, am trying to set the cursor to the wait one in a sheetdialog like this:

self.cursor=System.Webcursors.wait

and after some seconds I revert it to webcursors.automatic.

But the cursor remains the same, does not change at all.

The webapp works fine but I need to feedback the user when the sql inserts take some seconds.

Funny thing is that in the PC it does work.

Another troubling behavior is that system… TAB does not autocomplete nor has any reference to webcursors.

[quote=227856:@Julio Debroy]Are webcursors working in 2015r3?
In an iMac, am trying to set the cursor to the wait one in a sheetdialog like this:

self.cursor=System.Webcursors.wait

and after some seconds I revert it to webcursors.automatic.

But the cursor remains the same, does not change at all.

The webapp works fine but I need to feedback the user when the sql inserts take some seconds.

Funny thing is that in the PC it does work.

Another troubling behavior is that system… TAB does not autocomplete nor has any reference to webcursors.[/quote]

Putting the cursor change in a Timer may do the trick.