Subject | Re: [IBO] Ibo 5.3.1 - TIB_SessionProps problem |
---|---|
Author | Sylwek G |
Post date | 2013-10-25T06:53:02Z |
Hello,
thanks for your suggestions. I think I'll use a separate instance of TIB_Session component instead of DefaultSession (I tried it in the meantime in my sample app and it works fine). However, there is more
problems with C++ Builder XE. I'll report them later in separate topics.
Best regards
Sylwek
On Thursday, October 24, 2013 8:27 PM, IBO Support List <supportlist@...> wrote:
It might also help if you use the IB_VCL unit right in your
project source so that it has the IB_ApplicationHandler instance created prior
to the TIB_SessionProps component attempting to set the TIB_Session
TimerInterval property.
This is due to the functionality of TTimer being abstracted to
the IB_ApplicationHandler so that the core modules of IBO are not directly
dependent upon the VCL or any other application framework.
Jason
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of IBO Support List
Sent: Thursday, October 24, 2013 10:28 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Ibo 5.3.1 - TIB_SessionProps problem
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