DOC for the GFLAx
Moderators: XnTriq, helmut, xnview
-
- Posts: 17
- Joined: Mon May 24, 2004 1:48 pm
- Location: Grand Rapids, Mi
-
- Author of XnView
- Posts: 45067
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: DOC for the GFLAx
Yes, part of the GFLAx package.bob_chauvin wrote:Is there doc available that lists methods in the class?
Pierre.
-
- Posts: 17
- Joined: Mon May 24, 2004 1:48 pm
- Location: Grand Rapids, Mi
The doc included in the 2.01 GFL SDK doesn't have GFLAx help
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.
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.
Bob C.
-
- Posts: 17
- Joined: Mon May 24, 2004 1:48 pm
- Location: Grand Rapids, Mi
Specific question about GetPicture
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
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
Bob C.
-
- Posts: 17
- Joined: Mon May 24, 2004 1:48 pm
- Location: Grand Rapids, Mi
Got a basic sample working.
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.
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.
Bob C.
-
- Author of XnView
- Posts: 45067
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: The doc included in the 2.01 GFL SDK doesn't have GFLAx
yes, download GFLAx on my website.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.
Pierre.
-
- Posts: 17
- Joined: Mon May 24, 2004 1:48 pm
- Location: Grand Rapids, Mi
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?
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?
Bob C.
-
- Author of XnView
- Posts: 45067
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
No, it's herebob_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?
http://www.xnview.com/download/GflAxSetup.exe
Pierre.
-
- Posts: 5
- Joined: Thu Sep 02, 2004 12:21 pm
- Location: Netherlands
help file
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.
It is a bummer that the merge function isn't available in the old help file.
-
- Posts: 4
- Joined: Mon Jan 17, 2005 8:54 am
-
- Author of XnView
- Posts: 45067
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Ok, i'll fix it.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
...
You have problem when you make Ctrl = nothing??
Pierre.
-
- Posts: 4
- Joined: Mon Jan 17, 2005 8:54 am