Hi Sandro,

thanks for your info.
Ithought the element <ImageView 
image="/org/apache/pivot/tutorials/clock.png"/> is an unix like path in 
the file system.
Thats why I tried to set it to something like: "C:/data/clock.png".
Also I made a mistake in cut an paste the wrong bxml content.
After I took the bxml from the example an filled in my package stucture 
like you explained to me everything is fine.

<Window title="Labels" maximized="true"
    xmlns:bxml="http://pivot.apache.org/bxml";
    xmlns="org.apache.pivot.wtk">
    <BoxPane styles="{padding:4, verticalAlignment:'center'}">
        <ImageView image="/de/ivv/dbas/pivot/clock.png"/>
        <Label text="What time is it?"/>
    </BoxPane>
</Window>

Reply via email to