<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Na da que ver al menos lacontante no tendría nada 
que ver con 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><FONT face=Arial size=2>  txtcompEnter(Sender);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV><FONT face=Arial 
size=2></FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV>En ese caso solo sería el evento:</DIV>
<DIV>  txtcompExit(Sender);<BR><BR>Además antes solo tenía:</DIV>
<DIV>   ckey:=#13;<BR>   
txtreg.Text:=lstcom.Selected.Caption;<BR>   
txtcomp.SetFocus;<BR>   
txtcomp.Text:=lstcom.Selected.SubItems[0];<BR>   
txtcompKeyPress(Sender, ckey);<BR></DIV>
<DIV>Sin especificar SO, pero en linux no se disparaban los eventos y en windows 
si, eso fue lo que me extraño y por eso tuve que poner código diferente en 
dependencia del SO que se estuviera ejecutando.</DIV>
<DIV> </DIV>
<DIV>Saludos Reiterados</DIV></FONT></DIV>
<DIV>--<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></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=lazarus-es@lists.lazarus-ide.org 
  href="mailto:lazarus-es@lists.lazarus-ide.org">Maxi via Lazarus-es</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=lazarus-es@lists.lazarus-ide.org 
  href="mailto:lazarus-es@lists.lazarus-ide.org">Spanish version of Lazarus 
  List</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=maximiliano.duarte@gmail.com 
  href="mailto:maximiliano.duarte@gmail.com">Maxi</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, February 07, 2022 9:57 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Lazarus-es] Comportamiento 
  de Lazarus diferente en Windows a Linux</DIV>
  <DIV><BR></DIV>
  <DIV dir=ltr>debes usar las contantes de teclas no el #13, que seguramente en 
  linux la maneja diferente</DIV><BR>
  <DIV class=gmail_quote>
  <DIV class=gmail_attr dir=ltr>El lun, 31 ene 2022 a las 14:12, Ismael L. Donis 
  Garcia via Lazarus-es (<<A 
  href="mailto:lazarus-es@lists.lazarus-ide.org">lazarus-es@lists.lazarus-ide.org</A>>) 
  escribió:<BR></DIV>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><U></U>
    <DIV 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></FONT></DIV>
    <DIV><FONT face=Arial size=2>En Linux NO se disparan de forma 
    automática, en windows SI</FONT></DIV>
    <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" 
    target=_blank>http://distrowatch.com/table.php?distribution=devuan</A><BR>Web 
    Site: <A 
    href="https://gitlab.uic.cu/ismael.donis/sistema-de-contabilidad-general/" 
    target=_blank>https://gitlab.uic.cu/ismael.donis/sistema-de-contabilidad-general/</A></FONT></DIV></DIV>_______________________________________________<BR>Lazarus-es 
    mailing list<BR><A href="mailto:Lazarus-es@lists.lazarus-ide.org" 
    target=_blank>Lazarus-es@lists.lazarus-ide.org</A><BR><A 
    href="https://lists.lazarus-ide.org/listinfo/lazarus-es" target=_blank 
    rel=noreferrer>https://lists.lazarus-ide.org/listinfo/lazarus-es</A><BR></BLOCKQUOTE></DIV><BR 
  clear=all>
  <DIV><BR></DIV>-- <BR>
  <DIV class=gmail_signature dir=ltr>
  <DIV dir=ltr>El que pregunta aprende, y el que contesta aprende a 
  responder.<BR><BR>No a la obsolecencia programada: <A 
  href="http://www.rtve.es/noticias/20110104/productos-consumo-duran-cada-vez-menos/392498.shtml" 
  target=_blank>http://www.rtve.es/noticias/20110104/productos-consumo-duran-cada-vez-menos/392498.shtml</A><BR></DIV></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Lazarus-es mailing 
  list<BR>Lazarus-es@lists.lazarus-ide.org<BR>https://lists.lazarus-ide.org/listinfo/lazarus-es<BR></BLOCKQUOTE></BODY></HTML>