SWayfarer

Results 9 comments of SWayfarer

Hi! A mouse click is pressing and releasing a button on a widget without exiting it. If I exit the mouse cursor with the button pressed from the widget, and...

I am writing a slider that, by clicking on the moved part, remembers that it is pressed and depending on the movement of the mouse, it moves itself. I need...

Here some code to understand =) https://pastebin.com/N9YbNQHe

Hi! It works! Thanks! Do I understand correctly that these two empty interfaces do all the magic?

Finally, i use ListBox, thanks!

Hi! I meant the ability to interrupt the current thread before closing the window. I wrote simple code that should do this, but it does not work as I expected....

Unfortunately, this did not help, the result is the same. Sometimes it works correctly, and sometimes it hangs on a lock. https://pastebin.com/BKRDZFjV Upd: Those. if you call the dialog many...

I use dialogs as built-in to other programs, where they represent the implementation of some interface for interaction. In most cases, I / O stops the process until it is...

Yes, it seems to work. Thank you! =) And... In the process of analyzing the framework, I tried to look at the insides to understand the cause of the problem,...