hi Paul, I did a bit of research into the paint event stuff here and found it generally quite slow via MXS. You could use the .focused property to o…
you probably need to pass it an actual color from the .fromARGB method rather than the class. How come you get your own dotnet class paul?
hi paul, hiding tracks should be possible with the tablelayout control too – you can set the row cell height to 0, and the others will all resize acco…
great stuff, as always Paul. Only other NLA editor i’ve seen is Kees’s Clip Editor in Puppetshop, but a reckon that is probably not accessible to Max…
Hi chaps, Great to see someone doing some more research into this stuff, I only ever scratched the surface and gave up as I pretty much encountered t…
Hello Turrus, you need to recode the script using a dotnet equivalent for 64bit. 32 bit max will still run activex, but everything has shifted to dot…
hi jon, cant be sure if this is useful without trying it but the way i’d approach this is by finding out if the treenode’s string text is longer than …
damn! I might have to hold back on my Scene explorer expansion pack
j-man: or another script… J. ah! i didnt copy, honest Josh!
I have a script that resets most of the main windows due to the fact that I work on a dual monitor at work and sometimes port scripts to my laptop to …
on rdoAmount chanded state do ( if state == 1 then ( 0:(OpRollout.rdoRate.state = 1) 1:(OpRollout.rdoRate.state = 0) ) ) on rdoRate chanded state do (…
hi ruben, Im trying to understand the problem, could you explain this a bit more? – the last image doesnt match what you said your problem was in the…
maybe i haven’t understood this properly, but a set of radio buttons are designed to be off when you change the state of the others, so rather than se…
something like this – with this example you would set the transparent color of the image list to white, masking out the background only
indeed, preferably an opposing bright one so that it wont mask any pixels you want.