Am 22.06.2013 um 23:59 schrieb Jeremy Cowgar <[email protected]>: > > I am currently evaluating DynaPDF MBS, and I am having a simple problem. I > see in the examples that the table cell background color is painted properly, > but in my code it is not. The cell background is painted 1 row before the > table is started. Here is my code: > > Dim pdf As New DynaPDFMBS > Call pdf.CreateNewPDF(SpecialFolder.Desktop.Child("rbr.pdf")) > Call pdf.Append
call pdf.SetPageCoords pdf.kpcTopDown Bottom up seems to work and will be fixed. So please use TopDown coordinates. Greetings Christian -- MBS Xojo Developer Conference 2013 More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
