OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on October 22, 2008, 02:28:06 PM

Title: Transparency and DragDropToAutoCAD
Post by: Fred Tomke on October 22, 2008, 02:28:06 PM
Hello,

I have two questions before adding as a bug. Maybe I'm wrong. Please load the added project in Alpha 25.

1. When scrolling the textbox at the bottom, there is a repainting issue with the transparent background. I don't know, maybe it is already solved (rectangle and editbox have transparent background).

2. The TreeControl has an active event for dragging items to autocad. But this event won't be called. Why? A text will be created instead.
Form:EventInvoke = 0
Form:KepFocus = False
Tree:EventInvoke = 0
Tree:OnDragnDropToAutoCAD = active and function defined

Maybe some can give me a hint.

Fred
Title: Re: Transparency and DragDropToAutoCAD
Post by: owenwengerd on October 22, 2008, 11:25:59 PM
Both of these bugs are now fixed for Beta 1.
Title: Re: Transparency and DragDropToAutoCAD
Post by: Fred Tomke on October 23, 2008, 04:36:04 AM
Hello Owen,

big thank you!  8)

Fred