Himanshu
Himanshu
Greetings @Arunprasanth, I have a requirement for my client. A component with two carousels, one to show movie categories and another to show movie listings of selected movie category. This...
Ok @Arunprasanth, I will try to open second carousel on the basis of select. I have query regarding keyboard, is there any way to close the keyboard after appendChildWidget. Thank...
@Arunprasanth, yes I did that not working. Can you please update your talkeyboard repository with this. Please make it on any character for example:'='.
Please review my code:- keys =['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','1','2','3','4','5','6','7','8','9','0','.','SPACE','-','=','_','!','@','.co.uk','.com']; keyboard = new Keyboard("Keyboard",23,2,keys,true,true); keyboard.setActiveChildKey('A'); keyboard.addEventListener("select", function (ev) { self.UserValue.setText(keyboard._currentText); console.log("Keyboard : "+keyboard._currentText); var myString = keyboard._currentText; var lastChar = myString[myString.length -1]; console.log("Last Char...
Thank you @Arunprasanth for your quick response, but I did the following two: 1- keyboard.hide(); 2- this.getChildWidgets(keyboard).hide(); Both not working, am I doing something wrong. Please, it will be helpful...