Re: [Flightgear-devel] Changing font in textbox

2009-01-09 Thread Melchior FRANZ
* KOCH Mate -- Thursday 08 January 2009: > - I can't completely disable the scrollbar (even if I set the width of > it to zero, the scrollbar is still visible, and it is also without any > text in the box) PLIB only hides the scrollbar in the but not the widget at the moment. This will probably

[Flightgear-devel] Changing font in textbox

2009-01-08 Thread KOCH Mate
Hello, please help me with the following problem: I'm trying to create a large message dialog which can hold a bunch of text, which comes from props protocol into a given node. I created a custom message-dialog.xml with a textbox in a vbox and I handle it with the gui.nas library. It seems fine,