dockable dialog and mouse events
-
hi i want to build a plugin with c#
on mouse enter dockable dialog width should increase
on mouse leave dockable dialog width should decrease -
@gurikbal-singh
One way would be to listen to mouse move messages
and then to act accordingly. In C# it might look like this.Eko
-
i was tried so far but not work for me there
so i have solution :-
i create a new form and this form working there ++ transparency
and I created object here in new independent form -
@gurikbal-singh
Sorry but I have very very little experience with C# so I can’t say for sure what your issue is but
as you said you already found a solution then it is ok, isn’t it :-)Eko
-
@Eko-palypse
dialog is dialog after all
form can perform as dialog by code this.dialog.show();
but i’m used this.show();