How do I hide the area left behind when the playbar is hidden?

Hi,
I'm using Captivate 7 and one of my module's design requires me to display the playbar only on specific slides in the training. I've set my playbar to NOT show on overlay because that would cover up the lower section of the application screenshot, so now the playbar is displayed outside the canvas area and doesnt interfere with anything on screen. The problem is that on the siides where the playbar is hidden (Assign cpcmdShowPlaybar = 0), there is a colored strip at the bottom of the screen (for where the playbar would have been had it's visibility been turned on), which I don't want to have.
How do I achieve this?
Thanks,
Sean

Hi there
One thought would be to note how much space this occupies. Then resize the project so it's taller by the same amount while pushing the existing content to the top. Then enable the playbar overlay. Then you could capture an image of the playbar and manipulate it so everything on it appears to be in a disabled state. Perhaps even superimposing words to the effect of the playbar being disabled. Then when the playbar disappears, the user has a clue that the playbar has been disabled.
Just thinking out loud... Rick

Similar Messages

  • How do I hide the sidebar altogether and get a clutter-free space to write

    How do I hide the sidebar altogether and get a clutter-free space to write
    In the likes of scrivener you can have a page with only what you are writing showing and the same goes for Ulysses.
    Is it possible to get rid of the sidebar in ibooks author which I basically almost never need, as I am a novelist....

    You can hide the glossary, format, and tool bars but you will always have the book outline on the left side. If that's not sufficient, I recommend that you create your content in a writing tool and import (copy/paste) the content in IBA when you are ready to format and layout you book.

  • How can i hide the menu bar at the bottom of the app in itunes

    how can I hid the bar at the bottom of the App screen in itunes. Where it shows how much audio, app etc space you have left on your device

    Unforrtunately the status bar doesn't make any difference, however I have worked out that the bar does show when I go into full screen. 
    I would have thought it should also work when not in full screen - it certianly used to.

  • How can I hide the password and user name in url???

    Hi experts,
    I'm creating a login page and know I have a problem.
    The Username and password are verified in a Java class, after checking the user and password, the user should be linked to the portal.
    So far everything has worked well.
    But when I call the lin like this
    res.sendRedirect ("/ irj / portal j_user =" + UserN + "& j_password =" + passw);
    then the user name and Pwasswort appears in the url.
    Can someone tell me how can I hide the password and user name???
    It will be very helpful.
    Thank you
    Edited by: Cilvaring on Aug 5, 2011 12:00 PM

    If there is no specific reason that you have to use sendredirect...thne you can try request.forward.....
    RequestDispatcher rd = request.getRequestDispatcher("pathToResource");
      rd.forward(request, response);

  • How can I hide the borders and keep it as an option?

    How can I hide the borders and keep it as an option?  I had someone go into the css I believe, and make it so there were no borders visible on the page (I could see the dotted outline while working on it, but when pushed, it wasn't visible (which is what I wanted).  They called it "noborders."  Since I had to reinstall, it went away.  Help?
    I have Dreamweaver CS5.5

    Try this site:  CSS Border
    Add code then type in a zero. Later add border size you want.
    examples:  border: 0px solid black;
    or
    border: 1px 000000;
    or
         border-top-style: solid; 0px 000000;
         border-right-style: dotted; 0px 000000;
         border-bottom-style: solid; 2px 000000;
         border-left-style: dashed; 1px 000000;

  • How can I hide the scroll bar in TextArea?

    How can I hide the scroll bar in TextArea?

    Hi. To remove the horizontal scrollbar you can do this:
    textArea.setWrapText(true);
    To remove the vertical scrollbar you can do this:
    ScrollBar scrollBarv = (ScrollBar)ta.lookup(".scroll-bar:vertical");
    scrollBarv.setDisable(true);  and set the opacity to 0 in the css file:
    //css file
    .text-area .scroll-bar:vertical:disabled {
        -fx-opacity: 0;
    }Here is an example:
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ContextMenu;
    import javafx.scene.control.MenuItem;
    import javafx.scene.control.ScrollBar;
    import javafx.scene.control.TextArea;
    import javafx.scene.input.ContextMenuEvent;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    public class TextAreaSample extends Application {
        @Override
        public void start(Stage primaryStage) {
        final TextArea textArea = new TextArea();
            textArea.setWrapText(true);
            StackPane root = new StackPane();
            root.getChildren().add(textArea);
            Scene scene = new Scene(root, 300, 250);
            primaryStage.setScene(scene);
            primaryStage.show();
            scene.getStylesheets().add(getClass().getResource("style.css").toExternalForm());
            ScrollBar scrollBarv = (ScrollBar)textArea.lookup(".scroll-bar:vertical");
            scrollBarv.setDisable(true);
        public static void main(String[] args) {
            launch(args);
    }

  • How can I hide the recipients of a group text message?

    How can I hide the recipients of a group text message?

    This is Illustrator, no matter which version you are using.
    It doesn't work like in other programmes and Illustrator's behaviour is often undesired.
    There is no good trick that I'm aware of to mimic Draw's or Freehand's way to do it.

  • How can I hide the por:8080 on the broswer

    http://www.mydotcom.com:8080/examples/.....jsp
    How can I hide the port 8080, cause this is what shows on the URL.
    thanks

    I have no problem running with tomcat that contain chinese, but when I run the apache which is the same code as the tomcat are running, it cause error 500. I debug it , and found out that it was the chinese that cause the problem. once I took out the chinese, then it works find. Can any one tell me why?
    thanks

  • How can I hide the version of ColdFusion showing in COldFusion Administrator

    How can I hide the version of coldfusion being shown from the coldfusion administrator login page? Right now I have the Version: 6,1,0,83762 showing.

    For security reasons.
    If there are known vulnerabilities with a specific version of a software release, you don't want to have someone who is scanning to be able to pull that information and then be able to try known attacks that will increase their chances of compromising your site/application.

  • How can I hide the number of unread eMails on my mail-symbol in my dock?

    Hello,
    I don't want to be disturbed while I am working so I am trying to hide the number of unread mails in my dock-symbol. I remember, that - some years ago - I could switch my preferences to not show any mails in my dock, but with the new Lion, I can just select wether I want to show all the unread mails or just the unread mails listet in my inbox.
    Any suggestions, how I can hide the number of unread eMail in my dock?
    Thanks a lot in advance
    Eike

    If you go to Settings>Notification Centre>Mail each of your email accounts will appear here separately. You can then change if Badges are displaye on the Mail App - which will show you the number of emails - or not.
    Regards,
    Steve

  • How do I hide the "US" and the "$" sign in a Cell formatted as Currency?

    I do not need to show that the neumbers in a cell are "US Dollars" so how do I hide the two symbopls "US $"?

    If you don't want any currency symbol (there are many to choose from) to display in front of your number, choose the Number format instead of Currency in the right panel (which you get to by clicking the Format brush (upper right).
    SG

  • How do you hide the identity from others

    How do I hide the wireless identity from others?  I am using airport + time capsule.

    I think you may be referring to the option to "close" your wireless network. If you enable this option, the theory is that other users around you will not "see" the name of your wireless network.
    But, this "feature" is long out of date. There are dozens of free utilities on the Internet that will display your network name in seconds. All the neighborhood teenagers who are looking for free Internet already have the applications.
    On the other hand, it might help keep a few honest neighbors from seeing the name of your wireless network if that would be important to you.

  • How can I hide the class file ??

    Hi !
    I has a question, when i write a program of Java, then use the command "javac" to compiler to class file for other people using, but the class file can be disassembled and convert to source code. How can I hide the class file and let people can not disassemble, or can not see the source code. Thinks

    See these....
    http://www.saffeine.com/
    http://www.jarsafe.com/
    I recently read this. This will help you.
    http://developer.java.sun.com/developer/qow/archive/160/index.jsp
    Enojy....
    Rajesh

  • How do I hide the artist picture in ios 7 music player?

    I like the artist and album "list view" in the ios 6 music player much better than the view that includes a random picture on ios 7.  How do I hide the picture and get my list view back?

    Just to clarify the behavior I'm experiencing on my iPhone 5, I can get new updates but the old ones appear with the Open button and don't clear themselves out from the Update screen.

  • How do I hide the background when I shape an image in 3D?

    This is a problem that has cropped up before but I'm going to simulate it.
    Say in this instance I want to overlay the picture of a kitten over a ball image. I've already extracted (roughly) the background from the kitten picture. I want to use 3D to warp it to the shape of a sphere but I've still got the ball's default background colour as well. How do I hide the background colour of the ball entirely so only the, warped, image of the kitten is visible to overlay over the ball image?
         When I wrap the kitten image onto a 3D sphere mesh preset I get the default background
         And when I try to overlay it over the 2D ball image the background prevents correct overlaying. I want just the kitten pic
    Thanks

    You apply the texture to the transparency of the material.
    Mylenium

Maybe you are looking for

  • Home sharing is not working on either of 2 computers.

    I have uploaded the new iTunes on both computers.  Both running Windows 7. Both on same network.  Logged in to home sharing with same id. Turned off both computers, etc.  I have read all the previous postings, so I do not need the link to setting up

  • Total in graphs

    Hello every one, I have a query in WAD and Im doing a graph based on the query, the problem is that the users want the graph to show the values based on percentage, and I did that, bue they also want the result to show at top of the graph, the proble

  • Problem in Using Auxiliary Desktop in Mac OS X ML

    Dear Community, I'm asking here a question which is related to the unconventional desktop management in Mountain Lion. This topic might have been already treated in the forum (here and eleswhere) and I apologize if my question has been already answer

  • Role OF ABAP in ELM

    Hi, Can somebody please guide me regarding role of ABAP in ELM. I know that ELM is used in CRM for uploading Business part. but how exactly ABAP plays a role in this. Please guide em through... If you can send me some <<removed by moderator>>  it wou

  • Selection variant for cost element GROUPS

    Community! Is there a way to create a selection variant for cost element groups? Through customizing I can only create them for cost elements but not for groups! Thanks, Bjoern