LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: system.drawing.pen?

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…

16 years ago
Forum
Reply
RE: system.drawing.pen?

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?

16 years ago
Forum
Reply
RE: Dot Net Gantt Chart test

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…

16 years ago
Forum
Reply
RE: Dot Net Gantt Chart test

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…

16 years ago
Forum
Reply
RE: Threading the render function…

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…

16 years ago
Forum
Reply
RE: TabStrip ActiveX Control – problem

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…

16 years ago
Forum
Reply
RE: DotNet Treeview unwanted automatic horizontal scrolling

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 …

16 years ago
Forum
Reply
RE: Changing the position of a window (Layer Manager)

damn! I might have to hold back on my Scene explorer expansion pack

16 years ago
Forum
Reply
RE: Changing the position of a window (Layer Manager)

j-man: or another script… J. ah! i didnt copy, honest Josh!

16 years ago
Forum
Reply
RE: Changing the position of a window (Layer Manager)

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 …

16 years ago
Forum
Reply
RE: radioButtons changed state event

on rdoAmount chanded state do ( if state == 1 then ( 0:(OpRollout.rdoRate.state = 1) 1:(OpRollout.rdoRate.state = 0) ) ) on rdoRate chanded state do (…

16 years ago
Forum
Reply
RE: radioButtons changed state event

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…

16 years ago
Forum
Reply
RE: radioButtons changed state event

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…

16 years ago
Forum
Reply
RE: How to set the Alpha of a DotNet "System.Drawing.Image"?

something like this – with this example you would set the transparent color of the image list to white, masking out the background only

16 years ago
Forum
Reply
RE: How to set the Alpha of a DotNet "System.Drawing.Image"?

indeed, preferably an opposing bright one so that it wont mask any pixels you want.

16 years ago
Forum
Page 30 / 77