Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

LEADTOOLS RasterImage Debugger Visualizer
Started by freeman@leadtools.com at 02-17-2006 12:48. Topic has 4 replies.

Print Search « Previous Thread Next Thread »
  02-17-2006, 12:48
freeman@leadtools.com is not online. Last active: 7/15/2009 11:11:15 AM freeman@leadtools.com



Top 75 Posts
Joined on 04-03-2003
Posts 37
LEADTOOLS RasterImage Debugger Visualizer

Attachment: LEAD.Debugger.Visualizer.zip
Reply Quote
Version: 14.0.5
Interface: LEADTOOLS .NET
Sample Type: Download
Development Environment: Visual Studio .NET 2005
Keywords: Debugger, Visualizer

This example that shows how to use the LEADTOOLS Raster Imaging for .NET to create a debugger visualizer. A visualizer is defined in the MSDN documentation as:


Visualizers are a new component of the Visual Studio debugger user interface. A visualizer creates a dialog box or other interface to displays a variable or object in a meaningful way that is appropriate to its data type. For example, an HTML visualizer interprets an HTML string and displays the result as it would appear in a browser window, a bitmap visualizer interprets a bitmap structure and displays the graphic it represents, and so on. Some visualizers allow you to edit as well as view the data.

Additional information on debugger visualizers can be obtained from the following article: http://msdn.microsoft.com/msdnmag/issues/04/05/VisualStudio2005Debugging.
   Report 
  01-31-2007, 12:58
pogito is not online. Last active: 1/30/2007 11:28:32 PM pogito

Not Ranked
Joined on 01-30-2007
Posts 2
Re: LEADTOOLS RasterImage Debugger Visualizer
Reply Quote
Nice but I get a Function Evaluation timed out when I add this Visualizer in VS2005 and try to visualize a raster image in debug. It seems that the object provider cannot get the raster data when invoked in an actual debugging environment.
   Report 
  01-31-2007, 17:04
GregR is not online. Last active: 7/22/2010 10:21:50 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 2,302
Re: LEADTOOLS RasterImage Debugger Visualizer
Reply Quote
I had no problems running this project with minimal changes:

1. update reference paths
2. update Rastercodecs.CodecsPath property (line 30)
3. Make sure that the image that it is attempting to load actually exists (line 31)

Greg Ross
LEADTOOLS Technical Support
   Report 
  06-16-2010, 9:27
Joshua is not online. Last active: 7/15/2009 2:13:47 PM Joshua



Top 25 Posts
Joined on 03-12-2008
Munich, Germany
Posts 91
Re: LEADTOOLS RasterImage Debugger Visualizer
Reply Quote
Does this still work? Is there a newer RasterImage Debugger Visualizer for the latest leadtools .Net release?

   Report 
  06-16-2010, 16:15
GregR is not online. Last active: 7/22/2010 10:21:50 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 2,302
Re: LEADTOOLS RasterImage Debugger Visualizer

Attachment: LEAD.Debugger.Visualizer.16.zip
Yes, it still works.  There were more design changes made between 14.5 and 15 such as getting rid of the CodecsPath property, adding the Startup and Shutdown methods, and a few changes to the viewer's size mode constants (more specifically the Leadtools.RasterPaintSizeMode enumeration).  Attached is a 16.5 port of this project.

For more details on the changes between the major versions check out the Version History section of the .NET help file.

Greg Ross
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » DotNet » LEADTOOLS RasterImage Debugger Visualizer

Powered by Community Server, by Telligent Systems