ScriptSpot

Forum topic · General Scripting

setINISetting problem

By dussla · 2017-12-01

Description

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 (1)

.

miauu · 2017-12-01

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.