VVaari
@vvaari
New Member
Joined: Feb 15, 2024
Topics: 15 / Replies: 40
Reply
RE: system.drawing.pen?

You need to set color first. aColor = dotNetClass “system.drawing.color” aColor = aColor.fromargb 255 255 255 aPen = dotNetObject “system.drawing.pe…

15 years ago
Forum
Reply
RE: Align a sprite to a face

Try if you can set AttaSprite_Copy.dir to face normal direction or something.

15 years ago
Forum
Reply
RE: Overlapping

I just want to move those faces (top and rightside from green, bottom and leftside from red in the image), thus making both boxes smaller. I dont want…

15 years ago
Forum
Reply
RE: Overlapping

Both boxes. I’m gonna have lots of boxes and I’m gonna loop thru all of them, and if intersection happens between two objects, both need to be resized…

15 years ago
Forum
Reply
RE: Overlapping

I create boxes (converted to editable mesh) based on bounding boxes from different kind of objects. But yes they will be shaped liked boxes

15 years ago
Forum
Reply
RE: Overlapping

If I have situation like in the image above, vertices in the red box are not inside green box but they still intersect. Basically what I need to get i…

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 9
Views: 25
Reply
RE: XtraTreeList cell color

Can you create different types of cells for same column in XTL? For example rootnodes has checkboxes in first column but childnodes has listboxes. See…

15 years ago
Forum
Topic
Forum
Replies: 0
Views: 19
Reply
RE: Can we change the color of dotNet listView's column header?

You can “change” the column header color by drawing the header yourself. I’ve never done any ownerdrawing code inside maxscript, I just create my own …

15 years ago
Forum
Reply
RE: dotNet listview and groups

Yea i thought so. Well it’s not big problem. Just gotta do some stuff in different way I already have customized listview anyway so maybe I’ll just c…

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 14
Reply
RE: List View Highlight disappeared!

It might have something to do with listview losing focus. I’m not sure tho, because i’m having same issue with my dotnet listview but haven’t got time…

15 years ago
Forum
Topic
Forum
Replies: 0
Views: 9
Reply
RE: Modal dialog and mouse

Oh great, how didn’t i think of doing it like that…goddamn embarassing. I owe you a lot denisT :bowdown:

15 years ago
Forum
Page 3 / 4