Search found 4 matches

by lopatin
Tue Mar 22, 2011 1:36 pm
Forum: GFL SDK
Topic: GFlAx and multipage TIF
Replies: 5
Views: 2109

Re: GFlAx and multipage TIF

I have another trouble with mulipage tiffs. I use method described in this topic to view particular pages in a picture control :
With GFLAx I save paticular page to new file, next
I open the file in my picture control
View works OK.

But when I am trying to print image ( or print preview ), I see a ...
by lopatin
Fri Mar 18, 2011 3:51 pm
Forum: GFL SDK
Topic: GFlAx and multipage TIF
Replies: 5
Views: 2109

Re: GFlAx and multipage TIF

Thank you , it works !
by lopatin
Fri Mar 18, 2011 2:53 pm
Forum: GFL SDK
Topic: GFlAx and multipage TIF
Replies: 5
Views: 2109

Re: GFlAx and multipage TIF

Thank you very much for your support.

I am unsure when to use "gflax.Page = x" instruction. Before loadbitmap() ? Before SendBinary() ?
by lopatin
Fri Mar 18, 2011 1:02 pm
Forum: GFL SDK
Topic: GFlAx and multipage TIF
Replies: 5
Views: 2109

GFlAx and multipage TIF

Hi,
I am trying to use GFlAx with powerbuilder application.
It worked fine, but I don't understatnd how to read different pages inside multipage TIF file. Is it possible with GFlAx?

I use the following code to read single-page image:

oleobject iole_Gflax
blob iblb_Image

iole_Gflax = Create ...