Techbirds | Knowledge Hub | Page 43

The normal stroking code of a label doesn’t work in IOS 7.0 but it works successfuly below IOS 7.0 The basic code for enabling stroking is provided below. We need to add a CCLabelTTF and then call the enableStroke function CCLabelTTF *label=CCLabelTTF::create(“Hello”, “Arial.fnt”, 50); label->setPosition(ccp(300,300)); label->enableStroke(ccGREEN, 1.0,true); this->addChild(label); This works fine with IOS below 7.0.

Read More →

1,706 total views, no views today

Posted on: February 12, 2014 /

Categories: Tutorials / Author Name: Arjun VM

Step 1 Create a 1152 x 864 px document, set the Foreground color to #00336e and the Background color to #000f1f. Pick the Gradient Tool, click the Radial Gradient icon in the Options bar, then click and drag  from the center of the document to one of the corners.            

Read More →

614 total views, no views today

1,191 total views, no views today

1,191 total views, no views today

class Envelope { void x() { System.out.println(“Hello”); } class Enclosure { void x() { Envelope.this.x(); /* Qualified this*/ } } } class Manager { public static void main(String …arg) { new Envelope().new Enclosure().x(); } } 400 total views, no views today

400 total views, no views today

Link : https://developer.blackberry.com/android/documentation/create_a_debug_token_cmd_line_1728294_11.html Steps mentioned in Link Repeat this step after 30 days blackberry-debugtokenrequest -storepass -devicepin 2AB54D80 bb10debugtoken.bar blackberry-deploy -installDebugToken bb10debugtoken.bar -device 169.254.0.1 -password lptpl@bb Convert apk2bar -a “” -d Avoid debug token bar to successfully sign these bars. batchbar-signer xxxxxxxxx.bar “C:\Users\\AppData\Local\Research In Motion\author.p12″ -t “C:\Users\\Downloads\CommandLineTools_1.6.1\blackberry.tools.SDK\bin\signed” blackberry-deploy -installApp -launchApp -device 169.254.0.1 -package “C:\Users\\Downloads\CommandLineTools_1.6.1\blackberry.tools.SDK\bin\signed\xxxxxxxxxx.bar” -password lptpl@bb

Read More →

651 total views, no views today