Hi all,
1-How can i change the value of agauge or textfield that are created by a xml file from the java class.
2-i want to place a lable and a textfield in one line together,in xml file i can use this code :
"
</container>
<container class="formEntry" style="layout:gridlayout(2,1)">
%CHECK_VALUE%
<textfield id="ch_opsp" focusable="false"></textfield>
</container>
"
but if i want to create that in a java class how can i do it?
thanks

