problem with cfchart tag

Hello

I use CF MX I have a chart similar to this:

< cfchartseries type = "horizontalbar" serieslabel = "serieslabel1" >
< item cfchartdata = "itemname1" value = "#value1 #" >
< item cfchartdata = "itemname2" value = "#value2 #" >
< item cfchartdata = "itemname3" value = "Value3 # #" >
.
.
.
. < item cfchartdata = "itemname22" value = "#value22 #" >
< / cfchartseries >

< cfchartseries type = "horizontalbar" serieslabel = "serieslabel2" >
< item cfchartdata = "itemname1" value = "#value1 #" >
< item cfchartdata = "itemname2" value = "#value2 #" >
< item cfchartdata = "itemname3" value = "Value3 # #" >
.
.
.
. < item cfchartdata = "itemname22" value = "#value22 #" >
< / cfchartseries >

< cfchartseries type = "horizontalbar" serieslabel = "serieslabel3" >
< item cfchartdata = "itemname1" value = "#value1 #" >
< item cfchartdata = "itemname2" value = "#value2 #" >
< item cfchartdata = "itemname3" value = "Value3 # #" >
.
.
.
. < item cfchartdata = "itemname22" value = "#value22 #" >
< / cfchartseries >

< cfchartseries type = "horizontalbar" serieslabel = "serieslabel4" >
< item cfchartdata = "itemname1" value = "#value1 #" >
< item cfchartdata = "itemname2" value = "#value2 #" >
< item cfchartdata = "itemname3" value = "Value3 # #" >
.
.
.
. < item cfchartdata = "itemname22" value = "#value22 #" >
< / cfchartseries >

< cfchartseries type = "horizontalbar" serieslabel = "serieslabel5" >
< item cfchartdata = "itemname1" value = "#value1 #" >
< item cfchartdata = "itemname2" value = "#value2 #" >
< item cfchartdata = "itemname3" value = "Value3 # #" >
.
.
.
. < item cfchartdata = "itemname22" value = "#value22 #" >
< / cfchartseries >


My problem is the graphic does not print all labels (parameter cfchartdata point ) in the graph. It prints it alternately. I mean, 1st label is printed, then the 2nd isn't. Is printed the 3rd and the 4th is not. How to let all the labels shown in the chart? The values are all there. It's that not all just labels are shown.

This is because they do not correspond to the width of the graph. Try a superior chartwidth. Alternatively, you can change the orientation of the labels in the style of the map you are using. Check this on your style file, then replace the orientation to vertical.



Tags: ColdFusion

