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.

TRichEdit ==> Table

Xailer professional forum in English
Responder
Maarten Roos
Mensajes: 126
Registrado: Lun Mar 29, 2010 10:24 am

TRichEdit ==> Table

Mensaje por Maarten Roos »

Hello Xailers!
I am playing with the TRichEdit class and I have a questing about tables. You can insert a table, but can you modify it afterwards? I guess not, found nothing in the documentation or is there some hidden none documented feature on this?
Maarten
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9447
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TRichEdit ==> Table

Mensaje por ignacio »

Maarten,
I do not know if that standard Windows API control has any keyboard
combination to do that task, sorry.
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
http://www.xailer.com/forum
http://www.xailer.com/dokuwiki
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> escribió en el mensaje de
noticias:4c7fbfc2$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello Xailers!
>
> I am playing with the TRichEdit class and I have a questing
> about tables. You can insert a table, but can you modify it
> afterwards? I guess not, found nothing in the documentation
> or is there some hidden none documented feature on this?
>
> Maarten
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Pedro Gil
Mensajes: 121
Registrado: Lun Ene 15, 2007 7:46 pm

TRichEdit ==> Table

Mensaje por Pedro Gil »

Hi Maarten,
It depends on the version of the library Riched20.dll. To insert a table,
you need to have the version 4.0 or higher. Yet, to modify a table you need
to have the version 5.0. But, you can do it partially. For example, you can
add more files and little more. To have full control of a table you need the
version 6.0 or higher.
In fact, Windows has not published officially how to insert and handle a
table in a Richedit control. Xailer is able to do it because it is using
undocumented messages.
Regards
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> escribió en el mensaje de
noticias:4c7fbfc2$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello Xailers!
>
> I am playing with the TRichEdit class and I have a questing
> about tables. You can insert a table, but can you modify it
> afterwards? I guess not, found nothing in the documentation
> or is there some hidden none documented feature on this?
>
> Maarten
Maarten Roos
Mensajes: 126
Registrado: Lun Mar 29, 2010 10:24 am

TRichEdit ==> Table

Mensaje por Maarten Roos »

I try to use Riched20.dll v6, because I want a tables to be modified, but my program is going nuts with it after using the TRichEdit class.
Heap corruption?
Error loading images
GPF's
File closing errors by Xailer TAdsDataSource
...
Someone got experience with the riched20.dll v6?
Pedro Gil
Mensajes: 121
Registrado: Lun Ene 15, 2007 7:46 pm

TRichEdit ==> Table

Mensaje por Pedro Gil »

Maarten,
Microsoft has not published yet a new official release of Riched20.dll since
Windows XP. In other words, the latest oficial release is version 4.1.
Nevertheless, we were able to test some undocumented messages and Xailer can
insert tables. We have tested several versions of the Riched20.dll.
According to our tests, the latest stable version is 5.0. We know that there
are some problems with the version 6.0 as you indicated in your email. So we
cannot recommend to use version 6.0 or 7.0 along with Xailer. We are sure
that a lot of internal changes were made in those DLLs but there is no
information about them and that's why we get GPFs.
Besides, those versions (6.0 and higher) were released to be used with
Microsoft Office 2007 and 2010 and . Hopefully new documentation will be
available some day.
You can be sure that Xailer team keeps on looking into Riched20.dll to get
all the features of it as much as possible.
Regards.
"Maarten Roos" escribió en el mensaje de
noticias:4d1465e9$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
I try to use Riched20.dll v6, because I want a tables to be
modified, but my program is going nuts with it after using
the TRichEdit class.
Heap corruption?
Error loading images
GPF's
File closing errors by Xailer TAdsDataSource
...
Someone got experience with the riched20.dll v6?
Responder