09-06-2012 12:33 PM
Hi all,
I'm trying to use Led Example (https://github.com/blackberry/Cascades-Samples/tre
but it looks like that BB10 supports only blue and red led color.
Somebody knows something about this issue?
regards
Luca
Solved! Go to Solution.
09-06-2012 10:08 PM
Luca,
I made a video tutorial and two blog posts on how to get the LED indicator working. The code is free to use. I think watching the video will be helpful. This was made before the R6 release, but the code should still work.
Video
Blog Posts w/code and explanation
http://cascadescode.tumblr.com/search/led
Good luck! ![]()
09-07-2012 05:26 AM
Hi GreenBack,
I had already seen your example before to write my post.
I reach to use your example and Led Example from github but only colors that work are blue and red and perhaps Cyan but I'm not sure (it looks like blue)
I'm using R6 SDK
09-08-2012 11:14 AM
Hello i am trying to configurate "The led" in my app, I saw your example and video but i am presenting a issue "'theLed' was not declared in this scope" .
I am reading The Guide but i am confused dont know wher i have to declare
Can you hel me ?
Thanks
09-11-2012 01:02 PM
you should use "using namespace bb::device"
09-26-2012 04:49 PM
Hi liuksmith,
did you update your device to R9 already? If so, please take a look at the sample app again, it seems to be working perfectly now.
https://github.com/blackberry/Cascades-Samples/tre
Cheers,
10-05-2012 01:27 PM
Hi amarcon,
thank you for reply,
I 've updated everything to R9 (IDE and device) and now it works.
regards
Liuksmith