DelphiVCL4Python
DelphiVCL4Python copied to clipboard
Window cannot be minimized
Maximizing the window works fine, but minimizing doesn't work. : )
@fansxs add the following code to your main script:
Application.MainFormOnTaskbar = True
Now it works fine, thanks. I suggest that this line of code be added by default to the official demo to avoid users having the same questions. : )