Akascape / CTkListbox

A simple listbox for customtkinter (extenstion/add-on)
MIT License
130 stars 14 forks source link

ListBox buttons sometimes disappear when taking screenshot on windows with Win+Shift+S #28

Closed Sargeanthost closed 5 months ago

Sargeanthost commented 7 months ago

The buttons sometimes disappear when taking a screenshot with this accelerator. When using PrintScreen they don't disappear, nor when using the snipping tool. Correct functionality with the accelerator happens when using PrintScreen or the snipping tool, though.

First opened, W+S+S: image

After, PS: image

After, W+S+S: image

Akascape commented 7 months ago

@Sargeanthost can you clarify whether the buttons disappear from the screenshot or from the actual application itself?

Sargeanthost commented 7 months ago

@Sargeanthost can you clarify whether the buttons disappear from the screenshot or from the actual application itself?

The buttons flicker really fast and then disappear, and the the screenshot area selector pop-up displays

Akascape commented 7 months ago

@Sargeanthost Can you check if this is happening with any other ctkbutton or ctk widget?

Sargeanthost commented 7 months ago

@Sargeanthost Can you check if this is happening with any other ctkbutton or ctk widget?

Not that I could find. I have two ctkbuttons to the side of that entry widget and they stayed in their positions. I haven't tried anything else in a scrollable pane, though

Akascape commented 7 months ago

@Sargeanthost Please try this with other widgets placed in ctkscrollableframe and let me know!

Akascape commented 6 months ago

@Sargeanthost Update and check again