Subject | Re: [IBO] Cursors, session props and TIBOxxx |
---|---|
Author | Martijn Tonies |
Post date | 2002-01-15T22:02:25Z |
Hi,
the flicker anyway...
Will give it another shot and report back later...
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> What you can do is use the TIB_Session component as the Owner of theI'll give that a try...
> TIB<something> components that you are creating with their normal
> constructors. This will keep them all tied to the right session properly.
> You can call BeginBusy() and End Busy for all components involved with thethe
> operations. But, seems to me the easiest thing for you to do is just set
> session's UseCursor to false and handle it directly as you are doing.Hmmm, I believe I already tried UseCursor = false before and it started
the flicker anyway...
Will give it another shot and report back later...
> Either turn off IBO's cursor handling and do it directly yourself or don't--
> do anything directly and let IBO do it for you by making proper use of the
> BeginBusy() and EndBusy methods.
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."