Freeze on startup
Freeze on startup
When I start a C++ Builder project that has a TeeTree on a form visible in the designer, it takes several seconds to refresh. The screens is locked up for those seconds. This behavior also appears when the compiled application starts. Is there a property that needs to be turned off? Could this be an installation problem?
I'm not sure, but I think this is not that simple.
TeeTree uses the printers.pas unit. If something in this file is causing the issue, then it won't be easy to fix. (You can change the default printer, but I don't think this is a solution to your problem)
What you can try is setting the TTree.Page.UsePrinter to False. Default this is set to true. If set to true, then the page dimensions of the printer are retrieved and used. It might be that this triggers the timeout.
Regards,
Tom
TeeTree uses the printers.pas unit. If something in this file is causing the issue, then it won't be easy to fix. (You can change the default printer, but I don't think this is a solution to your problem)
What you can try is setting the TTree.Page.UsePrinter to False. Default this is set to true. If set to true, then the page dimensions of the printer are retrieved and used. It might be that this triggers the timeout.
Regards,
Tom