Search found 5 matches

by madi1270
Thu Feb 04, 2010 11:00 am
Forum: Image Processing & Document Imaging
Topic: Can not SaveAs modified image
Replies: 3
Views: 1992

Re: Can not SaveAs modified image

Hi.. Thank you for your quick reply... I just did that... My code : Private nImageID As Integer Private sFileName As String Private Sub Form1_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load Imaging1.SetLicenseNumber("xxxxxxxxxxxxxxxxxxxxxxxxx&qu...
by madi1270
Thu Feb 04, 2010 9:15 am
Forum: Image Processing & Document Imaging
Topic: Can not SaveAs modified image
Replies: 3
Views: 1992

Re: Can not SaveAs modified image

Hi...
FYI... I did some more testing with other file format. It seems that SaveAsGIFF, SaveAsPDFAEX & SaveAsPNG failed when I try to save to the same file name.

Other format like TIF, JPG & ICO works just fine.

Regards
MUL
by madi1270
Thu Feb 04, 2010 8:31 am
Forum: Image Processing & Document Imaging
Topic: Can not SaveAs modified image
Replies: 3
Views: 1992

Can not SaveAs modified image

Hi... I'm trying to save the modified image to the same file name. GdpictureImaging.getStat() return me 7 (win32error), which I believed cause by trying to save image on the same image that my application currently working on. The SaveAs* function works just fine when I save to different file name. ...
by madi1270
Tue Jan 19, 2010 6:21 pm
Forum: Document Viewing
Topic: CoordObjectToImage
Replies: 3
Views: 3800

Re: CoordObjectToImage

Thanks for the quick reply... I'm using the sample code provided in sample dir. The sample for VB .Net. (Text Writer sample). I converted the code to my powerbuilder application. Everything seems ok, except for the CoordObjectToImage & CoordImageToObject not returning the coordinate values (Alwa...
by madi1270
Tue Jan 19, 2010 8:55 am
Forum: Document Viewing
Topic: CoordObjectToImage
Replies: 3
Views: 3800

CoordObjectToImage

Hi.. I'm using Powerbuilder 10.5.2 build 7826. Currently i'm evaluating GdPicturePro5 to be used in our application to manipulate image. I try to insert text into my image object. Before I do that, I need to get coordinate of x & y of the displayed image. In mousedowncontrol event I put this cod...