What I do is create a bat file that has the “copy” operations in it. And them from manuscript I launch the bat file through nircmdc.exe which has an …
hah! Strange I did try that and I was getting an error saying that the property did not exist. I’ve tried it once again this morning and it’s working …
In this particual case you don’t need to worry about opening or closing a file. When 3dsmax 2012 shipped the “close” function was broken and files cou…
You can also use dotnet rollout test “my test” ( editText projectName “name” button createButton ” go ” on createButton pressed do …
When I said icons that windows use I was referring to the visual language they have established. The fact that we relate “save file” with a floppy dis…
What I do is set the “fileIngamma” to 1.0 when I launch the tool, load the images and finally restore the “fileIngamma” to its previous value.
I think miauu’s RTTAssist is a great example of UI design choices. Buttons with text have simple words that represent straight forward functions. Mor…
Just a quick example for you: rollout ui_imgtag “imgtag” ( local img01 = openbitmap “E:\\disableselect_red.png” local img02 = openbitmap “E:\\disa…
I think you can with imgtag
I wish the users I work with read the tooltips… It would make my life easier. About icons: Personally I try to stay away from icons, unless they are …
I hope I’m not going too offtopic. Will we also discuss about how to actually write the code in a cleaner way or are we just going to focus on UI desi…
You could also use substitutestring to get rid of the new line. var = (substitutestring data[2] ” ” “”) as integer
Haha spot on! Atleast next time somebody will find this thread when googling for the solution!
Thanks Denis! I totally missed those functions. The old function is the first that popped in the search result, it would be nice if they could atleast…