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
Em 31/7/2009 21:17, Andrew Brunner escreveu:
Hi All. I have a data type of TStringArray=Array of String...
Under debugger (GDB Linux) I can't access any of the elements.
Is there a compiler option to enable information during debugging and
or watching?
Presently, when Inspecting or Viewing I
Thanks Silvio,
I'm not having a problem a problem with code running. I'm not able to
Inspect the contents of VStringArray while debugging via GDB in
Ubuntu.
Can you inspect the variable VStringArray? How about VStringArray[0]?
I can not.
This is a fresh build of FPC and Lazarus from TRUNK and
Andrew Brunner wrote:
Thanks Silvio,
I'm not having a problem a problem with code running. I'm not able to
Inspect the contents of VStringArray while debugging via GDB in
Ubuntu.
Can you inspect the variable VStringArray? How about VStringArray[0]?
I can not.
This is a fresh build of FPC an
please also read
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips
Martin wrote:
Andrew Brunner wrote:
Thanks Silvio,
I'm not having a problem a problem with code running. I'm not able to
Inspect the contents of VStringArray while debugging via GDB in
Ubuntu.
Can you inspect the variable
Em 2/8/2009 19:58, Martin escreveu:
please also read
http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips
Martin wrote:
Andrew Brunner wrote:
Thanks Silvio,
I'm not having a problem a problem with code running. I'm not able to
Inspect the contents of VStringArray while debugging via GDB in
Ub
Try (note you need to add 4, to get to the next string)
PChar(^LONGINT(^LONGINT(@t)^+0)^)
PChar(^LONGINT(^LONGINT(@t)^+4)^)
PChar(^LONGINT(^LONGINT(@t)^+8)^)
and for the length of array (minus 4)
^LONGINT(^LONGINT(@t)^-4)^
Read also
http://forum.lazarus.freepascal.org/index.php/topic,4763.msg2
> 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
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