In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
TMemo TEdit
-
- Mensajes: 339
- Registrado: Lun Jul 02, 2007 7:17 pm
TMemo TEdit
Hi,
1. TMemo:Append doesn't add text to the end of the control as documented
but insert it at the actual cursorposition.
2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
as documented.
Regards
Ingo
1. TMemo:Append doesn't add text to the end of the control as documented
but insert it at the actual cursorposition.
2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
as documented.
Regards
Ingo
-
- Mensajes: 339
- Registrado: Lun Jul 02, 2007 7:17 pm
TMemo TEdit
Sorry,
now I understand. 'move the cursor at the end of the text' in the documentation
means at the end of the (unselected) selection - is it correct?
Regards
Ingo
now I understand. 'move the cursor at the end of the text' in the documentation
means at the end of the (unselected) selection - is it correct?
Regards
Ingo
-
- Mensajes: 339
- Registrado: Lun Jul 02, 2007 7:17 pm
TMemo TEdit
Sorry,
now I understand. 'move the cursor at the end of the text' in the documentation
means at the end of the (unselected) selection - is it correct?
Regards
Ingo
now I understand. 'move the cursor at the end of the text' in the documentation
means at the end of the (unselected) selection - is it correct?
Regards
Ingo
- ignacio
- Site Admin
- Mensajes: 9445
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
TMemo TEdit
Ingo,
Fixed. Thanks. Until we publish a new release use this to move to the end of
text:
oMemo:SetSel( 0, -1 )
oMemo:SetSel( -1, 0 )
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:44fea1e1$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Hi,
>
> 1. TMemo:Append doesn't add text to the end of the control as documented
> but insert it at the actual cursorposition.
>
> 2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
> as documented.
>
> Regards
>
> Ingo
>
>
>
Fixed. Thanks. Until we publish a new release use this to move to the end of
text:
oMemo:SetSel( 0, -1 )
oMemo:SetSel( -1, 0 )
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:44fea1e1$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Hi,
>
> 1. TMemo:Append doesn't add text to the end of the control as documented
> but insert it at the actual cursorposition.
>
> 2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
> as documented.
>
> Regards
>
> Ingo
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
TMemo TEdit
Ingo,
Fixed. Thanks. Until we publish a new release use this to move to the end of
text:
oMemo:SetSel( 0, -1 )
oMemo:SetSel( -1, 0 )
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:44fea1e1$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Hi,
>
> 1. TMemo:Append doesn't add text to the end of the control as documented
> but insert it at the actual cursorposition.
>
> 2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
> as documented.
>
> Regards
>
> Ingo
>
>
>
Fixed. Thanks. Until we publish a new release use this to move to the end of
text:
oMemo:SetSel( 0, -1 )
oMemo:SetSel( -1, 0 )
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:44fea1e1$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Hi,
>
> 1. TMemo:Append doesn't add text to the end of the control as documented
> but insert it at the actual cursorposition.
>
> 2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
> as documented.
>
> Regards
>
> Ingo
>
>
>
-
- Mensajes: 339
- Registrado: Lun Jul 02, 2007 7:17 pm
TMemo TEdit
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>Ingo,
>
>Fixed. Thanks. Until we publish a new release use this to move to the end
of
>text:
>
>oMemo:SetSel( 0, -1 )
>oMemo:SetSel( -1, 0 )
>
>Regards,
>
>--
>Ignacio Ortiz de Zúñiga
>http://www.xailer.com
>"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
>news:44fea1e1$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>
>> Hi,
>>
>> 1. TMemo:Append doesn't add text to the end of the control as documented
>> but insert it at the actual cursorposition.
>>
>> 2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
>> as documented.
>>
>> Regards
>>
>> Ingo
>>
>>
>>
>
>
>Ingo,
>
>Fixed. Thanks. Until we publish a new release use this to move to the end
of
>text:
>
>oMemo:SetSel( 0, -1 )
>oMemo:SetSel( -1, 0 )
>
>Regards,
>
>--
>Ignacio Ortiz de Zúñiga
>http://www.xailer.com
>"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
>news:44fea1e1$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>
>> Hi,
>>
>> 1. TMemo:Append doesn't add text to the end of the control as documented
>> but insert it at the actual cursorposition.
>>
>> 2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
>> as documented.
>>
>> Regards
>>
>> Ingo
>>
>>
>>
>
>
-
- Mensajes: 339
- Registrado: Lun Jul 02, 2007 7:17 pm
TMemo TEdit
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote:
>Ingo,
>
>Fixed. Thanks. Until we publish a new release use this to move to the end
of
>text:
>
>oMemo:SetSel( 0, -1 )
>oMemo:SetSel( -1, 0 )
>
>Regards,
>
>--
>Ignacio Ortiz de Zúñiga
>http://www.xailer.com
>"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
>news:44fea1e1$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>
>> Hi,
>>
>> 1. TMemo:Append doesn't add text to the end of the control as documented
>> but insert it at the actual cursorposition.
>>
>> 2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
>> as documented.
>>
>> Regards
>>
>> Ingo
>>
>>
>>
>
>
>Ingo,
>
>Fixed. Thanks. Until we publish a new release use this to move to the end
of
>text:
>
>oMemo:SetSel( 0, -1 )
>oMemo:SetSel( -1, 0 )
>
>Regards,
>
>--
>Ignacio Ortiz de Zúñiga
>http://www.xailer.com
>"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
>news:44fea1e1$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>>
>> Hi,
>>
>> 1. TMemo:Append doesn't add text to the end of the control as documented
>> but insert it at the actual cursorposition.
>>
>> 2. TMemo:/TEdit:SetSel(-1) doesn't move the cursor at the end of the text
>> as documented.
>>
>> Regards
>>
>> Ingo
>>
>>
>>
>
>