Similar Questions

  • Problem with music Tags

    I recently bought and installed a microSD card in my 8 GB sansa fuze v2. When I did, I formatted my camera so that I could sync my entire library (all suits not previously). I also changed the mode USB, Meteorological Service of the Canada, before re-sync as I heard it is the best mode. I use windows media player to my camera and after re-synchronization of all files on my rocket/SDcard, I have a hundred songs that appear with unknown artists, even though I have the artist name and song filled in WMP. I'm quite familiar with the work with the tags of the song, so I'd appreciate some simple instructions on why this is happening and how I can solve this problem.

    It is excellent free software called mp3tag to ensure that the rocket can read your tags - put it in the version of the flare of the environment.

    http://www.mp3Tag.de/en/

    Install mp3tag.  When you install, let it be added to the context menus (an option during installation).

    Open mp3tag and in tools, Options, Tags, Mpeg do option Write ID3v2.3 ISO-8859-1. (This is standard Windows encoding, which should have come from your WMP, but...)

    Take the problem out of your rocket album. In the version on the computer, do a right click and just below search... you should see mp3tag. Until it clicks, mp3tag will list the files. Highlight all, make sure it has correct information in the title, artist, Album, etc. Virgin to comment. Record. Which will make them all ID3v2.3 ISO-8859-1 and the Sansa should read.

  • Problem with HTML tags in the form of Member

    I have a dimension with the formula

    ' < table > < tr > < td = style "padding-left:" 0 "width =" | CAST ("Sales Amount". ") Sales made "/ 1000 AS VARCHAR (20)). "" bgcolor = #9C9ECE height = 16 > < table > < /tr > < / table > ' "


    and the error is

    The formula syntax is not valid.
    [nQSError: 10058] A general error occurred. [nQSError: 43113] The message returned by OBIS. [nQSError: 27002] Close <><: syntax error
    [nQSError: 26012]. (HY000)
    SQL: SELECT '
    «OF «Sales history "»

    Can you help me what is the problem?

    Use this

    CONCAT (CONCAT ('))

    ')

    I would suggest to spent in Notepad and then copy and paste into the answers.

    Just in case if you get any errors, just delete ' (single quotes) and add them using the keyboard.

    Appreciate if you mark it as correct.

  • Problem with the tag 'Bld_localDestDir' setting before generation VI: project gets registered in previous localDestDir.

    Hey all,.

    I write a VI before generation that updates the destination of the building (and other elements, but we are ignoring those which for the moment). This pre-generation vi, when it is running, enters the Destination of the tag "Bld_localDestDir" directory and modifies the directory by incrementing a version number.

    The issue I'm having is that after the pre-build vi is executed, the construction continues and the executable file in the * previous * Destination directory instead of the update.

    Example:

    Destination dir = c:\temp\version1 --> choose to build the executable--> VI pre-build runs and sets of Destination Dir to c:\temp\version2 --> Build over and said 'You can locate the building to C:\temp\version1'--> check the build properties, destination dir is C:\temp\version2 --> build again--> pre-build runs and destination updates to version 3 --> Build finishes and says 'you can locate the building to C:\temp\version2'--> generation of recording properties destination dir is C:\temp\version3

    And so on and so forth. As you can see, the setting of the tag works (as evidenced by the properties build updated). However, it seems that the destination directory for the generation that is determined and set * before * the prior generation VI is managed. In my opinion, this is not expected behavior.

    Here is an excerpt of a watered-down version of the code, which still has the issue. I've also attached the full VI, saved to LV2010.

    The attached VI will enter the version number of the build, add to the title bar of the start vi, update the destinations to build a new path that has the version number, and then save the project.

    As a final note, I would prefer not to use a post-build VI to rename the directory in the build.

    It is not recommended to use this approach to change the settings of the Application Builder. While the code of the app Builder uses the values in the tags, it potentially treats information and so simple updating of the values may not the desired effect.

    The steps in pre/Post build that we intended to allow users to run code before and after their own processing code or perform actions not conducted by Application Builder (i.e. control source files before generating or move files to a destination of export). Any attempt to change the configuration settings after the construction began, once again, is not recommended and (as you have seen) may cause unexpected behavior.

  • (Redirected) Problem with Service tag

    Try to work with a Dell laptop and have run into similar questions to what others have experienced. My serial number and number of express service are not recognized by Dell. The brand of BIOS is what indicates the label. Dell support is completely non-equipped dealing with issues of this nature.

    Very dissatisfied with Dell at this stage.

    Better to post this thread in the Customer Care Forum here:

    http://en.community.Dell.com/support-forums/customercare/f/4674.aspx

    Bev.

  • Problem with colored labels

    Hello

    I'm having some problems with color tags when you use lightroom;

    I recently upgraded to Lightroom from 5.6 to 6.5, and all the photos of my catalog with tags color turns white label only.

    I also have the same problem when I import pictures from my laptop catalog, whith photo colors such as red, blue, green, turns in a white label...

    Is there a problem with LR 6.5?

    Could you help me please?

    Cosette

    I finally found the solution.

    During the upgrade, LR languages have changed, and the words associated with the colors too, labels

    so I translate just the name of the color in the metadata / color label set / change, and everything is fine!

  • Problem with anchor in Muse since update tags adapted

    Since the update of reagent in muse, I had problems with my anchor tags. Anchor tags on the pages created before the update very well work, but any new page that I created after the patch has problems. On many of my pages, I have a sidebar with links to sections of the same page (long). The anchor tag target the right section to the top of the page, but the farther down the anchor is on my page, targeting gets more inaccurate. Also, I noticed that targeting was incompatible to a browser. The site is a layout fixed, do not respond, and I don't know why this is happening or how to fix it.  Help, please!

    See this discussion for any ideas, links to anchors jump instead of scrolling

  • Problems with tags custom .css and Internet Explorer

    Hello

    I'm new to these forums, but I've been coding market for about 12 years.  I am currently desiging a Web site for my place of work, and I'm having a lot of problems with Internet Explorer.  It is not our main browser, but I want to assure you that the site looks decent on almost all platforms, and I really have a problem with IE (to test the page using IE v8).

    There are a few problems, but I want to ask about this first (I use Dreamweaver CS5.5 btw):

    I made labels custom text (t1, t2, t3, t4) because I don't like the spacing you get from h1, h2, h3, etc.  In any case, I set these tags in my .css file and placed the tags in my html file.  Everything works fine in Firefox, Chrome and Safari, but IE COMPLETELY refuses to recognize all the tags and so the formatting.  I'm pasting below the relevant extracts from the code and the appearance of the code in firefox vs IE.

    First the html code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Precise Diagnostics, Inc.</title>
    <script src="SpryMenuBar.js" type="text/javascript"></script>
    <script src="BrowserDetect.js" type="text/javascript"></script>
    <script src="DrawMain.js" type="text/javascript"></script>
    <link href="SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    
    <!-- iPhone
    <link href="iphone.css" rel="stylesheet" type="text/css" media="only screen and (max-width:320px)" />
    -->
    
    </head>
    
    <body>
    
    <t1>Laboratory Overview</t1>
        <t2>Precise Diagnostics Laboratory is an independent CLIA certified full-service anatomical pathology laboratory dedicated to provide a diagnostic excellence. Our facility utilizes state-of-the-art   instrumentation and medical technology. Our experienced, board-certified   pathologists strive to meet the highest standards of pathology service.</t2>
        <br />
        <t2>At Precise Diagnostics, Inc. a highly trained team of   laboratory professionals provide fast, accurate, laboratory services in   quest for excellence. </t2>
    <br />
    <t1>Certification &amp; Accreditation</t1>
        <t2>Precise Diagnostics, Inc. is a fully accredited, CLIA certified laboratory with license in New York.</t2>
        <br />
    <t1>Hours of Operation</t1>
        <t2>Laboratory</t2>
            <t3>Monday through Saturday: 10 AM to 8 PM; Sunday: 10 AM to 5 PM</t3>
        <br />
        <t2>Patient Billing Queries (347-861-7571)</t2>
            <t3>Monday through Friday: 9 AM to 4 PM</t3>
    
    </body>
    </html>
    

    And now my .css code snippet:

    t1
    {
        /*font-family: Calibri;*/
        font-weight: bold;
        font-size: 1.2em;    
        display: block;
    }
    
    t2
    {
        /*font-family: Calibri;*/
        font-weight: bold;
        font-size: 0.9em;        
        display: block;
        padding-left: 20px;
    }
    
    t3
    {
        /*font-family: Calibri;*/
        font-weight: normal;
        font-size: 0.8em;        
        display: block;
        padding-left: 40px;
    }
    
    t4
    {
        /*font-family: Calibri;*/
        font-weight: normal;
        font-size: 0.9em;
        display: inline;
        padding-left: 20px;
    }
    
    Body
    {
        font-family: Calibri;
        color: black;
        background-image: url(background-plain-original.jpg);
        background-repeat: repeat-x;
    }
    

    Appearance in firefox:

    AppearanceFirefox.jpg

    Appearance in Internet Explorer:

    AppearanceIE.jpg

    Now, I guess I'm missing something very minor, but I have no idea as to what.  Please PLEASE help me.  Otherwise, I use a workaround solution that takes 4 times the code and inconvenience.  Thanks in advance!

    And, in case of conflict between the rules, an id selector rule slip away a class selector rule.  For example -.

    #s1 {color: red ;}}

    . H2 {color: green ;}}

    ...

    This will be red

  • Problem with &lt; b &gt; htmlText tag!

    Hello

    I have a problem with htmlText in AS3. I create in the font library. Regular and a "BOLD" of NeoSans version and export for actionscript. The < b > tag works, but the problem is that when I do it on my project, the police is not sharp and ugly but if I do the same step by step as3 empty of police project looks just great. I don't know what makes a difference. Please help me.

    I post images. I tried to create the same box htmltext in a different place in my project and fonts there seems too perfect. Only in the movieclip that I want to put my htmlText police don't is not look like that should look like (not sharp and ugly like the screen). I have no idea why it looks like this, in this one movieclip.

    PS Sorry for the bad English.

    use css to do this:

    var css:StyleSheet = new StyleSheet();

    "BOLD" var: Object = new Object();
    Bold.Color = "#000000";
    bold.fontFamily = new Yourboldfontclass (.fontName);

    regular var: Object = new Object();
    Regular.Color = "#000000";
    regular.fontFamily = new Yourregularfontclass (.fontName);

    css.setStyle (".reg", regular);
    css.setStyle (".bold", "BOLD");

    var tf:TextField = new TextField();
    tf.embedFonts = true;
    tf.styleSheet = css;
    addChild (tf);
    tf.htmlText = "Ut accumsan urna lobortis, and ullamcorper diam dictum vitae." Nullam ultrices, massa sit amet tincidunt dignissim, feugiat sem odio, nec, quam restore augue commodo eros massa. Pellentesque elementum lectus enim accumsan blandit mi. In volutpat imperdiet tincidunt. Surpassing in purus sit amet tempus auctor lectus auctor magna varius. CRAs hendrerit metus, sit amet orci faucibus eget bibendum ultricies. Proin ut odio nisl. Etiam nisi justo, ornare in, ultrices a, auctor id nulla. Mauris dictum aliquet sapien, sed dapibus enim tempor eget. Aenean tincidunt viverra nulla sollicitudin tincidunt sodales AC Vivamus imperdiet leo in ultricies vehiculasapien dolor. Integer adipiscing fitness Hall. « ;

  • Problem with the conditional tags in printed output

    I write help files for different versions of our software - version 4 and 5 using Robohelp for HTML 5.0.2

    There is a large overlap of information between the two, so I use a help file joint with marked topics that are specific to version 4 or version 5.

    I went out and then use with 'NOT v4' or "NOT v5" as the conditional tags.

    It works fine in the HTML output. However, I encountered problems with the printed output.

    Ideally, I want the help file using the option "generate the single document" because it means that the document produced, without the single output field. However, when I do, the tags conditional build fail and I get a piecemeal result.

    If I generate the document by using the option 'generate individual documents' tags conditional build work, but I get the only field I want to avoid.

    Does anyone know how to get the conditional tags to work when the option "generate the single document" is selected?

    Pierre and HKabaker - thanks for your comments.

    I think I have the answer now.

    In the properties for the SSL Print dialog, the third screen is the dialogue of section layout. I had removed some sections in the right pane (for example, the default title page, glossary, and index) because I did not want them to appear in the final printed output. It seems that without these sections present conditional compilation tags do not work correctly when the document is released by using the option 'generate a single document ".

    I started again with a "blank" printing of SSL version. Conditional constructions using the "generate a single document" appear to work fine when I leave the dialog layout intact section.

    I can even do the conditional tags build an injustice because the option "generate a single document" (after that I made the changes in the dialog layout section) seems to be that some of the chapters in the table of contents and omitting others.

  • 2910al - 48G Switch: problem with the VLAN

    Hi all,

    I write a new message because I don't know what is happening on my SW series 2910al - 48G and v1910 - 48G.

    I put on the main core SW VLAN 610 and I put to this VLAN IP addreess 100.110.10.1 24-bit etc and it worked fine until yesterday. I change only PLEASE and I enebale STP - loop protect for ports in the range 1-52. (now I rolback this settings as was before)

    STP configuration

    Now, every PC that has for a long time what IP range 100.110.10.1 24-bit works fine, but new PC have problem with to get the new IP address. I tested it add a static and same address does not work.

    Introduced in second v1910 SW - 48 G VLAN as below

    I connect this flexible switch this \port SW 2910 - G 48, 46 (Vlan 610 tag) <>- at v1910-48G\ port 50 SW (Vlan 610 tahgged) other ports on this switch I put not marked.

    Configuration file for sw v1910 - 48G looks to below:

    #
    activate default domain system
    #
    LLDP enable

    #
    domain system
    disable the access limit
    Active state
    Disable Idle-cut
    self-service-url disable

    #
    rstp STP mode
    enable STP
    #
    NULL0 interface
    #
    GigabitEthernet1/0/1 interface
    hybrid type port link
    port hybrid vlan tagged 610 620
    untagged port hybrid vlan 1
    #
    interface GigabitEthernet1/0/2
    access port vlan 610
    #
    interface GigabitEthernet1/0/3
    access port vlan 610
    #
    interface GigabitEthernet1/0/4
    access port vlan 610
    #
    interface GigabitEthernet1/0/5
    access port vlan 610
    #
    interface GigabitEthernet1/0/6
    access port vlan 610
    #
    interface GigabitEthernet1/0/7
    access port vlan 610
    #
    interface GigabitEthernet1/0/8
    access port vlan 610
    #
    interface GigabitEthernet1/0/9
    access port vlan 610
    #
    interface GigabitEthernet1/0/10
    access port vlan 610
    #

    #
    interface GigabitEthernet1/0/49
    hybrid type port link
    port hybrid vlan tagged 610 620
    port hybrid vlan 1 10 untagged
    #
    interface GigabitEthernet1/0/50
    hybrid type port link
    port hybrid vlan tagged 610 620
    port hybrid vlan 1 10 untagged
    #
    interface GigabitEthernet1/0/51
    hybrid type port link
    port hybrid vlan tagged 610 620
    untagged port hybrid vlan 1
    #
    interface GigabitEthernet1/0/52
    hybrid type port link
    port hybrid vlan tagged 610 620
    untagged port hybrid vlan 1

    etc...

    Could you help me when I made a mistake?

    THX

    The problem was that solve this problem.

    I have blocked all ports. It was a problem. I change several settings and everything works well.

  • HP laptop - 15-r150nm: problem with wifi after update realtek adapter

    Hello! I've updated some drivers of HP customer service and then restarted computer. When it is on I couldn't use wifi. When I select the problems, it says: 1) "" Realtek 802.11B/G/N WIFI adapter RTL8723BE has some problems to the program control or hardware. "" (it is Croatian, so I tried to translate it for you)

    (2) "a network cable is not plugged in correctly or may be broken.

    What should I do, I have only this laptop and internet wifi, write this work? Thank you!

    Hi @frane53nja,

    Welcome to the HP Forums!

    This is a wonderful place to find answers and advice!

    You have the best experience in the HP forum, I would like to draw your attention to the Guide of the HP Forums.

    Learn how to post and more

    I understand that your laptop works OK and after updating drivers on reboot HP customer service, you have lost your wireless network. When you run the Windows troubleshooting tool, you received a message that there was a problem with the NIC due to recent hardware or software changes.

    Here is a link to HP PC - troubleshooting wireless network and Internet (Windows 8) that should help you.

    Before you perform a restore, as shown in the above troubleshooting steps, you can try this option.

    Go to the nursery of the device

    Click the network tab to expand the list.

    Right-click on the wireless network adapter and select roll back driver.

    Repeat this process for all types of adapters listed.

    While on this screen please check this definition also.

    Right click on the wireless adapter and choose Properties.

    Click the power management tab.  If "allow the computer to turn off this device to save power" is checked, please remove and click OK. Repeat this operation for all types of adapters listed.

    Please let me know the results.

    Thank you for your participation in the Forums of HP! We want to help you as well as others who may encounter a similar problem as you. Please consider tagging the post in order to solve your problem as "accept as Solution" to help other members of the community!

    To show recognition for my efforts please click the Thumbs Up below.

  • ENVY5530 e-all-in-one: still some problems with my printer ENVY5530

    My ENVY5530 at the age of one month all the in a has problems.  Firstly, it has not feed paper, then a HP Tec, I help and then it worked fine for a few weeks.   Later, same problem returned, paper does not feed, and now, I still have a new problem.  The document is printed, but the top is folded and torn.   However, from time to time, once a page prints perfectly and I am hopeful, but then the mistakes to come immediately.  I reinstalled, but the book looks always up before it feeds through. It is as if it is to be caught by something while it passes through.  Now of course the store (Best Buy) not exchange it because I went over the allocated period of 15 days.  Of course, I thought it was working fine up until 15 days have expired.  The most irritating thing is well, I can't count on it, what problem there at that time?  Maybe tomorrow it will work perfectly again.  Y at - it something I am doing wrong?  Has anyone else encountered this problem with the top of the paper coming out mutilated?  If I can't understand this point I'll have to return under warranty, HP will repair or send me a replacement.  But I would rather by this argument.  Thank you

    Hi Laylac,

    Thank you for your answer!

    I am pleased that the solution is an easy solution for you!

    Please consider tagging 2 Message like "Accept as Solution" so that someone else in the community who may encounter this problem can more easily find the solution.

    Best regards!

    "Please click the Thumbs up icon below to thank me for having responded."

  • 15 K1Y78EA #ABZ ENVI: problem with my wifi Broadcom BCM43142 802.11 Wi - Fi adapter on windows 10 bgn

    Hello

    I have a problem with my Broadcom BCM43142 802.11 bgn adapter Wi - Fi because I upgraded my windows 8 to 10

    wifi works fine but then after a while a get on the wifi icon's yellow warning triangle, no internet, reviews
    I have to disable and then enable the adapter to operate again, the same problem, but after a while again accurs

    card driver is updated to the latest version 7.35.275.2, the driver date 02/07/2015 via the HP support assistant

    It says no new updates

    Help, please

    Thank you

    Hi @HadjadjTaha,

    Thank you for your inquiry.

    I understand that since the upgrade of Windows 8 for Windows 10 your Wi - Fi works fine, but after awhile the icon won't say no Internet and you will need to disable and re-enable the adapter to regain access to the Internet.

    Would check you this setting.

    • Go to the Device Manager
    • Click the network card to expand the list
    • Right-click on the adapter that is listed and choose Properties
    • Click the power management tab
    • If "allow the computer to turn off this device to save power" is ticked, please remove it.
    • Click OK
    • Repeat the process above listed all types of adapters.

    Here is a link to PC HP - troubleshooting wireless network and Internet (10 windows) that can also help.

    Please let me know the results.

    Thank you for your participation in the Forums of HP! We want to help you as well as others who may encounter a similar problem as yourself. Please consider tagging the post in order to solve your problem as "accept as Solution" to help other members of the community!

    To show recognition for my efforts, please click on the Thumbs Up icon below.

    Good luck!

  • Problem with the file naming

    I can change my names of files successfully, mp3s to be precise, uniformly. Windows Explorer or Altap Salamander, there really is no problem with my file name.

    The problem starts to appear when I put my mp3s in my playlists (VLC, WMP, media player in my cell phone). The old file name keeps showing even though I have already changed the original/source file.
    For example, a song I downloaded bears the title "WTF * Chris Brown-int ' love ' so I changed it to 'Chris Brown - International Love' since that's how I name not all the thousands of my mp3s. But when I added the song to my playlist, the original title is one that appears and not the new. This case is the same with most of my Media Player.
    Is it possible for me to keep my desired/preferred file names when using the Media Player files? It's really so frustrating.

    Usually, media players like WMP does not show the name of the file of the song, but display the title and artist in the song tags (also known as metadata). To change these tags in WMP, add your songs to the library WMP library, right click on the tag you want to edit, and select Edit.

    You can also change the labels of the song with external tools such as Mp3tag.

