What is new on BRIM UI IDE Version 12.1
- Export Servlet is moved into BRIM-UI Servlet. Thus you do not need to deploy any other servlet to use export funtionallity.
- Tab order and Column order attributes cannot be negative value anymore.
- Xml changes;
- The text-align and label attributes are added to hyperLink component.
- The backgroundColor is removed from textLabel component. (The backgroupdColor attribute works on buttons when LookAndFeel disabled)
- The tooltip attribute is added to image component.
- The label and labelPostion attributes are removed from components inside Grid. You may face with xml saving problem you need to delete old values from xml.
- Physical panel for interface dialog is implemented. Develeopers can see database objects of interfaces (dataset package, dataset table, class view) and their statys in this panel.
- "Use global dataset" property for interfaces is implemented. Data sources using global dataset always share same data set which improves the performance and reduces the redo log size.
On the other hand, they are just binded to combo box components and some apis are not available. See pl docs for more details.