Simple "next" buttons & off stage question

Hi, just getting myself reaquainted with Flash after not using it since ActionScript 1.0 was around.
I'm having trouble creating a simple "storybook" for my son. I'm wanting to add a "next" button in the corner of each page to jump to (and play) the next scene. I've tried with frame labels and numbers, been searching online for 2 days but nothing I've found seems to work.
Can anyone help?
here is the fla file: http://db.tt/IbZeiv6
Also, the things I make are for my Android phone and tablet, is there a way I can stop the things off stage from showing?
for example, I am making it mainly for my tablet, but if I play it on my phone, it has a slightly different aspect ratio so there's white borders at the top & bottom (project has a white background) and if something is slightly off stage it shows over the white background at the top/bottom, is there a way to stop this?
thanks in advance

Should be like this:
stop();
cover_next.addEventListener(MouseEvent.CLICK, buttonClick);
function buttonClick(event:MouseEvent):void{
    gotoAndStop(1,"Page1");
For off stage please use mask on the stage. Better change your framerate(FPS) to 24.

Similar Messages

  • Install of 9idatabase on Linux...NEXT button doesn't work...

    Hello,
    I'm fairly new to the linux world and I'm trying to install Oracle for my new Linux box running the latest Mandrake. I'm pretty sure I've followed all the preparatory steps before installing oracle9i. The problem is, when I start the runInstaller, it appears that the Initializer hangs or something, and the Welcome menu appears...but the NEXT button doesn't function to take me to the next screen. I tried last week to install an older 8.1.6 version for Linux and it did the same thing. The exit button won't work, but the close button on the top right functions. Some of the other buttons work as well, like the About button and the Installed components button, but never the NEXT button.
    If anyone has any clue why this is happening, PLEASE help! It's rather frustrating to run through all those preperatory steps just for a simple next button to function improperly.
    Thanks in advance!
    Tom

    Wow...pretty silly indeed. Unbelievable. I've never seen something like that actually, rather frustrating to sit on a problem all day and the problem turn out to be that your num lock key is depressed...duh! Joseph, thank you for the help, I actually have the documentation from your website installing 9i for Mandrake 8.1. So far it's been very helpful, if I have any troubles you may be hearing from me today. Thanks again!
    Tom

  • In Question slide, When I enable the next button, the button look faded off in HTML 5 output.

    Hi,
    I am enabling the next button in Captivate 7 quiz slide. I am using these slides as CYUs. When I publish the slides, the web version looks fine, but the HTML 5 output shows the next button with faded look. I tried creating a new quiz slide from a separate file and inserting here. still the same issue is cropping. Please help in resolving this issue.
    Given the image for reference.

    Thank you Rod.... I changed the option to "Required - User must take the quiz to continue." Now the next is working .
    Thank you for pointing the right direction. But one quick question.. will the above setting affect my assessment? I have set the pass percentage to 100%...
    My next question - I have a open course menu (TOC). If the learner clicks the Knowledge check page, the knowledge check page is visible, but if you click any other page from knowledge check, it is not going...... by default, it takes to the next page. From that page, you can click any other page... IS this also related to the above option .. pls let me know..

  • How do I make a learner attempt a question, without having the option of a 'Next' button?

    Hi,
    Is it possible to display the feedback option (learner selected) from a multiple choice Question by clicking the next (or previous) page button?
    I have set the progress to the next page, with the option 'Attempts - 1' from the Assessment page. The objective of this exercise was to make the learner attempt the given multiple choice question, without the option of going back or forward during their first attempt. The first time the learner comes across this page, he/she has to answer the question to move forward. Once he/she has answered the question (right or wrong), then he/she will be able to navigate to the next and previous pages.
    Is there any functionality where we can restrict the learner in taking up the test (compulsory), before navigating to the next page (using 'Next' button)?
    Thank you,
    Emayavaramban M E

    Don't show the Next button, but drag it under the Clear button if you have that one. Next button is really meant to skip an answer (which you do not want to allow) and during Review to make navigation possible. Since the Clear button will not be there during Review, then the Next button will become visible. Next is the new label (formerly it was labeled Skip). I explained some functionality of question slides in this post:
    http://blog.lilybiri.com/question-question-slides-in-captivate
    It was written in the CP5.5 time, so you'll still see the label 'Skip' that is now replaced by 'Next'
    Lilybiri

  • Captivate 4 - question slides - error message attached to Next button

    Hi there
    For users who may try to skip ahead and not take quiz questions, I wondered if there's a way to have an error message appear if they try to click Next without answering the question.

    Hi Alicia
    As you mentioned that the day you imported the audio into Captivate slides you started facing this issue. So try to export the audio from any one of the slide, save it on your desktop, create a new project in captivate, add an image, button on that slide and import the same exported audio. Observe that are you facing the same issue or not. If not, then try to copy and paste the slides in new project with same dimensions.
    Hope it helps
    Thanks
    VJ

  • Off-Stage Buttons

    Hey guys.
    I'm trying to write code for flash to scroll through a series
    of vertical buttons on the stage. There are off stage buttons that
    the movie needs to go to when you scroll down. Known problem of
    Flash Lite is that you can't scroll or detect any buttons that are
    off-stage. Has anyone encountered a problem like this before? I've
    searched around and got no real good results.
    My first theory to do this is more of tracking on-stage
    buttons and using it to move the movie and bring off-stage buttons,
    on stage. But it starts to make the code complacated. I was hoping
    to just to write code that track if its off-stage and then go, hey
    bring it on stage.
    Any help would be super appriciated. Thanks alot!!!

    A common approach to creating a scrolling menu is to put your
    buttons in a movie clip, acting as a container, then set the movie
    clip _y property to reposition the movie clip so that the offscreen
    buttons appear on screen and the previously on screen buttons move
    off screen.

  • Simple GotoandPlay buttons don't work

    OMG! I have been struggling with this all day. It is a simple Q and A timeline and I just want people to be able to pause and step ahead (or back) if they need to.
    I had it working pretty well, when I had the rewind  buttons landing on the previous (and next) actionscript button code, but then when viewed in a mobile phone, the rewind would jump two steps. I countered that by having the steps land just off where the next (forward or back) actionscript is located, but now the buttons work until you hit pause or don't go to the right frame, or work at the begining of the movie or sometimes work. Using the pause button usually freezes the whole show.
    I have tried so many versions, I am not sure if the sample I am attaching is a fair representation, but it is where I am at the moment. Currently I have the buttons moving to frame labels, but I have had them going to frame #s. Same result.
    I have placed all the code in one long Script line, all the Listeners at the beginning. I give up!
    Here is the code when it was all on the first frame:
    //LISTENERS
    rewind_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_47);
    play_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_53);
    rewind_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_48);
    play_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_54);
    rewind_3.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_49);
    play_3.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_55);
    rewind_4.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_50);
    play_4.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_56);
    rewind_5.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_51);
    play_5.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_57);
    rewind_6.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_52);
    play_6.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_58);
    //FUNCTIONS
    function fl_ClickToGoToAndPlayFromFrame_47(event:MouseEvent):void
        gotoAndPlay("scene1");
    function fl_ClickToGoToAndPlayFromFrame_53(event:MouseEvent):void
        gotoAndPlay("scene3");
    function fl_ClickToGoToAndPlayFromFrame_48(event:MouseEvent):void
        gotoAndPlay("scene2");
    function fl_ClickToGoToAndPlayFromFrame_54(event:MouseEvent):void
        gotoAndPlay("scene4");
    function fl_ClickToGoToAndPlayFromFrame_49(event:MouseEvent):void
        gotoAndPlay("scene3");
    function fl_ClickToGoToAndPlayFromFrame_55(event:MouseEvent):void
        gotoAndPlay("scene5");
    function fl_ClickToGoToAndPlayFromFrame_50(event:MouseEvent):void
        gotoAndPlay("scene4");
    function fl_ClickToGoToAndPlayFromFrame_56(event:MouseEvent):void
        gotoAndPlay("scene6");
    function fl_ClickToGoToAndPlayFromFrame_51(event:MouseEvent):void
        gotoAndPlay("scene5");
    function fl_ClickToGoToAndPlayFromFrame_57(event:MouseEvent):void
        gotoAndPlay("scene7");
    function fl_ClickToGoToAndPlayFromFrame_52(event:MouseEvent):void
        gotoAndPlay("scene6");
    function fl_ClickToGoToAndPlayFromFrame_58(event:MouseEvent):void
        gotoAndPlay("scene1");
    There is also a simple Stop button that is not shown here.
    This link of a smaller sample is the way it is currently: https://www.dropbox.com/sh/n2dml4kun34pus0/C0jwr0SRdb?n=94391899
    Would some one of you experiened AS# people please put me out of my misery..
    Thanks
    TomH

    On frame one of your movie you have actionscript attached to two different keyframes. The listeners layer shows 12 different click  event listeners apparently attached to the stage. While you can attach a click event listener to the stage, you can't attach 12. Only the first one will work. Even so, I'm guessing that you don't really want any of these events attached to the stage.
    In the overall actions layer you have whole bunch of actionscript. This code is looking for seven different buttons. None of those buttons exist on frame one. You cannot give a flash movie actionscript to use that references objects that don't exist. You will get an error, as you've seen.
    You really need to go through the beginning tutorials that Adobe offers. You might also want to get a beginner's book or take an online course, maybe Lynda.com, for instance. You're trying very hard but you're missing all the basics.

  • How to create a "next" button out of image

    Hi all.
    I'm new to Dreamweaver and have no idea what I'm doing!  I'm a designer and not familiar with code.
    I've managed to get this far: I've created a teamplate and am using it successfully on subsequent pages.  My snag is that I want to create a "next" button out of an image.
    One forum poster suggested taking page_1.html and page_2.html and inserting a link between them. I get this, but in order to do so, it seems I have to detach my individual pages from the template in order to directly edit them.  Can I then somehow reattach them to the template so that I can continue to make other changes on one page that will update throughout?
    Any suggestions to a VERY green newbie that does not include copying and pasting code?  Is there a way to do this in design mode?
    thanks
    B.

    UPDATE:
    Nancy and Jon - and all future searchers with this question, I have found the answers!!!
    Here goes:
    MAKING A SIMPLE NEXT/PREVIOUS BUTTON OUT OF AN IMAGE IN DREAMWEAVER FOR THE CODE-RETARED DESIGNER:
    - Create a template which includes buttons for NEXT/PREVIOUS. The buttons should be sliced from a Photoshop file, or created using Div tags in Dreamweaver (see Tutvid.com for these tutorials - very good). The buttons should also be in their own separate Divs.
    - Select the individual Divs containing the buttons (one at a time), not the images themselves.
    - Go to Insert>Template Objects>Editable Region.
    - Give one Editable region the name of NEXT and the other editable region the name of PREVIOUS.
    - Save template file.
    - Go to page_1.html and now those buttons are selectable.  Choose the NEXT button and go to the properties panel and grab the little pick whip icon which is right beside the Link box. Drag and hold the pick whip onto your files panel and select page_2.html.  Do the same for each page.  From page_2.html onward, you also do this for the PREVIOUS button, only you select the page that comes before it, not the one after it.
    Viola!
    I really hope this helps out all you code-challenged designers like me!  I've searched everywhere and lo and behold, it was as simple as this.
    Thanks to you, Nancy, for twigging me into selecting the Div and not the graphic itself.
    BellyBuckle.

  • Button issues on Question slide

    Hi there
    I have a simple quiz in my project which the users can skip
    if they want to. I want the users can go Back from the question
    slide. The back button works for the first time taking to the
    previous slide(not a question slide). But when i again want to come
    from the slide to question slide the Next button which i have added
    stops working. Strangely if i dont have a question slide the Next
    button works fine for simple slides.

    Thanks ravi
    but i dont want any report for the quiz. It is a small
    project for which i have inserted 2 question slides. Just want
    users to try if they want to and if they press the correct option
    they move on and even incorrect they move on...nothing to do with
    scoring or reporting.

  • My Next button is not working. Please Help!

    Hello, everyone.
    Thank you very much for stopping by my question.
    I'm trying to make this work all day today. I'm out of idea...
    SortedMap m = new TreeMap()is used to sort the collection.
    I want to show next record(name and payrate) in the collection if there's any. Every time I try the code, I get 'Class Cast Exception'
    What am I doing wrong? The following is the code.
    <CODE>
    // Next button
    if (e.getSource().equals(nextBtn))
    // Show an error message if the collection is empty.
    if (m.isEmpty())
    msg.setText("No Record is in the Collection");
    //Instantiate an Inerator on the collection's key set and use it to
    // display next record.
    Iterator pointer = m.keySet().iterator();
    if (pointer.hasNext())
    msg.setText("The records: "+ (String)m.get(pointer.next()));
    // Show a message if there is no more record available in the collection.
    else {
    msg.setText("No More Record");
    </CODE>
    Please give me suggestion/advice.
    Thanks in advance.

    hi, Radish21.
    I think I'm not adding payRate into the collection succesfully.
    I changed the code as below:
    Iterator pointer = m.keySet().iterator();
    if (pointer.hasNext()){
      Object key = pointer.next(); // get the next key.
      Object value = m.values(); // get the value for that key.
      msg.setText(key +"," +value);
    }I got the following message in message area:
    Eric,[project06.App$Employee[Eric,0,0,0x0,invalid,layout=java.awt.FlowLayout], project06.App$Employee[Maya,0,0,0x0,invalid,layout=java.awt.FlowLayout], project06.App$Employee[Naoyo,0,0,0x0,invalid,layout=java.awt.FlowLayout]]
    I see the names I added, but don't see the payrate there.
    The following is the code to add the name/payrate into the collection:
    m.put(nameField.getText(),  new Employee (nameField.getText(), Double.parseDouble(payRateField.getText())));Isn't this adding payRate?
    I'm sorry to ask you so many questions.
    I do really appreciate your time and consideration.
    Thank you

  • How do I get the Next Button to appear on a form?

    I have a form built off of a view. I pass a parameter from a report through a link to launch the form with the appropriate values. I would like user to then be able to navigate to the next set of information from the report without having to navigate all the way back to the report. I tried to activate the Next button with the onClick event and doNext function but the button never appears to the user. Thank you for any assistance!

    Samuel,
    The reason that you don't get the "Next" button is that the query that the form is running on returns only one row. Take a look at EXAMPLE_APP.EXAMPLE_SQL_REPORT and EXAMPLE_APP.EXAMPLE_FORM. You'll find that this form also does not show the "NEXT" button when called from the report. However if you edit the report and change the link parameter from empno to deptno, you'll find that the button comes up in the form.
    I guess the best option you have is to create a custom button that simulates the functionality of the NEXT button i.e. have some logic to find out which empno must be the next one and then call the form like this :
    l_empno := <whatever logic you have come up with>
    l_url:=<portal_schema>.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=<module_id of the form>&p_arg_names=empno&p_arg_values='||l_empno||'&p_arg_names=_empno_cond&p_arg_values='||<portal_schema>wwv_standard_util.url_encode('=');
    <portal_schema>.wwa_app_module.set_target(l_url, 'CALL');
    Hope that helps,
    Hsiu

  • How can I grey out the 'Next' button until a user clicks 'Submit'?

    Hi guys,
    despite how I say it or display it in slides, users don't read the instructions before the quiz. This results in them doing the quiz and then asking me why they scored zero when they answered all the questions. So my question is, how can I disable/deactivate/grey-out the Next button until a user clicks Submit after answering the question?
    I've got Captivate 6.1 on a Windows platform.
    Advice appreciated.
    Carl

    Hello Rod,
    thanks for your answer - I should think more laterally in future.
    In my testing, another question has arisen - how do I get the Next button behind the Clear button? It sounds stupid but I can't get the Next button behind the Clear. I go in to the Master Slide, click on Next to highlight it, and then move it either by the mouse or with the arrow button so that it sits under the Clear button. While Next is still highlighted I click on the button in the toolbar 'Send selected objects backward' to be sure, so that I see 'Clear'. When I go back to the Filmstrip, all I see is 'Next' and when I preview the slides all I see is 'Next' - what am I missing here? What have I failed to do? What am I not understanding?
    Advice appreciated.
    Thanks

  • How do I make this code generate a new pro when the "NEXT" button is pushed

    How do I make this code generate a new set of problem when the "NEXT" Button is pushed
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    /* Figure out how to create a new set of problms
    * Type a list of specifications, include a list of test cases
    * DONE :]
    package javaapplication1;
    import java.awt.GridLayout;
    import java.awt.Window;
    import javax.swing.*;
    import java.awt.event.*;
    * @author Baba Akinlolu -
    class Grid extends JFrame{
        int done = 0;
        final int score = 0;
        final int total = 0;           
            //Create Panels
            JPanel p2 = new JPanel();
            JPanel p3 = new JPanel();
            final JPanel p1 = new JPanel();
            //Create Radio buttons & group them
            ButtonGroup group = new ButtonGroup();
            final JRadioButton ADD = new JRadioButton("Addition");
            final JRadioButton SUB = new JRadioButton("Subtraction");
            final JRadioButton MUL = new JRadioButton("Multiplication");
            final JRadioButton DIV = new JRadioButton("Division");
            //Create buttons
            JButton NEXT = new JButton("NEXT");
            JButton END = new JButton("End");
            //Create Labels
            JLabel l1 = new JLabel("First num");
            JLabel l2 = new JLabel("Second num");
            JLabel l3 = new JLabel("Answer:");
            JLabel l4 = new JLabel("Score:");
            final JLabel l5 = new JLabel("");
            JLabel l6 = new JLabel("/");
            final JLabel l7 = new JLabel("");
            //Create Textfields
            final JTextField number = new JTextField(Generator1());
            final JTextField number2 = new JTextField(Generator1());
            final JTextField answer = new JTextField(5);
        Grid(){
            setLayout(new GridLayout(4, 4, 2 , 2));
            p2.add(ADD);
            p2.add(SUB);
            group.add(ADD);
            group.add(SUB);
            group.add(MUL);
            group.add(DIV);
            p2.add(ADD);
            p2.add(SUB);
            p2.add(DIV);
            p2.add(MUL);
            //Add to panels
            p1.add(l1);
            p1.add(number);
            p1.add(l2);
            p1.add(number2);
            p1.add(l3);
            p1.add(answer);
            p1.add(l4);
            p1.add(l5);
            p1.add(l6);
            p1.add(l7);
            p3.add(NEXT);
            p3.add(END);
            //Add panels
            add(p2);
            add(p1);
            add(p3);
            //Create Listners
            Listeners();
    void Listeners(){
          NEXT.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
             int answer1 = 0;
             //Grab the numbers entered
             int numm1 = Integer.parseInt(number.getText());
             int numm2 = Integer.parseInt(number2.getText());
             int nummsanswer = Integer.parseInt(answer.getText());
             //Set the score and total into new variabls
             int nummscore = score;
             int nummtotal = total;
             //Check if the add radio button is selected if so add
             if (ADD.isSelected() == true){
                 answer1 = numm1 + numm2;
             //otherwise check if the subtract button is selected if so subtract
             else if (SUB.isSelected() == true){
                 answer1 = numm1 - numm2;
             //check if the multiplication button is selected if so multiply
             else if (MUL.isSelected() == true){
                 answer1 = numm1 * numm2;
             //check if the division button is selected if so divide
             else if (DIV.isSelected() == true){
                 answer1 = numm1 / numm2;
             //If the answer user entered is the same with th true answer
             if (nummsanswer == answer1){
                 //add to the total and score
                 nummtotal += 1;
                 nummscore += 1;
                 //Convert the input back to String
                 String newscore = String.valueOf(nummscore);
                 String newtotal = String.valueOf(nummtotal);
                 //Set the text
                 l5.setText(newscore);
                 l7.setText(newtotal);
             //Otherwise just increase the total counter
             else {
                 nummtotal += 1;
                 String newtotal = String.valueOf(nummtotal);
                 l7.setText(newtotal);
      //Create End listener
    END.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            // get the root window and call dispose on it
            Window win = SwingUtilities.getWindowAncestor(p1);
            win.dispose();
    //new Grid();
    String Generator1(){
         int randomnum;
         randomnum = (1 + (int)(Math.random() * 100));
         String randomnumm = String.valueOf(randomnum);
         return randomnumm;
    public class Main {
         * @param args the command line arguments
        public static void main(String[] args) {
            // TODO code application logic here
            JFrame frame = new Grid();
            frame.setTitle("Flashcard Testing");
            frame.setSize(500, 200);
            frame.setLocationRelativeTo(null);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setVisible(true);
    }Edited by: SirSaula on Dec 7, 2009 10:17 AM

    Not only are you continuing to post in the wrong forum but now you are multiposting: [http://forums.sun.com/thread.jspa?threadID=5418935]
    If people haven't answered you other posting its probably because we don't understand the question. Quit cluttering the forum by asking the same question over and over and then next time you have a new question post it in the proper forum. Your first posting was moved becuase you didn't post it properly.

  • Problem with Back and Next Buttons: a solution?

    Hello,
    It is well known that including the Back and/or Next buttons in Captivate quiz questions presents real problems. I have come up with what I think to be a solution. It should allow one to include both Back and Next buttons, if one wants to do this. It involves doing the following:
    With Question 1, do not include a Back button. (This is so that the quiz-taker cannot get out of the quiz scope in the forward direction.)
    Create this advanced action: If cpQuizInfoTotalUnansweredQuestions = 0, then Go To The Next Slide (i.e. the results slide); Else Continue.
    Insert a slide after the final question (and before the results slide). On this slide, include the following:
    A message to this effect: ‘You have not answered all of the questions. Please go back and complete all of them.’
    A button labeled ‘Return to Questions’ (on success: Jump to slide with Question 1). But include no other buttons. That is, if the quiz-takers lands up on this slide, he or she has only this option.
    On Enter (i.e. on entering the slide being described here), Execute Advanced Action =  the advanced action described in Item 2 above.
    Now for something odd. Before the slide described in Item 3, insert a slide with a Text Caption with variable $$cpQuizInfoTotalUnansweredQuestions$$. Keep the slide as brief as possible (something like 0.5 sec.) and make the text of the Text Caption invisible. And why all this? Because I found that, without it, problems arose quite regularly. If one or more questions were not answered, the quiz-taker would come, as expected, to the slide described in Item 3 above. The quiz-taker would then go back to complete the unanswered questions. But then—sometimes—the Item 3 slide would still appear, even though all the questions were answered! The quiz-taker would return once again to the questions (since this is the only option available), only to find that now none of the questions were answered! And at this point, there was no escape: the Item 3 slide would always appear no matter what one did. Why should inserting the additional slide described in the present item solve the problem? I don’t know. All I can say is that (1) without it, the problem arises often (though not always), and (2) with it, the problem hasn’t occurred yet, even though I’ve done lots of testing.
    Final note. It will be clear that this solution is meant to be used together with the option Allow Backward Movement. Will the solution work with Branch Aware? I don’t know yet. Will it work with Question Pools? Again, I don’t know yet. I’ve only done a bit of testing in both cases. The results thus far indicate that at least one of these options presents real problems. Both might.
    I’m still testing this solution (or what I hope is a solution). If anyone else wants to try it, I’d be interested in hearing how it goes.
    Best regards,
    Marvin DuBois

    Dear Lilybiri,
    Thank you for your response.
    1. 'I don't get it why you don't use the Submit All option?'
    Submit All is fine in some cases. But it limits the options: the quiz-taker does not get immediate (question-by-question) feedback. So where immediate feedback is wanted, the Submit All option presents problems.
    2. "Why do you need a Back button . . . ?'
    a. The Back button is needed during Review. Otherwise, the quiz-taker can only review in one direction.
    b. In some quizzes, the quiz-taker should be free to go back, whether to check earlier question slides (since the questions and/or responses can be relevant for the current question) or to re-read/re-hear information slides inserted between question slides.
    But the more general issue is this. The Cp Back and Next buttons provide us with possibilities, with further options. Workarounds are available, such as not allowing backward movement and placing a Clear button over Next. But these workarounds limit the possiblities, i.e. the possibilities that are there—i.e. that Adobe puts there. It's not that we always need these possibliities. But neither should we be hindered from using them if we so choose—and especially when we would be hindered simply because Cp doesn't work as well as it should.
    Kind regards,
    Marvin

  • TS1367 Hi, I am trying to install 'Playonmac' so I can install Meta Trader 4 - however, each time I reach the next button in order to install XQuartz it hits a deadend there - the 'Installing Quartz' window is saying installing Quartz,but thats as far as

    Hi,
    I am trying to install 'Playonmac' so I can install Meta Trader 4 - however each time I reach the next button in order to install XQuartz it hits a dead end
    - the 'Installing Quartz' window is saying installing Quartz, but all it does from there is the clock the spins around, just keeps spinning and nothing happens - I have waited and waited for it, but it just kind of freezes there.  I have reloaded the software over and over, and even switched off the firewall in case it was blocking Playonmac.  It is really important I load Meta Trader 4 on my Mac.
    Help will be much appreciated - Has anyone had this sort of problem?  Does anyone know how to resolve it? 
    Regards
    Joe

    According to wiki "the documentation from Apple states that Windows XP Service Pack 2 or Windows Vista is requisite for a Boot Camp installation, and it also mentions that trying to install an unsupported operating system could prevent the computer from booting even into Mac OS X". Sure that was from wiki, but it does seem to support and somewhat validate the problem I had with installing an earlier edition of XP.
    http://en.wikipedia.org/wiki/BootCamp_%28software%29#Other_operatingsystems
    Thanks for the info on the Filesystem info. My problem is that installing OS X on a mac is just a little bit more technical than installing Windows on a PC as there are a few more things to consider. Plus I'm not familiar with any of the utility programs as well. It's a **** miracle I managed to somehow create a volume to install OS X on when I thought I was erasing the partition I created for WinXP.
    But I'm still not sure about the missing 40GB from my 500GB HDD. Upon coming to the desktop straight after OS X was fully re-installed I noticed that the HDD only had 460GB and that 440GB of it available space. So the full installation of OS X was 20GB, but where has the other 40GB gone? I swear I saw that I had much more available space on my harddrive (BEFORE I tried to partition my HDD under Boot Camp Assistant and stuffing up the computer). Is the missing 40GB from the ORIGINAL FACTORY INSTALL of OS X INCLUDING all my iTunes music and other files I uploaded to the computer earlier? It would make sense but there's no way, as far as I know, of checking this. Any ideas?
    Cheers.

Maybe you are looking for

  • Please, need a quick respon

    I have just purchased a Zen Micro Photo. I was told by an employee at the store that the install cd is not needed for anything and that you can just "plug & play" the player with WMP0. But inside the Creative booklet there is a warning not to connect

  • Wifi captive portal not working 10.10.2

    Just updated to 10.10.2 and cannot use FON or any other captive portal wifi. It does connect to the wifi router and dhcp completes, but I neither get the popup from apple, nor can i navigate to a login page from a browser. This is the first time in 6

  • G460 BIOS update, 29CN26WW (v2.03)

    Mine is 29CN18WW (v1.06), can't let me change CPU. I want to use a i7 to kick off the old i3. Anybody has this version? The link from lenovo is dead now! Thanks

  • How to promote my OSX10.6.8 replica server to Open Directory server

    My Open Directory Server crash and i would like to promote my replica Server to Open Directory.  can you tell me how to do this.

  • IPhone MobileMe account push mail

    Hi, I'm having some trouble getting my push mail (.mac address) to work on the IPhone. I know that there have been certain issues with MobileMe and the whole push stuff... are these issues still going on? Also deleted mails on the IPhone don't get de