Hi All,
I have this very simple login interface. The "ispass"
attribute sets the "password" attribute of the edittext tag.
But it don't works! Is it a bug? Because for example, if I
change the "password" attribute to "visible" attribute, then
everything is fine.

The source:

<canvas>
    <simplelayout axis="y" spacing="5" />
    <class name="inputfield" height="25" width="50">
       <attribute name="label" type="string"/>
       <attribute name="ispass" value="false" type="boolean"/>
        <simplelayout axis="x"/>
        <text text="${parent.label}"/>
        <edittext password="${parent.ispass}"/>
    </class>

    <inputfield label="Name:" />
    <inputfield label="Password:" ispass="true"/>
</canvas>

Thanks for every advice!
-
Tibor


______________________________________________________________________
KGFB-2007 az Első Online Alkusztól! Kösse nálunk újra kötelező biztosítását! 
Az összes biztosító egy helyen, Online kedvezmények, egyszerű ügymenet.
http://www.netrisk.hu



Reply via email to