Hi,
I'd like to print the content of a listctrl. Can anybody help me with a simple example ?
is it possible to print a panel instead of canvas with PrintFramework?
Best Regards: Laszlo
Hi,
I'd like to print the content of a listctrl. Can anybody help me with a simple example ?
is it possible to print a panel instead of canvas with PrintFramework?
Best Regards: Laszlo
Do you mean the output on a printer or simply
get the contents of the listctrl and store or print it into stdout?
On Wed, 23 Nov 2005 09:29:46 +0100, Thamó László <thamol@vnet.hu> wrote:
Hi,
I'd like to print the content of a listctrl. Can anybody help me with
a simple example ?
is it possible to print a panel instead of canvas with PrintFramework?Best Regards: Laszlo
--
Franz Steinhaeusler
Franz Steinhaeusler wrote:
On Wed, 23 Nov 2005 09:29:46 +0100, Thamó László <thamol@vnet.hu> wrote:
Hi,
I'd like to print the content of a listctrl. Can anybody help me with a simple example ?
is it possible to print a panel instead of canvas with PrintFramework?Best Regards: Laszlo
Do you mean the output on a printer or simply get the contents of the listctrl and store or print it into stdout?--
Franz Steinhaeusler---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
I read records from an SQL table into a listctrl, and I'd like to print these content (one chosen record in detail or all records in a list)
ThL