<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>He venido presentando problemas con Linux ya que no
se me disparan los eventos al igual que Linux an instanciar un
formulario.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Esto es un comportamiento normal o algo que tengo
mal configurado o un error de lazarus?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Por ejemplo he tenido que hacer lo siguiente para
poder resolver algunos problemas, pero en otros me está siendo complicado por el
código que tengo implementado.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> with Tfccomp.Create(nil)
do<BR> try<BR> Show;<BR> {$IFDEF
UNIX}<BR> txtregEnter(Sender);<BR>
txtreg.Text:=lstcom.Selected.Caption;<BR>
txtregExit(Sender);<BR>
txtcomp.SetFocus;<BR>
txtcompEnter(Sender);<BR>
txtcomp.Text:=lstcom.Selected.SubItems[0];<BR>
txtcompExit(Sender);<BR> {$ELSE}<BR>
ckey:=#13;<BR>
txtreg.Text:=lstcom.Selected.Caption;<BR>
txtcomp.SetFocus;<BR>
txtcomp.Text:=lstcom.Selected.SubItems[0];<BR>
txtcompKeyPress(Sender, ckey);<BR>
{$ENDIF}<BR> Hide;<BR>
Showmodal;<BR> finally<BR> Free;<BR> end;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Los eventos</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
size=2> txtregEnter(Sender);<BR>
txtregExit(Sender);</FONT></DIV>
<DIV><FONT face=Arial size=2>
txtcompEnter(Sender);<BR>
txtcompExit(Sender);<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>En Linux NO se disparan de forma automática,
en windows SI</DIV></FONT>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Saludos Cordiales</FONT></DIV>
<DIV><FONT face=Arial size=2>--<BR>Ismael<BR>Devuan User: <A
href="http://distrowatch.com/table.php?distribution=devuan">http://distrowatch.com/table.php?distribution=devuan</A><BR>Web
Site: <A
href="https://gitlab.uic.cu/ismael.donis/sistema-de-contabilidad-general/">https://gitlab.uic.cu/ismael.donis/sistema-de-contabilidad-general/</A></FONT></DIV></BODY></HTML>