Yes, ofEnableSizing was in the Options box of the OpenDialog. The code you requested is shown below. I will not mess around with the widgetsets.
You should know that the program was originally compiled with Lazarus 1.0.10.0
This forum in a different thread helped me to get it to compile on Lazarus 4.0 and that in itself was a major feat.
Other bizarre problems have been encountered when the program is run though up to now all have been fixable. For example, in some cases the mere presence of the line "Form5.FormStyle := fsNormal" would cause Form5 to erroneously reload itself as with a Form5.Show command, while in other cases that command statement would cause no problems.
wp, I ran the YouTube video that you mentioned, did what it suggested and it fixed the problem! All the dialogs now work fine in the entire program. Weird.
Thank you all.
object OpenDialog1: TOpenDialog
Left = 635
Top = 337
end
object Timer1: TTimer
Enabled = False