Bulleted Lists in Text Boxes?

Hi all,
Apologies if this has been asked before - I've searched but to no avail.
Can one, in a text document, have a bulleted list in a text box? I've tried, but when the text to be bulleted in the text box is selected, the toolbar and the 'Format' drop-down menu changes and the 'Bullets On/Off' button is not available.
I've tried customising the toolbars (which I feel I shouldn't have to do anyway), but this doesn't work. I've tried to cut and paste in bulletted points from normal text (which I feel I shouldn't have to do either) but this doesn't work either.
Any suggestions, or is this a bug/feature?
With thanks,
Sean.

If you mean the text function in the drawing toolbar, it isn't possible.
You should use frames.

Similar Messages

  • Bullets and Transparent text boxes

    hello,
    I've checked out the postings already for this issue and
    appreciate Ricks tip on fixing the font blur issue. However, I have
    another bug with bullets in transparent text boxes.
    Upon preview or publish of a project, I see a ghost color (a
    little lighter) of my background color which is light blue . So,
    basically the text box is no longer transparent and looks really
    bad.
    Any ideas,
    Lisa

    Hi Rick,
    Let me describe what is happening a little more clearly. Here
    is the basics so maybe you can reproduce it. I belive I did come up
    with a fix for myself.
    1) Add a background image to the slide that is merged not an
    overlay image
    - My image is a png file imported into the library and added
    to every slide. It has a solid light blue background with a dark
    blue strip on top and a brand from the client at the top left (very
    basic)
    2) Add a transparent text box caption
    3) Add text that includes bullet points
    Result: When you put a text caption with bullets over a slide
    background that is an image(even solid color) you get a ghost that
    oulines the text caption dimensions. If the text caption doesn't
    have bullets, the ghost outline doesn't appear, but the text is
    blurry. Obviously the text can be fixed by highlighting on
    character in #C0C0C0.
    My temporary fix: Because the ghost ouline seems to appear
    when a text caption with bullets is on top of a background image, I
    modifed my background image so that the light blue part (this is
    the area when all the content will be) is actually transparent and
    no longer a color. I then set color for all slides backgrounds to
    be the light blue that was origninally in my image. This seems to
    work, but there are some color fading issues that I need to explore
    and work out more.
    Thanks much and look forward to pushing the boundaries of
    Captivate once I my head around it more.
    P.S If I have a background image on each screen (branding and
    consistent purposes), when I set up a simulation, do I have to
    merge each screen shot into the background or can the screen shots
    created by Captivate just overlay my background image.
    Lisa

  • How to get the value from select list to text box

    Hi,
    I have a select list i want to retrieve the value from select list to text box.
    How can i do that???
    Regards,
    Sakthi.

    Hi Sakthi,
    Yo can use the Java script for that..
    Dynamically the value will come into text box.
    Use the below script.
    <script type="text/javascript">
    function disFormItems()
    var lReturn = $v(here your select list name)
    alert(lReturn);
    document.getElementById(here your text box name).value =lReturn; }
    </script>Cheers,
    Shan

  • Numbered lists in text boxes automatically updating

    I have seperate text boxes that are involved in numbered lists, and I want to be able to reorder the text boxes so that they automatically update the numbers within them. How do I do this?! As you can see when I move the text box containing 2.0 numbered list, the following numbers do not update. How do I create this updating numbered list in seperate text boxes?

    If you mean the text function in the drawing toolbar, it isn't possible.
    You should use frames.

  • "Bullets & Lists" in Text Options

    Hi,
    i format some text as "Header", format the text (bold, underline, 18px, and Aphabetic Bullets), see the "Update" button an update the textstyle.
    Next step i write a line,mark it and choose textstyle "Header" .
    Now its Bold and 18px and underlined but the next Alphabetic Bullet is missing (In these case "B.").
    Now i´m looking at the textstyle options and there are no bullets selectet. If i select once more "Alphabetic Bullets" tere ist no "Update" Button appearing.
    Whts wrong?
    I´m using Mavericks and Pages 5.1 (1769) - No Updates are availible on a late 2013 MB Pro.
    Thank you

    Because they rewrote Pages as a completely new application to match the iOS version.
    They removed over 100 features.
    It is really a beta version, but hasn't told its users, and heaven knows what features will eventually be in Pages 5. I don't think even Apple knows.
    Peter

  • Acrobat Forms - Make fillable text box appear after box checked or drop down menu item selected

    I have been asked to build an approvals form for my workplace however the approval processes vary considerably depending on the subject. I have been asked to create a list of topics in the form of check boxes or a drop down menu which will then populate a list of text boxes with differing approval authorities and corresponding spaces for signatures.  i.e. if 'Topic 1' is selected a list of names and signature spaces will appear, however if 'Topic 2' is selected a different list of names and signature spaces will appear instead.
    In order to achieve this I think I only need to find out how to link check boxes or drop down menu items to the appearance of different text boxes.
    I should also add that I am a beginner with this stuff.
    Thank you very much for any help you can provide.

    Remove the red coloured part
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    left: auto;
    top:0;
    or start again with the original SpryMenuBarHorizontal.css and follow the rules as in http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one.
    Either way will get you back on track.
    Good luck.
    Ben

  • Keynote on Ipad warning: custom and mixed lists may look different... bulleted list have bullet vertical alignment "issues" any fixes?

    Help.
    I am working on a high-end Keynote presentation. It was originally a poerpoint file, that I opened in keynote. So far so good. I applied keynote themes, and used bullets etc, looks great on the mac. Move it to the ipad, and the top bullet looks fine, all 1st level bullets below it have a higher vertical alignment, which no longer in alignment with the text. What am I doing to cause this? all spacing etc, is exactly the same.
    anybody know a tip or trick to keep this from happening?

    I answered my own question... with many, many tests.
    I FINALLY figured out what the common feature was, that was causing the misalignment of the bullets.
    Line spacing.
    If you apply line spacing BEFORE a paragraph, it misaligns the bullets... which is WHY it wasn't happening to the 1st bullet in each text box, but only those following....
    In the final test I changed the line spacing attribute to AFTER a paragraph, and VOILA! no more misaligned bullets.
    It's definitely a bug in the software, since either way it looks fine on the mac, and is only a problem on the iPad.
    hope that saves someone else some valuable time!!!

  • Change Bullet List Color

    I know I've seen and done this before, but spacing at the moment. How do I change the color of a bulleted list? Text is fine, I need the bullets themselves to change color.
    Thanks,
    Andrew

    That's my preferred way. But you can do it with CSS, albeit a kludge -
    ul { color:red; }
    ul li span { color:black; }
    list 1
    list 2
    list 3
    This will give you red bullets and black text.
    Murray

  • Bullets in a text field box

    Every time I paste bullets into a text field, they revert to a strange character like a "Y", although they look fine in the edit field. Ideas?

    This method works for a Text Field but can you text wrap and expand to fit the height of a cell that is a Drop-down List. The Expand to fit check box on the Layout palette is greyed out for all my Drop-down boxes. I have also tried using the following JavaScript:
    var newHeight = xfa.layout.h(DropDownList, "in");
    Textbox.h = newHeight + "in";
    but it doesn't work. Any suggestions?

  • SSRS report - A single selection dropdown list converted to text box

    Hello everyone,
    We created a single selection dropdown parameter (City parameter) on a report. The data in this parameter is populated using MDX query. Also, it is filtered based on selection of another single selection dropdown list (Country parameter) of a report.
    The problem is when there is no cities for the selected country the dropdown list is gets converted to free type text box and user can insert city data in it. Why SSRS is not keeping it as empty dropdown list with no data?
    Any help would be much appreciated.
    Thanks, Ankit Shah
    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

    Hello Charlie,
    We developed a fresh report only with two parameters but still the dropdown control gets converted to text box in our case. We have two single selection parameters, Location and Customers. Based on selected Location the customer
    dropdown gets populated.
    Location Parameter Query
    WITH MEMBER [Measures].[ParameterCaption] AS [Location].[Location Name].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Location].[Location Name].CURRENTMEMBER.UNIQUENAME MEMBER
    [Measures].[ParameterLevel] AS [Location].[Location Name].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Location].[Location Name].ALLMEMBERS ON ROWS FROM [Model]
    Customer Query
    WITH MEMBER [Measures].[ParameterCaption] AS
    [Customer].[Customer Name].CURRENTMEMBER.MEMBER_CAPTION
    MEMBER [Measures].[ParameterValue] AS
    [Customer].[Customer Name].CURRENTMEMBER.UNIQUENAME
    MEMBER [Measures].[ParameterLevel] AS [Customer].[Customer Name].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel],[Measures].[Amt]} ON COLUMNS,
    nonempty([Customer].[Customer Name].ALLMEMBERS,[Measures].[Amt]) ON ROWS FROM ( SELECT ( STRTOSET(@LocationName, CONSTRAINED) ) ON COLUMNS FROM [Model])
    Regarding parameter settings on General tab for both the above parameters we did not select any of the following values, all these checkboxes are empty:
    Allow Blank Value ("") , Allow null value, Allow multiple values.
    I think it has something related to [Measures].[Amt] that we used in customer parameter. We are now trying to take other two parameters where we would be not using the [Measures].[Amt] to filter the data. Will update you soon.
    Thanks, Ankit Shah
    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

  • The bullet list, numbered list and the normal text is not converting when I am converting from RH 9 to MS Word 2010

    Hi all,
    Greetings for the day
    I am created a new CSS in Robohelp 9. I have also created a new template in Word 2010. The style sets for different information elements like (Heading, bullets, body text, ) are more or less same between the CSS and the new templates. I am also able to map the .css styles to Word template when I am converting from RH to Word as I am getting the necessary option in the drop-down list.
    However, when the output is generated, the bullet, the numbered list and the body text is not converting at all. The body text works sometimes. However, the numbered list and bullet list is coming out as images.
    If anybody knows the solution, I can share the .css and Word template.
    Thanks in advance.
    Regards,
    Parag Deb

    Create a new project with two or three topics containing lists of both types. Generate a printed output that shows the problem. Then zip it up and send it to me. See the Contact page on my site for instructions.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Problem with bullets in text boxes

    Hi,
    I haven't seen this problem written up anywhere but I am
    having problems with my text formatting differently in text boxes
    when I've used bullets in the text. I am using Captivate 2.
    So here's what happens:
    If the text caption has a bullet
    anywhere in the body, when I publish my captivate course, the text
    looks like normal 12 pt Arial.
    If there is a text box without any bullets, the text looks
    like it was bolded.
    The next result is that I have two types of body text
    throughout my course.
    I went into every slide and verified that there is no other
    text formatting going on and I did find that Impact was sometimes
    in the same text boxes where I had bullets but I finally got rid of
    all the impact. However, the problem remains. Can anyone help me?
    Thanks,
    Lin

    Hi Lin and welcome to our community
    My guess here is that you are using the Transparent caption
    type. When you do this, the caption anti-aliases the text inside
    and many claim it looks either bold or fuzzy. You have two options.
    1. Use Bullets on all captions. Don't worry, you don't have
    to actually SEE the bullets. Just press Enter a few times and apply
    bullets to one of the blank lines. Then size the caption so the
    bullet part is hidden from view.
    2. Implement a trick discovered by fellow Adobe Community
    Expert Paul Dewhurst. You can see his trick by
    clicking
    here.
    Hopefully one of these works for you... Rick

  • Values from listbox to appear as a list in a text box.

    I am using Acrobat X to create a PDF form. I have a listbox where multiple selections can be made and need these export values to appear in a text box as a list with one value per line. I have managed to get the values to appear in the text box, however they are appearing in a continuous line separated by a comma. I have very little knowledge of Java Script and would appreciate any assistance.

    A better option is to use this code (the reason it's better is because one of the values can contain a comma, and then it will be split with the code above):
    var v = this.getField("Awards").value;
    if (typeof v == "string") event.value = v;
    else event.value = v.join("\r");

  • Is there a way to list all the file names (automatically) in a folder to dynamic text box?

    Hi,
    I would like to know whether FLASH AS3 has some option to get all the files names from a folder specified and show it in a dynamic text box? Whenever some new files added to this folder it should update the list accordingly.
    Thanks for any information in this regard.

    Not particularly experienced in this field myself, but I've found its just easier to implement an XML file which lists the contents of the folder. It just means that when you upload a new file you have to add it to the list in the xml file also. No real hardship once you figure out the mechanics of it

  • Multi Selection from a List Box to a Text Box

    So I want to be able to make Multi Selections within List box and export it to the Text box. Right now I have a Script running on the cal of the Text Box
    event.value = getField("LISTBOX").valueAsString;
    Which is able to do one selection but I cant find anybody that can grab two selecitons and put into a text box with commas for something. Is there a way to do this?
    -Zach

    Wow over my head a little. I understand what an array is with script but not how to write the script to handle it. I made this:
    event.value = getField("LISTBOX").value;
    But still no change in the behavior with multi selections. Example below if you want to check it out.
    https://dl.dropboxusercontent.com/u/2944617/formtext2.pdf

Maybe you are looking for

  • My ipod cassic no longer out puts sound from either usb port or headphone jack.

    I have done a full reset. Other than that it works fine. Plays movies plays songs just no sound.

  • Client_Get_File_Name in Forms 6i

    Hi everybody, I'm having a few problems using Client_Get_File_Name with Forms 6i. Can anyone please help me? This is what I have in my trigger When_button_pressed: BEGIN           :file_name := CLIENT_GET_FILE_NAME('c:/', File_Filter =>' Text Files (

  • Cant install Tape(scsi) in Solaris 2.6

    Before installing Solaris 2.6 in a Compaq Proliant DL380 with intel CPU, the TAPE is detected. After installing Solaris 2.6, it doesn't detect the TAPE drive. Does anyone nows how can i solve this problem ? Thanks a lot

  • Flash Template Modifications for Character Font

    I have a modest understanding of Flash as I had developed a website last year.  It has been about nine months since I've opened the tool.  Recently my girlfriend had asked me to develop a website for her personal business.  Yesterday I was browsing t

  • Render items but not report?

    I want the code that creates values for items on a page to run but not the actual report on the page until a button is pushed. How can I do that?