[Customdrawn] Some patches for dialogs and palette
Graeme Geldenhuys
graeme at geldenhuys.co.uk
Wed Sep 12 12:59:01 CEST 2012
On 11/09/12 15:28, Felipe Monteiro de Carvalho wrote:
>
> Great! Just open a new form, drop TButton, TStaticText, TPanel, TGroupBox
I tried these components one by one, so see if there is any specific
component that causes the crash at runtime.
TButton: Works and displays fine at runtime.
TStaticText: Seg Fault when I try and run the app.
TPanel: Seg Fault when I try and run the app.
TGroupBox: Runs, but it doesn't display the groupbox at all.
I then tried to hook up a OnClick event to the TButton. The IDE was fine
with that, and the project compiled, but the OnClick event is never
fired when I click the button.
In the TButton.OnClick event handler I tried a ShowMessage('ouoeu') call
and a WriteLn('aoeu') call, and neither of them was ever reached.
Regards,
- Graeme -
More information about the Customdrawn
mailing list