Conversation
| while (Visible) | ||
| { | ||
| NativeMethods.SetForegroundWindow(Handle); | ||
| Thread.Sleep(1); |
There was a problem hiding this comment.
This seems a bit too low. Sleeping the thread only every 1 millisecond certainly would decrease performance pretty badly. Perhaps sleep for 20 or even 50 seconds?
There was a problem hiding this comment.
@yankejustin Yes, or maybe, it will only be set on the foreground when it receives a message ??
|
Here is an image of the remote chat working after the |
|
I've not forgot about this, but I won't add this now before I release v1.3.0.0. Thanks for your contribution! |
|
Can we use Chat bubbles like that 😄 !? |
|
@BlackEyes250 I try to release it this week, only one issue left to get fixed. #410 |
|
Still hoping this gets added to the main branch! |
|
Never mind, my local copy was outdated :p |
|
Will this feature be added in this version? Still isn't added? o_O |
|
after closing the frmchat clients chat doesn't go away maybe i did something wrong? |
this is probably by design so the client has a copy of the exchange. then again it would be useful to be able to close it manually from the administration panel. |
The chat is hidden from taskmanager and it will allways stay on top issue #351