How to make a perspective fixed???

hi,
i am trying to make my perspective fixed using the setfixed="true" method in Eclipse but its not working for me.i m using eclipse 3.1 version. is their any other method of making a perspective fixed.plz reply soon.

Not sure why you decided to ask this question in a Sun forum, much less in a "Java Event Handling" forum. This seems to be some issue regarding layout in SWT, which is the toolkit eclipse uses. Your chances of getting an answer will improve if you post this in an SWT forum. I know there is one on javaranch.

Similar Messages

  • Eclipse - how to make a perspective fixed???

    hi,
    i am trying to make my perspective fixed using the setfixed="true" method in Eclipse but its not working for me.i m using eclipse 3.1 version. is their any other method of making a perspective fixed.plz reply soon.

    Not sure why you decided to ask this question in a Sun forum, much less in a "Java Event Handling" forum. This seems to be some issue regarding layout in SWT, which is the toolkit eclipse uses. Your chances of getting an answer will improve if you post this in an SWT forum. I know there is one on javaranch.

  • How to make frieght charges fixed irrespective of the qty

    hello sap gurus
    how to make frieght charges fixed irrespective of the qty
    my client

    Hi Deepak,
    This is not possible in the standard.
    Condition types (with calculation type 'B' "Fixed amount", FRB1 for example) are always posted dependent on the quantity in SAP standard functionality.
    The calculation is made as follows:
    FRB1 (Fixed amount) = (Condition amount * GR Quantity) / PO Quantity
    The problem here is that it is unclear how the posting logic should work especially if you have partial goods receipts or return deliveries.
    For example, if you order 10 pieces with 10 GRs of 1 piece each:
    should the system now post this condition with the full amount with every GR?
    Should it post it only with the first GR?
    And how should it be when you create a document to cancel a GR?
    So the system always posts with regards to the quantity.
    Best regards,
    Esther.

  • How to make Hierarchy view  fixed in marketing plan .

    Hi Gurus,
    I have a requirement to make the Hierarchy view  as fixed ie To remove the toggel functionality .
    Component MPL_MAIN .
    for which
    I removed the toggel button and make the view visible all the times .
    I have removed the button by commenting the code .
    but I am not sure how can I make the view always visible ?
    I can understand that i have to use the same code as the toggel event 'ONTOGGLEHIERARCHY'is using ,
    but where should I be putting that code so that it takes the  Hierarchy view at the time of initial loading .
    Thanks ,
    Naval Bhatt.

    Hi Naval,
    you can try putting this into the "DO_PREPARE_OUTPUT" Method of the Overview-View.
    Regards
    Dennis

  • How to make a SplitPane fixed

    Hy, I have created a splitpane and I want to make it fix so that a user cannot resize the split bar. How to do this. Can anyont please send me the code for doing that
    thanks

    Check out this section from the Swing tutorial on "How to Use Split Panes":
    http://java.sun.com/docs/books/tutorial/uiswing/components/splitpane.html

  • How to make delivery plant fixed for va01 transaction in abap

    hi.
      My req is to make delivery plant  to a fixed plant code  for example 'KO01'. in va02 transaction.
    regards
    Rohit

    Hi,
    Use the form routines in user exit "MV45AFZZ".
    If you want to change the plant while you open the order in VA02, use the form-routine "USEREXIT_READ_DOCUMENT".  If you want to change the site only when you save the order use the form-routines "USEREXIT_SAVE_DOCUMENT_PREPARE" or "USEREXIT_MOVE_FIELD_TO_VBAP".  In all these cases modify the structure field XVBAP-WERKS.
    Regards
    Vinod

  • How to make a perspective matrix work

    I'm trying to get my head around some 3D graphics, but ran into trouble.
    I have a number of points that make up a cube. Very simple.
    I use an orthographic projection matrix to display it.
    But when I try to apply a perspective projection matrix it looks like anything but a cube. I've tried multiple ways to get it to work but it still doesn't.
    You can download the source code here: http://www.bastardindustries.com/temp/example.zip
    It is written in ActionScript 3.0. But the code is very basic and straight forward so I don't think it's will be a problem even if you are not familiar with ActionScript.
    By commenting an uncommenting the following lines (in 3DGraphics.as) you can switch between the orthographic projection and perspective projection matrix. As you can see when just using the orthographic projection matrix it works fine. But with the perspective it doesn't.
    // Ortographic and perspective
    // mP = mPers.multiplyMatrix(mOrto);
    // Just ortographic
    mP = mOrto;
    Any help on why my perspective matrix isn't working is appreciated.
    The perspective matrix looks like this. In a column major order:
    n is the near plane and f the far plane.
    mA[0] = n;
    mA[5] = n;
    mA[10] = n+f;
    mA[11] = 1;
    mA[14] = -(f*n);
    mA[15] = 0;
    Thanks!
    this thread was writting in another website since it was left unanswered
    / Magnus

    you can save object to a file using an ObjectOutputStream
    I hope, the code below makes things clear...
         Object anObject = new Object();
         Object aPanel = new Panel();
         Button saveButton = addButton("Save",aPanel);
         private Button addButton(String naam, Panel tPanel)
              Button tButton = new Button(naam);
              tButton.addActionListener(this);
              tPanel.add(tButton);
              return tButton;
         public void actionPerformed(ActionEvent e){
              if (e.getSource().equals(saveButton))
                   saveObjectToFile();
         public void saveObjectToFile(){
              try
                   FileOutputStream fStream = new FileOutputStream("file.dat");
                   ObjectOutputStream oStream = new ObjectOutputStream(fStream);
                   oStream.writeObject(anObject);
                   oStream.close();
              catch (NotSerializableException e)
                   System.out.println(e.getMessage());
              catch (IOException e)
                   System.out.println(e.getMessage());
         }I hope this helps you out...
    Goodluck
    Leon van der Ree

  • How to make music in fixed layout Epub 3.0 stop at certain point.

    For example there is option when you turn page music stops. But I need something different, when you turn several pages music is still playing and it stops only when you turn a specific page.

    Sound files cannot be stopped. Video files can be turned off with a button. Videos can be sound only (no picture).
    Buttons can have multiple events so a Next Page button could Stop Video and advance to the next page.

  • How to make a window fixed in size

    Hi,
    Is there a method with which I can prevent the user from resizing the current window/Form
    Secondly, which event is generated when a window is resized?
    Thankx in advance...

    1. You can use the setResizable( false ) method of the Frame class.
    2. You will need to add a listener to the addComponentListener() method of the Frame

  • HT5796 I was on a a different Apple ID and I logged out because they didn't want me on there anymore so I figured out how to make one and now it's not letting me upgrade or download anything. I rebooted my iPhone 5, iOS 7.0.4 multiple times nothing fixed

    I was on a a different Apple ID and I logged out because they didn't want me on there anymore so I figured out how to make one and now it's not letting me upgrade or download anything. I rebooted my iPhone 5, iOS 7.0.4 multiple times nothing fixed my problem.

    I was on a a different Apple ID and I logged out because they didn't want me on there anymore so I figured out how to make one and now it's not letting me upgrade or download anything. I rebooted my iPhone 5, iOS 7.0.4 multiple times nothing fixed my problem.

  • HOW TO MAKE THE FIELDS ON TABLE CONTROL SCREEN FIXED!!

    Dear all,
    Can you please tell me as to how to make the fields on the table control screen fixed (not respond to the scroll bar) i.e. simillar to MC88 screen , the first two fields are fixed and don't respond to the scroll.
    Please Help!!!!
    Vj

    Hi
    In TC, goto attributes and set 'Fixed columns' as 2. This will fix the first 2 columns.
    Regards
    Navneet

  • How to make a scroll animation constantly fixed after scrolling? I want the animation to Start when I scroll down, but I don't want the animated thing to disappear when I scroll up again.

    How to make a scroll animation constantly fixed after scrolling? I want the animation to Start when I scroll down, but I don't want the animated thing to disappear when I scroll up again.
    I know how to start the animation by scrolling down, but I simply want it to stay there after it. Could you help me please, guys?

    Hi Tom,
    There is no native feature in Muse to achieve this.
    Regards,
    Aish

  • How can i make appointment to fix my macbook

    How can i make appointment to fix my macbook

    Go to http://concierge.apple.com/reservation/us/en/techsupport/
    Select your state
    Select a store
    Set up a date and time
    Allan

  • I reset my phone and it now receives calls that were meant for my husband. I know how to fix this with messaging and facetime, but can't seem to find how to make it stop with the calls. Please help.

    I reset my phone and it now receives calls that were meant for my husband. I know how to fix this with messaging and facetime, but can't seem to find how to make it stop with the calls. Please help.

    It may be due to Continuity
    The following quote is from  Connect your iPhone, iPad, and iPod touch using Continuity
    Turn off iPhone cellular calls
    To turn off iPhone Cellular Calls on a device, go to Settings > FaceTime and turn off iPhone Cellular Calls.

  • How do do I ask apple to make a bug fix for a certain app

    How do I ask apple to make a bug fix for a certain app.

    If it is an Apple app go here:
    Apple - iPod touch – Feedback
    If a it is a third-party app then go to the developers website and you should find out how to ask them.

Maybe you are looking for

  • X errors: Freezes requiring reboot, or fails to start

    Hello, I just recently ran the update that switched everything over to /usr/lib, but I'm not sure if that's the root of this problem.  I've seen other people have had a similar issue, but the posts I found dated back to 2009... anyways, I have an ATI

  • No sound in some quicktime clips

    I had a couple little clips I made, and some little clips I downloaded. They used to have sound and now there is nothing. I tried to download some little trailers and still nothing. Do I now have to buy quicktime 7 to get some sound on these. The sou

  • Twitter or something is eating up all my usage. What can I clear to reduce this usage be eaten so quickly?

    I have AT&T for internet and phone. I am having to search for a new company with unlimited internet access now that AT&T is charging over 500GB which I go over due to persnal and business usage. In the meantime, it has been eaten up more quickly this

  • Tuning this query

    Hi, Can anybody please help me in tuning this query? update tablec c set c.col1 = (select b.col1 from tableb b where c.col2 = b.col2 ) where c.col2 in (select distinct a.col1 from tablec a, tableb b where a.col2 = b.col2 and a.col1 != b.col1 ) When i

  • Photographs from iPhone upside down as wallpaper in Mac

    When I set a photograph taken with my iPhone 4S as a wallpaper in my MacBook, the photograph appears upside down. The attributes of the photo say "Orientation: 180º", but I haven't changed any default setting in Mac or in iPhone. However, when I open