R3vo/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:
! colspan="4" | Buttons
! colspan="4" | Buttons
|-
|-
| CT_BUTTON || Example || Example || Example
| CT_BUTTON ||  
* Easy way to trigger an action
| -
|
* Limited customization
|-
|-
| CT_ACTIVETEXT || Example || Example || Example
| CT_ACTIVETEXT || Example || Example || Example
Line 35: Line 39:
| CT_CHECKBOXES || Example || Example || Example
| CT_CHECKBOXES || Example || Example || Example
|-
|-
| CT_TREE || Example || Example || Example
| CT_TREE
|  
* Hieracharic view
* Very fast engine search
|  
-
|
* Wasted space on the left due to indentation
|-
|-
| CT_CONTROLS_TABLE || Example || Example || Example
| CT_CONTROLS_TABLE
|
* Repeatable control patterns
| -
|
* Complicated to set up
|-
|-
| CT_XCOMBO || Example || Example || Example
| CT_XCOMBO
|
* Can fit many values within very little space
| -
|
* Cumbersome to use since the user has to guess what the next value would be. From a usability point of view this control should never be used
|-
|-
| CT_LISTBOX || Example || Example || Example
| CT_LISTBOX
|
* Good way to disable multiple values at once
* User can quickly select the value needed
* Supports drag and drop
| -
|
* Needs some vertical space for a good user experience
|-
|-
| CT_LISTNBOX || Example || Example || Example
| CT_LISTNBOX
|
* Good way to disable multiple values at once
* User can quickly select the value needed
* Can display as many rows as needed
| -
|
* Needs some vertical space for a good user experience
* Needs a bit more scripting to get the columns set up and filled
|-
|-
| CT_LISTNBOX_CHECKABLE || Example || Example || Example
| CT_LISTNBOX_CHECKABLE || Example || Example || Example

Revision as of 01:18, 3 July 2021

Control Type 👍 = 👎
Text/Image/Video
CT_STATIC Example Example Example
CT_EDIT Example Example Example
CT_HTML Example Example Example
CT_EDIT Example Example Example
CT_STRUCTURED_TEXT Example Example Example
Buttons
CT_BUTTON
  • Easy way to trigger an action
-
  • Limited customization
CT_ACTIVETEXT Example Example Example
CT_SHORTCUTBUTTON Example Example Example
CT_CHECKBOX Example Example Example
CT_XBUTTON Example Example Example
Lists
CT_COMBO Example Example Example
CT_TOOLBOX Example Example Example
CT_CHECKBOXES Example Example Example
CT_TREE
  • Hieracharic view
  • Very fast engine search

-

  • Wasted space on the left due to indentation
CT_CONTROLS_TABLE
  • Repeatable control patterns
-
  • Complicated to set up
CT_XCOMBO
  • Can fit many values within very little space
-
  • Cumbersome to use since the user has to guess what the next value would be. From a usability point of view this control should never be used
CT_LISTBOX
  • Good way to disable multiple values at once
  • User can quickly select the value needed
  • Supports drag and drop
-
  • Needs some vertical space for a good user experience
CT_LISTNBOX
  • Good way to disable multiple values at once
  • User can quickly select the value needed
  • Can display as many rows as needed
-
  • Needs some vertical space for a good user experience
  • Needs a bit more scripting to get the columns set up and filled
CT_LISTNBOX_CHECKABLE Example Example Example
CT_XLISTBOX Example Example Example
3D Objects
CT_OBJECT Example Example Example
CT_XLISTBOX Example Example Example
CT_XLISTBOX Example Example Example
CT_XLISTBOX Example Example Example
CT_XLISTBOX Example Example Example
CT_XLISTBOX Example Example Example
CT_XLISTBOX Example Example Example
CT_XLISTBOX Example Example Example