IonicWind Software

IWBasic => IWGrid => IWGrid Development => Topic started by: LarryMc on October 03, 2014, 03:48:23 AM

Title: Update 10-03-2014 (Offical Release)
Post by: LarryMc on October 03, 2014, 03:48:23 AM
Pleased to finally announce the official release of the IWGrid library.
The download is available at www.ionicwind.com/iwgrid/iwgrid.zip

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:
Several additions and numerous fixes.
The download includes the chm,pdf, and ebook versions of the help file.
The pdf version currently contains 188 pages
Title: Re: Update 10-03-2014 (Offical Release)
Post by: Brian on October 03, 2014, 12:34:13 PM
Larry,

The IWG_EnableEditDialog and IWG_SetEllipsis functions seem to be missing, and I don't see
any reference to them in the help file. Have you called them something else?

I am using IWG_EnableEditDialog in my grid program, and IWG_SetEllipsis is reference in
your Grid Test file

Brian
Title: Re: Update 10-03-2014 (Offical Release)
Post by: LarryMc on October 03, 2014, 04:02:18 PM
The IWG_EnableEditDialog and IWG_SetEllipsis functions have been discarded.
IWG_EnableEditDialog was redundant - its functionality was identical to IWG_SetGridProt
IWG_SetEllipsis was no longer needed when I reworked how the cells are displayed.