Hi all,
I’m working on displaying the hourglass while longuish task are being run and using wxBusyCursor as it call wxBeginBusyCursor and wxEndBusyCursor in it’s const/destruct. In the API doc, it states that wxBeginBusyCursor “Changes the cursor to the given cursor for all windows in the application.” Well, it ain’t happening for me. It seems to not take effect on new windows that are created afterwards, but also just not show the hourglass.
Also, when used in conjunction with wxWindowDisabler, the hourglass doesn’t show up.
I’ve made my own busyCursor class with the use of SetCursor in the meantime, but it’s not perfect either, sometimes the hourglass just doesn’t show.
Anyone knows the source of this weird behaviour??
thanks
jp