|
Just two comments on font size option suggestions (which at this point in time i don't happen to require):
1. On Windows OS there are also the "Accessibility Options" with the "Screen Magnifier". Probably anyone who requires this option for viewing ALREADY knows about it.
2. There's probably a difference in using a Browser's +/- font size vs BPL Forum programming. Using just the Browser's ability to adjust Font/Text Size, the Posts (and WebPage) can become too wide to fit in the width of the Browser's window, resulting, at some point as font size in increased, the appearance of a horizontal scroll bar necessitating not only vertical scrolling to view the entire Post/Thread, but also horizontal scrolling to read a complete line.
If this problem is solved programmatically by BPL, the result would be diffrent. Since i don't know precisely how BPL would implement the programming i can't be 100% sure, but if it were in the Java programming language (sorry, i program daily in Java, NOT JavaScript so i can't comment on its capabilities) the following would be true: Java GUI objects (both AWT and Swing components), such as a JTextArea in which each Post's text would be presented, would handle the formatting of the increase/decrease in Font Size appropriately so that each POST would be sized properly for the current widths of the JTextArea containing each Post's text. As font size is increased or decreased, the width of each JTextArea containing a Post's particular text would NOT increase, only the size of the text in it. The height of each JTextArea would need to resized though to accomodate the text's new size. There are methods that handle this sizing automagically though. So, no horizontal scroll bar would be necessary, though perhaps in EXTREME increases in font size only one or two words would appear on each line of text.
Hope this explanation is clear. If BPL wants to discuss this matter further, they may just PM me.
Edited by pj on 11/05/2006 03:29:43 MST.
|