Question about validattion. Also textfield alignment.
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
It appears that Swixml's xml
* Ignores case distinctions.
* Allows anything as an attribute (ie, typos).
Is there some way to enforce validity?
A second question. The aligment attribute in the
following seems to be ignored, altho it's listed in the
Swixml tag reference. Any hints about how to fix it?
<textfield id="_displayField" columns="12" text="0"
HorizontalAlignment="JTextField.RIGHT" />
-- Fred