IonicWind Software

IWBasic => IWGrid => IWGrid Development => Topic started by: LarryMc on January 22, 2014, 05:33:57 AM

Title: Update 01-22-2014
Post by: LarryMc on January 22, 2014, 05:33:57 AM
Attached is updated alpha release of the IWGrid library (v0.10).
Place the IWGrid.lib file in your IWBDev/libs folder.
Place the IWGrid.inc file in your IWBDev/includes folder
$include "IWGrid.inc" needs to be placed at the beginning of any file that uses the lib.

In this release:
Added the following commands:
Added multiple dialogs for editing cell contents
Added code to support input formatting mask
Added code to support @IWGIPADDRESS type cells
Fixed - If the same image was loaded into multiple cells each one created a new copy of the image in memory. Now, only one copy will exists in memory regardless of how many times it is used in a grid

edited
<download removed>