Search found 31 matches

by iansml
Tue Apr 28, 2009 10:30 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Hyperlink in Textbox?
Replies: 7
Views: 11314

Re: Hyperlink in Textbox?

That's great. Thanks. 1) When will the next version be made available? 2) Do you have any example code showing how I could extend a current control as a workaround in the meantime? Thanks again. Our evaluation of your product is going very well and I've been impressed by the turnaround of you and yo...
by iansml
Mon Apr 27, 2009 5:58 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Hyperlink in Textbox?
Replies: 7
Views: 11314

Re: Hyperlink in Textbox?

Alex,

Would you have any example code for doing this? Is there a chance of this control being a standard annotation in the future?

Thanks,

Ian
by iansml
Mon Apr 27, 2009 5:56 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Can I add context menus to annotations?
Replies: 8
Views: 12748

Re: Can I add context menus to annotations?

Thanks Alex. Great turnaround time and the new code does exactly what I wanted. The only slightly weird result is that the text in the "text entry" popup box also gets larger in proportion with the size of the font in the "text display" box. This makes editing "enlarged"...
by iansml
Mon Apr 27, 2009 5:34 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Rotating annotations
Replies: 6
Views: 12162

Re: Rotating annotations

OK, thanks very much. That seems to work fine.
by iansml
Mon Apr 27, 2009 5:33 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Possible inconsistencies in codebase?
Replies: 3
Views: 8464

Re: Possible inconsistencies in codebase?

OK, thanks for the clarification about the difference between ImageCollection and the VintasoftImage. However, I'm not sure why this would cause the inconsistencies I have detailed above. 1. Why do you have to cast the BaseEncoder when saving the ImageCollection but you don't have to cast the BaseEn...
by iansml
Mon Apr 27, 2009 2:31 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Possible inconsistencies in codebase?
Replies: 3
Views: 8464

Possible inconsistencies in codebase?

Hi Alex, I'm not sure if I have found some inconsistencies in the codebase or if it's just a misunderstanding on my part. Can you please have a look and tell me if I'm doing something wrong? The problems I have been having are related to how the VintasoftImage and ImageViewerBase.Images[x] objects w...
by iansml
Fri Apr 24, 2009 5:58 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Rotating annotations
Replies: 6
Views: 12162

Rotating annotations

Hi, I have an image with couple of annotations on it (not merged). I want to be able to rotate the image AND annotations together (keeping same relative position) without merging them. When I rotate the image using: imageViewer1.FocusedImage.Rotate(90); - the image rotates but the annotations stay w...
by iansml
Thu Apr 23, 2009 6:26 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Hyperlink in Textbox?
Replies: 7
Views: 11314

Re: Hyperlink in Textbox?

Hello, What functionality do you need? Best regards, Alexander Hi Alex, I'm currently evaluating a number of 3rd party products to replace some legacy document annotation code that has been hand-crafted using GDI. One of the legacy annotations I must replace is a kind of textbox that allows you to ...
by iansml
Thu Apr 23, 2009 5:00 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Hyperlink in Textbox?
Replies: 7
Views: 11314

Hyperlink in Textbox?

Is there any way to add an annotation that contains a hyperlink to external URL or document? An extension to the TextAnnotation control possibly?

Thanks.
by iansml
Thu Apr 23, 2009 2:29 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Can I add context menus to annotations?
Replies: 8
Views: 12748

Re: Can I add context menus to annotations?

An update: I have been able to add a context menu to the TextAnnotation.TextBox, but this isn't exactly what I had wanted for this control. You only really realise that you want the font size to be increased or decreased once you see it rendered on the image. In order to get to the context menu you ...