This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, April 16, 2008 11:48:51 AM(UTC)
Groups: Registered
Posts: 6
After displaying the annotations toolbar, IE crashes when I attempt to click on the scroll bar on the LeadRasterView object. The annotations work fine.
Is there something I am missing or doing wrong?
Here is my code. I am using version 14.5
LeadRasterAnn.AnnUserMode = 1
LeadRasterAnnToolbar.AnnParentRasterView = LeadRasterView
LeadRasterAnn.AnnParentRasterView = LeadRasterView
call LeadRasterAnn.AnnRealize(False)
dim rtn
If LeadRasterAnnToolbar.ToolBarhWnd = 0 Then
rtn = LeadRasterAnnToolbar.Create(20, 8, 1 )
End If
If rtn = 0 Then
LeadRasterAnnToolbar.ButtonCount = 18
End If
LeadRasterView.AutoScroll = true
LeadRasterAnnToolbar.Visible = true
#2
Posted
:
Thursday, April 17, 2008 3:28:03 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Can you please tell me what is the DLLs build number(Version Info) of LEADTOOLS that you have?
#3
Posted
:
Thursday, April 17, 2008 3:39:27 AM(UTC)
Groups: Registered
Posts: 6
LTRAN14N.dll -> 14.5.0.44
LTR14n.dll -> 14.5.0.44
LTRVW14n.ocx -> 14.5.0.44
Looks like they are all version 14.5.0.44
#4
Posted
:
Thursday, April 17, 2008 9:46:56 AM(UTC)
Groups: Registered
Posts: 6
Today I downloaded the most recent patch for version 14.5.
The files are now at version 14.5.0.73 and the problem still exists.
#5
Posted
:
Sunday, April 20, 2008 6:15:34 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Instead
of using the LeadRasterAnnToolbar.AnnParentRasterView = LeadRasterView
LeadRasterAnn.AnnParentRasterView
= LeadRasterView
Use
this:
RasterAnn.AnnParentRasterView
= LEADRasterView1.ControlDispatch
RasAnnToolbar.AnnParentRasterView
= LEADRasterView1.ControlDispatch
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.