MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: Set Skin Weights

I completely forget .mesh property, I have another questions about skinning process: 1 – We have to activate modify stack for almost all “skinops” fu…

9 years ago
Forum
Reply
RE: Set Skin Weights

denisT: is it a geometry at least? OK. just use it’s mesh and multiply mesh vertex position by your object’s transform. it will make the world pos…

9 years ago
Forum
Topic
9 years ago
Forum
Replies: 5
Views: 53
Reply
RE: MXS – custom shape buttons

You can do it with WPF.

9 years ago
Forum
Reply
RE: dotNet add image to gridview

If you want to customize dotnet controls, I always prefer to use WPF version.

9 years ago
Forum
Reply
RE: Blocking WPF Window

This might be a solution , but doesn’t work for me either , changing RendeMode of the window in c#: this.Loaded += delegate { var source = Prese…

9 years ago
Forum
Reply
RE: Blocking WPF Window

Yea, It’s really bad. what about SetWindowLong function? doesn’t help? I just tested but got nothing: fn CompileCSharp Source ClassName = ( csharpPr…

9 years ago
Forum
Topic
Forum
Replies: 4
Views: 48
Topic
9 years ago
Forum
Replies: 1
Views: 41
Reply
RE: dotnetobject "UserControl" Maximum Size

No, but I can show you some examples,You can execute xaml inside max like this: Xaml = “<ListViewItem ” Xaml +=” xmlns=\”http://schemas.micro…

9 years ago
Forum
Reply
RE: dotnetobject "UserControl" Maximum Size

Me too :), best practice is creating your UI inside Visual Studio, then you can execute xaml inside maxscript or more advanced method is creating asse…

9 years ago
Forum
Reply
RE: dotnetobject "UserControl" Maximum Size

Actually you first need to know how WPF works, Then you can use it inside maxscript. Just google it, you can find many tutorials about it.

9 years ago
Forum
Reply
RE: dotnetobject "UserControl" Maximum Size

Yes, add your items in to a StackPanel, change StackPanel orientation to horizontal.then set stackpanel as listviewitem.content

9 years ago
Forum
Reply
RE: dotnetobject "UserControl" Maximum Size

I’m not WPF expert, just beginner, but I can tell you some introductions: WPF is newest UI solution from Microsoft. You can make almost any UI with WP…

9 years ago
Forum
Reply
RE: dotnetobject "UserControl" Maximum Size

One of the biggest advantage of WPF is that you can insert any control to another control. this example shows you how you can do it: TheWindow = dotn…

9 years ago
Forum
Page 35 / 55