Hi Delphians,
Using D7 with Vista, I can't get the expected cursor operation. Here is my
code:
begin
OldCursor := Screen.Cursor;
Cursor := crHourGlass;
Application.ProcessMessages;
Try
<<<long time process going on>>>
finally
Screen.Cursor := OldCursor;
end;
end;
The cursor doesn't change from the old pointer to the crHourGlass during the
<<<long time process going on>>>. I tried crCross insteads of crHourGlass,
but nothing seems to work!
Does anyone know why this isn't showing the hourglass cursor, and possibly
what I should change to make it work?
Sincerely,
Rich Cooper
EnglishLogicKernel.com
Rich AT EnglishLogicKernel DOT com
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk