Embarcadero/DelphiVCL4Python

Window cannot be minimized

fansxs opened this issue · 2 comments

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. : )