Captivate menu selection problem

In Captivate 2 or 3, when you click on a menu drop down from the top of the main interface, the menus will sometimes acting strangely by that appear then disappear quickly. This strange behavivor allow enough time to make all the selections and me the only way to correct it is to exit the Captivate and restart it. This applies to all menus and the size of the project seems not to matter. If anyone has experienced this? Is this a known bug in the application or something else maybe?

Concerning

Welcome to our community, ramoore53

It was a problem experienced for a while when version 2 appeared. But version 3 to correct him. So I'm a little surprised you declare that happens in Captivate 2 or 3.

The simple solution is to change direction. It occurs usually after inserting a Flash animation.

Make sure the library panel is visible and click to place the focus on any item in the library and the menus should normalize.

See you soon... Rick

Tags: Adobe Captivate

Similar Questions

  • The menu selection in multi States of handling state machine

    Hello world

    My application uses States architecture machine, I have to manage the menu selection in two different States, and 2 of them must be managed by the structure of business event.

    The problem is that when I use the structure of the event in the State 1 is also later managed by the case of the event in the 2nd State and it is impossible to manage the selection of menu at the 1st State by the block of 'Selection of the Menu Get' because it's descripton depending on whether the structure of the event is set up to handle the same menu as this block element LabVIEW does not account for this function.

    I would be grateful for any clue.

    Greetings,

    Mariusz

    Thanks, it solved my problem!

    I also had to add the State selector in the Init State. If the reopening, the machine data goes directly to the OpenDataState.

  • Simulate the Menu selection programmatically to vi

    Hello

    I use the basic version of LabVIEW 8.5 (no event handling). I created a custom RTM (Menu Run-Time) and use the vi to get a selection of Menu connected to a business structure to manage everything. (Part of the manipulation to put a check mark next to the menu item selected and by disabling the checkbox of all other elements using the vi Set Menu Item Info.) Too bad he does that automatically. Maybe it's in the new versions, but I digress.)

    My application can save and recall setups. When I remember a Setup, I want to programmatically call the respective case, as is done by the vi to get a Menu selection, even if the menu is not actually clicked by the user. I can't find a way to do this. Is is possible?

    Thank you.

    Ed

    Thank you for your response. It seems that there is no practical way to 'simulate' an 'event' with the basic version of Windows. Duh!

    Anyway, as usual, I came up with a solution. First of all, I would like to say that only a subset of my menu items require a check, but it's not really relevant. I have a hidden control (aka, a drop-down list box) ring with all these menu items element tags. I've created a loop For and browse all the elements (the ring NumItems property), first clear all checkmarks (using Set Menu Item Info with the RingText.Text related to the input element tag) and then setting the view of what is recalled in the file. Who manages the question mark. (Note that in the case of the vi structure get a Menu selection, I had to actually disable each check box and that of the current selection, value, because the RTM does not automatically, like for example the checkmarks, Visual Basic performs.) Again, maybe the newer versions make.)

    I can then get a Menu selection with other operations reqiured, reproducing what is happening to this menu selection in the case structure of the vi. (Common things can be put in a sub vi.)

    Let me know if someone wants to see screenshots of this area of my block diagram.

    Ed

  • Adobe captivate 8 installation problem

    I am using windows 7 ultimate. I installed adobe captivate, without any problem, a week ago. but this time I can not install. I have all the windows at the same time set up

    (1) is that captivate problem?

    (or)

    (2) what windows problem? while I have to contact windows support

    okk.jpg

    Hello

    Thank you for sharing the update

    Please right-click on the icon of Captivate and then run it as administrator.

    We can also try to reset the preferences for 8 Captivate and then see if it works

    To reset please rename the folder 8.0 Captivate 8_old Captivate the location below

    \AppData\Local\Adobe\Captivate C:\Users\[user name] 8.0.

    As I see that your version of Captivate is not updated, you can download and install the patch using the link below.

    Adobe - Adobe Captivate Support Center: downloads

    Concerning

    Himanshu

  • How to Add Drop Down Menu selection of city?

    How is the best way to add a Drop Down Menu selection town on my website next MyCITY logo?  This page should be selection on Los Angeles (arrow icon w next to him), but I need 4 other choices in the city.  It must fall down, like RESTAURANTS, with an arrow.  Not sure what the best way to address the issue.

    http://www.tammyfarringtoncreative.com/test/index.html

    Thanks, Tammy

    Looking for a list of shape selection?

    http://www.w3schools.com/tags/tag_select.asp

    Nancy O.

  • Flash ActionScript 2 Help menu: Correct link path BUT Incorrect "Menu Selection"

    I was wondering if someone could me grace with some information.  I lived in the stone age when it comes to web design and have finally reached out to learn some basic flash.

    I'm working on a website for a friend of the family and I unfortunitly found myself in a rutt with part of my menu flash.

    The site is www.luxuryincr.com; If you visit the site, you will see my main question about the menu.

    Example: If you were to click on "fishing" (http://luxuryincr.com/index-3.html), you will notice that after all the ACEs, the menu will highlight "Home" instead of "Sin" (which is not what I want to happen).  It is a recurring question with many menu selections.  I'm sure it has something to do with the ACE, but cannot get a grip on him

    If someone is able to help me, I would be so grateful!

    ________________________________

    It comes from ACE for the tab 'fishing '... I'm not sure if this is even the issue takes place but I say to myself that there must be someone who of a genius in Flash and can be able to point me in the right direction.

    onClipEvent (load) {}
    NUM = 4;
    this.hitArea = this.area;
    }
    on {(overview)
    If {(_root.page <>num)
    this.gotoAndPlay ("s1");
    }
    }
    on (releaseOutside, deployment) {}
    If {(_root.page <>num)
    this.gotoAndPlay ("s2");
    }
    }
    on (release) {}
    If {(_root.page <>num)
    _parent ["Item" + _root.page] .gotoAndPlay ("S2");
    _root.page = num;
    getURL ("index - 3.html");
    }
    }

    Please, I beg you! Any kind of help would be appreciated! Thank you!!

    You must use:

    onClipEvent (load) {}
    NUM = 4;
    this.hitArea = this.area;
    }
    on {(overview)
    If (_root.page<>num) {}
    this.gotoAndPlay ("s1");
    }
    }
    on (releaseOutside, deployment) {}
    If (_root.page<>num) {}
    this.gotoAndPlay ("s2");
    }
    }
    on (release) {}
    If (_root.page<>num) {}

    _root.page = num;  // <-assign before the following code
    

    _parent ["Item" + _root.page] .gotoAndPlay ("S2");
    getURL ("index - 3.html");
    }
    }

  • Problem: No icons on desktop, no taskbar, just a black screen with my pointer. I got a response to restart, press F8 to restart the menu, select Safe mode with network, but at this stage of my computer, it is in safe mode, help!

    Ideas:

    • Programs that you have problems with Windows XP
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Hello tfortexas

    Do you get the login screen before the black screen?    You never even get to the desktop?

    Try this fix.  You will need an XP installation CD.  If you don't have that it is OK to borrow one.  Try to get the same version of XP as your example Home/Pro/Media

    Configure your PC to boot from the CD if it is not already configured in this way. You may need to enter the BIOS to configure the PC to boot from the CD.

    Set the boot order of

    Floppy (if present)

    CDROM

    Hard drive

    RECORDING and EXIT

    Start your PC with the XP installation CD in the drive. When you see the prompt «Press any key to boot from CD...» ", do and start the process to boot on CD.

    When the Recovery Console option is available ("press R to start the Recovery Console"), do it. You may be asked to what Windows installation to enter, what kind of cases the number of the Windows installation you want to work (usually ' 1').

    When you are prompted, enter the password for the Windows installation. If you have not set up a password just press ENTER

    At the command prompt, type

    FIXMBR

    Come in

    Then type

    Fixboot

    Come in

    Type

    OUTPUT

  • Firefox 38.0.1 window resized with menu bar problem

    After update to 38.0.1, I have the active menu bar, and I have a problem with the firefox window, changing size when displaying pages. The entire window jitters then I lose the bar menu at the top of the tab bar. at this point, I can't click or enter data into a web page. If I select the border of the window and resize or move the window back to its original with the menu bar size and displayed correctly tabs.

    I also developer of Firefox v 40.a02 it was OK last week I was last updated on 29/05 and now also has the same problem.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe

    You can try to disable hardware acceleration in Firefox.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    You will need to close and restart Firefox after enabling/disabling this setting.

  • Toolbar Menu display problem

    Whenever I try to use any menu in Firefox, they sparkle inside and out. It is extremely difficult select Favorites or even Alt click on a link to "Open in New Tab" I have hover over menu items, they disappear and then come as soon as I move my mouse away.

    I've disabled all the Add-In, but the problem persists. The only way it goes is if I start Firefox in "safe" mode with all disabled while everything works correctly.

    Hello rob.seitzinger, try turning off hardware acceleration and check again, in safe mode, acceleration hardware is disable.

    Thank you

  • the menu selection has failed

    Hi all...

    I had a problem when I select the menu (data acquisition), the program as being stuck.  What my error? Can someone help me?

    Sasha all

    Now that you've posted your Subvi, go back and read message #2 and the third line of Dennis of the Mani #3 message.

    If you want this Subvi to behave like a dialog box, you need to go to the appearance of the window of the Subvi VI properties and set it to show the cover when it is called.

    Also, put a statement of expectation in this while loop so it does not at the full speed of the CPU waits for you to enter data.

    And case in the case of handmade VI, it is best to uncheck the box that says sign before locking up to end of the case of the event.

  • Menu scrolling problem

    Hello

    I PIN to the adobe menu bar muse at the top of the master page. But when I saw a page and scroll down the content come top of the menu. I solve similar problem by rearranging the layers. The problem is that the content of the page and the menu bar are placed on different pages, one on the master page, and the other, say home page. This means it no menu layer that combine them. then I could not reorder the layers of different pages.

    Could all help to solve the problem.

    Best regards

    Sheikh Maawiya

    Select the page where the Menu is inserted, where materials are flowing on the menu. Go to layer and create a new layer, move to the top of the page, and then drag the Menu to this layer.

    If menu is on different master, then the master page made even with diapers.

    Thank you

    Sanjit

  • Why the menu selections are grayed out?

    I recently bought 14 items. I installed it on my laptop and the application works very well. After installing on my PC, it works only partially. I mean here the selections in the menu layers are all grayed out. This is the case even for a file .psd with two layers.

    I'm running on Windows 7 on both machines. I uninstalled and reinstalled 14 elements on my PC (and ran the updates), but the problem persists.

    Thank you.

    georgec77578327 wrote:

    I recently bought 14 items. I installed it on my laptop and the application works very well. After installing on my PC, it works only partially. I mean here the selections in the menu layers are all grayed out. This is the case even for a file .psd with two layers.

    I'm running on Windows 7 on both machines. I uninstalled and reinstalled 14 elements on my PC (and ran the updates), but the problem persists.

    Thank you.

    You are in mode "Expert"?

  • Captivate 5 gel problem trying to add subtitles to the video

    Hi there-

    I try to add subtitles to a video (.f4v) I inserted as "Video Slide" on a slide in a presentation of Adobe® Captivate® 5.  I click on the video to select, go to the properties panel, select 'Edit video synchronization' and then click on the Panel of captioning to try to add captions and then Captivate completely freezes and crashes so not only can I not to add captions to video, but I have to use the Windows Task Manager close.

    I've seen this process shows a tutorial from Lynda.com, and the instructor doesn't seem to have this problem with Captivate 5.

    Any thoughts?  Other users have found a work around at all?  I mean, I know I could audio from the video, then attach it to the slide and make the captioning in this way, but it would be much easier (and much more logical) to add it directly to video, especially since that's what you are supposed to be able to do.

    I use Captivate 5 on Windows 7.  I also have Captivate 5 on a personal Macintosh and you have not yet tried to see if the problem occurs on this platform, as well.  Has anyone experience this problem?  Sorry for the length - this is my first forum of validation, so I'll try to provide as much information as possible.

    Hi Dan,.

    Welcome to Adobe Captivate Forums.

    You can try to add the subtitles to the video after the removal of the preferences.

    Follow these steps to remove preferences

    1. close Captivate so momentum already

    2. go to C:\Users\\AppData\Local\Adobe

    3. find a folder named "Captivate 5.

    4 delete the folder

    5. now launch Captivate and try your workflow

    Let us know if this solved the problem.

    Remi - Ashwin B

    Adobe Captivate team

  • Menu overlapping problem...

    Hi Andy,.

    In our application, we have components that are created dynamically. Everything that we have in the list drop-down and corresponding to the list of names is dynamically...

    We are not able to hide the list of the menu... like this ovelapping drop...


    can u help me with this...


    David...

    Hi David,

    This link uses exactly the same method as the Milonic one:

    >
    All that is necessary is to add an iframe base before the ul dropdown and style it with a size that covers the area of selection, this iframe is visible only through IE5.x and IE6. Simple.

    Tested in IE6, IE7, Firefox, Opera and Safari (PC)
    >

    Thus, in both cases, there is an IFRAME element that lies behind the menu and allows to cover the selection lists.

    The sample page that I sent you already did this, but I still have problems which rejected the menu using onmouseout. I'll take a look at their code to see if we can use something similar. CSSplay.co.uk is always a good source fo all css

    Andy

  • HP50g - menu soft &amp; problem of local procedures

    Pls help!

    Below is a simple program to illustrate the problem with a menu soft & updated local procedures

    (-> and <-stand for left and right arrows)

    Program works great under debugger! (displayed correctly SALDO and TRANS in response to press the soft keys)

    But started him only gives error messages: "undefined local name.

    According to the manual update of local variables (here < s and <-T) must be visible in the module of the whole program, or I don't unerstand not something?

    Of course program works very well when the overall procedures are used instead of the premises.

    Thanks in advance for your advice

    < <

    < < "SALDO" > >

    < < "TRANS" > >

    --> < s < t

    < <

    {

    {"SALDO" < < < if EVAL > >}

    {"TRANS" < < < t EVAL > >}

    } MENU

    > >

    > >

    Hello

    A local variable has 1 main feature: a scope.

    This range means that the variable only exists in this scope...

    A scope is a 'physical' and time stretch (note the quotes around physics, it's because he's not real physics, but virtual physics).

    Expand the 'physical' is the length/area of the program where there is the local variable. This extension from the definition of the local variable until the closure of the program block is more deep where the local variable is defined.

    The measurement of time is the duration of execution of the execution of this program block.

    There is a secondary feature: this is the name and it is the recognition by the system.

    RPL, as in most languages, the basic rules of the gramar program allows a local variable to have a name any. Therefore, at first inseparable from a global variable. The compiler then uses his knowledge of the field of knowledge, when you type a name, if it is to create a local or global variable.

    Until then, there is no problems in the definitions...

    Now, let's look at your program (in essence)

    < < 1 2 - > V1 V2

    < <

    {{V1 'V1'} {'V2' V2}} MENU

    > >

    > >

    When the program runs, it creates 2 MENU items, and then OUTPUTS!

    At the time where your more intimate program stops, local variables are destroyed (normal, follow the rules)...

    HOWEVER, you left a temporary structure that is available to the user (in the menu) which contains references to these variables (which no longer exists)... When you press one of these keys to menu... KaBoom...

    But what that <-syntax stuff?

    Don't forget the 'physical' extension of the scope... It's all good and all... BUT it has some issues.

    Namely, you cannot split your program into small chuncks, stored in various global variables to facilitate programming.

    In most languages, and according to the rules defined above, you may not create a subroutine, using local variables that you plan to have exist in a "time extend" which covers the delivery of the subprogramme. This is true of most programming languages. The reason why you could not create this subroutine is that the compiler would not know/believe these variables are 'in the scope' during the compilation of the program (* see tip below).

    The <-syntax allows this. It allows to force a variable to be compiled as local even outside the physical measure of the scope. But at the time of this call to the local variable, the variable MUST be defined, otherwise... KaBoom!

    This is the heart of your misunderstanding...

    To do what you want, you have 2 possibilities:

    -Use global variables

    -Put a STOP after the MENU statement (you must use TMENU BTW) and a SUITE at the end of execution of each of the menu items.

    I hope this helps!

    Cyrille

    * trick below *.

    The 50 HP has an environment / planning of circuits integrated very neat that lets you do the following to avoid having to type those pesky arrows back.

    Create your top program with your local variable definitions (not necessary of arrows). Just after the definition of the local variable, place a STOP instruction. Run the program.

    Now you can create your SUP program! When you press ENTER and the system compiles your program, these variable EXIST local (you are in their scope of TIME!) and your program will contain local variable rather than global calls!

    However, this will not solve your problem.

Maybe you are looking for