IonicWind Software

IWBasic => IWGrid => IWGrid Development => Topic started by: LarryMc on December 04, 2013, 08:47:47 PM

Title: Update 12-04-2013
Post by: LarryMc on December 04, 2013, 08:47:47 PM
Attached is updated alpha release of the IWGrid library (v0.05).
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:

Added @IWGBUTTON cell type
Added edit dialogs to handle multiline cells better.
Corrected vertical centering issue.
Corrected issue with grid resizing itself
Added the following commands:
Updated the command portion of the help file.
This release does not contain a demo program.  
Title: Re: Update 12-04-2013
Post by: Brian on December 05, 2013, 12:11:02 PM
Larry,

I'm getting Undefined Function with the IWG_EnableEditDialog call
Haven't tried the other two yet . . .

Brian

Title: Re: Update 12-04-2013
Post by: LarryMc on December 05, 2013, 12:20:05 PM
Quote from: Brian Pugh on December 05, 2013, 12:11:02 PM
Larry,

I'm getting Undefined Function with the IWG_EnableEditDialog call
Haven't tried the other two yet . . .

Brian


Working  fine for me
You've put the new lib file in your iwbdev\libs folder and the iwgrid.inc file in the same folder as your source file?
Title: Re: Update 12-04-2013
Post by: Brian on December 05, 2013, 03:50:39 PM
Hmmm,

Just cleared out my Chrome downloads list, and started from scratch - still the same error, sorry

Can't think I am doing anything wrong, it is simple enough a call to add

Brian
Title: Re: Update 12-04-2013
Post by: LarryMc on December 05, 2013, 04:40:41 PM

I just redid the download above. Try again and let me know.
Title: Re: Update 12-04-2013
Post by: Brian on December 06, 2013, 12:09:37 PM
Nope, no go. And I was very careful in how I implemented the new files

Sorry, Larry

Brian
Title: Re: Update 12-04-2013
Post by: LarryMc on December 06, 2013, 12:42:49 PM
Quote from: Brian Pugh on December 06, 2013, 12:09:37 PM
Nope, no go. And I was very careful in how I implemented the new files

Sorry, Larry

Brian
Can you email a copy of the program so I can see if I can compile it?
Title: Re: Update 12-04-2013
Post by: LarryMc on December 06, 2013, 01:41:29 PM
@Brian
I unzipped your source file and mdb file into a folder by themselves.
I tried to compile but got the same error you did.
I then added the IWGrid.inc file to that folder(per my instructions) and it compiled fine.
I then deleted the IWGrid.inc file and updated the copy of IWGrid.inc in my IWBdev\includes folder and it compiled file again.
Recheck both your IWGrid.lib and IWGrid.inc files and let me know where they are located and the file sizes and dates.
Title: Re: Update 12-04-2013
Post by: Brian on December 06, 2013, 03:47:18 PM
OK, all's well now. Include and lib files are in the correct iwbdev folders

Seemed I had an old lib and inc files in the same folder as the application, which is
quite puzzling, as all the other incarnations have worked with them there

Sorry to put you through the hassle and head-scratching

Brian