You solve may problem, because iam using 3dsmax 9, thanks too much for having some time to fix my problem and thanks to everybody here.
my problem is that I write the paths of export files to a txt file, and then read this info to a dropdownlist, so the user can select the exported pat…
i am ussing 3dsmax9 this line if (ss = openfile @“C:\TEMP\paths.txt”) != undefined then gave me and error if I remove the @ it work but I have the s…
i work with the object name and the extension, like this box.fbx so filetoexport = (path.text + “\” + obj.name) – obj.name need to have the extens…
yep, i do that, is really usefull try this exportFile obj.name or something like this, if you want to give the path to export filetoexport = (path…
only two question -how can I select an item from the dropdownlistm for example, if I add a new item to the dropdownlist, how can I set the dropdownl…
you are right, I am doing bad the script, thanks for all denisT, PiXeL_MoNKeY and labbejason this site is full of genius XD
the problem is when I read the data back, the drop list take the items back but like this “ITEM 1” and I need to have ITEM 1
that is really optimized thanks, but i have only a problem with that i need something like this in my script i write the TXT file like this ,ITEM1,IT…
finally I do that I want with this, i know that maybe there is a better and optimized form to, so if someone show me how I appreciate the help the on…
the problem is when I read the info back, the dropdownlist have item like this Item2 when save the data, the data in the txt have this “Item 2” so …
I write this to a file from the dropdownlist items=#(“Item 1”, “Item 2”, “Item 3”, “Item 4”) but when I read this back, I have as result “Item 1” …