ecarter
@ecarter
New Member
Joined: Feb 15, 2024
Topics: 15 / Replies: 30
Reply
RE: please help , reading string with "c:\releases\proyect" problem with "\r" in name

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.

15 years ago
Forum
Reply
RE: please help , reading string with "c:\releases\proyect" problem with "\r" in name

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…

15 years ago
Forum
Reply
RE: please help , reading string with "c:\releases\proyect" problem with "\r" in name

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…

15 years ago
Forum
Topic
15 years ago
Forum
Replies: 0
Views: 2
Reply
RE: Export with mesh name

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…

15 years ago
Forum
Reply
RE: Export with mesh name

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…

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

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…

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

you are right, I am doing bad the script, thanks for all denisT, PiXeL_MoNKeY and labbejason this site is full of genius XD

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

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

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

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…

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

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…

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

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 …

15 years ago
Forum
Reply
RE: help, save items on dropdownlist

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” …

15 years ago
Forum
Topic
Forum
Replies: 14
Views: 5
Page 3 / 3