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.

TMemo TEdit

Xailer professional forum in English
Responder
Ingo Junge-Herrmann
Mensajes: 339
Registrado: Lun Jul 02, 2007 7:17 pm

TMemo TEdit

Mensaje por Ingo Junge-Herrmann »

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 Junge-Herrmann
Mensajes: 339
Registrado: Lun Jul 02, 2007 7:17 pm

TMemo TEdit

Mensaje por Ingo Junge-Herrmann »

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
Ingo Junge-Herrmann
Mensajes: 339
Registrado: Lun Jul 02, 2007 7:17 pm

TMemo TEdit

Mensaje por Ingo Junge-Herrmann »

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
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9443
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TMemo TEdit

Mensaje por ignacio »

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
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

TMemo TEdit

Mensaje por NoName »

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 Junge-Herrmann
Mensajes: 339
Registrado: Lun Jul 02, 2007 7:17 pm

TMemo TEdit

Mensaje por Ingo Junge-Herrmann »

"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 Junge-Herrmann
Mensajes: 339
Registrado: Lun Jul 02, 2007 7:17 pm

TMemo TEdit

Mensaje por Ingo Junge-Herrmann »

"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
>>
>>
>>
>
>
Responder