What is new on BRIM UI IDE Version 11
- BRIM connection dialog is added to application. Please provide username/password to open application.
- XSD changes;
- Font(Style, Size, Family, Color)Column attributes are added to Grid and Tree components.
- SelectionColor attribute is added to tree component.
- KeyEvents tag is added to support multiple keyevents
- XML Example:
- <events>
- <keyEvents>
- <keyEvent immediate="N" keyCombination="F"/>
- <keyEvent immediate="N" keyCombination="D"/>
- </keyEvents>
- </events>
- RowsPerPage attribute is added to datasources.
- VerticalScrollBarVisible, HorizontalScrollBarVisible, VerticalScrollBarEnable, HorizontalScrollBarEnable attributes are added to windows.
- New node is added to tree as "Panels not in Windows". This node lists panels that are not connected any window directly or indirectly.
- Brim Objects screen is added to IDE. Users can switch between BRIM-UI or BRIM Objects screens with the button on toolbar.
- There are all BRIM rules on BRIM Objects tree. Users can CRUD Interfaces(Datasource Definitions) on this screen.
- There is an checkbox that runs application in debug mode.
- Since user login screen is added to the beginning of IDE, user login textFields are removed from Import Application screen.