Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Added remote chat#469

Closed
meltingice1337 wants to merge 2 commits intoquasar:masterfrom
meltingice1337:remote-chat
Closed

Added remote chat#469
meltingice1337 wants to merge 2 commits intoquasar:masterfrom
meltingice1337:remote-chat

Conversation

@meltingice1337
Copy link
Copy Markdown
Contributor

@meltingice1337 meltingice1337 commented Jun 20, 2016

The chat is hidden from taskmanager and it will allways stay on top issue #351

Comment thread Client/Forms/FrmRemoteChat.cs Outdated
while (Visible)
{
NativeMethods.SetForegroundWindow(Handle);
Thread.Sleep(1);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Copy Markdown
Contributor Author

@meltingice1337 meltingice1337 Jun 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yankejustin Yes, or maybe, it will only be set on the foreground when it receives a message ??

@meltingice1337
Copy link
Copy Markdown
Contributor Author

meltingice1337 commented Jun 20, 2016

Here is an image of the remote chat working after the 03db197 commit http://i.imgur.com/BaGr2ip.png

@MaxXor
Copy link
Copy Markdown
Contributor

MaxXor commented Jul 3, 2016

I've not forgot about this, but I won't add this now before I release v1.3.0.0. Thanks for your contribution!

@DragonzMaster
Copy link
Copy Markdown
Contributor

Can we use Chat bubbles like that 😄 !?
http://stackoverflow.com/questions/30764357/control-snapping-on-resize-in-c-sharp-scrollable-container
I think it would be nice :)

@MaxXor
Copy link
Copy Markdown
Contributor

MaxXor commented Aug 18, 2016

@BlackEyes250 I try to release it this week, only one issue left to get fixed. #410

@LostSoulfly
Copy link
Copy Markdown
Contributor

Still hoping this gets added to the main branch!

@dmgamingstudios
Copy link
Copy Markdown

dmgamingstudios commented Nov 6, 2016

Never mind, my local copy was outdated :p

@0gecco
Copy link
Copy Markdown

0gecco commented Sep 16, 2018

Will this feature be added in this version? Still isn't added? o_O

@Knakiri
Copy link
Copy Markdown

Knakiri commented Nov 10, 2022

after closing the frmchat clients chat doesn't go away maybe i did something wrong?

@edcdecl
Copy link
Copy Markdown

edcdecl commented Nov 10, 2022

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.

@MaxXor MaxXor closed this Feb 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants