April 28, 2024, 04:16:39 AM

News:

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


Update 12-04-2013

Started by LarryMc, December 04, 2013, 08:47:47 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.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:

  • IWG_CellLocate
  • IWG_EnableEditDialog
  • IWG_GetImageSize
Updated the command portion of the help file.
This release does not contain a demo program.  
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,

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

Brian


LarryMc

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

Brian

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

LarryMc


I just redid the download above. Try again and let me know.
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Brian

Nope, no go. And I was very careful in how I implemented the new files

Sorry, Larry

Brian

LarryMc

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

LarryMc

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

Brian

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