Paul just posted a tutorial for this:
It has no effect in Unity either. I also ended up rotating all pivots.
con = dotNetClass “system.windows.Forms.Control” theTimer = dotNetObject “System.Windows.Forms.Timer” fn printKey = ( if con.modifierKeys != con.mod…
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…
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 …
Works good. Good job.
Thanks lo! I’ll try to get to those requests soon.
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…
No problem :). The internet is always tricky when decoding messages.
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 …
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…
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…
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…
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…
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 …