Scrolling text widget displays at the top of the text of comments

Untitled.png

In HTML5, the scrolling text widget is the display on top of text in comments. Background: I have converted the legends of success and failure by default in smart objects I can use an overlay image for correct/bad comments. When your comments appears, it is an image full screen. The scrolling text widget is reflected and is actually on top of the image of your comments. This happens even when the widget is at the bottom of the timeline. Any ideas on how we can have the overlapping of feedback (dynamic object) appear at the highest level (top)?

Hi Amy,

You can try the following:

1. close Captivate and save your project

2. go in the Captivate installation directory [in general is: C:\Program Files\Adobe\Adobe Captivate 9 x 64]

3. copy the file "AdobeCaptivate.ini" to your desktop

4. open this file in the editor and change the value of 'UseWidget7' to 1.

5. save a copy of this return to its original location

6 restart Captivate and open your project

Can you try this and see if it helps?

Thank you

MohanA

Tags: Adobe Captivate

Similar Questions

  • overflow: scroll does not work after the removal of the assets of the timeline/stage

    I have a light entertainment with a product range that must be horizontal scrolling, as it is too long to fit in the stadium, so when I put the overflow to 'reach' or 'auto' it works fine. This programming requires 10 different iterations since products vary from one region to another. My workflow is to duplicate the work of master and removal of the product is not available in this region, the visuals of reflow and publish.

    When I delete the scene assets, that the horizontal scroll bar is displayed in the browser, but it's something outside the stage area does not record - is content there, but the scroll bar will not move.

    Does anyone have any ideas as to why this is happening?

    In case someone else has the same problem: I just put the 'visible' overflow and let the site CSS control scroll bars, which is ideal in any case.

  • How can I activate/disable the display of a scrolling text object?

    I am a relatively new user of Captivate and I am using the Interaction of learning in 8 Captivate text scrolling. Specifically, I would like to have a button on the screen when you click it, the drop-down text box will be displayed for the learner. In addition, when viewing, I want a REJECTION or button CLOSE to allow the user to hide the drop-down text box. Basically, I want them to be able to toggle the scrolling text box market at their convenience. I have the following set in place.

    1 READ MORE graphic.

    2. click on the box 1 interaction drawn at the top of the image to READ MORE.

    3 interaction marquee training.

    4. close.

    5. I have a Click Box 2 cartoon above the button interaction CLOSE.

    6. I have items 3 and 4 together to form GROUP_1.

    7 GROUP_1 is set to NO VISIBLE output.

    8. click on box 1 has defined action so that the success is to see THE GROUP_1.

    9. click on box 2A action defined for that success it is HIDE GROUP_1.

    Here's what it looks like:

    screenshot.gif

    When I saw my project, the first part works fine, I click on READ MORE and my scroll text box and a button CLOSE appear as they should. However, when I click the button CLOSE, it moves to the next slide instead of simply to hide the group.

    Also, if I publish the project, the drop-down text box appear not at all. The button CLOSE pops up so when he is supposed to, but the space where the text box should appear does not display anything. I tried the consultation in Chrome Version 43.0.2357.132 m, 11 Version IE and Firefox v39. It seems to be related to the area of text scrolling in a group because I put a box of scrolling text on a separate screen and it shows well in all browsers.

    So, I'm looking for advice, including at - it an easier way to achieve the goal of enabling/disabling of the scrolling text box on and off the screen? TIA!

    Dee

    One thing you need to know using unique actions on objects interactive such as click on boxes or buttons will also trigger an action to continue later by default.  This is probably why your slides advance when you don't want to.  To work around this problem, you must replace the shares you are currently using with stock Standard or conditional Actions that do the same thing.  They don't progress not the timeline unless you stipulate specifically action continues or a jump to slip as well.

  • Why my scrolling text Ticker prevents the disappearance?

    Hi all

    I'm creating a wallboard as program that uses XMLSocket to connect to a server which ensures the pumping of XML data on a specific port.

    My Flash program connects to this server and depending on the value of which is in the current extracted XML data where the 1/Root-node is = to

    "< FRAME >", and the value it is looking for "screenToDisplay", it displays this screen...

    But when my flash program sees a code snippet XML of the code where the 1/Root-node is equal to "< TICKER >" it captures the data in the XML data

    and use it to display a message "ticker-like" scrolling on the screen.

    Everything seems to work perfectly except the ticker when he received the "< TICKER > ' data it starts scrolling the text, I gave it through the" "

    screen. The problem is that the ticker scrolls for exactly 21 seconds, then completely, he disappears for 11 seconds, then comes back again for another 21

    and so on until I have stop the movie... I thought was happening randomly at first, but then I used a stopwatch and tried about 10 different time timing it

    every time and I get the same numbers every time...

    My Flash program has only 6 slides. 5 of them display data and the other is just a title page (* which is the first one you see). The program also

    has 3 layers. He has a background layer, a layer containing ALL the TextFields which display the XML data and finally there the Ticker layer which

    spans the entire length of the film and contains a dynamic TextField and extending over the entire length of the film it will display the Ticker TextField on

    all of the images.

    It was suggested to me to try to embed the fonts in the TextField of the Ticker, but that has not changed anything...

    I wonder if I'm using the correct EventListener for the ticker. It uses the event 'Event.ENTER_FRAME' ?

    Here is my Actionscript Code (* in AS3):

    I removed a bunch of stuff to bear the code below, when I copied it on to try and save space. But all my functions/EventListeners are present

    in the code.

    * I tried to turn all of my Blue observations so that the code is a little easier to read. I'm usually one involved heavy so I thought that this color

    thing would be useful to the readability of the code...

    In "BOLD", everything is for the Ticker:

    import flash.events.IOErrorEvent;

    to import flash.events.ProgressEvent;

    import flash.events.SecurityErrorEvent;

    import flash.events.DataEvent;

    import flash.text.TextField;

    import flash.sampler.Sample;

    Create Variables to capture the data of each incoming the XMLSocket node:

    * These vars will serve as data for specific TextFields on specific frames...

    var screenToDisplay:String

    Variables 'Frame_1 ':

    var foobar_1

    Variables 'Frame_2 ':

    var foobar_2

    Variables 'Frame_3 ':

    var foobar_3

    Variables 'Frame_4 ':

    var foobar_4

    Variables 'Frame_5 ':

    var foobar_5

    Declare Variables for the Ticker:

    var ticker_speed:int = 3;           //Will control the speed of the Ticker - default speed is "3"

    var ticker_data:String = "";                    //This is the message that scrolls

    var ticker_startTime:String = "";      //Time to start the Ticker

    var ticker_startDate:String = "";                //Date to start the Ticker

    var ticker_endTime:String = "";           //Time to stop the scrolling of the Ticker

    var ticker_endDate:String = "";           //Date to stop the scrolling of the Ticker

    var current_date:Date = new Date();       //Current date and time

    Create the new XMLSocket object

    Socket var = new XMLSocket();

    Declare "XMLSocket" EventListeners:

    socket.addEventListener (Event.CONNECT, connectHandler);

    socket.addEventListener (Event.CLOSE, closeHandler);

    socket.addEventListener (DataEvent.DATA, dataHandler);

    socket.addEventListener (IOErrorEvent.IO_ERROR, ioErrorHandler);

    socket.addEventListener (ProgressEvent.PROGRESS, progressHandler);

    socket.addEventListener (SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);

    Declare EventListener "make":

    WBDMovie.addEventListener (Event.RENDER, renderFrame);

    Declare EventListener for the Ticker:

    WBDMovie.Ticker_TextArea.addEventListener (Event.ENTER_FRAME, scroll_ticker);

    These 2 lines will make the Flash movie go to Frame_6 and stop.

    * Frame_6 is the page of "TITLE", i.e. 1 screen/Frame you will see.

    Stop();

    WBDMovie.gotoAndStop (6).

    Connect the plug on the specified server:

    success of the var = socket.connect ('192.168.x.xxx', 3333);

    FUNCTION: dataHandler() - this function/EventListener is executed whenever the data is received through the XMLSocket

    function dataHandler(e:_DataEvent):void

    {

    Create a NEW Type of Variable XML called "xml":

    var XML = XML (e.data);

    Send the xml variable to a string Variable

    var xmlString:String = xml.toString ();

    Divide the variable xmlString on returns to the line in a table Variable

    var xmlArray:Array = xmlString.split ("\n");

    The first element of the array in the value of the Var ROOT_NODE

    var ROOT_NODE:String = xmlArray [0];

    If the socket.connected is TRUE

    If (socket.connected)

    {

    If (ROOT_NODE is "< FRAME >")

    {

    Reset "screenToDisplay" for nothing:

    screenToDisplay = "";

    Sets string to the frame/Slide-name: * that is "Screen2Display".

    screenToDisplay should ALWAYS be the first NŒUD in an XML message, so we enter that manually

    screenToDisplay = xml. MESSAGE[0].@TEXT;

    / / What makes the 'invalid' current image, which will do so with "Re-make".

    Issue this command once before the switch statement

    trace ("* call stage.invalidate");

    internship. Invalidate();

    Swith: * use this switch statement to find which frame/screen to display using the var 'screenToDisplay '.

    Switch (screenToDisplay) {}

    GoTo-> FRAME_1:

    case 'Frame_1 ':

    WBDMovie.gotoAndStop (1);

    break;

                    //GoTo ---> FRAME_2:

    case 'Frame_2 ':

    WBDMovie.gotoAndStop (2);

    break;

                    //GoTo ---> FRAME_3:

    case 'Frame_3 ':

    WBDMovie.gotoAndStop (3);

    break;

                    //GoTo ---> FRAME_4:

    case 'Frame_4 ':

    WBDMovie.gotoAndStop (4);

    break;

                    //GoTo ---> FRAME_5:

    case 'Frame_5 ':

    WBDMovie.gotoAndStop (5);

    break;

    } / / END: switch (screenToDisplay)

    }

    / / Else If, the ROOT_NODE is "< TICKER >", then...

    ElseIf (ROOT_NODE == "< TICKER >")

    {

    trace ("* found the TICKER <>node *");

    Capture the XML Variables in these Vars AS3

    ticker_data = xml. MESSAGE[0].@TEXT

    ticker_speed = xml. MESSAGE[1].@TEXT

    ticker_startTime = xml. MESSAGE[2].@TEXT

    ticker_startDate = xml. MESSAGE[3].@TEXT

    ticker_endTime = xml. MESSAGE[4].@TEXT

    ticker_endDate = xml. MESSAGE[5].@TEXT

    WBDMovie.Ticker_TextArea.text = ticker_data;

    }

    } / / END: if (socket.connected)

    }/ / END: dataHandler() function

    This feature will give the "Ticker_TextArea" allows to scroll from the right side of the screen...

    function scroll_ticker(myevent:Event):void

    {

    scrolling = true;

    trace ("* in FUNCTION"scroll_ticker"*");

    WBDMovie.Ticker_TextArea.x = ticker_speed;

    If (WBDMovie.Ticker_TextArea.x <(0-WBDMovie.Ticker_TextArea.width))

    {

    WBDMovie.Ticker_TextArea.x = stage.stageWidth;

    }

    }

    function renderFrame(e:Event):void

    {

    trace ("\tIn renderFrame() for frame->" + screenToDisplay)

    Find out what screen we are displaying current by checking the Variable 'screenToDisplay '...

    Switch (screenToDisplay) {}

    IMAGE #1

    case 'Frame_1 ':

    WRITE to TextFields SPECIFIC inside--> "Frame_1"...

    break;

    IMAGE #2

    case 'Frame_2 ':

    Write to TextFields SPECIFIC inside--> "Frame_2"...

    break;

    Frame #3

    case 'Frame_3 ':

    WRITE to TextFields SPECIFIC inside--> "Frame_3"...

    break;

    Frame #4

    case 'Frame_4 ':

    WRITE to TextFields SPECIFIC inside--> "Frame_4"...

    break;

    IMAGE #5

    case 'Frame_5 ':

    WRITE to TextFields SPECIFIC inside--> "Frame_5"...

    break;

    }

    END: switch (screenToDisplay)

    }

    END: renderFrame() function of

    FUNCTION: closeHandle() - listener for when the connection is closed

    closeHandler() function

    {

    trace ("inside function closeHandler() :"); ")

    }

    FUNCTION: connectHandler() - listener for when there is a connection

    function connectHandler (success) {}

    If (success) {}

    trace ("connectHandler ()": SUCCESS\n CONNECTION MANAGER "");

    }

    else {}

    trace ("connectHandler ()": CONNECTION MANAGER FAILED\n "");

    }

    }

    FUNCTION: ioErrorHandler() - listener to find errors of e/s

    function ioErrorHandler(event:IOErrorEvent) {}

    trace ("inside ioErrorHandler() function :"); ")

    }

    FUNCTION: progressHandler() - Earphone for progress

    function progressHandler(event:ProgressEvent) {}

    trace ("inside function progressHandler() :"); ")

    }

    FUNCTION: securityErrorHandler() - Earphone for security errors

    function securityErrorHandler(event:SecurityErrorEvent):void {}

    trace ("inside function securityErrorHandler() :"); ")

    }

    Another thing, don't know if it will help but... When I run the movie in the debugger, I can see my track (de) 'renderFrame()' and 'scroll_ticker()' EventListeners and him will be

    output as follows:

    IN THE FUNCTION "scroll_ticker."

    In renderFrame()-> Frame_1

    IN THE FUNCTION "scroll_ticker."

    IN THE FUNCTION "scroll_ticker."

    IN THE FUNCTION "scroll_ticker."

    IN THE FUNCTION "scroll_ticker."

    IN THE FUNCTION "scroll_ticker."

    .. .it shows the top line (i.e.  " * IN FUNCTION"scroll_ticker"* " () about 150-160 times consecutively... ".

    If anyone has any ideas or suggestions, do not hesitate. I'm still very new to Flash and AS3, so any help would be GREATLY appreciated!

    Thanks in advance,

    Matt

    0,0 is the top left of the scene.

    but when an object is actually depends on its alignment point, too.  If you place an object at 0,0, its registration point will be at the top left of the stage.  so, if the reg point is on the right edge of the object, the object will be backstage just left.  If the point of reg to the left edge of the object (anywhere), the left edge of the object will be in the upper left laying on the stage.

    This is why I said:

    (1) just ensure, in addition to this autoSize, well aligned WEBMovie and your ticker Ticker_TextArea should work the way you want.

    (2) and make sure that the left edge is in the center of WBDMovie.

  • How can I create legends customized for each image (large) target displayed with the widget to the Gallery?

    Greetings!

    I'm having any joy with the thumbnails Gallery - with the exception of a customization widget, I would like to make.

    I would like to have descriptive legends custom unique each 'target' (large image) image displayed. I can see the legend box personalized, move, modify, etc, but this is fixed for all images in the gallery.

    How do I change each caption for each image of the target?

    Thank you very much

    JL

    Assuming you are talking "Vignettes" under "Slide shows" widget in the widget library, simply drag the widget on a page to insert it. Once inserted, make sure you have legends in reverse by clicking the widget inserted on the page, and then on the small blue arrow top right of the widget that appears once the widget itself is selected, and check the box called "Legends", this will add captions [Lorem Ipsum] to each photo, you can then at this point click or double-click the text "Lorem" on each photo and that you want it to be. I hope this helps.

  • I have associated my pencil to Apple for the iPad Pro; How to make the Widget of batteries displayed on the notification Center 'today '?

    I have associated my pencil to Apple for the iPad Pro; But how to make the Widget of batteries displayed on the notification Center 'today '?

    See if it works. Scroll to the bottom of the list in the display today. Tap on edit. Press on the + sign next to battery.

  • Display when the mouse scrolling problem

    Hello

    Since this morning (and the most recent upgrade apparently) I feel serious display problems when scrolling with my mouse upwards or downwards on a Web site: the whole text and other components of the page is displayed to the left or to the right and becomes so blurred that it is completely unreadable. The same problem is encountered on all Web sites visited

    Operating system: Windows XP Professional version 2002 - SP3
    Firefox Version: 26.0
    Screenshot of the number: http://i43.tinypic.com/2r3vz81.jpg

    I tried to:

    -create a new Boolean value called "layout.paint_rects_separately" (without the quotes) and set the value to true
    -Implementation gfx.content.azure.enabled; false
    -Implementation gfx.direct2d.disabled; true

    -Disable all add-ons

    Any of these changed nothing to my problem.

    Any suggestion on how to fix this is welcome.

    Try disabling hardware acceleration in Firefox.

    https://support.Mozilla.org/KB/upgrade-graphics-drivers-use-hardware-acceleration

  • HP Elitebook 8740w: How can remove the text / name of the company that is displayed during the boot process?

    Hello

    I bought my work laptop from my employer. During the startup of my employer's legal name is still displayed on the splash screen ' "(the screen with the HP logo).

    -J' already started back and ran the EREPLOGO. EXE utility to remove the logo (ereplogo.exe/e). The utility said that the logo has been removed;

    -in the BIOS 'view custom logo' is unchecked, so it will not use an image of the partition tools hp;

    However, during the startup the company name is still displayed on the top of the screen... :-(

    (1) how can I change this text to start or remove it completely?

    (2) what can I do to display the specifications of hardware during startup instead of this "splash screen"?

    Thanks in advance,

    SJW

    PS I have the latest BIOS (F.60 Rev.A, November 30, 2015)

    Hello

    I managed to change the line of text with the BiosConfigUtility64.exe.

    With "BiosConfigUtility64 getconfig:config.txt", you can write all the values in the bios and a text file with "BiosConfigUtility64 setconfig.config.txt", you can set all the values after you change the values you want to change. In my case, that I had to change the value of "property tag", which is the value that appears in the home screen during the boot process.

    Later, I discovered the tag 'property' can also be changed under the Security tab of the configuration of the BIOS (F10) normal... until I knew what the property tag, I associate the line of text to security so I did find the text before :-) field

    Best regards

    SJW

  • Scrolling text widget

    I work in Captivate 9.0.0.0.223. I created a
    model with a few slides that will be a standard check for all the lessons.
    In the theme of the model, I have a number of types of slides matching for the
    developers to choose during production. A wagon type, that I needed is for
    text with vertical scrollbars, so I used the "Interactions > training Interactions >.
    Scrolling text"widget on a master slide content in the theme.
    When I tried to test a 'new project' using the template and then insert
    slide in a project, I'm not able to select the widget to be filled with a
    text. I also tried to use the variable to add text with the load on
    and advanced actions. Still does not work. What is the improper use of this widget?

    I used this interaction of training (see my blog) for a custom question slides a lot, but I don't think you can use it as a "placeholder".

    BTW, you missed two patches, current version is the version 9.0.2

  • I have reset default firefox but the BBC website opens OK but will return to the display of the text when I click on a link.

    (Newish laptop so I'm not really familiar with operating systems (Win 8.1 I think) and more) Initially, my BBC homepage opened OK in Firefox, but after a period, he began to view a text version. This can be temporarily cured by restoring the default Firefox (Firefox / help / troubleshooting information / restore Firefox) but as soon as I click a link on the page of the BBC, it is up to the display of the text. Is there a way I can solve this problem. Other sites seem to be working properly.

    It's a problem of missing style sheet. If you have modules like Adblock Plus installed, first of all, try to start Firefox with the disabled modules and check if the problem persists.

    Otherwise,.

    1. Hold down the ALT key and press V to open the view menu. Open the submenu Style Page and make sure that "Basic Page Style" is selected.
    2. Clear the cache.
    3. Remove the cookies from the site in question.
    4. If the problem persists, see
  • I would like to have at least 1 of my toolbars that are displayed at the bottom of my browser open screen. How can I move a toolbar from the top to the bottom of the page?

    I would like to have at least one of my toolbars that are displayed at the BOTTOM of my browser open screen. How can I move a toolbar from the top to the bottom of the page? I don't want to do this by using an extension, and when I read about the extension, I really have not seen how it would move the toolbar to the top-down any browser page open.
    Thanks in advance for the supply, the answer and the procedure to get this accomplished.

    You can't drag an entire toolbar to the bottom of the window. The Bar of the Addon is a "toolbar", drag whatever you want from the Palette to customize or a toolbar up to the bar of the Addon.

  • I accepted the last update. Now, I can not display to the right of the main Itunes store, where top songs, etc would be. As the screen does not. Only on the HOMEPAGE of ITUNES STORE! Help!

    I accepted the last update. Now, I can not display to the right of the main Itunes store, where top songs, etc would be. As the screen does not. Only on the HOMEPAGE of ITUNES STORE! Help! I've tried everything. Google it. Searched through itunes, etc. It MUST be a bug, because it started right after I accepted the 12.3.3 update on my laptop running Windows 7 32.

    I count on the part of the main screen, which is not. Its strange. PLEASE HELP ME! In addition to the main page of the Itunes Store, everything else works fine as before. Music from my library work screens, etc.

    I also have exactly the same problem since the last update. Tried to find a way to solve the problem but no luck. Someone please help!

  • Xperia z3 foto widget display the broken image icons instead of thumbnail/preview image

    Initially, I used my Z3 without SD card. Any word very well: album AND the foto widget that allows to navigate through the photos.

    After

    -installing an SD card,

    -changing the location for newly taken photos on SD card

    - AND by moving some pictures of other directories-

    - AND the creation of a number of files .nomedia on these directories to make these photographs appear not not in the album, nor in the foto widget.

    foto widget displays an icon of a broken image for all photos taken prior to this change. All new photos appear in the widget and app album.

    I delete the file data and the album (in album settings - all apps) cache-.

    It does nothing (so far).

    How can I force the app/widget album to recreate its database and preview/thumbnails?

    Thank you very much.

    M ~.

    Working solution for the following:

    Order the soft MediaStorage
    Settings > Apps > all > storage media (FROM: Medienspeicher) "App Info" > stop App

    Data deleted from the App MediaStorage
    Settings > Apps > all > storage media (FROM: Medienspeicher) 'App Info' > clear data

    Restarted the application (via MyPhoneExplorer) or by rebooting the phone.

    The process appears in the form "android.process.media" in the list of processes (not sure, I guess) android

    To provide a treatment could turn the endurance mode or add "MediaStorage" to the list of exceptions of runing apps background even in mode stamania.

    (> a) how long it would take to recreate the database and photos? The directory of the main image (DCIM on the SD card) contains > almost 1000 photos).

    A: it is __NOT__ take very long. For my 1000 + pictures and a few videos is was a matter of minutes to see the widget started foto avatars correctly and see the album recovers very quickly. If you reach a corner of the album or the photo images widget still not recovered, the image appears rather quickly.

    (>) b where residing the .thumbnails directory? -After accepts the SD - be - it in/storage/sdcard1/DCIM or > in/storage/sdcard0/DCIM as it was before the installation of the SD card?

    R: it seems that the .thumbnails directory still resides on the internal memory (i.e./storage/sdcard0/DCIM). This is at least the case for my phone.

    It also seems that .thumbnails files are ONLY used for the foto widget for the App album someone could confirm?

    (> c) how to either force the media scanner to run and update the widget photos foto and the album database / see/check that

    > it runs.

    Stop the MediaStorage process, clear data from this application and start it again again and keep visiting the widget from the album and or foto.

    See you soon,.

    Michael

  • Firefox, Internet Explorer display only the bar scroll of half

    Google filling entire screen, no bar scroll right, fire-fox, explore show only the scroll bar 1/2

    Original title: ScrollBar

    Hi Michael,

    Were there any changes made on the computer before the show?

    It seems that you are faced with the question with the resolution of the screen. Follow these methods and check if that helps:

    Method 1:

    I suggest you refer to the article and try to fix the display settings:

    Get the best display on your monitor

    http://Windows.Microsoft.com/en-us/Windows7/getting-the-best-display-on-your-monitor

    Method 2:

    I suggest you to update the display of the computer drivers and check if it helps:

    Updated a hardware driver that is not working properly

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    If the problem is not resolved, I also suggest you for the link and post a screenshot:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/how-do-i-post-a-screen-shot-on-this-forum/c86de820-C620-401c-A804-9f6337cd3053

  • Without scroll bars when search results are displayed in the "content" section

    Hello

    I use reactive HTML5 in 2015 of Robohelp.

    The Azure_Blue layout works very well, but when search results are set to appear in the 'content' section no scroll bar is displayed, if you can't navigate to the results of research which are off the screen. Scroll bars are displayed when its set to appear in the sidebar. Tried with many different browsers - same result.

    Is it bug? Others do for this problem?

    See screen capture below.

    See you soon

    The CSS fix mentioned by Willam resolves the problem.

Maybe you are looking for