Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, February 17, 2006 7:43:41 AM(UTC)

freeman@leadtools.com  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

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.co...sualStudio2005Debugging.
File Attachment(s):
LEAD.Debugger.Visualizer.zip (476kb) downloaded 26 time(s).
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, January 31, 2007 7:53:19 AM(UTC)

pogito  
pogito

Groups: Registered
Posts: 2


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.
 
#3 Posted : Wednesday, January 31, 2007 11:59:00 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


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)
 
#4 Posted : Wednesday, June 16, 2010 4:22:15 AM(UTC)

Joshua  
Joshua

Groups: Registered
Posts: 28


Does this still work? Is there a newer RasterImage Debugger Visualizer for the latest leadtools .Net release?
 
#5 Posted : Wednesday, June 16, 2010 11:10:14 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


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.
File Attachment(s):
LEAD.Debugger.Visualizer.16.zip (462kb) downloaded 26 time(s).
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.112 seconds.