setINISetting problem

hi friend
i am using setINISetting function
but that is not work , screen freeze probelm

what probleM ?

rollout image_button_test "Image Button"
(

fn setSpinnerValue =
(
setINISetting "e:/test.ini" "Directories" "Scenes"

)

button btn_default "기" pos:[74,3] width:60 height:16 toolTip:""

on btn_default pressed do
( setSpinnerValue()

)

)
createDialog image_button_test

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

First check if the path are correct - "e:/test.ini"

setINISetting "e:/test.ini" "Directories" "Scenes" (spinnerThatNotExist.value as string)

Open the Maxscript help file and search for: How To ... Develop A Face Area XView Checker - Part 3

Then see how the setIniSetting is used.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.