What is new on BDF Version 7

   - Brim Login now supports session_id attribute.

   - Panel has two new attributes, preferredWidth, preferredHeight. These attributes control scrolling ability. If they are larger then holding cell's width - height, scrollBars will be visible.

   - Tree component is added.

   - Value_bl attribute is added to component class.Fileupload component now has two options as storage.

   - Default storage column is the new blob column. However if developer believes that clob column is more appropiate, he can use clob column, by setting fileupload's domain to DefaultCLOB.

   - Both column types are available if fileupload has bounded to a datasource.

   - Menu(Popup Menu and Menu Bar) objects are added

   - ExternalMethod is added

   - NumberMask attribute is added to text components. This attribute is being used to format number values

       (Ex: if number mask attribute is ".00" and value is "5", value will be converted to "5.00" automatically when focus lost occurs)

   - FilePath_tx attribute is added