
|
[open-beos-printing]
||
[Date Prev]
[03-2002 Date Index]
[Date Next]
||
[Thread Prev]
[03-2002 Thread Index]
[Thread Next]
[open-beos-printing] Re: PDF Writer Progress
- From: Michael Pfeiffer <michael.pfeiffer@xxxxxxxxx>
- To: open-beos-printing@xxxxxxxxxxxxx
- Date: Sat, 30 Mar 2002 13:27:48 +0000
>BTW, what's UCS2 stand for? UniCode Standard 2, aka Unicode 2.0?
Universial Character Set 2. I hope this is the proper name for 16-bit
encoded Unicode code points?
Recently found the Online Unicode 3.0 Standard:
http://www.unicode.org/unicode/uni2book/u2.html
>> and let me know what you think about the usability of the new
>> UI elements.
>
>The Document Info Window is great!
I have a problem here: if the table contains properties (BTextControl)
where not not all fit into the visible part of the scroll view
it should be possible to navigate with the keyboard (Tabulator key).
This works without any additional efforts, but a property could get
the focus that lays(sp?) outside of the visible part. Now I tried to
override MakeFocus of BTextControl and when this method
is called the parent view should be scrolled to a position where
the property is visible.
In theory this is fine, but in practise MakeFocus is not called.
I assume that MakeFocus of the BTextView that is part of
a BTextControl is called instead.
Any idea how I can achive what I want using the BTextControl?
Of couse I could implement my own TextControl where I could
override MakeFocus of BTextView.
>For Fonts embebding, maybe using a BCheckBox/BScrollview (like
>you did for the table of key/value in DocInfoWindow) would be better:
>
>cb = new BCheckBox(BRect(....), NULL, FontFile->Name(), etc);
>cb->SetFont(FontFile->BFont()); ;-)
Good idea. Will see if I get the motivation to change it soon.
>This way the font list will *show* the font, not only her(his?) name.
>Also, why not only displaying font families only, not all family/face
>combo?
Hmm, I have made it that way because the decission if a font should
be embedded depends mainly on the font size and the font
size of a face of a family could largely differ.
What I also want to do later, is to allow to chose which of the
standard fonts should be used as the substitute if the
font is not embedded.
- Michael
|

|