Hello Sumesh, the .tag-property can be used as a container for all kinds of data. You can store for instance a struct with data related to the treeno…
Hi, for those who are interested, I’ve solved my problem. When adding the eventhandlers to the buttons the moment the button is created, the handler w…
yeah, in max 2010 there’s a new method to prevent dotnet eventhandlers from being trashed by max-garbage collection. I’ve tried to implement that, but…
Yes, the contextmenustrip is a dotnetcontrol. You can assign a contextmenustrip you create to the thumbnailviewer with the .contextmenustrip property …
Yes Pete, and it looks good too! Something like that would be vary handy in Jason’s control as well. Klaas
Soulcialism, in my asset browser I’ve implemented a rightclick-menu by using the contextmenustrip-property of the control. You don’t need a rightclick…
ah, bobo, you made my day. I was wrecking my head to remember that method. Thanks.
Hey, I thought I had a more sophisticated method, but the following would also be an option nameArr = #(“name_001″,”name_002″,”name_003″,”name_004”) …
I’m working with the virtualmode right now. Adding items works fine. Now I’ve got the following problem: I’m unable to get the selected items! In virt…
Yeah, I also thought about the virtual thing. How did you add each item to the list one by one? When i do that without the virtual mode, i can add the…
Hey, I’ve created a script according to the workflow of Matan. My script checks if a vraylight is within a volume and adjusts its multiplier according…