LoadingIndicator icon indicating copy to clipboard operation
LoadingIndicator copied to clipboard

Spinner's background image contains window buttons

Open artemshadrunov opened this issue 3 years ago • 3 comments

Hi! First of all thank you for the very useful library!

I noticed that the background image for a spinner looks kinda weird. It contains "top" of my window with buttons and window name but on your screenshots here I ain't see something like that. Maybe I use it wrong way? There is nothing critical for me but I think I should let you know :)

Hope it can help to improve your lib.

image

artemshadrunov avatar Apr 23 '21 11:04 artemshadrunov

Many thanks for reporting this issue.

I found the root cause, I will fix it.

As a quick workaround - you can put Panel on the Form and create LoadingIndicator on this panel, so image capture will take only controls of this panel without border, window title etc.

I'll fix this behavior.

Thank you!

Related #8

MaxShoshin avatar Apr 23 '21 14:04 MaxShoshin

Happy to help!

artemshadrunov avatar Apr 23 '21 14:04 artemshadrunov

First of all, thank you very much for your work, it really made my work very easy, but I have a problem, I want to change the default time (700ms) and default colors, how can I do that?

talhayksk avatar Feb 19 '22 21:02 talhayksk