Subject | Disabling/Hiding hourglass-cursor |
---|---|
Author | rlssv |
Post date | 2003-11-07T09:14:29Z |
How do I effectively kill the hourglass-cursor you're getting for
instance when doing a
while not query.eof do
begin
....
query.next;
end;
I want to set my own constant hourglass-cursor before my loop, but
IBO sets it's own cursor during next - resulting in an irritatating
flashing cursor, which also slows down the process unless you move
the mouse outside the application.
René / SSV
instance when doing a
while not query.eof do
begin
....
query.next;
end;
I want to set my own constant hourglass-cursor before my loop, but
IBO sets it's own cursor during next - resulting in an irritatating
flashing cursor, which also slows down the process unless you move
the mouse outside the application.
René / SSV