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

toolbar is not shown #45

Open
eladpotok opened this issue Oct 23, 2019 · 3 comments
Open

toolbar is not shown #45

eladpotok opened this issue Oct 23, 2019 · 3 comments

Comments

@eladpotok
Copy link

eladpotok commented Oct 23, 2019

Hi, great work!
I have some issues I would like to discuss with you.

  1. When I run the .bat file (and the process itself) I do see the new toolbar in the taskbar.
    When I mark it, I don't see the view. But when I mark another toolbar (like the legacy toolbar. such like Address or Links), I see the toolbar (reproduced in your example as well).

EDIT:
I see that is not really hidden but shrink, so I need to extend it by the mouse. Its default size is really tiny?

  1. Do you know if there is any automatic (script) way to mark the toolbar? maybe in registry?

  2. The actions is not working when I click at the toolbar.

  3. Sometimes, when I run the process, the explorer.exe locks my process so I can't run it again.

@dsafa
Copy link
Owner

dsafa commented Dec 20, 2019

Sorry really late response!

  1. Theres no default min size or default size, so it takes up no space
  2. To automatically start the deskband you can look at this for information: link
  3. What kind of actions are you trying to do?
  4. Explorer doesn't unload the dll unfortunately, so you'll have to close explorer to rebuild.

@eladpotok
Copy link
Author

eladpotok commented Jan 15, 2020

thank you for your answer.
about section 1, so how can I make my app to appear without extending the taskbar?

this is how it appears when deskband is started:
image

and this is after expanding the taskbar splitter:
image

(my app is the one with the white balloon).

@kevinglier
Copy link

kevinglier commented Mar 3, 2020

@eladpotok Maybe it's a little bit to late, but maybe someone this is also useful to someone else. I achieved a visibile deskband by using the following code:

public Deskband()
{
    Options.ContextMenuItems = ContextMenuItems;
    Options.MinHorizontalSize = new DeskBandSize(50, -1);
}

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

3 participants