I see enough useful replies here but you can check my script as well: I’m sure it can be optimized more but still hold some useful things. For ex. e…
HTML sound easy?
Yep, the objects inherit the group viz-prop so that maybe is a bit more faster – for i in selection where isGroupHead i do i.visibility = off
If you not want to mess with dotNet xml parser, may design your own reader. Here’s some ‘on-the-fly’ pseudo code (not tested atm), just as idea: xml …
No, check this discussion:
Heh, looks like “How To Avoid Duplicate Job Name?” is still mind-blowing question that stay blured for years, lol. How else to explain the lack of goo…
as i see its not standard ini file, so… may try this: file = openFile “c:\\proyect\\proyectconfig.ini” mode:”r” vers = (filterString (readLine file) …
If I see, Mxs [b]matchPattern/b function can helps too.
All expressions within rollouts evaluated without undo record, such like if you say “with undo of (…)” in regular script, so you need to pass your cod…
That’s clear and agree, I just was not sure what you mean above. Thanks for the reply! Now I try to remember why I lose trust to custom protection
Lifetimecontrol not added correctly to Max? Just curious.
Try sleep() function.
Simply, nope. May wrote an separate .net app and use COM bridge.
interesting topic lo: … … rollout parentDialog “Parent – not modal” width:200 ( button openMenu “Open Menu” timer modalTimer interval:5…
If the case is just to test wheter the bitmap has alpha then this will save your time: <bitmap>.[b]hasAlpha[/b]