Erratic bullet / number of behavior of the list

We are experiencing a problem where a block bulleted text is treated as an article even if there are three bullets. If we move a ball the entire list moves. Cannot dash to a second level bullet. To get out of what we basically start the list. Seems to be intermittent, so I think it's a framework or something we do without intending to. All suggestions, advice would be greatly appreciated.

Thank you

Joe

Peter, after testing, I see what you mean. Which begs the question about this seminar ball ;-)

This occurred because the author wanted to change to a second level bullet (indented more and a different bullet style) and she used the SHIFT + ENTER for this.

I doubt not, but do you know if there is a way in RoboHelp HTML to automatically change the ball to another style when you lower, just like Word? So I guess that is not yet truly WYSIWYG "what you want is what you get" ;-)

I'm this marking as answer, but if you have information on this issue please advise. Once again, thanks a lot.

Joe

Tags: Adobe

Similar Questions

  • ORA-06550: PLS-00394: wrong number of values in the list INTO a mesh FETCH

    Dear friends,
    I ask you a suggestion:

    The following code inserts a table errors (errori_work), the IDS of the records repeat (in the work of the table), but gives me this error:
    ORA-06550: PLS-00394: wrong number of values in the list of a FETCH statement INTO.

    The work of the table has the 78 columns: the problem of the fields used in the slider flew against the 78% ROWTYPE fields?
    I could use a record declared as the cursor (rec_tabwork cu_tabwork % ROWTYPE;), but in the MANUAL I need a field (ID_WORK) is not present in the cursor.

    declare
    CURSOR cu_tabwork IS
    SELECT CD_STRUTTURA, CD_SUB_STRUTTURA, NR_PRATICA, likelihood
    Work
    CD_STRUTTURA, CD_SUB_STRUTTURA, NR_PRATICA, applications GROUP
    HAVING COUNT (rowid) > 1
    UNION ALL
    SELECT CD_STRUTTURA, CD_SUB_STRUTTURA, NR_PRATICA, likelihood
    Work
    CD_STRUTTURA, CD_SUB_STRUTTURA, NR_PRATICA, applications GROUP
    After HAVING COUNT (rowid) > 2.
    rec_tabwork work % ROWTYPE;
    BEGIN
    Open cu_tabwork;
    loop
    extract the cu_tabwork in rec_tabwork;
    If FOUND then % cu_tabwork
    dbms_output.put_line (rec_tabwork. (ASL); -test
    INSERT INTO errori_work
    (cd_errore, note, ID_WORK)
    )
    VALUES ("ACC", "Record ripetuto nella table work", rec_tabwork.ID_WORK)
    );
    end if;
    EXIT WHEN cu_tabwork % NOTFOUND;
    end loop;
    close cu_tabwork;
    end;

    Can you help me?
    Thank you
    Leo

    Hello

    I loaded your data and ran the query. It's coz the NR_RICETTA contains a null value, so your State A.NR_RICETTA = B.NR_RICETTA will fail when it checks for NULL = NULL. Here is your output from the query

    PRAZY@orcl> select count(ID_AMBS) FROM WORK A
      2  WHERE A.ROWID > ANY (SELECT B.ROWID FROM WORK B
      3  WHERE A.CD_PRESIDIO        =B.CD_PRESIDIO
      4  AND A.GGMM_CONTATTO        =B.GGMM_CONTATTO
      5  AND A.NR_RICETTA   =B.NR_RICETTA
      6  AND A.CD_CONT_PRESCR       =B.CD_CONT_PRESCR
      7  AND A.NR_PROG_INT  =B.NR_PROG_INT
      8  AND A.DESTINAZIONE =B.DESTINAZIONE)
      9  /
    
    COUNT(ID_AMBS)
    --------------
                48
    
    Elapsed: 00:00:00.00
    

    Therefore, I have included NVL to A.NR_RICETTA, which will produce true when it finds null checking 0 = 0 and you will get your result. and this is what you are looking for

    PRAZY@orcl> select count(ID_AMBS) FROM WORK A
      2  WHERE A.ROWID > ANY (SELECT B.ROWID FROM WORK B
      3  WHERE A.CD_PRESIDIO        =B.CD_PRESIDIO
      4  AND A.GGMM_CONTATTO        =B.GGMM_CONTATTO
      5  AND NVL(A.NR_RICETTA,0)    =NVL(B.NR_RICETTA,0)
      6  AND A.CD_CONT_PRESCR       =B.CD_CONT_PRESCR
      7  AND A.NR_PROG_INT  =B.NR_PROG_INT
      8  AND A.DESTINAZIONE =B.DESTINAZIONE)
      9  /
    
    COUNT(ID_AMBS)
    --------------
                61
    
    Elapsed: 00:00:00.01
    

    If you want to insert the duplicate ID in a Table of errors, do an insert with the following select statement.

    INSERT INTO errori_work(cd_errore, note, ID_AMBS)
    SELECT 'CAC', 'Record ripetuto nella tabella Work',ID_AMBS FROM WORK A
    WHERE A.ROWID > ANY (SELECT B.ROWID FROM WORK B
    WHERE A.CD_PRESIDIO     =B.CD_PRESIDIO
    AND A.GGMM_CONTATTO     =B.GGMM_CONTATTO
    AND NVL(A.NR_RICETTA,0)     =NVL(B.NR_RICETTA,0)
    AND A.CD_CONT_PRESCR     =B.CD_CONT_PRESCR
    AND A.NR_PROG_INT     =B.NR_PROG_INT
    AND A.DESTINAZIONE     =B.DESTINAZIONE);
    

    Hope that solves your problem.

    See you soon!

  • Deletion of the list view

    I displays a list and the number of items in the list is variable. The problem I have, is that if a current list contains fewer items than the previous list, additional items in the preceding list are always displayed.

    I clear the table of the item in the list before loading a new list.

    Is there a way to clean the area of the screen where the list is displayed each time before reloading the list and how is it made?

    Hey Rita,.

    How do you define the new data in the list? It has been discussed before that just affect the dataProvider of a new dataprovider does not correctly change the list. Instead, you must use the dataProvider class setItems() method. for example myList.dataProvider.setItems (newArray, true) hope that helps. Good luck!

  • strange behavior of a list of values in a table

    Hello

    I have a jsf page, which is a region in a jsf page.

    This page has jsff header item identifier of the image carousel of documents (which are in the table) and in the center of a table. Some attributes of table are a list of values. So far I have no problems, everything works normally.

    However, jsff page is "inserted" as a region in a pop-up a JSF page. And that changes the behavior of the lists of values. Let's get select with the mouse. I wear the selectOneChoice of the arrow and the component opens and closes. Always has this behavior. If I want to choose some options have select the component and choose with the arrow keys. And it's not supposed to.

    Is it justified to do so? In jsff page doesn't have this problem.

    screen.png

    Tell me something please.

    Thank you.

    PS: mi jdev version is 11.2.4.0

    I solve this problem, change my skin.

    In selectOneChoice---> property resize: no

  • Feed the list component with labels that have only certain values.

    I have to be able to sort out shorter labels in the component 'listHolder.list' by values in 'Fan', 'Herdighet', etc., which will be selected of the other items in the list
    (those who do not need to be fed by XML, but the list items own dataProvider)

    Practical example: displays only the labels in listHolder.list that are connected to the "H1" value in "Herdighet" or "H2" "Herdighet" etc.

    I am fairly new to AS3, so I do not know how to start. I appreciate everything you can give clues.

    Here's the code so far:

    //--------------------------

    var loader: URLLoader = new URLLoader();

    loader.addEventListener (Event.COMPLETE, onLoaded);

    listHolder.list. addEventListener (Event.CHANGE, itemChange);

    function itemChange(e:Event):void {}

    var selectedObj:Object = a [listHolder.listSelectedIndex]

    var xml;

    var a: Array = [];

    function onLoaded(e:Event):void {}

    XML = new XML (e.target.data);

    var it: XMLList = xml. Lauvtre;

    for (var i: uint = 0; i < il.length (); i ++) {}

    listHolder.list.addItem ({.child('Botanisk_navn').toString ()label: it [i]+ "\n"+ "-" + it [i].child('Norsk_navn').toString () "});

    a [i] = {'Fan': it [i].child('Farge').toString (), 'Herdighet': it [i].child('Herdighet').toString (),}

    "Høyde": he [i].child('hoyde').tostring (), "Botanisk_navn": he [i] .one ('Botanisk_n avn') m:System.NET.SocketAddress.ToString (),.

    'Norsk_navn': it [i].child('Norsk_navn').toString (), 'Image': it [i] .child ('image'). toString(),

    {"Blomstring": he [i].child('Blomstring').toString (), "Lysforhold": he [i] .one ('Lily book') m:System.NET.SocketAddress.ToString ()};

    }

    }

    Loader.Load (new URLRequest ("lauvtre.xml"));

    Fusion is a good thing.  The more you have to understand this, easy it all comes together when the lights start to go.

    In regard to the 'a' table... If you look at how values are it is attributed originally, they are attributed to the 'i' value of the index.  So, if the first element that passes the test of H1/H2 is the 10th 'i', it means that 10 of the table value is assigned to the first value you found.  The first 9 values in the table are zero as a result.

    But if you use the method push of the array class.

    a.push ({"Fan": he [i].child('Farge').toString (),... etc...});

    then the item is added to the index of the table rather than the 'i' the next clue.  If a table will have the same number of elements as the list and the list and table will agree in regard to pair them up.

  • You can copy custom settings to the list of a project with the other?

    With the help of RH9. We have created a number of entries in the list of tasks for one of our projects Robohelp we now want to use in all of our HR project (file > project settings > manage To Do List for Robohelp project). Is it possible to copy these entries from one project to another? Or do we need to re - create the list of tasks to do for each of our projects 20 +?

    Hello

    "To Do" list items seem to be stored directly in the file ProjectName.XPJ. So, theoretically, it would be possible to copy them by opening a XPJ in Windows Notepad, copy, then open the target XPJ and sticky. However, this will probably cause a disparity between the XPJ and the. DPC. So before you actually open the project where you copy them in, you want to close the project and delete the DPC. Then change the XPJ and reopen the project. A fresh CPD should be cooked upward and things must be synchronized.

    You can also submit a form wishes to apply for an easier way to transfer custom lists. (the link is always in my signature)

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7, 8 or 9 in the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • Error in the loop on the list

    Looping on a series of lists created from form fields generates an error in one of the fields on the form was left blank. The form is a list of the dates of the event start and end times. An event can have a number of times.

    When the end time is uncertain, we leave the field blank. However, this therefore reduces the list created from #form.endtime # for lists do not match and there is an error message:

    "Invalid list index 2.
    In the function ListGetAt (list, index [, delimiters]), the index value, 2, is not valid as the first argument (this list has 1 elements). Valid indexes are in the range 1 through the number of elements in the list. »

    How do you get around this problem? TX.

    yoman,

    No need for separate forms. Use a meter to number each group of domain names



    Then loop through the fields in form on your action page




    ... other fields


    UPDATE EventDates
    EventDate SET = "#EventDate #",...

    WHERE EventDateID = #EventDateID #.

    You must validate the values or use cfqueryparam

  • have the icon to download helper with video up, I have until it clicks, dosnt download or convert a number appears next to the icon and its listed in the queue draft.exe

    I was able to load videos 26 then he stopped down. I checked the preferences, the version is 4.9.24, I can see that the video is listed next to the icon, when I drag the mouse over it.

    I support download icon, when the video is running. I click next to the icon and choose the game I want, on fast download I see it loads, but no dwhelper. dosnt download or convert a number appears next to the icon and its listed in the queue draft.exe

    There is a problem with DownloadHelper Firefox 36. They are working on a new version, you can download and help test this discussion page:

    https://groups.Google.com/Forum/#! Forum/video-video downloadhelper-5

  • Apple does not list a country the list code to add trust number (validation of 2 steps)

    I used the gate 2 years with my number + 849xxxxxxx

    Today I turn off validation of 2 steps to config something, so I tried to reactivate it.

    Then, I realized that Apple updated the list of country code, and this is totally wrong with the Viet Nam.

    It is + 848 (Viet Nam) instead of + 84 (Viet Nam) as before.

    + 848 is a new type of phone number here in the Viet Nam, many people here still use the old kind of number like me (+ 849), not the + 848. That's why I can't re - activate 2 validation of steps again.

    My friends also had the same problem as mine. I think that Apple should give the country code option to + 84 (Viet Nam), not the + 848 (Viet Nam) as soon as POSSIBLE, now that my account is not protected because of this error.

    Thank you.

    I totally agree with you.

    I have not even worse, I can't receive the verification Code when loging itunesconnect.apple.com, so I can't download the new version of my application.

    I hope that Apple will fix it as soon as POSSIBLE.

  • The new tab behavior is driving me crazy. It keeps re-centering on legs closest to the top of the list when I move a tab. How can I change this?

    The new tab behavior is driving me crazy. It keeps re-centering on legs closest to the top of the list when I move a tab. How can I change this?

    I don't want to download an application. I would rather add a new string in any config or just change those there to false. It makes my life as a rather hard work, to be forced to go all the way back at the end of my list after you move a tab just to have to do it again. I mean it's to the point where I could consider changing browsers if they had tab scrollbars.

    Edit: Now I will download any application. Please stop this stupid feature.

    I downloaded the beta version and it stopped. Thank you all for trying to help anyway. I probably didn't explain my problem very well in the first place, but you tried to help him. Thank you.

  • How does one increase the number of entries in the drop-down list of the address bar?

    It seems that the number of entries in the drop-down list of the address bar is limited to twelve URLS. I would find it convenient that more than twelve years can be shown, but do not know how to increase the number.

    Increase or decrease browser.urlbar.maxRichResults using Subject: config

    NOTE: The FasterFox extension may affect the number of items displayed if you have it installed (addons > Extensions).

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • Irregular behavior of the task on all the folders and files list

    Hello:

    The list of tasks that appears as well as hyperlinks to content on each of the personal folders (My Documents, my pictures, and my music), corresponding to each of my accounts 3 user (an admin and two limited), appears the same when I opened to what that is (in 2 music management accounts) and management of images in third-party including their corresponding symbols or icons that are both listed in the list of tasks and in the window itself.

    Even in the help and support center, general information, articles and tutorials, when I search for 'Folder My Documents', among the results displayed are "Introduction to My Pictures Folder" and clicking on it opens the tutorial for "Introduction to personal folders?

    All files on my PC (including the local drive (preload (c)), are also affected, showing the only music management in all its parts.

    The file and folder tasks (rename, copy, move, delete, etc.) in the drop-down menu when you select a folder or a file, are ok and works correctly.

    So, how can I correct this irregular behavior? without having to reinstall Windows if you please...

    Thank you and best regards.
    RickCP

    RickCP-Windows XP Home Edition SP3

    Hello

    As I mentioned in my previous post, please create new account with administrator privileges and check if the problem persists. Follow the steps mentioned in the article below.

    How to copy data from a corrupted to a new profile in Windows XP user profile

    http://support.Microsoft.com/kb/811151

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • Songs disappearing; error message: "unable to listen to a number of files queued. To get information about the problem, click on the icon next to each file in the list pane. »

    I get this error message: "unable to listen to a number of files queued. To get information about the problem, click on the icon next to each file in the list pane. "The thing is that he played the songs darned two days ago, what has happened since then!

    Never mind. I totally forgot that I had renamed a folder that hosts my music. Duh.

  • I downoladed and tried to install CS6 on my computer after that machine has been upgraded to Windows 10.  I get a message that says "serial number is not for the product." The drop-down list does not contain CS6 Design and Web Premium.  What should I do

    I downloaded and tried to install CS6 on my computer after that machine has been upgraded to Windows 10.  I get a message that says "serial number is not for the product." The drop-down list does not contain CS6 Design and Web Premium.  What should I do to get loaded and enabled on my computer?

    That fall down, and the serial number you provide must identify the previous version that you upgraded because CS6 is an upgraded version in your case.

    Error "this serial number is not for a product calling it" | CS6, CS5.5, CS5

    http://helpx.Adobe.com/Creative-Suite/KB/error-serial-number-qualifying-product.html

  • Override the default behavior of the button Delete of list manager

    Hello

    Everyone please help. I'm trying to override the default behavior of the button Delete of list manager. The first thing, I want to restrict users to select only one option from the list to delete; meaning don't allow multiple options for users to remember. Before removing the selected option in the list; I want to perform a Javascript/AJAX validation on the database to check if the user has permissions to remove the option from the list. If the user has privileges simple delete option selected in the list. If the user does not have privileges and then draw the attention of the user with a message "not authorized...!  and this should occur when the user selects the option in the list to the list manager, and then click Remove from the list manager.

    Remove list manager of the shutter release button of the function 'deleteListElement ($x ('P3_LM_USES'))' on the onclick event. P3_LM_USES is my element of list manager in a form.

    I use the version of Oracle APEX 4.0.2 and Oracle 11 g R2 database.

    I was able to substitute the Add button functionality using the JS function below list manager and perform validation on database by using the method of ajax on request.

    {code}

    < script type = "text/javascript" >

    <!--

    This replaces the default manager of Apex lists which removes embedded spaces from the last item when it is added to the text box

    appendToList function (value, toList)

    {

    First of all, get rid of all spaces

    trimmedValue = value;

    var ajaxRequest = new htmldb_Get (null, & APP_ID, 'APPLICATION_PROCESS = VALIDATE_ADD_USE', 0);

    ajaxRequest.addParam('x01',trimmedValue);

    var ajaxResult = ajaxRequest.get ();

    Alert (ajaxResult);

    If (ajaxResult == 1)

    {

    Alert ('after alert ajaxResult');

    Then, divide the string separated by commas in a table

    valueArray = trimmedValue.split(",");

    for (i = 0; i < valueArray.length; i ++)

    {

    If (valueArray [i]! = ' ')

    {

    found = false;

    for (j = 0; j < toList.length; j ++)

    {

    If (toList.options [j] .value is [i] valueArray)

    found = true;

    }

    If (found == false)

    toList.options [toList.length] = new Option ([i] valueArray, [i] valueArray);

    }

    }

    }

    on the other

    {

    Alert ("you cannot add it" "+ theValue +'".) Please contact the administrator of the application. ") ;

    }

    }

    ->

    < /script >

    {code}

    I have this above function JS in a section of text of element the element of P3_LM_USES list manager post. Please help me with your suggestions for the button Delete.

    Thank you

    Orton

    Hello

    I was able to solve the problem by replacing the default functionality of the list manager delete button using a JS/AJAX process. FYI, here's the JS function.

    {code}

    function deleteListElement (toList)

    {

    Alert ("Hello in function");

    var x = $x ('P3_LM_USES');

    for (var i = 0; i)< x.options.length;="">

    {

    If (x.options [i] .selected is true)

    {

    Alert (x.options [i] .value);

    var ajaxRequest = new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=VALIDATE_REMOVE_USE',0);

    ajaxRequest.addParam('x02',x.options[i].value);

    var ajaxResult = ajaxRequest.get ();

    If (ajaxResult == 1)

    {

    var y = x.remove (i);

    alert (y + 'removed');

    }

    on the other

    {

    Alert ("you can't remove this" ' + x.options [i] .value +' "item in the list.) Please contact the database administrator.') ;

    }

    }

    }

    }

    {code}

    Thank you

    Orton

Maybe you are looking for

  • My MP3 player icon displays in Internet Explorer, but not in Firefox.

    http://Tae.joski.webfactional.com/songs/single/a_day_away

  • Can't intall itunes since there is an older version

    I am trying to install itunes, but I get an error message saying that it can not be installed because there is an older version.  I tried unintalling everything related to itunes and apple in my laptop but I get the same error.  The problem started w

  • Envy 17 t N100 CTO: go win 10 to 1 TB of HARD drive to new SSD

    Hello I just bought a N100 Envy 17 t. CTO notebook I need to installed Windows 10 of 1 TB of newly installed SSD HARD drive. The SDS will be for OS and 1 TB of storage can I transfer or need to win 10 disc. The make or create recovery disk disk of 1

  • KB980182 problem (hang on reboot)

    Pro Description of the problem: there is a new update which requires me to download an important update on Internet Explorer 8 recently. The download is successful, but the only problem is that the next time I turn on my computer, the computer hangs

  • Vista - error opening installation log

    whenever I try to download the updates of security, update definitions for windows defeneder or download service packs, an error message appears "error opening installation log, check the location and that it is writable.