Is this normal behavior with print card and buttons?
Posted: Sat Apr 17, 2021 3:46 pm
Hi there,
I layout 49 buttons, next to each other (see left side of attached image).
And when I use code below, the buttons are all printed some pixels apart from each other.
Is this normal behaviour?
--
put the Left of img "print" of this cd into tleft
put the Top of img "print" of this cd into tTop
put the Right of img "print" of this cd into tRight
put the Bottom of img "print" of this cd into tBottom
open printing to PDF tFilePath
print this cd from tLeft,tTop to tRight,tBottom //rect of an invisible image
--
LC Indy 9.6.2 (rc 3) / iOS app on iPad with iOS 13.3.1 and using Mergreader
Greetings,
William
I layout 49 buttons, next to each other (see left side of attached image).
And when I use code below, the buttons are all printed some pixels apart from each other.
Is this normal behaviour?
--
put the Left of img "print" of this cd into tleft
put the Top of img "print" of this cd into tTop
put the Right of img "print" of this cd into tRight
put the Bottom of img "print" of this cd into tBottom
open printing to PDF tFilePath
print this cd from tLeft,tTop to tRight,tBottom //rect of an invisible image
--
LC Indy 9.6.2 (rc 3) / iOS app on iPad with iOS 13.3.1 and using Mergreader
Greetings,
William