Questions tagged [perspectives]

33 questions
1
vote
2 answers

Removing a view from Eclipse Window -> Show views

We have an application in which some views only work when attached to certain perspectives. We want to remove those views from the Window -> Show View dialog so that users cannot add them to perspectives where they don't work. Any ideas on how to…
RCP
  • 11
  • 1
  • 3
1
vote
0 answers

Migration from eclipse 3 to eclipse 4 clonePerspective not available

I am trying to use the compatibility layer to migrate an eclipse 3.5 application to eclipse 4. We use clone perspective to create a new perspective with the same contents with a new id. When I migrate to eclipse 4 clone perspective is not working.…
user1623627
  • 117
  • 1
  • 3
  • 12
0
votes
2 answers

Problem with light and depth in OpenGL

glClear(GL_COLOR_BUFFER_BIT); glMatrixMode(GL_MODELVIEW); ifstream myFile("Coordinates.txt"); if (!myFile.is_open()) { cout << "Unable to open file"; exit(1); // terminate with error } // Light values and coordinates float ambientLight[]…
noob88
  • 297
  • 2
  • 9
  • 17
0
votes
1 answer

SSAS Tabular Cube - odbc connection - restricting users access/visibility based on perspectives?

We have a rather large ssas based tabular cube which our organization uses and I managed/administer. Users can connect to it via an odbc connection in an excel sheet to pull fields and create reports by using a pivot table. Management wants to…
MattyKluch
  • 11
  • 1
  • 10
0
votes
1 answer

Eclipse, perspectives that change the open files in editor

Is it possible to configure eclipse to display different files depending on the perspective? Say I have a PHP and a PyDev project. In the PHP perspective it would show just my open PHP files. If I switch to the PyDev, it will open up the last python…
Gladius
  • 359
  • 1
  • 2
  • 13
0
votes
1 answer

what is algorithm used for change perspective of the image?

I've an image with four known coordinates, and also have an agle value.How can i change the perspective of the image based on the angle value. I wana complete this in javascript. Can you please help me? If you can specify the algorithm i'll…
0
votes
0 answers

On perspective change from Web to java i can't open .xml file in editor for Eclipse Plugin Project

I have a eclipse plugin project, in this project i have to change perspective java to web and web to java. at the time web to java accordingly, i want to open this file in editor directly. For .java file i have no issue to open by this…
0
votes
2 answers

RCP App: Menu disabling when changing perspective with same view

I have this issue that I’m having trouble troubleshooting. We have two perspectives that contain the same view. This view has a menu that is enabled based on instanceof. If I select the item from the tree and right-click, the menu is enabled because…
mdamman
  • 45
  • 2
  • 6
0
votes
1 answer

What are the coordinates of a display object that has been transformed with a PerspectiveProjection?

I'm currently transforming some objects to make them appear far away using a PerspectiveTransform. This works well, but I have no way of knowing where on the screen the object is displayed. The x and y coordinates are the coordinates of the object…
roland
  • 1
0
votes
1 answer

Perspective Rotation about Y axis

I have a 2D image and I want to create a anaglyph image for this single 2D image. To do this I need to create Left and Right views. I will considar my 2D image as Left view and I want to create Right View now. I came to know that the perspective…
N.A.Reddy
  • 21
  • 3
0
votes
1 answer

How to hide Eclipse toolbar in specific perspective

I want to hide the Eclipse Toolbar in the debug perspective but not in the Java perspective. How to do it?
Hunsu
  • 3,281
  • 7
  • 29
  • 64
0
votes
1 answer

eclipse pdt debugger won't terminate, it starts up on its own after finishing or manual termination

I press the stop button and the debugger terminates . Then a couple seconds later it restarts on its own from the beginning, continually! How do you stop this monster? I have looked through the help user guides and through the preferences on…
Lawrence DeSouza
  • 984
  • 5
  • 16
  • 34
0
votes
1 answer

Perspective disappeared in Eclipse

I run Fedora 11 x86_64 and I use fedora eclipse. Was compiling code in c++ in my c++ perspective, one of the many I had and than fedora crashed for no reason. No big deal, I just restart my system but when I reopen eclipse for me to continue coding.…
Max
  • 1
0
votes
1 answer

Is There an Offset Equation for Z Position Change in Actionscript?

Say I have a movie clip that when loaded I set it's .z position to 2000 to make it look far off in the background... How in the world can I set it's x and y points with any certainty as to where it will appear on the stage? Is there an…
Howard Zoopaloopa
  • 3,798
  • 14
  • 48
  • 87
0
votes
1 answer

Closed projects hidden in pydev package explorer

I'm using eclipse for java and python. In the pydev package explorer, I have it set to show closed projects, but hide non-pydev projects. The problem I'm having is that after I close a pydev project, it is hidden in the pydev package explorer, but…
job
  • 9,003
  • 7
  • 41
  • 50