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.

The onChange event of TMemo not fired when the memo changes his contnet.

Xailer professional forum in English
Responder
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por Dionisis Divaris »

Hello Ignacio Jose
The onChange event of Tmemo not fired when the memo changes its contents..
Any help for this issue?
Regards
Dionisis
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por jfgimenez »

Dionisis,
> The onChange event of Tmemo not fired when the memo changes its
> contents..
> Any help for this issue?
TEdit (and TMemo which is derived from it) was changed to not fire the
OnChange event when its content is modified programatically, that is, by
code. ITOH, if its content is modified by the user, the event is fired. Is
this the issue?
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por jfgimenez »

Dionisis,
> The onChange event of Tmemo not fired when the memo changes its
> contents..
> Any help for this issue?
TEdit (and TMemo which is derived from it) was changed to not fire the
OnChange event when its content is modified programatically, that is, by
code. ITOH, if its content is modified by the user, the event is fired. Is
this the issue?
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por Dionisis Divaris »

Hello Jose
When the content changed by the user (at run time) , Tmemo never triger that
event. This is the situation , and i dont know why happens.
I know hor the behavior modification since 1.0b but the content changes by
the user , not progamatically.
Many Thanks
Regards
Dionisis
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4501688b@news.xailer.com...]4501688b@news.xailer.com...[/email]
> Dionisis,
>
>> The onChange event of Tmemo not fired when the memo changes its
>> contents..
>> Any help for this issue?
>
> TEdit (and TMemo which is derived from it) was changed to not fire the
> OnChange event when its content is modified programatically, that is, by
> code. ITOH, if its content is modified by the user, the event is fired. Is
> this the issue?
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por Dionisis Divaris »

Hello Jose
When the content changed by the user (at run time) , Tmemo never triger that
event. This is the situation , and i dont know why happens.
I know hor the behavior modification since 1.0b but the content changes by
the user , not progamatically.
Many Thanks
Regards
Dionisis
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4501688b@news.xailer.com...]4501688b@news.xailer.com...[/email]
> Dionisis,
>
>> The onChange event of Tmemo not fired when the memo changes its
>> contents..
>> Any help for this issue?
>
> TEdit (and TMemo which is derived from it) was changed to not fire the
> OnChange event when its content is modified programatically, that is, by
> code. ITOH, if its content is modified by the user, the event is fired. Is
> this the issue?
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por jfgimenez »

Dionisis,
Sorry for the delay.
> When the content changed by the user (at run time) , Tmemo never triger
> that
> event. This is the situation , and i dont know why happens.
> I know hor the behavior modification since 1.0b but the content changes by
> the user , not progamatically.
I've just tested it and here it's working fine. Please, test the attached
sample; run it from the IDE and check if the debug window shows its content
when you type in it.
--
Regards,
Jose F. Gimenez
http://www.xailer.com


Attached files TestMemo.zip (1.5 KB)Â
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por jfgimenez »

Dionisis,
Sorry for the delay.
> When the content changed by the user (at run time) , Tmemo never triger
> that
> event. This is the situation , and i dont know why happens.
> I know hor the behavior modification since 1.0b but the content changes by
> the user , not progamatically.
I've just tested it and here it's working fine. Please, test the attached
sample; run it from the IDE and check if the debug window shows its content
when you type in it.
--
Regards,
Jose F. Gimenez
http://www.xailer.com


Attached files TestMemo.zip (1.5 KB)Â
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por Dionisis Divaris »

Hello Jose
Works perfect i have a silly typo error in my code . I fixed, and works
perfect . Sorry for the trouble. By the way when sceduled to see the first
release of the Xailer Pro (with active control support etc...)
Many thanks
Dionisis
Ï "Jose F. Gimenez" <jfgimenez@wanadoo.es> Ýãñáøå óôï ìÞíõìá
news:4503fc8f$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Dionisis,
>
> Sorry for the delay.
>
>> When the content changed by the user (at run time) , Tmemo never triger
>> that
>> event. This is the situation , and i dont know why happens.
>> I know hor the behavior modification since 1.0b but the content changes
>> by
>> the user , not progamatically.
>
> I've just tested it and here it's working fine. Please, test the attached
> sample; run it from the IDE and check if the debug window shows its
> content
> when you type in it.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por Dionisis Divaris »

Hello Jose
Works perfect i have a silly typo error in my code . I fixed, and works
perfect . Sorry for the trouble. By the way when sceduled to see the first
release of the Xailer Pro (with active control support etc...)
Many thanks
Dionisis
Ï "Jose F. Gimenez" <jfgimenez@wanadoo.es> Ýãñáøå óôï ìÞíõìá
news:4503fc8f$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Dionisis,
>
> Sorry for the delay.
>
>> When the content changed by the user (at run time) , Tmemo never triger
>> that
>> event. This is the situation , and i dont know why happens.
>> I know hor the behavior modification since 1.0b but the content changes
>> by
>> the user , not progamatically.
>
> I've just tested it and here it's working fine. Please, test the attached
> sample; run it from the IDE and check if the debug window shows its
> content
> when you type in it.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por jfgimenez »

Dionisis,
> Works perfect i have a silly typo error in my code . I fixed, and works
> perfect . Sorry for the trouble. By the way when sceduled to see the first
> release of the Xailer Pro (with active control support etc...)
I'm just working on it now. We hope to be ready very soon.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

The onChange event of TMemo not fired when the memo changes his contnet.

Mensaje por jfgimenez »

Dionisis,
> Works perfect i have a silly typo error in my code . I fixed, and works
> perfect . Sorry for the trouble. By the way when sceduled to see the first
> release of the Xailer Pro (with active control support etc...)
I'm just working on it now. We hope to be ready very soon.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder