Toolbar button and slide-out panel

Has anyone been successful getting a toolbar button to get a fly-out panel to work in a page? I have the toolbar button showing up but i can’t figure out how to tie it into my side-panel content.

With “toolbar button” do you mean the standard Concrete toolbar that’s displayed when users are logged in?

If so, I developed a package that adds toolbar buttons that open panels.

You have to register buttons this way:

And you have to register your panels this way:

You also need controllers and views of course, see that package souce code for more details.

Thank you!!! I will check this out this is a great example. (but then again you knew that)