Maybe you are looking for

  • Node of automation is much more difficult to 'uncheck' than to 'create '.

    I use logical X about 5 months now, and I felt a fairly frustrating relationship with interaction of automation.  When I load automation, 'creation' of a knot of automation is simple... 1. click anywhere along the yellow line creates a node that is p

  • Re: Satellite A200-1DY - Vista 64bits 2.60 Bios is the same as 2.50?

    Hello I have a strange problem in my Satellite A200-1DY, last Friday I tried to update my Bios.First of all, I had a problem, I couldn't update because it gives me an error:+ Update error - 200 has no update + or something like that of error checking

  • Diagnosis of error 65548 overcurrent or overvoltage.

    Hi all I have a question about the error detection against overcurrent/overvoltage of the digital output NI 9476 module. If I understand correctly, if you use the module mode Scan Interface, only an error specific to the module 65548 is supported, an

  • Cannot install Microsoft Silverlight

    I try and intsaller microsoft silver light, but when I press on install I get a window that says "cannot install silverlight. another product is already installed. »But I don't know what else could settle. How would know that?

  • Select audio device Realtek as the in / out audio device

    Whenever it starts, my ACER laptop displays the following message... «to enable the audio switch function, select the audio device Realtek as the audio in / out device.» At the same time, a box opens upward with three tabs, reading, recording and sou