Board index » delphi » please help (TScrollbox and Tlabel)
Bryan Ray
![]() Delphi Developer |
Fri, 06 Jul 2001 03:00:00 GMT
please help (TScrollbox and Tlabel)
Thanks to all in advance for any help.
I have a program in which I need to place a Tlabel on an image at runtime. I have a form with a toolbar and a scrollbox below the toolbar that has an I have a rutine that creates a label at runtime with the OnMouseDown event alabel := Tlabel.create(self); If I put the image in/on the scrollbox, I cannot see the label that I am The problem is, I need to use the scrollbox so that my toolbar does not Please send any responses to br...@gtracks.com Bryan Is there any workaround for this problem. |