Hi all, I am writing an application in which i am using a textfield as a combo box. So as soon as the user goes to the textfield i donot want him to write anything in the textfield. I have created a list from which he would select the records. The list is ready but i am still left with making the textfield uneditable. Could CONSTRAINT_MASK be of any use. Please pen me the syntax for the solution. TIA
If you are trying to create a ComboBox, why not just use the class that is available in the lcdui package, ChoiceGroup, instead of trying to create your own from scratch. Use the constraint "UNEDITABLE" when you create the TextField. This will do that trick. Mark