Página 1 de 1
TRichEdit ==> Table
Publicado: Jue Sep 02, 2010 5:16 pm
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
TRichEdit ==> Table
Publicado: Vie Sep 03, 2010 10:08 am
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
TRichEdit ==> Table
Publicado: Vie Sep 03, 2010 10:42 pm
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
TRichEdit ==> Table
Publicado: Vie Dic 24, 2010 10:20 am
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?
TRichEdit ==> Table
Publicado: Vie Dic 24, 2010 6:20 pm
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?