Discussion:
wxRichTextCtrl html table export broke,
a***@iworx.com
2014-04-22 15:54:40 UTC
Permalink
If you open the richtext sample, and choose File->View as HTML
you will see that the tables are not shown.

This happen with wxwin 3.0
as well as the daily snapshot I had downloaded on 3/28/2014.

Thanks
ashish
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Julian Smart
2014-04-22 16:02:13 UTC
Permalink
Hi Ashish,

Yes, sorry, this is not implemented and I don't have any plans to do so.
I do have more advanced HTML generation code here but as ever,
disentangling it from application-specific stuff would need some time.
I'd be happy to conribute code to anyone who wants to make a better HTML
handler though.

Regards,

Julian
Post by a***@iworx.com
If you open the richtext sample, and choose File->View as HTML
you will see that the tables are not shown.
This happen with wxwin 3.0
as well as the daily snapshot I had downloaded on 3/28/2014.
Thanks
ashish
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
or visit http://groups.google.com/group/wx-users
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
a***@iworx.com
2014-04-22 18:45:57 UTC
Permalink
Hi Julian,
I would like to take a look at the code. Is there any easy way to add
just simple table support to the existing html export?.

Thanks
-ashish
Post by a***@iworx.com
If you open the richtext sample, and choose File->View as HTML
you will see that the tables are not shown.
This happen with wxwin 3.0
as well as the daily snapshot I had downloaded on 3/28/2014.
Thanks
ashish
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
a***@iworx.com
2014-04-23 19:38:00 UTC
Permalink
Hi Julian,
Thanks for the files. I have implemented a very basic version of
table support for the htmlexport.
This does not handle headers or any other special features of the table.
But it can be a starting point.

I have created a pull request at github for it.

-ashish
Post by a***@iworx.com
If you open the richtext sample, and choose File->View as HTML
you will see that the tables are not shown.
This happen with wxwin 3.0
as well as the daily snapshot I had downloaded on 3/28/2014.
Thanks
ashish
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...