delphidabbler / codesnip

A code bank designed with Pascal in mind
https://delphidabbler.com/software/codesnip
Other
110 stars 33 forks source link

Revise how wait message is displayed in SWAG dialogue #114

Open delphidabbler opened 1 year ago

delphidabbler commented 1 year ago

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.

This issue split out from issue #110.