DelphiVCL4Python icon indicating copy to clipboard operation
DelphiVCL4Python copied to clipboard

Window cannot be minimized

Open fansxs opened this issue 2 years ago • 2 comments

Maximizing the window works fine, but minimizing doesn't work. : )

fansxs avatar Dec 19 '23 07:12 fansxs

@fansxs add the following code to your main script:

Application.MainFormOnTaskbar = True

lmbelo avatar Dec 19 '23 12:12 lmbelo

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

fansxs avatar Dec 19 '23 14:12 fansxs