Hi all,
I have strange behave into a RICHEDIT control that in PB803 was working fine while in PB9 have some focus problem.
In PB9, if the window having the RICHEDIT inside it is moved from foreground to background to foregound again, when it gets focus, the richedit control cursor moves to the last line and all the text inside RICHEDIT is selected.
This behave is not present if I compile the project with PB803
I cannot post the source code because it is part of a big project. Trying to replicate into a simple program seems working fine so I'm sure it is 100% a problem from my side maybe related to the new way to catch NOTIFICATIONs messages in control callbacks.
Any idea of what message can fire such behave?
Thanks a lot
Eros
I have strange behave into a RICHEDIT control that in PB803 was working fine while in PB9 have some focus problem.
In PB9, if the window having the RICHEDIT inside it is moved from foreground to background to foregound again, when it gets focus, the richedit control cursor moves to the last line and all the text inside RICHEDIT is selected.
This behave is not present if I compile the project with PB803
I cannot post the source code because it is part of a big project. Trying to replicate into a simple program seems working fine so I'm sure it is 100% a problem from my side maybe related to the new way to catch NOTIFICATIONs messages in control callbacks.
Any idea of what message can fire such behave?
Thanks a lot
Eros
Comment