Use this with SetUpUsersComponents to clean up before exiting.
Call like this...
cleanUpSystemSettings
on cleanUpSystemSettings
global systemSettings
if (systemSettings = void) then
if findPos(systemSettings, #ss) > 0 then
baDisableScreenSaver( systemSettings[#ss] )
end if
if findPos(systemSettings, #sVolume) > 0 then
baSetVolume("master", systemSettings[#SVolume])
end if
if findPos(systemSettings, #taskBar) > 0 then
baHideTaskBar( false )
end if
end if
end
on getBehaviorDescription me
describe = "Use this with SetUpUsersComponents to clean up before exiting." & return & "Call like this..." & return & "cleanUpSystemSettings()"
return describe
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA