Página 1 de 1
TMemo TEdit
Publicado: Mié Sep 06, 2006 12:24 pm
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
TMemo TEdit
Publicado: Mié Sep 06, 2006 12:37 pm
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
TMemo TEdit
Publicado: Mié Sep 06, 2006 12:37 pm
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
TMemo TEdit
Publicado: Mié Sep 06, 2006 1:14 pm
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
>
>
>
TMemo TEdit
Publicado: Mié Sep 06, 2006 1:14 pm
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
>
>
>
TMemo TEdit
Publicado: Mié Sep 06, 2006 1:56 pm
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
>>
>>
>>
>
>
TMemo TEdit
Publicado: Mié Sep 06, 2006 1:56 pm
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
>>
>>
>>
>
>