Button focus

Hi there. I've got few components in the screen, and I'd like to set focus on one of them after entering the screen. How can I do this? Greetings. P.

Hai.
check this.
1) Call Screen: Calling a single screen can be used for embedding a screen sequence. If you want to prevent the called screen from covering the current screen completely (say u want 2 display both screen) you can use the CALL SCREEN statement with the STARTING AT and ENDING AT
CALL SCREEN 200
If we write this statement in screen 100 ,it will goto screen 200 and it will retain screen 100(ie u can come back)
and moreover u have options using this
CALL SCREEN 200 STARTING AT x1 y1 ENDING AT x2 y2
2) If we use set screen first the processing blocks in the present screen will be executed and control goes to the screen which is called.
in this control remains in that calling screen only, it doesnt come back to our screen.
3)In screen 100,we call screen 200.The PBO and PAI of screen 200 is processed.Now in screen 200,if we use leave to screen 100,the processing starts from screen 100 after the call screen 200 statement.The PBO and the PAI of screen 100 need not be processed again from the beginning in this case.
4) That is if we use leave to screen,the control goes back to the screen from which the present screen was called and continues with the processing.
SET SCREEN 200
1) With the above statement , it will goto screen 200 and screen 100 no more remains
2) Screen No 0 : This special screen number causes the screen to jump back to the calling screen.
set screen 0 used to go back to the previous screen.
With SET SCREEN the current screen simply specifies the next screen in the chain , control branches to this next screen as sonn as th e current screen has been processed .Return from next screen to current screen is not automatic .It does not interrupt processing of the current screen.If we want to branch to the next screen without finishing the current one ,use LEAVE SCREEN.
With CALL SCREEN , the current (calling) chain is suspended , and a next screen (screen chain) is called .The called can then return to the suspended chain with the statement LEAVE SCREEN TO SCREEN 0 .Sometime we might want to let an user call a pop up screen from the main application screen to let him enter secondary information.After they have completed their enteries, the users should be able to close the popup and return directly to the place where they left off in the main screen.Here comes CALL SCREEN into picture .This statement lets us insert such a sequence intp the current one
check the example code.
DATA: gd_fcurr TYPE tcurr-fcurr,
      gd_tcurr TYPE tcurr-tcurr,
      gd_date  TYPE sy-datum,
      gd_value TYPE i.
gd_fcurr = 'EUR'.
gd_tcurr = 'GBP'.
gd_date  = sy-datum.
gd_value = 10.
PERFORM currency_conversion USING gd_fcurr
                                  gd_tcurr
                                  gd_date
                         CHANGING gd_value.
Convert value to Currency value
*&      Form  currency_conversion
      text
     -->P_GD_FCURR  text
     -->P_GD_TCURR  text
     -->P_GD_DATE   text
     <--P_GD_VALUE  text
FORM currency_conversion  USING    p_fcurr
                                   p_tcurr
                                   p_date
                          CHANGING p_value.
  DATA: t_er        TYPE tcurr-ukurs,
        t_ff        TYPE tcurr-ffact,
        t_lf        TYPE tcurr-tfact,
        t_vfd       TYPE datum,
        ld_erate(12)   TYPE c.
  CALL FUNCTION 'READ_EXCHANGE_RATE'
    EXPORTING
      CLIENT                  = SY-MANDT
      date                    = p_date
      foreign_currency        = p_fcurr
      local_currency          = p_tcurr
      TYPE_OF_RATE            = 'M'
      EXACT_DATE              = ' '
   IMPORTING
      exchange_rate           = t_er
      foreign_factor          = t_ff
      local_factor            = t_lf
      valid_from_date         = t_vfd
      DERIVED_RATE_TYPE       =
      FIXED_RATE              =
      OLDEST_RATE_FROM        =
   EXCEPTIONS
     no_rate_found           = 1
     no_factors_found        = 2
     no_spread_found         = 3
     derived_2_times         = 4
     overflow                = 5
     zero_rate               = 6
     OTHERS                  = 7
  IF sy-subrc EQ 0.
    ld_erate = t_er / ( t_ff / t_lf ).
    p_value = p_value * ld_erate.
  ENDIF.
ENDFORM.                    " currency_conversion
See the below link for explanation and a Program
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/fmCurrencyConversion&
regards.
sowjanya.b

