Klunk1
@klunk1
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 650
Reply
RE: dotNet: how to quickly fill 2D array with values?

blimey ! hardcore, my brain is usually fried by midnight ! I sometimes look at code written in the early hours at a later date and the thought that go…

12 years ago
Forum
Reply
Reply
RE: dotNet: how to quickly fill 2D array with values?

I was trying it in max 10, will give it a twirl in 13

12 years ago
Forum
Reply
RE: dotNet: how to quickly fill 2D array with values?

I get an error on the line compilerResults.CompiledAssembly.CreateInstance “DoubleOps” – Runtime error: dotNet runtime exception: Could not load fil…

12 years ago
Forum
Reply
RE: Replacement for Vertical Scroll

you need to catch the jump error when trying to drag the scroll bar down when the window is large enough not to need a scroll bar.

12 years ago
Forum
Reply
RE: Problem resizing bitmap

where’s bb defined ?

12 years ago
Forum
Reply
RE: Question: On Creating Exporter Dialog

you’ll find SplitFilename(…) in the sdk is a useful function for chopping up the path, filename and extension.

12 years ago
Forum
Reply
RE: Question: On Creating Exporter Dialog

I thought the const TCHAR* name parameter in the DoExport function only captured the file name field the user chooses to save the file exported as– n…

12 years ago
Forum
Reply
RE: Dummy rollout as filler

with the sdk you could add an empty rollout to the command panel (I quite often had sticky rollouts when unload/loading dll during the build process) …

12 years ago
Forum
Reply
RE: HTTPS connection with GET

you can use dotnet get in a dotnet background worker something like… ( webdata = “” fn Completed sender arg = ( sender.Dispose(); …

12 years ago
Forum
Reply
RE: getVert using MXS, dotnet and C#

something like this might work char* verts = &((char *)mnmesh.v)[4]; for(int i = 0;i < mnmesh.numv; ++i, verts += sizeof(MNVert)) _wri…

12 years ago
Forum
Reply
RE: how do you like my new avatar?

It does I used… bm = dotnetobject “System.Drawing.Bitmap” (getdir #ui + @”\Icons\LockButton_i.bmp”) bm.MakeTransparent(); and it used the alpha in…

12 years ago
Forum
Reply
RE: how do you like my new avatar?

add some prettyfication with bm.MakeTransparent();

12 years ago
Forum
Reply
RE: Question: On Creating Exporter Dialog

why are you asking for the output directory twice ? if you’re throwing up the settings dialog then you’ve already been through the select export filen…

12 years ago
Forum
Reply
RE: Question: On Creating Exporter Dialog

why are you trying to check for a valid directory on every keystroke ? It’s a modal dialog box the user cannot do anything else in max while it’s up u…

12 years ago
Forum
Page 10 / 46