02-18-2013 07:49 AM
Hello,
I load my program on a Blackberry BOLD 9900 with Eclipse (JRE 7.1.0)
I want to make a UI. It's simple to obtain sample when i search on Google but Eclipse hasn't all plugins what I want.
I want to know where i can find plugins like :
- com.blackberry.toolkit.ui.*
Thank you.
02-18-2013 07:57 AM
02-18-2013 08:04 AM
Ok, but why i can find sample like that on blackberry dev web site ?
It's not a program for Eclipse ?
02-18-2013 08:28 AM
02-18-2013 08:59 AM
To use this library, he is necessary to include her in Eclipse.
However, the link to http://supportforums.blackberry.com/t5/Java-Develo
The Advanced UI.zip contain photos that i can use to include in the sample Advance UI application.
02-18-2013 09:26 AM
There is a link to gitHub in the text near the start of the article - you can download the source from there.
I recommend that you just add the classes you want into your application, rather than bloating your application by including source that you are not using.
02-18-2013 09:58 AM
Sorry to disturbe you so much, but i don't see how can i use that...
There is nothing in the document "src".
I'm on the right when i say that i want to laod the library no ?
02-18-2013 10:05 AM
02-18-2013 10:35 AM
And if you "backup" one level form the link Simon supplied (which is the same one as is at the start of the article) to here:
https://github.com/blackberry/Samples-for-Java
you will find that you can download a zip file that contains the advanced UI and load of other useful stuff.
Enjoy!
02-18-2013 10:51 AM
Yes, thank you.
I'm going to test that.