How to set an icon for an application in Blackberry? - blackberry

I need to place an icon in an application on the Blackberry platform.

Eclipse--
1) Right click on project in tree view
2) click on properties
3) Blackberry project properties
4) click on resources tab
5) click on add button below icon files and browse your icon file
JDE--
1) Right click on project in tree view
2) click on properties
3) click on resources tab
4) click on add button below icon files and browse your icon file
Good to place your icon file inside the project.

Related

xcode xcworkspace open without tools or Navigator?

I just oen the xcode "xcworkspace" it's open directly to the small screen without any tools or bars how can i back to the normal workspace ?
Try below option may be it will work
Right-click on the toolbar area beside your project title, i think you can see 'Show Toolbar' option & click it.
On the far right of this toolbar, click the leftmost 'Show Navigator' button in the group of three 'View' icons.
This should present your project in the navigator on the left for you to access.

Can't add languages to my app

I'd like to add a 2nd language to my app. If I go to my project und press the + under Localizations I can select a langue but can't go further (no files are displayed). If I click finish the language isn't added.
Maybe you don't have any localizable file ? Or Xcode didn't find them...
Anyway, you can always localize files manually :
Select your file in the left panel
Open the right panel in the "File Inspector" tab (first icon at the top)
Click the "Localize" button
Try again to add a language

How to apply localization without Storyboard

I don't use storyboard or xib for this project (full code)
When I add new localization, it shows no file in the list, and when I press Finish, no folder created.
You need a Localizable.strings file. If you already have that, select the file in the left panel. Then, click the button that should be in the right panel that says "Localize..."
Once you do this, you should be able to add other localizations the way you were trying to.

How can I resolve a red (moved) file in Xcode 5?

In Xcode 4 when you would move a file, you could resolve the new location of the file by clicking a button in the right menu, and selecting the new location through Finder.
In Xcode 5, there is no button in the right menu and I haven't found any way to specify the new location of the file through right clicking the file, or the top menu bar options.
Right click the file in Xcode and select "Show File Inspector"
In the file inspector click the little folder icon next to the file path.
This will open a file dialog allowing you to update the file path.
Just delete the old one and add the moved one.

link tfs work item to different project

In VS Team 2010, is there a way to link a work item from Project A to a work item in Project B?
Go to the All Links tab of the work item
Click the Link to button. This will open a dialog
Click the Browse... button next to the Work Item IDs label. This will open up a
new dialog
At the top of this dialog, you can change the Project

Resources