Subject | RE: [IBO] Ibo 5.3.1 - TIB_SessionProps problem |
---|---|
Author | IBO Support List |
Post date | 2013-10-24T16:27:57Z |
The crux of the problem is it is not having access to the
IB_ApplicationHandler at the time it is trying to set the TimerInterval value of
the TIB_Session. As a work around, perhaps you can set it to 0 in your
TIB_SessionProps component and then somewhere in code set it to your desired
value such that the IB_ApplicationHandler is present.
Jason
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of Sylwek G
Sent: Thursday, October 24, 2013 2:02 AM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Ibo 5.3.1 - TIB_SessionProps problem
Hello,
that's
not it. I tried to add and include unit IB_VCL.hpp to my sample
application.
Besides,
my sample application uses ibo5vrt package.
Best
regards
On Wednesday, October 23, 2013 6:32 PM, IBO
Support List <supportlist@...> wrote:
You need to add the unit IB_VCL to the project
or that unit.
Please check the ReleaseNotes.rtf file for more
details.
Jason
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of sylwekpcb@...
Sent: Wednesday, October 23, 2013 1:43 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Ibo 5.3.1 - TIB_SessionProps problem
It's connected to TIB_SessionProps component. TimerINterval property is set
to 5000 (I tried also other values, including 0).
How can I fix it?
IBO 5.3.1
C++ Builder XE
Best regards