Arunprasanth
Arunprasanth
Hi, I have n number of dynamically created horizontal carousels I am trying to add all these carousels to a vertical carousel to handle the scroll issue in tal framework....
I have created an application using tal framework, its perfectly working in my local machine as well as universal windows application in windows 10 machine. I have published it to...
I have a grid with 12 data (3 rows 4 columns) and I need to add few more items to the grid in some cases, I have tried to add...
I have a carousel with n number of widgets and I want to load another n number of items to the carousel once the user focus the last item of...
I have a vertical list in my application , this list contain n number of carousels so basically 2 or 3 carousels are visible to the user without scroll, user...
I need to create dynamically populated carousel based on api response. The number of carousel also dynamic. I have created a carousel component for the same, and based on the...
I need to append a hyphen(-),underscore(_) characters in keyboard, but when I try to do the same it shows as a DEL key for hyphen and line break for underscore...
I have created a vertical list and added 2 buttons and one keyboard in to it. Focus is working fine when I navigate between buttons but when focus comes to...
I have created a specRunner.html for executing jasmine based unit test for bbctal, but unfortunalty I coundnt get CurrentApplication in the test pointing file . Below is my specRunner.html ```...
Do we have any sample application which shows the implementation of keyboard in bbc/tal ? I have tried it using the below code ``` var myVirtualKeyBoard = new Keyboard("keyboards", 13,2,...