« Quay về University of La Plata

Set value "off" to the attribute "Autosave"

Xem kết hợp Flat Xem Xem cây
Luồng thảo luận [ Trước | Tiếp theo ]
toggle
Set value "off" to the attribute "Autosave"
community documentation configuration functionality
Câu trả lời
12:07 27/03/2014
Is there any way to set by default the value "off" to the attribute "AUTOSAVE" when you create a user? Or is there any posibility of setting that property on any attribute of the "Labrary management"? That's because I want the user to save the model manually.

RE: Set value "off" to the attribute "Autosave"
Câu trả lời
13:40 07/03/2014 gửi bài phản hồi tới Cho phép người dùng chưa đăng ký.
You can disable the AUTOSAVE feature for the current user by calling the SET_AUTOSAVE comand call when the Modelling Toolkit is started. This is achieved by adding the following line in the event handler for the "AppInitialized" event:
1ON_EVENT "AppInitialized" {
2
3  CC "Modeling" SET_AUTOSAVE off
4
5}