March 29, 2024, 05:07:19 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Update 07-31-2013

Started by LarryMc, July 31, 2013, 02:20:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Attached is updated alpha release of the IWGrid library (v0.03).
Place the IWGrid.lib file in your IWBDev/libs folder.
The IWGrid.inc file needs to go at the beginning of any file that uses the lib.

In this release:

  • fixed - images were autosizing columns based upon length of file path name.
  • fixed - line number was not always vertically centered
  • fixed - Title had too much blank space at bottom.
  • fixed - could not edit text with embedded "\n"s
  • fixed - single lines were not vertically centered when multi-line cells are displayed.
  • fixed - row height was not being set correctly when ellipsis were being used on text containing "\n"s
  • added IWG_ColResizing command to control whether or not User can drag columns to inc/dec column width
  • added ability to add colored shadows to title and header text which included the following:

    • added IWG_ShowTitleShadow command
    • added IWG_ShowHeaderShadow command
    • added @IWGTITLESHADOWCLR flag to IWG_SetGridColor command
    • added @IWGHEADERSHADOWCLR flag to IWG_SetGridColor command
  • Updated the command portion of the help file.

This release does not contain a demo program. 
I decided I didn't like the current one.
It turned out to be a little too cryptic to suit me.
I am going to rewrite how I do the demo(s).
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library