Black pages - changes with OIPI in OI7 (OpenInsight 32-Bit)
At 13 AUG 2004 03:57:29AM Bertil Strom wrote:
With OI4.13 I use mm in pagesetup and specified linestyle to 20 points. Using the line command worked well, but in OI7 the lines get so big, the cover my printout.
set=Set_Printer("INIT",namn,
,margin,0:@fm:2,device,
)Set=Set_Printer("LINESTYLE", PS_SOLID:@fm:20)
set=set_Printer('LINE',90:@fm:0:@fm:90:@fm:70,0)
set=set_Printer('LINE',90:@fm:40:@fm:170:@fm:40,0)
Do I have to change to inches in the setup and redesign my code ?
At 13 AUG 2004 08:38AM Bob Orsini wrote:
This problem was fixed in 7.1.
At 13 AUG 2004 09:04AM Bertil Strom wrote:
Thanks Bob,
Is it possible to download the beta 7.1 ?
Bertil
At 13 AUG 2004 10:06AM Mike Ruane wrote:
Bertil-
Replied via email.
Mike
At 13 AUG 2004 10:58AM Bertil Strom wrote:
Thanks,
However using PS_INFRAME works fine so I can handle it.
(Also PS_DOT, PS_DASHDOT, DASHDOTDOT works.)
Bertil