HText and XleTView

Hi,

I'm currently trying to learn MHP and having some difficulties with the HText.

I'm doing the tutorial at interactivetvweb, but have tried solutions and code snippets from some forums too.

Independent of how I initialise and use the HText it's just displaying as a filled rectangle. The rectangle uses the background colour if specified and is of the specified size. If I don't specify the size, nothing is displayed.

Is this related to the implementation in xletview, or my installation of it?

or

Do I have to do something special to get the text?

DVBTextLayoutManager manage =new DVBTextLayoutManager();

HText textM =new HText("message", 50, 50, 450, 450,new Font("Tiresias", Font.PLAIN, 18),new Color(0,0,0),new Color(99,99,99), manage);

textM.setVisible(true);

scene.add(textM);

[1109 byte] By [Birkena] at [2007-10-3 2:24:16]
# 1
Maybe you can try getDefaultSize() to see the default size of HText in implementation of xletview.
meatfoota at 2007-7-14 19:23:15 > top of Java-index,Java Mobility Forums,Consumer and Commerce...