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 : Wednesday, April 16, 2008 11:48:51 AM(UTC)
matthew.gaskill

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
 

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 : Thursday, April 17, 2008 3:28:03 AM(UTC)

Qasem Lubani  
Guest

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)
matthew.gaskill

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)
matthew.gaskill

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)

Qasem Lubani  
Guest

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.

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