Search found 33 matches

by AgfaDev
Tue Aug 23, 2022 10:47 am
Forum: Annotations
Topic: AddEmbeddedImageAnnotInteractive not working
Replies: 5
Views: 5986

Re: AddEmbeddedImageAnnotInteractive not working

Any progress on this issue?
by AgfaDev
Fri Aug 19, 2022 8:56 am
Forum: Annotations
Topic: AddEmbeddedImageAnnotInteractive not working
Replies: 5
Views: 5986

Re: AddEmbeddedImageAnnotInteractive not working

Hi, I have finished my investigation and have found that also the latest GdPicture 14.1.0.185 has an issue with image annotations. The VB6 sample fails and also c# project fails when using the overloaded AddEmbeddedImageAnnotInteractive and AddEmbeddedImageAnnotInteractive_2 methods. I have created ...
by AgfaDev
Wed Aug 10, 2022 9:24 am
Forum: Annotations
Topic: AddEmbeddedImageAnnotInteractive not working
Replies: 5
Views: 5986

Re: AddEmbeddedImageAnnotInteractive not working

Hi, It is difficult to provide a sample as we are using SqlWindows as development system. But in fact, the GdPicture setup installs a VB6 sample for annotations which is fairly similar and also has an issue with calling AddEmbeddedImageAnnotInteractive_2 I use the sample from here: GdPicture.NET 14\...
by AgfaDev
Mon Aug 08, 2022 8:36 am
Forum: Annotations
Topic: AddEmbeddedImageAnnotInteractive not working
Replies: 5
Views: 5986

AddEmbeddedImageAnnotInteractive not working

Hi, We were using AddEmbeddedImageAnnotInteractive and AddEmbeddedImageAnnotInteractive_2 without problems on GdPicture 14.0.0.4 Now we have upgraded to (legacy) 14.1.0.121 and these annotations can not be added. Calling these methods normally changes the cursor into a selection icon and when clicki...
by AgfaDev
Thu Dec 05, 2013 12:48 pm
Forum: General discussions
Topic: Does GdPicture support saving to PCX format?
Replies: 3
Views: 3577

Re: Does GdPicture support saving to PCX format?

Cedric wrote:Yes, those are the supported formats that GdPicture.NET SDK can load and handle.
Load I know, but Save?

Can you give me the method for saving to PCX?
by AgfaDev
Wed Dec 04, 2013 6:48 pm
Forum: COM interoperability
Topic: Viewer context menu stays on top
Replies: 1
Views: 9458

Viewer context menu stays on top

GdPicture 10.1.6 COM, Gupta Team Developer development environment When opening the context menu of the viewer (right click on canvas), the menu can not be closed by clicking outside the menu. (which is default window behavior). You have to select an option to close it. Furthermore, when the menu is...
by AgfaDev
Tue Dec 03, 2013 11:45 am
Forum: Feature Requests
Topic: OpenFile dialog : file extension filters
Replies: 1
Views: 4004

OpenFile dialog : file extension filters

When using for instance: public int CreateGdPictureImageFromFile( String FilePath ); When passing an empty string to the function, an internal FileOpen dialog is created to select a file to open. This dialog does not have a file extension filter option. FileOpenDialog.png So, the list of files conta...
by AgfaDev
Wed Nov 27, 2013 9:03 am
Forum: Annotations
Topic: Annotation Editor : ZOrder issues
Replies: 4
Views: 7113

Re: Annotation Editor : ZOrder issues

We have found another z-order issue. When for instance there are 2 annotation objects which are on top of eachother, you are unable to select the "top"one when the "bottom" one is selected. A screenshot explains this better: AnnotationClickIssue.png See that the yellow object is ...
by AgfaDev
Thu Nov 21, 2013 10:24 pm
Forum: Annotations
Topic: Annotation Editor : ZOrder issues
Replies: 4
Views: 7113

Re: Annotation Editor : ZOrder issues

Oh, I did not know that this is intended behavior. But when I think of z-order, it is the visual layering of the objects in the z-axis and no two objects can have the same z position visually. There is always an object above or below another object (like a pile of sheets). When I look at an object w...
by AgfaDev
Wed Nov 20, 2013 9:08 am
Forum: Annotations
Topic: AnnotationEditor localization?
Replies: 1
Views: 5527

Re: AnnotationEditor localization?

Yes, important question. We also have to translate the labels for several international markets.
by AgfaDev
Mon Nov 18, 2013 10:45 am
Forum: Annotations
Topic: Annotation Editor : ZOrder issues
Replies: 4
Views: 7113

Annotation Editor : ZOrder issues

GdPicture .NET 10.1.0 There are several issues in the Annotation Editor concerning the Z-order management. 1) When changing the z-order by code, the editor is not refreshed when it is open and displaying the attributes of the changed annotation object. Calling Editor.Refresh( ) does not update the c...
by AgfaDev
Thu Nov 14, 2013 12:38 pm
Forum: Annotations
Topic: Annotations are not burned
Replies: 1
Views: 4618

Re: Annotations are not burned

Yes, I see the new update 10.1.2 and have tested it.
The issue is solved. The annotations are burned, seen also in viewer as burned and also burned on the file on disk.

Thanks for this update.
by AgfaDev
Thu Nov 14, 2013 12:31 pm
Forum: Feature Requests
Topic: Enhancement request: Send to back/Bring to front
Replies: 1
Views: 9011

Enhancement request: Send to back/Bring to front

I need to send a selected annotation to back or front. Right now, I'm using AnnotationManager.SetAnnotationPropertyValue( AnnotationIdx, "Zorder", Value ) This is not very clear and easy. Couple of issues I have seen : You can set the same zorder value to more objects at the same time. Eve...
by AgfaDev
Thu Nov 14, 2013 11:21 am
Forum: Annotations
Topic: Annotations are not burned
Replies: 1
Views: 4618

Annotations are not burned

I'm using v10.1 (I thought it worked on v10.0.14) This is what I do: ImageID = Imaging.CreateGdPictureImageFromFile( "c:\\Test.jpg" ) Imaging.SaveAsTIFF( ImageID, "c:\\Test.tiff", TiffCompressionLZW ) Viewer.DisplayFromGdPictureImage( ImageID ) Viewer.AddRectangleHighlighterAnnot...
by AgfaDev
Thu Nov 14, 2013 11:05 am
Forum: Feature Requests
Topic: Enhancement request: right mouse click event on annotation
Replies: 3
Views: 7560

Enhancement request: right mouse click event on annotation

I would like to have this feature: Detect by firing a new event on the Viewer object when an annotation is clicked with right mouse button. I would like to display a custom menu when RMOUSEBUTTON is clicked, for example to give the user the option to delete or open the properties window for the anno...