Questions tagged [projects]
318 questions
1
vote
2 answers
Can you have multiple projects in the sidebar in IntelliJ?
In eclipse I had all of my projects located in the sidebar by default.
Here's what I have:
Here's what I would like:
I find it hard to believe that you can't have more than one project in your sidebar but I can't find away to add multiple…
user3635683
1
vote
1 answer
Sample Silverlight 4 projects
I am looking to get my hands wet with Silverlight 4. I was wondering if someone can recommend a sample silverlight 4 project that I can do (home project) to get my confidence level up.
Thanks in advance.

Troy
- 1,659
- 4
- 19
- 33
1
vote
1 answer
Order items by last upload -> first show
I'm working on a website for a friend of mine. Someone made a CMS for me and placed the website on it.
Now i'm busy with finetuning. The thing is, the website launches projects. Only the last uploaded project end up as last on the website instead of…

YouGo
- 69
- 9
1
vote
1 answer
Two distinct projects with a shared dependent project in maven
I have two projects, "appA" and "appB", that each depend on a third project, "common". I'm in the process of moving them from ant to maven, but I'm having some difficulty figuring out the best way to do it in maven. My folder structure looks like…

jgor
- 27
- 1
- 4
1
vote
4 answers
Any ideas for a dissertation?
I was wondering whether anyone had some ideas for a dissertation i have to do for university. It will be a 12 month project and I will probably be looking to do something in c++ but I'm open to anything. I was thinking about looking in AI but not…

Ash Burlaczenko
- 24,778
- 15
- 68
- 99
1
vote
2 answers
Transferring an Xcode project to another computer with all files/frameworks
I am trying to copy over my Xcode project from one computer to another but it seems to lose frameworks and the locations for the images although i copied those too.
PS I am using xcode and coding an app with a friend. Is there a useful source that…

Brennan Casey
- 887
- 2
- 7
- 17
1
vote
1 answer
Flash CS5 projects panel totally gone?
So, I popped open up Flash CS5 just now, and I couldn't find my projects panel.
I was working on a dual screen set up previously, so my windows were everywhere anyways (sans external).
I switched over to a smaller screen workspace, and popped…

Jesse
- 10,370
- 10
- 62
- 81
1
vote
1 answer
Can we define nested projects in a SBT project?
We can define multi projects in a SBT project, like:
lazy val core = project in file("core")
lazy val web = project in file("web")
lazy val shared = project in file("shared")
But is it possible to define nested projects inside a sub project?…

Freewind
- 193,756
- 157
- 432
- 708
1
vote
1 answer
Visual Studio: Creating several projects in ONE solution?
consider a mvvm/wpf application, what advantage has it to do for example 3 projects (View, ViewModel, Model) in a visual studio solution?

msfanboy
- 5,273
- 13
- 69
- 120
1
vote
0 answers
Percent Complete functionality in Oracle Apps Project module
I am talking about Oracle Apps Projects module.
In Projects module there is a Project Status Inquiry which includes
Percent Complete functionality. I want information regarding this functionality.
Is it updated automatically? Does it require…

nil
- 11
- 1
1
vote
7 answers
Visual Studio 2008 - Is it possible for two projects to share common classes?
In Visual Studio 2008 I know its possible to have one solution with two (or more) projects.
Is it possible OR How is it possible for the projects to share common class files?
For example -> Project 1 has a log file handling class. Can Project 2…

John M
- 14,338
- 29
- 91
- 143
1
vote
4 answers
How to Update/Distribute SQ Server DB Projects?
My company is having me look into switching from our current method of managing the databases that our software uses. We not only need to manage in-office databases, but customer databases across the country. Currently, we have a program which runs…

dingdangdowney
- 501
- 1
- 8
- 22
1
vote
2 answers
.NET project: unified wrapper for object databases
I am considering doing a project which would provide unified API and tools (import/export, etc.) for object databases (e.g. Caché, Objectivity) for .NET.
It would provide:
schema generation from CLR classes,
generation of C# classes from given…

Steve
- 371
- 4
- 13
1
vote
2 answers
visual-studio-2008 Professional database projects
We used some Database Projects in VS2005 Professional. Am I correct in saying Microsoft removed support in 2008 Professional edition and moved it to Team System instead?

Mr Grok
- 3,876
- 5
- 31
- 40
1
vote
2 answers
Duplicate XCode Project but same executable on iPhone
I need to develop two similar projects so, after I developed the first one, I copied the project folder, I renamed the folder, I renamed the project with the Project->Rename... function.
Everything works fine but when I run&debug my second project I…

Oscar Peli
- 1,108
- 2
- 11
- 18