A
Adam Nowotny
I'm writing an application that displays some information from database.
So far i'm using the axWebBrowser to render the content - this is quite usefull to show formated text, picture, tables,
links (only within my application, no extenal links), printing.
First i thought about using the RichText component, but it seems to offer much smaller functionality (do i need to write
directly do the "rtf" property to add things like tables, pictures ?)
Using the axWebBrowser has has limitations though - using a COM object steals my dream of running the app on any other
platforms beside Windows :]
I'm also having some problems listening to events generated by it (event handlers don't always run...hmmmm....)
Are there any components i could use for this task ?
Maybe something based on PDF ?
So far i'm using the axWebBrowser to render the content - this is quite usefull to show formated text, picture, tables,
links (only within my application, no extenal links), printing.
First i thought about using the RichText component, but it seems to offer much smaller functionality (do i need to write
directly do the "rtf" property to add things like tables, pictures ?)
Using the axWebBrowser has has limitations though - using a COM object steals my dream of running the app on any other
platforms beside Windows :]
I'm also having some problems listening to events generated by it (event handlers don't always run...hmmmm....)
Are there any components i could use for this task ?
Maybe something based on PDF ?