How to change the operation of the dialog box ?
- Details
- Parent Category: Simple Sit
- Created on Saturday, 13 February 2010 20:59
- Last Updated on Wednesday, 11 September 2013 14:40
- Published on Saturday, 13 February 2010 20:59
- Written by sandrine
- Hits: 231
By default, the operation of the dialog box is the following : the names of animations buttons appear in setup order and the dialog box disappears once an animation has been chosen. If you want to change this function you must create a section mode in the note configmultisit :
@mode
mode number
There are 4 modes for dialog boxes :
Mode o -> classical blue dialog on click with animations names (default)
Mode 1 -> like mode 0 but the blue dialog is persistent
Mode 2 -> dynamic blue dialog on click with animations names
Mode 3 -> like mode 2 but the blue dialog is persistent
So if you want the mode 1 :
@mode
1
In this mode you click on a button to get an animation and the dialog box come back.
If you want mode 2 :
@mode
2
What is a dynamic dialog ? Simply the animation currently used does not appear. Indeed it would be useless to re-enable this animation. In the old version of multisit I set this mode by default but some users said they preferred to continue to see animation active in the dialog box ! Then I told myself that it was better to leave the choice...
If you do not have yet a note configmultisit you must create one by providing information, in addition to the mode section, the section required version that must be at the beginning of the note:
@version
1

