We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using cut-down version on progress form for initialisation and when loading multiple snippets.
Perhaps use a base class frame - TBusyBaseFrame that gets sub-classed by TBusyFrame. Can also rewrite TProgressFrame as a subclass of TBusyBaseFrame.
TBusyBaseFrame
TBusyFrame
TProgressFrame
This issue split out from issue #110.
The text was updated successfully, but these errors were encountered:
This is too much work for the gain to be made in a little used wizard.
Sorry, something went wrong.
delphidabbler
No branches or pull requests
Consider using cut-down version on progress form for initialisation and when loading multiple snippets.
Perhaps use a base class frame -
TBusyBaseFrame
that gets sub-classed byTBusyFrame
. Can also rewriteTProgressFrame
as a subclass ofTBusyBaseFrame
.The text was updated successfully, but these errors were encountered: