Página 1 de 1

TPanel OnDblClick event does not work

Publicado: Vie Jul 14, 2006 11:59 am
por Oleg
Hi!
It seems that OnDblClick event of TPanel control does not work. OnClick
event is working OK.
Regards, Oleg.

TPanel OnDblClick event does not work

Publicado: Vie Jul 14, 2006 7:13 pm
por jfgimenez
Oleg,
> It seems that OnDblClick event of TPanel control does not work. OnClick
> event is working OK.
TPanel should be a 'static' control, and neither OnClick nor OnDlbClick
should be assignable. So, it's possible that we remove those events for the
next release. However, if there is a valid reason to don't do it, we could
reconsiderate.
--
Regards,
Jose F. Gimenez
http://www.xailer.com

TPanel OnDblClick event does not work

Publicado: Vie Jul 14, 2006 7:13 pm
por jfgimenez
Oleg,
> It seems that OnDblClick event of TPanel control does not work. OnClick
> event is working OK.
TPanel should be a 'static' control, and neither OnClick nor OnDlbClick
should be assignable. So, it's possible that we remove those events for the
next release. However, if there is a valid reason to don't do it, we could
reconsiderate.
--
Regards,
Jose F. Gimenez
http://www.xailer.com

TPanel OnDblClick event does not work

Publicado: Sab Jul 15, 2006 7:02 am
por Oleg
> TPanel should be a 'static' control, and neither OnClick nor OnDlbClick
> should be assignable. So, it's possible that we remove those events for
the
> next release. However, if there is a valid reason to don't do it, we could
> reconsiderate.
Maybe you are right, it is just a sample and not real project.
I just have tested it because these events are defined for this control.
Regards, Oleg

TPanel OnDblClick event does not work

Publicado: Sab Jul 15, 2006 7:02 am
por Oleg
> TPanel should be a 'static' control, and neither OnClick nor OnDlbClick
> should be assignable. So, it's possible that we remove those events for
the
> next release. However, if there is a valid reason to don't do it, we could
> reconsiderate.
Maybe you are right, it is just a sample and not real project.
I just have tested it because these events are defined for this control.
Regards, Oleg