MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: A few dotnet list view question

Instead of adding and removing Expanders, you can set their Visibility property to the Collapsed. Well, i’s not a good idea to add events in xaml. bec…

5 years ago
Forum
Reply
RE: A few dotnet list view question

1 – You can use WPF Expander instead of Subrollout. 2 – Yes, But depend of the case you may had to write more line of codes. 3 – Yes, You can add even…

5 years ago
Forum
Reply
RE: A few dotnet list view question

This is an example to start: global Window ( if heapSize < 256000000 do heapSize = 256000000 –256Mb — Window if Window != undefined do Wind…

5 years ago
Forum
Reply
RE: A few dotnet list view question

DataGrid. You can use WPF window (dotnetobject “System.windows.window”) or use dotNet Control “Integration.ElementHost” inside mxs dialog. Forget subr…

5 years ago
Forum
Reply
RE: A few dotnet list view question

I always use WPF not winform.

5 years ago
Forum
Reply
RE: script controller

Your manual method doesn’t work either.

5 years ago
Forum
Reply
RE: Face from object array

You should first show your script…

6 years ago
Forum
Reply
RE: Subrollout update one more time

You should show some example …

6 years ago
Forum
Reply
RE: Reusing rollout in subrollout in same dialog

The problem is you cannot create a instance of a rollout without redefining it. Some tricks may help you, for example saving rollout definition string…

6 years ago
Forum
Reply
RE: Just a replica

Another point is I just separated all my tools and functions in two parts: common and specific. common will be updated for all tools which consist of …

6 years ago
Forum
Reply
RE: Just a replica

denisT: So you shouldn’t be cake about overwriting someone’s else globals I’m actually worry about overriding my own functions :), because some t…

6 years ago
Forum
Reply
RE: Just a replica

My methods looks little different. I first define structures to create something like namespaces in C# at the beginning. I have only one global …

6 years ago
Forum
Reply
RE: Just a replica

I categorized all of my scripts like this, But now I have a question. Do you think is it efficient to call a function from structure like this? MyComp…

6 years ago
Forum
Reply
RE: Assigning a bitmap to a standard material

You should first check whether meditMaterials[i].diffuseMap is undefined or not. if isproperty Mat #diffusemap and Mat.diffusemap != undefined do …

6 years ago
Forum
Page 18 / 55