March 29, 2024, 02:10:16 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Update 10-03-2014 (Offical Release)

Started by LarryMc, October 03, 2014, 03:48:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Brian

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

LarryMc

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.
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library