New topic: printing a window
<http://forums.realsoftware.com/viewtopic.php?t=30501> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message pgabell Post subject: printing a windowPosted: Thu Oct 15, 2009 2:28 pm Joined: Sat Jun 14, 2008 6:04 pm Posts: 3 I have tried all the examples I could find of printing a window to my printer and it always comes out blank. Can anyone help? EX: dim g as graphics g=openprinterdialog() if g<> nil then window1.drawinto g,1,1 //self.drawinto g,1,1 else msgbox("Printing cancelled.") end if I tried self.drawinto also and it didn't work either. Am I missing something? Window1 is much smaller than the screen, I don't think there are any scaling issues. Help? Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
