[WinCE] - printing

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
schmallaria
Earned a small fee
Earned a small fee
Posts: 24
Joined: Fri Aug 19, 2005 9:54 am

[WinCE] - printing

Post by schmallaria »

hello,

yesterdey i have tested wxWindows under WinCE and it runs very good but now i've got a question:

what about printing under wince?
are there any wxwidgets classes to develop a printing application for pocket pc?

thanks
User avatar
ABX
Can't get richer than this
Can't get richer than this
Posts: 810
Joined: Mon Sep 06, 2004 1:43 pm
Location: Poznan, Poland
Contact:

Re: [WinCE] - printing

Post by ABX »

schmallaria wrote:yesterdey i have tested wxWindows under WinCE and it runs very good
Great! wxWinCE and mobile wxWidgets is my favourite subject so I'm happy hearing this kind of comment :)
schmallaria wrote:but now i've got a question:
what about printing under wince?
are there any wxwidgets classes to develop a printing application for pocket pc?
AFAIK no, but major part of wxWinCE port is shared with wxMSW port (desktop windowses) so it is possible that introducing CE printing could be easy. Would be great if you could start with researching possibilities and provide hints what's missing/wrong.

ABX
CVS Head, 2.8.X
wxMSW, wxWinCE, wxPalmOS, wxOS2, wxMGL, bakefile
gcc 3.2.3, bcc 5.51, dmc 8.48, ow 1.6, vc 7.1, evc 3/4, pods 1.2
schmallaria
Earned a small fee
Earned a small fee
Posts: 24
Joined: Fri Aug 19, 2005 9:54 am

Post by schmallaria »

ok...

here is the first problem...:D

i have to scroll the content of a modal dialog.

how can i do this?
User avatar
ABX
Can't get richer than this
Can't get richer than this
Posts: 810
Joined: Mon Sep 06, 2004 1:43 pm
Location: Poznan, Poland
Contact:

Post by ABX »

schmallaria wrote:ok...

here is the first problem...:D

i have to scroll the content of a modal dialog.

how can i do this?
I would start from wxScrolledWindow but I'm not sure if that's strictly related to printing. Please keep on topic and/or start separated thread for separated/unrelated problems. Keeping all in one thread makes future forum usage harder ( search for "scroll" will result with "wince printing" which will be unrelated for majority for searchers).

ABX
CVS Head, 2.8.X
wxMSW, wxWinCE, wxPalmOS, wxOS2, wxMGL, bakefile
gcc 3.2.3, bcc 5.51, dmc 8.48, ow 1.6, vc 7.1, evc 3/4, pods 1.2
schmallaria
Earned a small fee
Earned a small fee
Posts: 24
Joined: Fri Aug 19, 2005 9:54 am

Post by schmallaria »

no that's not related to printing...this is a preliminary for printing. i searched for the problem, but there is no solution.

i think i started a new thread in the c++ development section.
Post Reply