Hey womble thanks for your feedback. Are you talking about the image info window that pops up when the mouse is hovered over the image? Yea that’s a …
Hi, I’m looking for feedback on this script. Are there problems with it that I need to fix? Maybe its a horrible script all together? I would appreci…
Has anyone tried it? Does it work?
Cool. I hope there aren’t any major bugs. I should have said in my first post that this is my first script and I have barely any knowledge in progra…
Thanks martroyx. Your example didn’t flicker but in my script the entire rollout and all its controls flicker. Oh well. I guess I won’t use SetDialogB…
Thanks for your reply Akram. I already tried that but it causes the text to ‘flicker’ and is a bit anoying when the text is constantly being updated. …
You could use a bitmap instead of a slider. I had to do that with my script. Edit oops… Slider not progressbar. ignore what I said.
Thanks! that clears some things up. So I wasted 4 hours because vista which I don’t use changed the way developers are allowed to write software…
ok I fixed it. had to delete the script from C:\Documents and Settings\Local Settings\Application Data\Autodesk\3dsmax\9 – 32bit\enu\UI\usermacrosI wo…
ok I got an anoying bug here that I should be able to fix on my own. but i’m stuck… I have two different file names that the script below is suppose…
ZeBoxx2: If you want to compare case insensitive, you’d want to use “a = toLower a” and “b = toLower b” just befor the “case of ()” statement. Th…