Search found 7 matches

by alasmana
Fri Mar 03 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: font width
Replies: 1
Views: 6528

font width

Is there a way to know the font width in twips or points?

Thank you.
by alasmana
Tue Jan 17 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: backcolor not working
Replies: 1
Views: 5643

managed to work

Ok, I managed the back color to work. It's weird, I only had to put the color instruction after the text instruction and it worked
by alasmana
Mon Jan 16 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: cell font not working
Replies: 6
Views: 13306

font size still not working

Ok, I managed the back color to work. It's weird, I only had to put the color instruction after the text instruction and it worked. The font is kind of working, the font type works, it changes to symbol for example but the font size is not working. .ObjectAttributeSTR("oTable.Cells[1,1]", ...
by alasmana
Wed Jan 11 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: cell font not working
Replies: 6
Views: 13306

I forgot to tell you. I'm looking at the PDF with Adobe Reader. I have tried with 6.0 and 7.0. Neither of it works. I'm not embedding the font. Could it be that the problem? What about the colors?.
by alasmana
Wed Jan 11 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: cell font not working
Replies: 6
Views: 13306

I'm using 2.0f as well. I just downloaded. Neither the font nor the color is working.

Please help.

Tks.
by alasmana
Mon Jan 02 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: cell font not working
Replies: 6
Views: 13306

cell font not working

The font size is not setting. The font class is but the size stays the same. This is my code: .createObject(nObjTable,"oTop") obj = .getObjectByName("oTop") IF !ISNULL(obj) WITH obj .Attribute("Rows") = 1 .Attribute("Columns") = 1 .Attribute("left") ...
by alasmana
Mon Jan 02 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: backcolor not working
Replies: 1
Views: 5643

backcolor not working

The back color attribute is not working. This is my code: .createObject(nObjTable,"oTop") obj = .getObjectByName("oTop") IF !ISNULL(obj) WITH obj .Attribute("Rows") = 1 .Attribute("Columns") = 1 .Attribute("left") = lnLeft .Attribute("top")...