Hi, this works for me … ca=attributes langueCtrl ( rollout langueMove “Langue Select” ( button lanSelect “select” on lanSelect pressed do ( local obj…
Hi made a small example… macroScript MyMacro ( local checked = false rollout Myrollout “Myrollout ” ( button MyButton “Button” on MyRollout close do …
my computer get style “2006-1-24 13:00:09” so year is n°1 (str[1])
try this (easier) str=filterstring localtime “- :/” year=str[1] as integer Month=str[2] as integer Day=str[3] as integer Hour=str[4] as integer Minut…
on listview_rollout resized val do lv_objects.size = val – [10,10] does work indeed
That’s bobo ! you made my day, This .DIR properties, i didn’t know of ! That will be really usefull ! Thanks a million time
Good question ! I was about to post a question about this. I think this can be done with custom made active X controls. the MS Treeview control has n…
Hi, to make it work in Max8, In the file Meshtools3-Functions.ms or Meshtools-Functions.ms (in stdplugs/stdscripts) replace the line: polyop.chamferEd…
Hi ! fn test a b c:333 = ( format “a=% b=% c=% ” a b c ) And I call it: test 111 222 –> a=111 b=222 c=333 But if I decide to assign an another …
Thanks for your input guys, I just found a solution, kind of a hack: i use expandGeomVertexSelection() and contractGeomVertexSelection() This does th…
Hi stuh505, The Unwrap editor shows them, but does not select them … This is would I would like to do ! I would like to build an array of shared ver…