system
@system
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 341
Reply
RE: Help needed for gear script or expression

Paul just posted a tutorial for this:

14 years ago
Forum
Reply
RE: change Objects Up – Axis to Y instead of Z

It has no effect in Unity either. I also ended up rotating all pivots.

14 years ago
Forum
Reply
RE: Is "while keyboard button pressed/held do" possible?

con = dotNetClass “system.windows.Forms.Control” theTimer = dotNetObject “System.Windows.Forms.Timer” fn printKey = ( if con.modifierKeys != con.mod…

14 years ago
Forum
Reply
RE: Is "while keyboard button pressed/held do" possible?

How would you check if any key is pressed? I checked the properties but they all seem to refer to certain keys. I took a look at the msdn page but o…

14 years ago
Forum
Reply
RE: dotNetControl PictrueBox 's Problem~

This works for me! You can also mess around with the .backgroundImageLayout property to have your image fit the size of the picture box. ( rollout …

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: Thumbnail viewer control

Thanks lo! I’ll try to get to those requests soon.

14 years ago
Forum
Reply
RE: Thumbnail viewer control

Thanks Pete, that’s exactly what I was looking for! Hi Matthew, that’s right, there isn’t any support for .tga files. Mind if you PM me some code to…

14 years ago
Forum
Reply
RE: Thumbnail viewer control

No problem :). The internet is always tricky when decoding messages.

14 years ago
Forum
Reply
RE: Thumbnail viewer control

I’ve got 2 methods to remove an item by index or clear all items. There’s also a button that can be enabled on the actual thumbnail item for the user …

14 years ago
Forum
Reply
RE: Selecting by name and collecting

If you’re trying to collect helpers by a specific name then… ( for obj in $pointO_* where ( (classOf obj) == point) do ( — Do changes to h…

14 years ago
Forum
Reply
RE: Thumbnail viewer control

denisT: Are you sure? How about MBUTTON, XBUTTON1, and XBUTTON2 clicks? lol, let’s not get crazy. The control has been updated to support multi…

14 years ago
Forum
Reply
RE: Thumbnail viewer control

I updated the control with the feed back I got from a few of you. There’s an event that triggers whenever you right-click an item, a new property wher…

14 years ago
Forum
Reply
RE: Thumbnail viewer control

I’ll add in the right-click event, that’s no problem. The tool tip sounds like a good idea! I can see if I can make the tool tip’s text as the thumbna…

14 years ago
Forum
Reply
RE: Thumbnail viewer control

Hey Jeremy, I’ve been keeping busy so I haven’t had much chance to check out the multi-select. The right-click menu sounds like a good idea. What did …

14 years ago
Forum
Page 3 / 25