B
beefhealy
Guest
I'm running Openedge client networking 11.1 (also tried with webclient) on a windows 8.1 tablet and I'm having issues getting the Windows wait cursor to display. The code works fine on my own machine (11.5 Progress Developer Studio / Windows 7). Has anyone encountered this before or have any ideas? Thanks in advance! I have tried both the general cursor and a custom cursor. Input is blocked but the user is not getting the visual feedback and spams the touch-screen. The code is as simple as: SESSION:SET-WAIT-STATE ("cursor.cur"). DO WHILE ETIME < 10000: ASSIGN fiResult = STRING(ETIME) + " - " + SESSION:GET-WAIT-STATE (). DISPLAY fiResult. END. MESSAGE "Turning off wait state" VIEW-AS ALERT-BOX. SESSION:SET-WAIT-STATE (""). Any ideas would be appreciated.
Continue reading...
Continue reading...