Release Notes Version 2.0.0

In this section:

The following release notes describe both resolved problems and known issues relevant to Version 2.0.0 of WebFOCUS Enable.


Top of page

x
Major Changes in Release 2.0.0

In this section:



x
Managed Reporting Components

Due to the architecture change made in this release of the engine, all Managed Reporting components will not be available initially in Enable release 2.0.0. Instead, a new Enable MRE library will be made available as an add-on to the existing Enable installations shortly after the 2.0.0 release. This will include all the existing MRE components along with the fixes and enhancements added to the Enable integration with MRE.



x
Map Zoom and Centering Properties

Due to the architecture change made in this release of the engine, ibiMapCenter, ibiMapCenterAll, ibiMapCenterZoom, ibiMapLatCol, and ibiMapLongCol properties have been removed from the ibiComboBox and ibiList components. Instead, there is a new component called ibiMapCenterControl in the WebFOCUSEnable Maps folder to center the map and change the zoom level automatically based on the values selected in the ibiComboBox and ibiList components.

You can drag and drop the ibiMapCenterControl component anywhere outside of the ibiMap001 component. The following properties are available in the ibiMapCenterControl component.

Property

Description

ibiComponentID

Required. Set the ID of the combo box or list box or data grid that will be used to move the map.

ibiMapParent

Required. Specify the ID of the map component to center and zoom.

ibiMapLatCol

Required. Specify the column name that contains Latitude values to direct the map.

ibiMapLongCol

Required. Specify the column name that contains Longitude values to direct the map.

ibiMapCenterAll

Optional. Specify where to center the map when the value [ALL] is selected in the combo box or list box. This property can be a name of the Country, State, City, or an address or a specific Latitude/Longitude value separated by a comma or space. For example, ibiMapCenterAll="Australia" or ibiMapCenterAll="Memphis, KY" or ibiMapCenterAll="35.22, 138.44". If nothing is set, the map will not move and stays at the last location it was directed.

ibiMapZoomLevel

Optional. Specify the zoom level to direct the map to zoom in and/or out based on the value selected in the combo box or list box. If nothing is set, the map stays at the last zoom level used.



Example: Using the ibiMapCenterControl Component

Using the ibiComboBox named combo1, the user is able to select a value from the field such as REGION, and the map will move to the location selected based on the corresponding values in LATITUDE and LONGITUDE columns. The map will also zoom into level 5. The map will center its location to New York when the user selects the value [ALL] from the combo box.

<ibi:ibiMapCenterControl x="964" y="70"
 ibiComponentID="combo1" 
 ibiMapLatCol="LATITUDE" 
ibiMapLongCol="LONGITUDE" 
 ibiMapParent="map1" 
ibiMapZoomLevel="5" 
ibiMapCenterAll="2 Penn Plaza, New York, NY" >
</ibi:ibiMapCenterControl>

Top of page

x
Problems Addressed in This Release

In this section:

The following issues have been resolved in this release.



x
Framework



x
Filtering Data



x
Charts Components



x
Map Components



x
Other Components



x
Enable API


Top of page

x
Known Issues

In this section:

The following are known issues in Version 2 Release 0.0 of WebFOCUS Enable. These problems will be resolved in future releases.



x
Filtering



x
Retrieving Data



x
Chart Components



x
Map Components



x
Other Components



x
Enable API


WebFOCUS