Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tab movement does not work for multiple windows under different instance #42

Closed
saugat opened this issue Sep 18, 2015 · 1 comment
Closed

Comments

@saugat
Copy link

saugat commented Sep 18, 2015

When you start two different instance of program and try to move one tab from another,unlike chrome it wont work. Chrome allows tab movement from one window to another regardless of its instance creation but demo your dll simply treats it as a different process and tab movement doesnot work.
If possible, I would like to see this implemented in your library.

@ButchersBoy
Copy link
Owner

Dragablz is strictly in process. But I have achieved the effect (I think) you are after in a private project by using a Mutex to enforce a single process instance: delegate requests to start a new Window back to your existing process instance and silently shut down the new instance. This also means you can start using Windows Jump Lists with Dragablz and get quite a nice experience.

I'll try and knock up a demo app/blog on how to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants