Techbirds | Knowledge Hub | Page 56

    The Problem is that we would not be able to view the last row and also not able to click on that  in figure 1 when the shell:SystemTray.IsVisible=’True”   To solve the footer disturbance issue In MainPage.xaml change

shell:SystemTray.IsVisible=”True” to

shell:SystemTray.IsVisible=”True”

    to

shell:SystemTray.IsVisible=”False”

shell:SystemTray.IsVisible=”False”

  1,627 total views, no views today

1,627 total views, no views today

Posted on: December 16, 2013 /

Categories: ABAP / Author Name: Ankit Shukla

Hi Everyone , I am going to provide a solution for particular task by explaining each step in details. TASK : Design a Alv report to display all records of employee table by using  ‘GRID DISPLAY’ .but The main task is “On clicking of particular record a popup window will open and shows the selected

Read More →

5,551 total views, no views today

*SPRITE ROTATION WITH SOME PARTICULAR ANGLE IN PARTICULAR DURATION CCSprite *test=CCSprite::create(“sprite.png”);   test->setPosition(ccp(winSize.width/2,winSize.height/2));   test->setAnchorPoint(ccp(0.5,0.5));   CCRotateBy *rot=CCRotateBy::create(30, 360); Here,the sprite named as test is positioned in the centre of the screen and its anchor point is set at the centre of the sprite,anchor point is needed to be set somewhere since the sprite will

Read More →

3,235 total views, no views today

Steps:-   1. Install Python. 1. Then Download download Cocos2d-X. V2.2.1 2. Extract the Zip File . 3. Open the command Prompt from there go th that path where your cocos2d-x folder for example if your folder is in D: Drive then from the command prompt write c:\> d: d:\> cd  cocos2d-x-2.2.1\cocos2d-x-2.2.1\tools\project-creator d:\  cocos2d-x-2.2.1\cocos2d-x-2.2.1\tools\project-creator:\>create_project.py -project PROJECT_NAME

Read More →

1,301 total views, no views today

When we work with sqlite ,we do the common mistake. We create the nested cursors and usually we forgot to close all the cursors.So this will throw exception.And  in case of devices with lower versions of sqlite or your application will crash when you will try to close the database.Appliaction may not crash in phones

Read More →

2,227 total views, no views today