Dear testers,
AreaList Pro v9.0 MC11 is available from the following URL:
http://www.e-node.net/ftp/AreaListPro/ALP_v9.0mc11
ALP v9.0 mc11 changes
- – fixed some pictures (missing alpha channel)
- – ALP_Row_Reveal, ALP_Column_Reveal and ALP_Cell_Reveal now work in On Load phase (fixed row heights only)
- – fixed tool-tip for calculated column (ALP_Area_ShowWidths, mouse over a header and all modifier keys pressed didn’t work for calculated columns)
- – selection is changed to the clicked row for click on a popup (previously selection was cleared)
- – renamed the following constants:
- ALP_Area_LastRow -> ALP_Area_RollOverRow
- ALP_Area_ProcCallback -> ALP_Area_CallbackMethOnEvent
- ALP_Area_ProcSelect -> ALP_Area_CallbackMethSelect
- ALP_Area_ProcDeselect -> ALP_Area_CallbackMethDeselect
- ALP_Area_ProcEntryStart -> ALP_Area_CallbackMethEntryStart
- ALP_Area_ProcEntryEnd -> ALP_Area_CallbackMethEntryEnd
- ALP_Area_ProcMenu -> ALP_Area_CallbackMethMenu
- ALP_Area_ProcPopup -> ALP_Area_CallbackMethPopup
ALP v9.0 mc10 changes
- – updated the advanced properties dialog
- – fixed AL_SetFile/AL_SetArrays when replacing columns
- – fixed number of locked columns when initializing ALP from old advanced properties
- – changed behavior regarding data fetching and added new selectors:
- — number of rows is checked only if explicitly requested – ALP_Area_CheckData
- — data are fetched only if needed (on update event) or explicitly requested ALP_Area_FillCache
- — modified one area property:
- property name: ALP_Area_FillCache
- property value: “data”
- property is write only (it is just a message for ALP)
- property type: n/a – no value is expected
- usage: fill the data cache
- comments: usable only after clearing some/all cached rows; visible rows are fetched
- — added new area property:
- property name: ALP_Area_CheckData
- property value: “DATA”
- property is write only (it is just a message for ALP)
- property type: n/a – no value is expected
- usage: set a flag to check array/selection size and fill the cache with data
- — added new area property:
- property name: ALP_Area_UpdateData
- property value: “daup”
- property is write only (it is just a message for ALP)
- property type: n/a – no value is expected
- usage: after changing data (arrays or selection), tell ALP to clear the cache, check for arrays/selection size and fetch new data
- – changed behavior for drag & drop for dragging onto a row (ALP_Area_DragRowOnto) when drop occurs on an empty area below the last data row ==> number of rows + 1 is reported as ALP_Area_DragDstRow
—
Best regards,
The AreaList Pro v9 team