Fair enough - if I do that, my 'hey, fix this' will likely be a message in the new window. If so, I'll need to know its a new window rather than a tab on the original window. Is there an easy way for me to detect that?
James Willock
@ButchersBoy
You can implement your own IInterTabClient, and create your window, do at that point you'd configure your secondary window
Matteo
@matteoPhre
Hi guys, i wanna ask you something..i have got so many problems with dragablz:TabablzControl style
i want to set custom background and foreground
but i can't...(noob time)
amoamare
@amoamare
@ButchersBoy, any plans to support other 3rd party tools (Telerik RadWindow, Devexpress etc)
James Willock
@ButchersBoy
@amoamare for Dragablz or Material Design? But no, not really, I haven't got the capacity.
fsdjfojdo
@fsdjfojdo
hello is possible change the color of <dragablz:TabablzControl in line? Actually it take the default color via app.xaml but if I want change into a specific color only for this tabcontrol?
@ButchersBoy
fsdjfojdo
@fsdjfojdo
also is possible add an animation like mahapp when I click on another tabitem?
James Willock
@ButchersBoy
.... Well.... You can do almost anything... With styling...
fsdjfojdo
@fsdjfojdo
@ButchersBoy so no animation?
James Willock
@ButchersBoy
There's no animations "out of the box"
fsdjfojdo
@fsdjfojdo
is possible in some way inherit the animation of mahapp?
James Willock
@ButchersBoy
To be honest I haven't looked at the MahApps tab for a while.
Matteo
@matteoPhre
hi @ButchersBoy !! i want to ask you one thing: if i want to add a togglebutton in my tabcontrol, how can i avoid the ellipsis effect when isMouseOver = true??
Matteo
@matteoPhre
i'd like that my toggle doesn't work like a tabItem
Danielmdmu
@Danielmdmu
Is there a way how i can change the size(height) of the tabpanel directly? I know I can set the height of an Dragablzitem
James Willock
@ButchersBoy
@matteoPhre have you looked at the tab item demo that as a checkbox and uses custom thumb?
@Danielmdmu you can create your own ItemsOrganiser
vmohammad
@vmohammad
hello how i can custom the control bar of my wpf program?(like MahAppsDragablzDemo)
jarek
@JarekHerisz_twitter
Hello I am looking for a way to block dropout bookmarks in the window.
James Willock
@ButchersBoy
I don't understand the question
maciz84
@maciz84
@BaderAlmudarra hi mate sorry for not helping you regarding the border thing from August? Do you still want to know how I got rid of the shadow?
_
FACELESS
@NothingFaceX
Hello , How can i turn off dragging tabs out of the window ? ?
FACELESS
@NothingFaceX
:|
FACELESS
@NothingFaceX
what is exactly this room for ?
Krutonium
@Krutonium
A place to chat about an get help with Dragablz. Problem is that it has been dead for a very long time.
There was 23 messages in all of September.
FACELESS
@NothingFaceX
why this days developers make something and leave it alone with no correct documentation :\
Krutonium
@Krutonium
I mean, life happens. Just because someone makes something doesn't mean they want to support it forever.
FACELESS
@NothingFaceX
I always learn and study myself with software guides , yeah they have to leave it for supporting forever but at least they can create a reference guide not a confusing help with "just how to set it up" and some explaining ! it's not a good way to create a demo , publish it and say users , SEE HOW DEMO WORKS ! :|
James Willock
@ButchersBoy
@LinkinForEver this is not "dead", but it's open source, and I can't apply 100% of my time to it.
Abystus
@Abystus
Anyone know why I don't have underlined tab headers for the selected tab?
they swap just fine, but I have a hard time telling which one is selected without that indicator being shown
James Willock
@ButchersBoy
@Abystus you're using the material style?
amoamare
@amoamare
@ButchersBoy was this ever solved ? ButchersBoy/Dragablz#104
James Willock
@ButchersBoy
no, might try and come back to that...got some more free time heading my way
amoamare
@amoamare
Perfect thanks, in the mean time I just override it from the main view and it works perfect.
Michael Heinrich
@pinki
Hi, I have a question about Dragablz' license. The nuget package says "MS-PL", but the github project says "MIT License". Which one is right?
Krutonium
@Krutonium
@pinki I would say the GH Project is the one you should assume is correct, since that is the source tree.
Michael Heinrich
@pinki
@Krutonium Thanks.
James Willock
@ButchersBoy
@pinki yes, it's MIT
Krutonium
@Krutonium
I should scroll lower in gitter more often. I would have caught this days ago.
Matteo
@matteoPhre
Hi!!! i have a question: my application start with a window..when i check the "IsDirty" pattern, i want to raise a modal that show you a warning message. But when i close the modal, all the application closes. I want to bind close action to a custom command with parameter..but i can't handle the modal closing..
James Willock
@ButchersBoy
@matteoPhre did you fix?
Matteo
@matteoPhre
@ButchersBoy hi! yes i've fix it with AOP. many thanks
FACELESS
@NothingFaceX
@LinkinForEver this is not "dead", but it's open source, and I can't apply 100% of my time to it.
@ButchersBoy , Yes you are completely right , sorry about that.
tbone897
@tbone897
hi, I'm trying to implement middle mouse and ctrl+f4 close tab. So far I have in my xaml : MouseDown="tabablzControl_MouseDown"