Search found 17 matches

by bob_chauvin
Thu Nov 04, 2004 3:46 pm
Forum: GFL SDK
Topic: PowerBuilder Code examples?
Replies: 12
Views: 7618

Sample sent to Pierre via the address you supplied...

Hope it proves usefull for others..

I have referred others to this tool...

Thanks Pierre et.al.
by bob_chauvin
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
by bob_chauvin
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.
by bob_chauvin
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
by bob_chauvin
Wed Jun 02, 2004 1:40 pm
Forum: GFL SDK
Topic: Using TWAIN with GFL SDK
Replies: 8
Views: 4201

TWAIN

by bob_chauvin
Wed Jun 02, 2004 1:31 pm
Forum: GFL SDK
Topic: Using TWAIN with GFL SDK
Replies: 8
Views: 4201

Twain

by bob_chauvin
Wed Jun 02, 2004 1:23 pm
Forum: GFL SDK
Topic: Using TWAIN with GFL SDK
Replies: 8
Views: 4201

Twain

And also... This is a C++ implementation of TWAIN

http://www.codeproject.com/audio/twaintest.asp
by bob_chauvin
Wed Jun 02, 2004 1:02 pm
Forum: GFL SDK
Topic: Using TWAIN with GFL SDK
Replies: 8
Views: 4201

Twain

by bob_chauvin
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.
by bob_chauvin
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?
by bob_chauvin
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.
by bob_chauvin
Thu May 27, 2004 1:51 pm
Forum: GFL SDK
Topic: PowerBuilder Code examples?
Replies: 12
Views: 7618

Example done.

:D OK, I have an example app if anyone needs it.
by bob_chauvin
Wed May 26, 2004 7:07 pm
Forum: GFL SDK
Topic: DOC for the GFLAx
Replies: 11
Views: 5715

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/smallprojects/windows_graphics/Help.chm, it is an older help file, but contains help specific to the ...
by bob_chauvin
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.
by bob_chauvin
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