Doh! Senility taking a firm hold.
Dominique.
On Mon, 3 Aug 2009 04:45:42 +, dmitry boyarintsev
wrote:
>> Anyone else seeing this? Should I Mantis it?
> no need: http://bugs.freepascal.org/view.php?id=12545
--
___
Lazarus mailing list
Lazarus@list
domini...@savagesoftwaresolutions.com schrieb:
If I
1. create a new application
2. Drop a TListBox on the form
3. Set DragMode on the Listbox to dmAutomatic.
4. Hook up events for OnDragOver and OnDragDrop
The events in step 4 never fire.
TWinControls are rarely draggable, in detail wrappe
> Anyone else seeing this? Should I Mantis it?
no need: http://bugs.freepascal.org/view.php?id=12545
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Hi all,
If I
1. create a new application
2. Drop a TListBox on the form
3. Set DragMode on the Listbox to dmAutomatic.
4. Hook up events for OnDragOver and OnDragDrop
The events in step 4 never fire.
On the other hand The StartDrag and EngDrag events fire regard less of if
the Mode is dmAutoma