Re: Printing Graphics - .bmps
- Posted by tweezer Jun 05, 2011
- 1186 views
Greg,
Many thanks for your response! I will look at wxEuphoria for a solution.
In the meantime, I found this solution: - First I used an MLE instead of Rich Text. - Paint it up with my bitmaps and text labels. - I can save the contents of the MLE to a bitmap using copyToBitmapFile. Now I have one bitmap which includes all the parts. - Then I can create a new window with just a bitmap, and load my bitmap from the file. - From there I can send it to the printer and it works. For these last two steps I am following the win32lib example "BitmapPrint.exw".
Kind of a workaround, but it works for now.
THanks again Greg!