Page 1 of 1

DOC for the GFLAx

Posted: Wed May 26, 2004 1:52 pm
by bob_chauvin
Is there doc available that lists methods in the class?

Re: DOC for the GFLAx

Posted: Wed May 26, 2004 1:57 pm
by xnview
bob_chauvin wrote:Is there doc available that lists methods in the class?
Yes, part of the GFLAx package.
Pierre.

The doc included in the 2.01 GFL SDK doesn't have GFLAx help

Posted: Wed May 26, 2004 2:08 pm
by bob_chauvin
I downloaded the GFL SDK http://www.xnview.com/download/GflSDKSetup.exe

The Help dir has one file, and it doesn't contain any specific notes on the GFLAx.

I did find an older version from this page.
http://quickwired.com/kallahar/smallpro ... _graphics/

Is there an update available?

Thank you for your help while I learn this tool.

Specific question about GetPicture

Posted: Wed May 26, 2004 2:22 pm
by bob_chauvin
Powerbuilder has a Blob datatype that supports binary data.

What data type does the GetPicture return? Is it returning a pointer, or the actual image data?

Should I be using the sendbinary method?

Thanks

Got a basic sample working.

Posted: Wed May 26, 2004 2:38 pm
by bob_chauvin
I got a simple sample for PowerBuilder working. I'll post the sample later on.

The basic process is to Create an OLEobject and ConnectTonewobject("GFLAX.GFLAX") , Perform a LoadBitmap, and then get the image into a Blob using the SendBinary method.

Re: The doc included in the 2.01 GFL SDK doesn't have GFLAx

Posted: Wed May 26, 2004 3:10 pm
by xnview
bob_chauvin wrote:I downloaded the GFL SDK http://www.xnview.com/download/GflSDKSetup.exe

The Help dir has one file, and it doesn't contain any specific notes on the GFLAx.

I did find an older version from this page.
http://quickwired.com/kallahar/smallpro ... _graphics/

Is there an update available?

Thank you for your help while I learn this tool.
yes, download GFLAx on my website.
Pierre.

Posted: Wed May 26, 2004 7:07 pm
by bob_chauvin
Pierre,

I redownloaded the GFLSdk 2.01 from your www.xnview.com site. The only help file I could find was in the Help dir, dated 12/11/2003, 88k.

If you go to the http://quickwired.com/kallahar/smallpro ... s/Help.chm, it is an older help file, but contains help specific to the GFLAx, which is NOT in the GFLSDK 2.01 download.

Am I missing something?

Posted: Thu May 27, 2004 7:37 am
by xnview
bob_chauvin wrote:I redownloaded the GFLSdk 2.01 from your www.xnview.com site. The only help file I could find was in the Help dir, dated 12/11/2003, 88k.
Am I missing something?
No, it's here
http://www.xnview.com/download/GflAxSetup.exe
Pierre.

help file

Posted: Fri Sep 03, 2004 1:27 pm
by BlackBurn
What Bob ment was that there is no help for GFLax in the help file only in the older version, that is in the link that bob has given above.

It is a bummer that the merge function isn't available in the old help file.

Posted: Thu Jan 20, 2005 4:45 pm
by ImageViewer
The GflAx Help is still missing in your release. I take a look at the
the old one mentionned above but some functions are not documented :
- ExportToClipBoard
- FreeBitmap ( set to Nothing isn't enough to free memory ?)
- Reload
...

Posted: Fri Jan 21, 2005 7:50 am
by xnview
ImageViewer wrote:The GflAx Help is still missing in your release. I take a look at the
the old one mentionned above but some functions are not documented :
- ExportToClipBoard
- FreeBitmap ( set to Nothing isn't enough to free memory ?)
- Reload
...
Ok, i'll fix it.
You have problem when you make Ctrl = nothing??

Posted: Tue Jan 25, 2005 3:36 pm
by ImageViewer
xnview wrote:Ok, i'll fix it.
Thanks !
xnview wrote:You have problem when you make Ctrl = nothing??
No problem for the moment. I only try it with less than 10 images to reduce. But I want to use GflAx to do it with 10 thousands. If I have some memory pb, I will post it :wink: