tpanel Questions
2
Solved
Is there a way to wrap the text in a TPanel.Caption in Delphi (in my case Delphi 6)?
1
Solved
I'm trying to create a custom button out of a TPanel component. For this, I have provided an override for the onmousedown and onmouseup events (to do some drawing), and I've used the onclick event ...
Haggi asked 21/11, 2016 at 11:35
7
Solved
I've got a form with a number of panels, each of which has Align=alTop, so they stack down nicely from the top of the form.
However, I want to dynamically change the appearance order of these pane...
2
Solved
I noticed that the resize flicker gets much better when I set TPanel.FullRepaint to False. Since the property exists and is True by default, there must be some reason for that.
How to decide wheth...
4
Solved
Included is a small project demonstrating my problem. I have a TPageControl aligned to the main form. On each of two tabsheets I have panels client aligned. On each of those panels I have 2 subpane...
Ljoka asked 29/1, 2011 at 7:0
3
Solved
There are several third-pary controls (such as the Raize Components) which have a close 'cross' button 'option' (eg the page control). My requirement is simpler, I'd like to plonk a cross 'button' ...
2
Solved
My program is doing a time consuming task, and I would like to display a TImage in the middle of the application window, but it will not stay on top - my VST is always on top. However, when I use a...
2
Solved
Summarization:
Say that I have a TForm and two panels. The panels are aligned alTop and alClient. The alClient panel contains a TPaintBox, whose OnPaint involve drawing codes.
The default value o...
Tizzy asked 3/3, 2011 at 21:24
1
Solved
how do I create a TCustomControl that will behave like Tpanel? eg MyCustomComponent, that I can drop components in like labels, images etc.
Viyella asked 19/7, 2010 at 5:56
4
Solved
I need to draw on a TPanel, ideally directly so I don't have another component on top of it getting in the way of mousevent-event trapping (I want to draw a little "size-grip" on it). How should I ...
Gui asked 1/5, 2009 at 23:25
1
© 2022 - 2024 — McMap. All rights reserved.