Is the MLG included with FF not the trail version?

Started by Barry Marks, November 15, 2009, 04:52:42 PM

Previous topic - Next topic

Barry Marks

It just occurred to me that this might be the registered version and not the trial version since the other two grids say they're trials.  Is this the real thing?  I just bought MLG to use with this.  Do I now have 2 of them?

Barry

Paul Squires

When I right-click on it the properties says "MyLittleGrid Demo".

I don't use MLG in my applications so I assume that it is the correct version. The files included in the FF3 files are the same files that James Klutho emailed to me on November 1, 2009.

Also, even if it was the registered version then there is another protection builtin that must be called prior to the grid function correctly. You would have been advised of that special call upon registration. Only registered users would know how to activate the grid.

Paul Squires
PlanetSquires Software

James Klutho

#2
Barry
The MLG included with MLG is the demo version.  You should download MLG.zip from

http://www.planetsquires.com/mylittlegrid.html

and unlock the zip file with the password you got from the Regsoft email.  Take the MLG.DLL file from that zip file and replace the MLG.DLL (which is the demo version) file in Custom Controls\James Klutho folder (which is in the Firefly Program folder) with your the new MLG.DLL.  There is a text file in the zip file which gives unlocking instructions for MLG which will prevent an X from displaying on the grid.  I commonly put the unlocking command in the CREATE handler of the MLG control within Firefly.  By the way, an X will appear on the grid in design mode since the unlocking command is not performed until after your program is compiled.

Jim

Barry Marks

Thank you.  I did download the registered version and all is well.  I just wasn't sure if I already had it and didn't realize it till too late.  Glad to know it wasn't for nothing. :)

Barry

Douglas McDonald

Fron Barry's post

"I commonly put the unlocking command in the CREATE handler of the MLG control within Firefly"

Were is the CREATE handler in FF 3.56?

Doug
Doug McDonald
KD5NWK
www.redforksoftware.com
Is that 1's and 0's or 0's and 1's?

Paul Squires

I put the unlocking call right after I create the grid (when I create the grid via code). If you use FF to create the control at design time, then you can put the unlocking code in the WM_CREATE of the Form where your grid is located.
Paul Squires
PlanetSquires Software