Similar Messages

  • Active Focal Point Not Shown in Software Using Back Button Focus

    I use Back Button Focus (BBF) and set the focus point (using center spot).
    In the software (DPP, ZoomBrowser or EOS Utility) the point I selected is not highlighted in the view window.
    All points are shown, but none highlighted.
    If I take the same shot using default focus method (shutter button AF), the point is highlighted .
    Why is this?
    Not too technical, please
    Canon 3Ti, EF 50mm f/1.4 USM, EF-S 18-55mm f/3.5-5.6 IS II, EF-S 55-250mm f/4-5.6 IS II, 320EX Speedlite

    Thanks.
    I did just download and install the updates (DPP, EOS, Picture Style Editor and Zoom Browser).
    Still no red focus point(s) shown with Back-button Focusing.
    I searched on the web for this "symptom" and found, that I'm not alone.
    It seems in Back-Button Focusing, the focus point won't be displayed unless you hold the back button down (* button  in my case) while pressing the shutter button.
    I tried holding the * button while taking a shot and yes the red box shows up.
    This seems like defeating the usefulness of back button focusing. (???).
    What do I know? I'm just a newbie.
    Canon 3Ti, EF 50mm f/1.4 USM, EF-S 18-55mm f/3.5-5.6 IS II, EF-S 55-250mm f/4-5.6 IS II, 320EX Speedlite

  • Back button focusing for 5d Mark III. How do I set it up?

    How do I set up Back Button focusing on my new 5D Mark III.  Can't find instructions in Canon supplied manual or third-party book.
    Solved!
    Go to Solution.

    It's really easy because it's mostly already set up... The AF-On button on the back of the camera already starts and stops AF.
    To set up true BBF technique, you turn off the AF function at the shutter button. I believe it's Custom Function IV, 1:  Opertaion/Others.... where you make button assignments.  Navigate to the shutter button icon and press "set" to enter the options for that... change to the center one "metering start" and press "set" again. Done.
    Optionally you can swap the function of the AF-On and "*" (AE Lock) buttons, using the same button assignment tool.
    Alan Myers
    San Jose, Calif., USA
    "Walk softly and carry a big lens."
    GEAR: 5DII, 7D(x2), 50D(x3), some other cameras, various lenses & accessories
    FLICKR & PRINTROOM 

  • Back button focusing with the 6D

    I cannot get my 6D's back button focus (AF-ON) to work.  After following directions on Canon's website on how to set it up, the button just does not do anything.  Auto focus only works  with the shutter button.  I have the function set to "P" which I understood to be o.k.  Would resetting the camera to factory default help?  I would prefer not to have to send the camera to Canon for a one button repair.  The camera body was purchased new and is still under warranty.
    Thanks
    Solved!
    Go to Solution.

    It's super easy to set up BBF on a 6D....
    If you have already been changing some things and are unsure which ones, you might want to reset all the Custom Functions to factory default, before starting. (Note: There is a way to view which C.Fns are set and to what each is assigned... As you enter each of the four C.Fn groups, note the list in the lower LH corner of the LCD screen, that shows all the C.Fns in that group at a glance. The top line is the C.Fn number, the bottom line is the setting for each C.Fn.)
    To set up BBF....
    All you have to do is go into the menu, Custom Functions, C.Fn III-5, operations/others, button assignments. Select and enter that and then press "set" and this should take you right to the top of the LH column, which is a graphic illustration of the shutter release button. Press set again to enter this, then scroll to select the center option "start metering" and press "set" once more to select this choice, then press "menu" button several times to back out of the menus. Done!
    What this does is remove AF start from the shutter release button.  By default it's already assigned to the AF-On button on the back of the camera too, so BBF is set up and ready to use as soon as you remove it from the shutter release button.
    Metering and Image Stabilization will continue to start with a half press of the shutter release button or whenever you press the AF-On button. But AF will  only start with your thumb on the AF-On button. Using BBF, you now can use AI Servo most of the time, for stationary or moving subjects. If you want to "focus and recompose", simply focus and then lift your thumb off the AF-On button to leave focus where it is and recompose as you see fit. (Without BBF, you cannot do focus and recompose.... it will cause mis-focused shots.) You still might want to switch back to One Shot when you want high precision focus with stationary subjects.
    There is another option you may want to consider...
    Using the same Custom Function III-5, if you prefer you can swap the functions of the AF-On and * (AE Lock) buttons. I do this on my cameras for a couple reasons: One is that the * button is larger, more prominent, and closer to my thumb... so I prefer to use it for focusing. The other reason is that older Canon models that didn't have the AF-On button, you had to use the * button and that's the way I learned to use BBF (Note: In some cases there was an AF-On button on the body but not on the vertical grip, while older cameras simply didn't have an AF-On button at all, on the body or the grip).
    Alan Myers
    San Jose, Calif., USA
    "Walk softly and carry a big lens."
    GEAR: 5DII, 7D(x2), 50D(x3), some other cameras, various lenses & accessories
    FLICKR & PRINTROOM 

  • What settings do I use to back button focus set up for the d5 mark 3? TIA

    5D Mark 3
    Solved!
    Go to Solution.

    When you activate the menu, scroll over (using the dial on the front of the camera) to the orange "C.Fn2: Disp./Operation" menu. (that's the icon of a camera that has a index marks for a light meter below it -- right of the wrench icon, left of the star icon.)
    Each of those menu's on the 5D III have multiple pages.  It's the 2nd page (the 2nd dot from the left) that has the category for "Custom Controls".  Highlight that (using the dial on the back this time) and click the 'set' button.
    That brings up a menu showing each of the major controls on the back of the camera and what they do.  Highlight the icon for the shutter button (this only changes the behavior of a half-press) and change it from "Metering and AF start" to just "Metering start".
    The "AF-ON" button (on the back of your camera) is likely already set to "Metering and AF start" (I believe that's the factory default.)  
    So you're not so much enable back-button focus (which is already probably active)... you're more "disabling" the focus when  the shutter button is pressed half-way.
    Good luck
    Tim Campbell
    5D II, 5D III, 60Da

  • 70D and Back Button focus

    I have set up the camera for back button focus.   HOWEVER ... when I review shots taken using BBF, in Aperture, the "Focus Point" display indicates I focused always in  the center of the screen, not off to the right or left, as I might have recomposed.  Yes, I keep the AF On button pressed.

    I don't have 70D, but have been using BBF most of the time for the past 15 years with various Canon film and digital cameras. I'm one of those folks who swear by it! And I would guesstimate that most people I've taught to use it over the years love it and swear by it, too. BBF allows you to use AI Servo as your default AF mode, so is particularly popular with sports photographers or anyone else shooting action and moving subjects. I'd rather have my camera in AI Servo, since it can be used with both moving and stationary subjects. One Shot can mostly only be used with stationary subjects. So, using AI Servo as my default mode, I'm better prepared for whatever happens. If you don't use BBF there are times that AI Servo can cause problems, such as when you use single point and a focus and recompose technique. So, that's basically why I use and swear by BBF. It puts me in more full control and allows me to have my cameras in AI Servo ready and ready to quickly get a shot of almost anything, using most any technique I wish. But, based on your description, you might be using BBF wrong.  You wrote, "I have set up the camera for back button focus... as I might have recomposed...  I keep the AF On button pressed." In fact, this is exactly the opposite of what you need to do. What you should do when focusing and recomposing with BBF is NOT maintain pressure on the back button.  To focus and recompose while using BBF and AI Servo: first put the AF point on the subject and achieve focus... Then release the button so the AF stays focused on the subject, while recomposing as you see fit. The subject stays in focus. (You cannot do sngle point/focus and recompose in AI Servo mode with shutter-release based AF control enabled. You have to use One Shot.) One caveat, if using a zoom and part of your recomposing involves changing its focal length, be aware that many modern zoom lenses are "varifocal" designs that do not maintain focus when zoomed. With those, you'll be fine so long as you are using AI Servo, BBF and not recomposing (i.e, not moving the AF point off the subject)... the camera automatically corrects focus as you zoom. But if you zoom a varifocal lens at the same time or as a part of the recomposition, you need to remember to update focus on the subject after changing the focal length... else you'll miss focus. Look for info about any zooms you use, to see if they are varifocal and need refocusing after zooming... Or if they're "parfocal" type that will maintain focus during zooming. I only very rarely take my cameras out of BBF now... Mostly just if I'm lending one to someone who doesn't know how to use it and I don't have time to give them a lesson. BBF puts me more in control of the AF system... of exactly when and where it focuses. It gives me the best of both worlds: the speed and accuracy of AF, plus user control more like we had when we manually focused our lenses. Like others, most of the time I tend to use center AF point only. I just don't have time to set up planned shots when shooting sports/action. Plus with some cameras and lenses the center point is higher performance. But, I see AF point selection as a somewhat separate consideration from BBF... and single point/center only works quite well in conjunction with BBF... or not. More info about BBF here: http://www.learn.usa.canon.com/resources/articles/2011/backbutton_af_article.shtml ***********
    Alan Myers
    San Jose, Calif., USA
    "Walk softly and carry a big lens."
    GEAR: 5DII, 7D(x2), 50D(x3), some other cameras, various lenses & accessories
    FLICKR & EXPOSUREMANAGER 

  • Button focus for mnemonic control

    Does anybody know how to set the focus on a JButton, in order for the mnemonic key to work? I have a Frame with textarea and a button, and the button ("Close") is set with a mnemonic key (`C`). I just don't know how to set the focus on the button so that when I hit Alt + C, the window will be close. Here is my code sample:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class BorderExample {
         private Frame f;
    private JButton close;
    private Panel p;
    private TextArea ta;
    public BorderExample() {
    f = new Frame("Border Layout");
    close = new JButton("Close");
    close.setMnemonic('C');
    close.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
         System.exit(0);
    ta = new TextArea();
    ta.append("Hello World");
    ta.setEditable(false);
    public void launchFrame() {
    f.add(ta, BorderLayout.CENTER);
    p = new Panel();
    p.add(close);
    f.add(p, BorderLayout.SOUTH);
    f.pack();
    f.setSize(200, 200);
    f.setVisible(true);
    public static void main(String[] args) {
    BorderExample ex = new BorderExample();
    ex.launchFrame();
    Any suggestion is greatly appreciated.

    hi,
    this time i got ur exact problem. actually mnemonic control workes fine if all the components are in the same container. in ur example, they r in different panels. so, we need to make following changes :
    1) create a reusable action listener object, not the anonymous.
    2) call one method on the button panel : (methos in JComponent class, bur depricated since JDK1.3.)
    p.registerKeyboardAction(<action listener object>, <String action command>, KeyStroke.getKeyStroke(<key char value for mnemonic control>),JPanel.WHEN_IN_FOCUSED_WINDOW);
    this will fire the desirable event, even if u press alt-c while typing in text area.
    and regarding the grey color of text area, i am sorry about my previous reply. in disabled mode, background color doesn't change. just the text color changes and u can set that text color by calling this method of JTextComponent
    jtextcomp.setDisabledTextColor(Color c) ;
    hope this helps!!
    anshu

  • Struts submit button focus

    Hello
    I have following prob:
    a form with three buttons
    a submit (normal html-button)
    a cancel (struts html:cancel button)
    and a reset (struts html:reset button)
    since I need javascript to run before submitting
    and after the result of the javascript function deciding if submiting or not I used a submit html-button (I cannot stop the struts html:submit button from submitting even if a put a javascript onClick after the javascript function comes the submition (is there a way to stop it?)).
    For the other two buttons the struts html tags.
    Now if the user press enter (regardless where the focus is in the form) the cancel action is being activated (the form cancelled)
    if I use javascript to put the focus on submit, as soon as the user click on a text field (or any other form component) the "button group focus" moves to the cancel button!
    (regardless where was the focus is in the form)
    How can I get the "enter key focus" staying on submit?
    I already tried the struts <html:form ... focus="submitButton"> and it works at page-load-time BUT as soon as the user click on a text field (or any other form component) the "button group focus" moves to the cancel button ! ! !
    Is there a kind of "enter key" focus which works independent from the fields focus?
    Thanks!

    The regular way to cancel a javascript action is to return false from the onclick event.
    I don't see any reason it wouldn't work with html:submit
    ie
    function checkSubmit(){
      if ( checkIsOk){
        return true;
      alert("You got it wrong moron!");
      return false;
    <input type="submit" onclick="return checkSubmit()">

  • Radio Button Focus

    I've had this on the GUI forum all day but have not had any help. (sorry)
    I have a form that loads empty. I then grab data from the DB and populate the form. I have 3 radio buttons that are part of the radio group. I set one of these after gathering data by calling setSelected(true).
    The focus (rectangular dotted line) does not move to the element that is selected. I have tried requestFocus() but it does not change. The focus moves when I press tab. It seems like the focus is set to the first focusable element.
    What do I need to do to solve this? Should I try changing the order of focusable elements to have my selected item as the first element?
    BTW - I have also tried the following to correct this.
    doClick()
    grabFocus()
    I have made sure that I am requesting focus after show() is called. I've also tried it before show is called. The form is in a dialog window. I have tried it as modal and non modal.
    Any help would be greatly appreciated.
    Thanks

    What do I need to do to solve this?so far, the 'common guesses' have not solved your problem.
    do you want more guesses, or a solution?
    if a solution, you need to post a small demo program that illustrates the problem.
    that way, everyone can see how you have your program structured.

  • Skipping button focus in the AWT

    If you have a text field, followed by a button, followed by another textfield, how can you get a TAB in the first textfield to take you to the second textfield without setting focus to the button?
    I'm talking strictly AWT here (I know there are some cute ways to do this in the JFC)
    -Bobby

    hi
    add the components according to the order to the container .
    eg:
    add(Textfield1);
    add(button);
    add(Textfield2);
    now the focus will traverse right.

  • Button focus with key pressed

    hi,
    i want a button to get focus when the user presses a key on the keyboard. Thankz

    have the focus anywhere in the textFields, press F1, and the focus will go to the button
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Testing
      public void buildGUI()
        JPanel p = new JPanel(new GridLayout(6,1));
        for(int x = 0; x < 5; x++) p.add(new JTextField(5));
        final JButton btn = new JButton("OK");
        p.add(btn);
        JFrame f = new JFrame();
        f.getContentPane().add(p);
        f.pack();
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
        KeyboardFocusManager.getCurrentKeyboardFocusManager()
         .addKeyEventDispatcher(new KeyEventDispatcher(){
            public boolean dispatchKeyEvent(KeyEvent ke){
              if(ke.getKeyCode() == KeyEvent.VK_F1 && ke.getID() == KeyEvent.KEY_PRESSED)
                btn.requestFocusInWindow();
              return false;
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • Button focus if rollover for 3 seconds

    Hi all,
    Is it possible to achieve the same effect as clicking a
    button by holding the cursor over it for a few seconds? If so, how
    would I achieve this?
    Many thanks,
    Paul

    NOT TESTED === NO FLASH ON THIS COMPUTER.
    But you want something that will start a timer on you
    rollover, fire another
    event after three seconds, and quit the timer when it reashes
    3 seconds or
    when you roll out.
    myMovieClip.onRelease = handleRelease;
    myMovieClip.onRollOver = handleRollover;
    myMovieClip.onRollOut = handleRollout;
    var mydate = new Date();
    function handleRollover() {
    var mytime = mydate.getTime();
    this.onEnterFrame = fucntion() {
    if (mydate.getTime() - mytime > 3000) {
    this.handleRelease();
    delete this.onEnterFrame;
    function handleRollout() {
    delete this.onEnterFrame;
    function handleRelease() {
    trace("It worked");
    "Outside5.com" <[email protected]> wrote in
    message
    news:euj727$lcl$[email protected]..
    > Hi all,
    >
    > Is it possible to achieve the same effect as clicking a
    button by holding
    > the cursor over it for a few seconds? If so, how would I
    achieve this?
    >
    > Many thanks,
    > Paul

  • How to Handled Shift +Tab(Focus) click in radion button?

    Hi,
    I am using Jdeveloper 11.1.2.0.
    My scenario is one radio button having three items(Left,Right,Center). Now my radio button focus is first radio(Left). Now I click the the tab sequence. It will go to the next field, whether it is input field.
    Suppose Now I am come to back ward like shift+Tab it is come to the radio button. Here what is happening mean the focus is going to the Last radio button item(Center), what I want is which radio Item I select Initially ,the Same Place cursor want to go. How to proceed to this. Please give some suggestion to proceed.
    Regards,
    Ragu

    Hi,
    so what you are saying is that the tab focus navigation bypasses the other radio buttons whereas tab back focus navigation doesn't. If this is the case, and due to missing information in your question, try this
    set autosubmit="true" on the radio group so the radio button selection is saved.
    If this doesn't help, please provide information about the implementation of how you created the radio group and which data they are bound to. Chances are that this indeed needs to be filed as a bug but also that it is a problem in your model
    Frank

  • [Solved] Keep the last button pressed with a custom style

    Hello,
    I have a VBox with 20 buttons and I have this style applied (menu.css) (only for VBox wrapper):
    .button:focused {
        -fx-background-color: #0768A9;
        -fx-text-fill: #FFFFFF;
    But when I pressed other button outside the VBox the style disappears, because the other button get the focus.
    I'm afraid I'm taking the wrong way.
    How I can do to keep the last button pressed with a custom style? (Only for buttons containing the VBox).
    Best regards

    I created a simple method to change background colors in buttons:
        private void setSelectedBtnStyle(Button bboat) {
      // Change style oldSelectedBoat
        selectedBoat.setStyle("-fx-background-color: white;-fx-text-fill: black;");
        // oldSelectedBoat var change to newSelectedBoat
        this.selectedBoat = bboat;
      // Change style newSelectedBoat
        selectedBoat.setStyle("-fx-background-color: #0768A9;-fx-text-fill: #FFFFFF;");;
    Surely not the best solution, but it works for me.
    Best regards.

  • Button.armed css style not work

    Hi,I have a css like followd:
    .button {
        -fx-padding: 3 25 2 25;
        -fx-text-fill: black;
        -fx-background-radius: 4;
        -fx-background-insets: 0,0,0,0;
        -fx-background-color: linear (0%,0%) to (0%,100%) stops (0.0,white) (0.5,rgb(207,207,207)) (0.51,rgb(190,190,190)) (1.0,rgb(200,200,200));
        -fx-border-width: 1;
    .button:hover{
        -fx-background-color: linear (0%,0%) to (0%,100%) stops (0.0,white) (0.5,rgb(207,207,207)) (0.51,rgb(190,190,190)) (1.0,rgb(200,200,200));
    .button:armed {
        -fx-background-color: red;
    .button:focused {
        -fx-background-color: green;
        -fx-background-radius: 6.4;
        -fx-background-insets: -1.4, 0, 1, 2;
    .button:strong {
        -fx-background-color: linear (0%,0%) to (0%,100%) stops (0.0,white) (0.5,rgb(207,207,207)) (0.51,rgb(190,190,190)) (1.0,rgb(200,200,200));
    .button:disabled {
        -fx-opacity: .4;
    }but seems .button:armed not work,why?

    If I take only the button:armed property, it works well (but defining -fx-color instead of -fx-background-color looks nicer).
    If I take all your definitions, it no longer work.
    If I take out the .button:focused out of the CSS, it works again. Looks like there is a conflict between armed and focused (because an armed button is also focused?). Not sure how to manage this conflict... I see that caspian defines focused as a background color, and armed as a simple color.

Maybe you are looking for

  • Egy oldalt be szeretnék tölteni, ez írja ki: Failed To Load Application.Nemrég még bejött az oldal!

    A másik oldal szintén régebben bejött, ott meg csak homokórázik a kereső, de nem jön be. Mellékelem a képernyőn látottakat. Mindkét weboldal beírásánál, ha beírom a http:// ......., akkor lehagyja a http-t, s nem tölti be az oldalakat.

  • Upgrade to APEX 4.0

    Hello to everybody, i have a problem and i dont understand why. This problem is very popular but all solutions will not work or better i say i dont understand the solutions. I wanted to upgrade my apex to 4.0. At the moment i use Oracle 10g Express E

  • Use iso as video in menu

    hey there, i'm getting a bluray iso from my post house. But i want to create a menu with extras and subtitles and all that stuff in Encore, is it possible to use that iso as a video inside of my menu? thanks for your help

  • Can't find Trash icon

    I have been unable to find my trash icon. I have searched the computer with Spotlight and it does not appear to be present anywhere. Can someone help?   Mac OS X (10.4.9)  

  • I have forgotten the answers to my security questions, how do I retrieve them?

    HELP... I have forgotten my answers to my security questions, how do I retrieve them?