Hope it proves usefull for others..
I have referred others to this tool...
Thanks Pierre et.al.
Search found 17 matches
- Thu Nov 04, 2004 3:46 pm
- Forum: GFL SDK
- Topic: PowerBuilder Code examples?
- Replies: 12
- Views: 7618
- Tue Aug 24, 2004 2:42 pm
- Forum: GFL SDK
- Topic: PowerBuilder Code examples?
- Replies: 12
- Views: 7618
I can send a sample via email, just need an address.
I can send a sample via email, just need an address.
-bac
-bac
- Mon Aug 09, 2004 1:23 pm
- Forum: GFL SDK
- Topic: PowerBuilder Code examples?
- Replies: 12
- Views: 7618
Another try at posting a link to the file.
http://us.f1f.yahoofs.com/bc/3244135e_L ... BBEtZwHuwl
If this d/n work, I can email the file to you, Pierre.
If this d/n work, I can email the file to you, Pierre.
- Fri Aug 06, 2004 7:25 pm
- Forum: GFL SDK
- Topic: PowerBuilder Code examples?
- Replies: 12
- Views: 7618
Powerbuilder 9.x Samples are ready.
Sorry for the delay. Had a hardware problem, and took a while to get back to the files needed.
Anyway, Pierre, here is a link to the samples.
http://us.f1f.yahoofs.com/bc/3244135e_L ... BB6PcuHuwl
Anyway, Pierre, here is a link to the samples.
http://us.f1f.yahoofs.com/bc/3244135e_L ... BB6PcuHuwl
- Wed Jun 02, 2004 1:40 pm
- Forum: GFL SDK
- Topic: Using TWAIN with GFL SDK
- Replies: 8
- Views: 4201
- Wed Jun 02, 2004 1:31 pm
- Forum: GFL SDK
- Topic: Using TWAIN with GFL SDK
- Replies: 8
- Views: 4201
- Wed Jun 02, 2004 1:23 pm
- Forum: GFL SDK
- Topic: Using TWAIN with GFL SDK
- Replies: 8
- Views: 4201
- Wed Jun 02, 2004 1:02 pm
- Forum: GFL SDK
- Topic: Using TWAIN with GFL SDK
- Replies: 8
- Views: 4201
- Wed Jun 02, 2004 12:57 pm
- Forum: GFL SDK
- Topic: Using TWAIN with GFL SDK
- Replies: 8
- Views: 4201
Twain
MS Paint and MS Photo Editor both allow for TWAIN acqusition. I've been looking for an API for either of those, but no info yet...
I have used Visionary Solutions toolset (http://www.visolu.com), though they do have a runtime license fee.
I have used Visionary Solutions toolset (http://www.visolu.com), though they do have a runtime license fee.
- Fri May 28, 2004 1:22 pm
- Forum: GFL SDK
- Topic: Using TWAIN with GFL SDK
- Replies: 8
- Views: 4201
What platform are you using?
Is this for Windows, or some other platform?
- Fri May 28, 2004 1:20 pm
- Forum: GFL SDK
- Topic: PowerBuilder Code examples?
- Replies: 12
- Views: 7618
Including PB Sample. Sounds great!
Let me know if Pierre is interested in including the sample.
- Thu May 27, 2004 1:51 pm
- Forum: GFL SDK
- Topic: PowerBuilder Code examples?
- Replies: 12
- Views: 7618
Example done.

- Wed May 26, 2004 7:07 pm
- Forum: GFL SDK
- Topic: DOC for the GFLAx
- Replies: 11
- Views: 5715
- Wed May 26, 2004 2:38 pm
- Forum: GFL SDK
- Topic: DOC for the GFLAx
- Replies: 11
- Views: 5715
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.
- Wed May 26, 2004 2:22 pm
- Forum: GFL SDK
- Topic: DOC for the GFLAx
- Replies: 11
- Views: 5715
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