Xcode: Delete extern folder - xcode4

I have this distribution:
I want delete new group folder, but its impossible!!!!
I cant add new files inside my project, for default only can add in this new folder....
If i drag my proyect to other folder, the result is:
i cant delete this folder...
If you try drag this folder inside the proyect:

just drag your project outside your new group folder then right click it > Delete.

select your offending group in the list of files & folders & groups (to select it)
then hold down the control key and click again (which brings up the contextual menu)
choose the "Delete" option

Related

DevExpress Reporting : How to achieve below requirement in angular 5, End user reporting?

I have below requirement but not sure how to proceed.
I have a page where I have two sections
Left section: Having list of report templates which user has saved previously by creating the .repx files, on select of this(left) section, right section will update.
Right Section: DevExpress designer to view/edit the repx.
Also I don't want to get individual .repx file from backed on click of each section, instead is it possible that I get all the section list with .repx file at a time and when user select the section then designer will load the selected repx file. ?
Thanks in advance.

Error in stimulSoft

I am new in using StimulSoft. I designed report in StiWebReport Control completely, but I have problem when I want to add this code in page load.
Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();
It says "The type or namespace name 'StiReport' does not exist in the namespace 'Stimulsoft.Report'"
What should I do whith this error?
You need to add a reference to the library you're using into Visual Studio, so it knows about that code.
Something like this:
In Solution Explorer, double-click the My Project node for the project.
In the Project Designer, click the References tab.
Click the Add button to open the Add Reference dialog box.
In the Add Reference dialog box, select the tab indicating the type of component you want to reference (.Net)
Click Browse
Navigate to the DLL provided by Stimulsoft.

How to add date picker control to my toolbox?

I am using visual studio 2005 and I have added Datepicker dll in my bin folder of sample project.And By doing right click on solution Explorer Add:references,choosed the that dll.But I want display that control in my toolbar.Does I need to create tab for it.Or it automatically get created.or need to go to toolbox then right click anywhere in the toolbox area click choose item and then select server control dll from there and it should appear in toolbox.Suppose if I done this for my sample project.But when next time I am using other project using vs 2005,that control can be seen in toolbar.I know we have to add reference into project for dll but for control need to create tab once again?
You will have to open up a new instance of visual studio right click your toolbox, select Add tab, then you right click the newly added tab and select Choose items, browse to the dll and add the dll, this should add the date picker for all projects, at least it worked for me

How to create a folder on WebMatrix

How do I create a sub folder within the Pictures folder?
I need this because when you save a project, will create a folder where the folder name is the project code, and then I will save the images in this folder.
1) Click the Files Workspace (in the Left Panel)
2) Select the parent folder (or root of the site) in the Tree
3) In the Ribbon, in the "New" Button, click only the Arrow (the bottom of the button) and you will see a "New Folder" option. Note that if you click the center of the button you will get the "new file dialog" so you need to click only the arrow facing downwards.

List of modified files in XCode 4

How do I get to see all the local modified files with respect to the sub-version copy as a list?
XCode 3 had a shortcut and a view to show these from where we could commit the code too: cmd+shift+v
I see no alternative to it in XCode 4. Anyone knows how?
Thanks,
Raj
In the Project Navigator (the normal source tree view), take a look at the buttons along the bottom edge (to the left of the search filter field). The middle button turns on a filter that shows only files with source control status (uncommitted changes).
Bottom right corner of Filter (selected state) of Project Navigator, their is button for "Show only files with source-control status", by pressing this button it will show only modified files in Project Navigator.

Resources