Break tag doesnt work!

Hello guys,
I seemed not to be able to render my break tag within my string. I have spent countless times redeclareing my break tag such as <br />, putting my break tags in between my break tags. Such as this <br> some text </br> and double break with <br><br>. And also setting my textfield property to multline to true and rendering my textfield property to htmlText but no luck. So if you guys have any idea, whats going on in my code check it out!.
thanks abe
var textHtml:String = "<BR>The shooting deaths of Byrd and Melanie Billings, parents of 17, have been making headlines since news broke earlier this month. Here are the latest details about the case, including the safe containing cash and the couple's donation to one of the suspects:</BR>The victims: Byrd and Melanie Billings were well known in the small panhandle town of Beulah, west of Pensacola, Fla. They were wealthy -- he owned several businesses. She was 43, he was 66. They were killed on July 9.";
var container:Sprite = new Sprite();
container.x = stage.stageWidth/2;
container.y = 100;
addChild(container);
var txtFormat:TextFormat = new TextFormat();
txtFormat.size = 10;
txtFormat.font = "Helvetica";
txtFormat.color = 0x000000;
var txt:TextField = new TextField();
txt.htmlText = textHtml;
txt.border = true;
txt.antiAliasType = AntiAliasType.ADVANCED;
txt.autoSize = TextFieldAutoSize.LEFT;
txt.wordWrap = true;
txt.multiline = true;
txt.type = TextFieldType.DYNAMIC;
txt.setTextFormat(txtFormat);
container.addChild(txt);

Try setting up your textfield completely before assigning the text to it.... though I believe the formatting has to be done after the text is established.
txt.border = true;
txt.antiAliasType = AntiAliasType.ADVANCED;
txt.autoSize = TextFieldAutoSize.LEFT;
txt.wordWrap = true;
txt.multiline = true;
txt.type = TextFieldType.DYNAMIC;
txt.htmlText = textHtml;
txt.setTextFormat(txtFormat);

Similar Messages

  • Paragraph and line break tags not working in inserted html

    I used some code found on this forum to insert a text box with a scoll bar. The scroll bar is exactly what I needed, and I figured out how to style the text (using the text option that popped up on the far right side of the options bar), but for some reason the text all runs together. The <p> </p> tag is not creating the extra lines, nor could I get extra lines with <br/>. How can I get my paragraph spacing to show up?
    Here is the forum discussion: http://forums.adobe.com/message/4514956
    Here is the code I used:
    <style type="text/css">
         .scroll {     
             padding: 10px;     
             height: 280px;
             width: 450
    0px;
             overflow-y: scroll;
    overflow-x: hidden;;
    </style>
    <div class="scroll">
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
           Aliquam venenatis elit et dui scelerisque id condimentum
           tellus mollis. Phasellus varius augue at lectus egestas
           sit amet dapibus sem interdum. Vivamus aliquet augue vitae
           magna porttitor eget sagittis quam convallis. Integer aliquam
           sodales odio vel aliquet. Suspendisse non orci ut quam
           ultricies iaculis vitae vel neque. Sed sit amet neque a dui
           adipiscing convallis. Nam consectetur commodo arcu, eget
           feugiat risus tempus non. Suspendisse dignissim porta risus,
           eu lobortis metus facilisis non. Mauris id lacus eu tellus
           porttitor sodales in sed enim. Mauris euismod libero sed mi
           ultricies ac vehicula tellus tristique. Donec lacus tellus,
           varius sit amet mattis at, feugiat sed ante. Duis auctor
           iaculis aliquet. Vivamus fringilla nisi non eros congue
           dapibus. Praesent quis molestie mauris. Donec adipiscing
           dui ut elit interdum eu scelerisque sem pellentesque.
        </p>
        <p>Nulla pharetra nisl adipiscing ipsum fringilla at auctor
           ipsum posuere. Etiam ac dolor turpis. Nam non ligula purus.
           In metus nisl, ullamcorper ac sodales quis, molestie id leo.
           Etiam faucibus dui at eros molestie interdum. Quisque quis
           eros vel urna fermentum iaculis. Quisque vestibulum erat in
           risus lobortis malesuada rhoncus purus vestibulum. Integer
           vehicula ultrices quam, ac faucibus dui tristique sed. Duis
           nec felis mauris. Morbi non neque turpis, at lobortis mauris.
           Fusce a turpis sit amet leo ullamcorper semper et dignissim
           sem. Phasellus lacinia sodales massa, eget egestas velit
           malesuada at. Quisque feugiat erat in dolor eleifend ut
           convallis ante vehicula. Aenean a turpis neque, vitae eleifend
           augue. Class aptent taciti sociosqu ad litora torquent per
           conubia nostra, per inceptos himenaeos. Nunc porta, massa
           at viverra tincidunt, quam sem pellentesque felis, sed
           mattis lectus arcu eu turpis.
        </p>
        <p>Sed rutrum iaculis vulputate. Duis sed lectus lacus. Etiam
           faucibus, libero id placerat congue, turpis leo varius magna,
           vitae dapibus neque libero eu elit. Vivamus quis urna sed
           nibh elementum sodales quis in dolor. Sed ut metus ut metus
           facilisis fringilla vel sit amet mi. Etiam placerat lectus
           sed nibh bibendum vulputate non rhoncus est. Quisque vulputate
           luctus tincidunt. Duis quis tortor massa, sed scelerisque elit.
           Nam id vulputate orci. Morbi a porta lorem. Nunc elementum
           viverra sem quis blandit. Cras vel eros erat. Aliquam erat
           volutpat. Sed id odio nec erat viverra ultricies vel ac mi.
         </p>
    </div>

    For anyone else struggling with this problem, I chatted with support and got an answer. According to the agent "
    Muse is removing the default margin for various tags including the <p> tag to reset default styles to achieve consistency and control. All you need to do is specify the margin:1em for p tags in CSS to fix this."  Another --simpler-- solution turned out to be another suggestion the agent made: "just place <p> </p> after every closing </p> tag." The &nbsp is what turned out to work for me. Now I have a way to only show a portion of the text yet still allow the reader to access more (through a scroll bar) without leaving the page.

  • Help: Data Scroller Component Tag doesnt work

    Help anybody!! I am working with the Data Scroller y the Data Table Components Tags. I run the page in Jdeveloper 9i, this is the code I wrote:
    <!--Begin-->
    <%@ taglib uri="/webapp/DataTags.tld" prefix="jbo" %>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
    <TITLE>
    Hello World
    </TITLE>
    </HEAD>
    <BODY>
    <jbo:ApplicationModule id="PkimpexpModule" configname="pkimpexp.PkimpexpModule.PkimpexpModuleLocal" releasemode="Stateful" />
    <jbo:DataSource id="data_rep" rangesize="10" appid="PkimpexpModule" viewobject="ReporteDetView" />
    <jbo:DataTable datasource="data_rep" />
    <jbo:DataScroller datasource="data_rep" />
    </BODY>
    </HTML>
    <jbo:ReleasePageResources releasemode="Stateful" appid="PkimpexpModule" />
    <!--End-->
    The page run perfectly but when I want to move throw the pages it doesn't work, what am I doing wrong?
    I'll apreciate your help!!

    Hi Gina,
    do you have tried to change the order from
    <jbo:DataTable datasource="data_rep" />
    <jbo:DataScroller datasource="data_rep" />
    to
    <jbo:DataScroller datasource="data_rep" />
    <jbo:DataTable datasource="data_rep" />
    Marc

  • I have a MacBookPro. When try to do a video call on facebook. The video camra doesnt work. the screen breaks and you can only hear some things. I update adobe flash so it has the latest verion. do u know wat going on ?

    i have a mac pro. when i try to connet to a vedio call. the call doesnt connet. the person on the other side can see me but i cant see them. i updated the new version for adobe flash. but the camra stiil doesnt work.

    You might want to see if the following article helps you:
        http://osxdaily.com/2011/07/06/facebook-video-chat-mac-os-x-lion/
    Hope this helps

  • How come script for cursor doesnt work in jsp pg?

    it works in an html pg but it doesnt work in a jsp page when i put in a javascript for an animated cursor btw the body tags:
    <script>blah</script>
    WHY? thanks

    WHY?Because it doesn't like you.
    View source on the generated JSP page.
    Compare it to the html page.
    Save the source as a static html file.
    Find what is causing the problem - maybe a javascript error on the page that prevents your code running?
    If you have IE, Tools:options: advanced tab, and uncheck "disable script debugging" so you can see the error messages - or get a browzer with a decent javascript debugger.
    Good luck,
    evnafets

  • Straming video doesnt work.

    Streaming video doesnt work. Video in Skype is OK. Play locally stored video OK in MediaPlayer as well as iTunes. Downloaded Adobe Flash and Shockwave. Still no steraming after restart of PC.
    Firefox is upgraded.
    Windows XP home

    Hi,
    Can you please cross check the following :
    1. The rtmp URL is edited accordingly to point to the correct FMS server instead of localhost etc.
    2. The above code snippet should be bundled as an AIR app and published for iOS.
    If you are using HTTP instead of RTMP, you need to follow HLS streaming for iOS which makes use of the HTML5 video tags instead of any flash/AIR based applications. Please let us know if you are looking for this.
    Thank you !

  • Bought Muse CC Subscription, doesnt work on either of my CC accounts, Help!

    Hi,
    I have a two CC accounts. One for work and one for home. I had muse on my work account working fine, but before that i had a subscription for muse that i didnt use and expired. Ever since downloading CC to my home computer, muse doesnt work.
    I purchased a new subscription today (31-08-2013) but when it comes to downloading, links to the CC above which is my work one, even tohugh im signed in as the one used for Muse subscription. On launch it comes with the meesage above that my subscritpiton has expired. but ive just bought a new one!
    Help me!!

    Hi, I've been having the same problem for the last year over and over again. Very few support members seem to really care and of those that do care only a rare couple (so far: just one) actually know how to solve this problem. Last time I ran into this problem of renewing my license after not using Muse for a couple of months I spent 3 hours (!!!) on chat support and basically they just don't know what the problem is. They tell you the program should ask for a code (it doesn't), they tell you to delete the program and then reinstall it (doesn't work either). Only once I had a support chap giving me an alternative download link (after about 1,5 hours of chat support and going from one help desk to another) that really solved everything. That was a one time blessing that did not get repeated, unfortunately.
    Anyway, bottomline: I love Adobe products, but purchasing them and renewing them seems to be dysfunctional beyond belief.
    I react because I would like to pay for my subscription and, in fact, need to use muse again. But I don't want to start another trip into waisting hours and hours of precious time in non-functioning Adobe support systems. So I was surfing on the web to look for a possibility to just buy Adobe Muse outright without the monthly subscription fee. Or, least attractive option, just download an illegal version. Because really, if I want to pay for the product, how come Adobe cannot make the purchase experience smooth and pleasant without a total waist of time and excess of frustration?
    So here's to Adobe: please check my chat support tags and fix this problem. As soon as you have your problem solved, let me know and I will be a willing, paying and happy customer once again.

  • Every ID i add on here doesnt work...it keeps telling me that the ID in incorrect.  What a pain in the rear.  I will look for another site if they don't want my money.

    Every ID i add on here doesnt work...it keeps telling me that the ID is incorrect.  I will find another site if they do not want my money.

    Recalling, it definitely was a fake update notification because it had 3 things to install and Mozilla never sends that. The toolbar and some search engine and I don't recall the third, but that was the start of it all. Ever since I have been getting these update notifications. I took you guys advice and used a link provided and went to Fire Fox and downloaded an upgrade. I bookmarked that link and to be safe from now on I will only download it manually from there. It is too bad because for years Fire Fox has been automatically updating but it seems like these phony installers link to a computer and harass them. There was a Google redirect and even a G-mail interference. Next thing I have to do is use those malware and virus cleaners and try and remove any tag links that might be calling these fake update notices. Another one that I think caused trouble is an Adobe Flash Player update. Same thing, Adobe always updated automatically, then it started trying to add these things same as Fire Fox. Thanks everybody, at least I know better what to look out for.

  • Run-as Doesnt Work

    Hi,
    I´m using a custom user manager and the principals.xml file to declare the roles/groups and the authentication and authorization works fine.
    However, i've added a servlet with a run-as tag and it doesnt work. The request.isUserInRole() method returns false.
    Can anybody help me?
    Thanks.
    Luiz

    hi guys,
    just fixed this .... your service should run on the same account as you have logged. By default all the service runs as a Local System Account.
    Thanx...
    Deepak

  • I have the portable BOSE sound dock and after updating my ipod to ios7 the remote control of the dock only works for the volume but doesnt work for skipping songs....Is there a solution to this?

    I have the portable BOSE sound dock and after updating my ipod to ios7 the remote control of the dock only works for the volume but doesnt work for skipping songs....Is there a solution to this?

    Have you went to Bose"s support site?
    Sometimes this works
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    However, sometimes an iOS update breaks compatibility and you will have to wait for an firmware update for the Bose or an iOS update.

  • Dropped my iphone and now home button doesnt work and will not charge.lower third of it seems not to work.i assume it's had it.what will i lose off it?

    dropped my iphone and now home button doesnt work and will not charge.lower third of it seems not to work.i assume it's had it.what will i lose off it?

    rbrook0113 wrote:
    I know any device could malfucntion but if it costs $40,000 to buy you could at least warn someone of the possible malfuctions. It makes the company look bad when a large amount of your devices act up and you "cant help them" if they dont pay extra. Im just saying.
    Sorry but that makes no sense at all.  How can they possible know what things will possible malfunction on your device?  Anything that they think is highly likely to malfunction they would have addressed in desiging and manufacturing the device in the first place, during development.  They've made and sold many millions of iPhones, and many of them have lasted years without any problems (I know, I've owned such iPhones personally).  So how could they possible know if yours was any more likely to develop any issues than any of those other trouble free ones?
    It's hardware - stuff sometimes breaks randomly.  No amout of money ever guarantees or even reduces the likelyhood of random product failures.
    Take it in to Apple and see about getting it fixed.

  • I just got an IPad and it seems to be interfering with my Iphone.   Facetime doesnt work unless the other device is shut off.   apps aren't syned.  email doesn't some in quickly on the phone

    i just got an IPad and it seems to be interfering with my Iphone.   Facetime doesnt work unless the other device is shut off.   apps aren't syned.  email doesn't some in quickly on the phone

    The machine could be repaired by a company that does circuit board re-soldering, since it is possible a heat-flex solder break on the main board may have caused either the processor or graphics chips to lose connection and that could manifest itself in a few somewhat documented ways.
    There is an on-board RAM chip that may also have something to do with a kernel panic, if it no longer is functioning correctly; that is the non-removable one soldered on the board you never usually worry about.
    Companies such as powerbookmedic, wegenermedia, and others can take in portable macs of vintage or newer (contact them for details on what they do, and how they accept work orders) for repair and can fix most anything; and have a parts inventory. Modern repair workstations allow the equipped service company to fix complex issues and they do troubleshooting. Sometimes the cost is less than a replacement logic board.
    The links above may help isolate the general cause of a kernel panic. There are other articles in Support database including a deeper look into them.
    •Technical Note TN2063: Understanding & Debugging Kernel Panics
    https://developer.apple.com/library/mac/technotes/tn2063/_index.html
    •Resolving Kernel Panics - The X Lab:
    http://www.thexlab.com/faqs/kernelpanics.html
    •Troubleshooting Kernel Panics:
    http://www.thexlab.com/faqs/kernelpanics.html#Anchor-Troubleshooting-49575
    Usually the issue is caused by hardware, especially if there is an indication of machine failure in the crash log or other screen image text.
    A working last model MacBook (mid-2010) would be a better 'first mac' to have.
    Hopefully you can sort it out.
    If not, there likely are fair parts in it.
    Good luck & happy computing!

  • Button doesnt work

    Hi
    Below is the coding that i have created i am trying to make the button play a sound when it is pressed. It worked for one button but when i put the second button it doesnt work, any help will be greatly appreciated. Thanks
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.io.*;
    import java.text.*;
    import java.util.*;
    import java.io.PrintStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.applet.AudioClip;
    import java.net.URL;
    public class Panel1 extends JPanel implements ActionListener
    private JButton logout, open;
    //AudioClip onceClip, loopClip;
    //URL codeBase;
    public Panel1()
    //String [] fileTypes = {wavFile};
    //public MalformedURLException();
    //private URL("C:/JBuilder3/myprojects/untitled1/)
    //throws MalformedURLException
    logout = new JButton(" Logout ");
    logout.addActionListener(this);
    logout.setActionCommand("logout");
    open = new JButton("Hello");
    open.addActionListener(this);
    open.setActionCommand("Hello");
    JPanel controlPanel = new JPanel();
    controlPanel.add(logout);
    controlPanel.add(open);
    add(controlPanel);
    public void actionPerformed( ActionEvent evt )
    // play a sound before loging out
    try
    if (logout == logout);
    java.applet.AudioClip clip =
    java.applet.Applet.newAudioClip(new java.net.URL("C:/JBuilder3/myprojects/untitled1/logout.wav"));
    clip.play();
    catch (MalformedURLException ex)
    try
    (open = open);
    java.applet.AudioClip clip =
    java.applet.Applet.newAudioClip(new java.net.URL("C:/JBuilder3/myprojects/untitled1/i.wav"));
    clip.play();
    catch (MalformedURLException pex)
    public static void main(String s[]) {
    WindowListener l = new WindowAdapter() {
    public void windowClosing(WindowEvent e) {System.exit(0);}
    JFrame f = new JFrame("Panel");
    f.addWindowListener(l);
    f.getContentPane().add(new Panel1());
    //f.setSize(new Dimension(400,100));
    f.show();
    }

    Please use code tags, as described in formatting tips.
    What does "does not work" mean? Throws an execption, nothing happens when you click the button, comple error?

  • MSI GF4 Ti-4200 doesnt work with WindowsXP

    I can't get the MSI display tools to work - it crashes,
    the vbios.dll doesnt load, it also crashes.
    the tv in doesnt work ,it crashes
    the tv out doesnt work ,it crashes.
    all the supplied software also crashes "application has encountered an error and cannot continue. sorry for any inconvenience"
    the intervideo software (windvr, wincoder, winproducer) and MSI PVI software all crashes as well.
    what's the deal with this stuff?  ?(
    I have a Dual AMD athlon Tyan thunder k7 motherboard,
    MSI Ti-4200-VTD video card and MSI tv anywhere card.
    is there any resolution for this?

    I'm sorry gfilitti if I don't have my system listed, but I thought my question was pretty simple...
    Has ANYONE been able to make the InterVideo WinProducer 2 software, that comes with the retail version of the MSI G4Ti4200-VTD64 card, work successfully under the Windows XP Home or Pro operating system?
    If the answer is YES, then I will begin investigating why my system can't.
    If the answer is NO, then I only ask for other people's recommendations of what software WILL work in place of that. I NEED those functions to work. That's why I paid extra for the VIVO.
    All we've heard so far in this thread are NO votes. I would like to see just how widespread this is. If I can find ONE person who claims it works fine on his/her computer under Windows XP, then my NEXT question would be if they had to do anything different to make it run, or was it just a straight install? Did they add the program patch available from the MSI website? See where I'm going with this?
    If you would REALLY like my system details, here ya go...
    ========================================
    CASE - ANTEC SX1000II with 4 internal 8cm fans
    POWER SUPPLY - ANTEC 400W "True Power" w/dual fans
    MOTHERBOARD - MSI 645E MAX (MS-6547 Ver 2.0)
    BIOS - AMI Ver 3.2 (10/21/02)
    PROCESSOR - PENTIUM 4 2.0aGHz (Rev/Step 2/4(9) )
    MEMORY - 1 Corsair 512MB DDR RAM (Winbond chips)
    DISABLED IN CMOS - FLOPPY Controller, AUDIO Device, MODEM Device, Serial Port B, MIDI Port, and GAME Port
    AGP SLOT - MSI G4Ti4200-VTD64 - IRQ 16
      DRIVER: MSI 31.00
      CAPTURE DRIVER -  nVidia 1.08
    SLOT 1 - Creative SB0090 Audigy Sound Blaster - IRQ 17
      DRIVER - Creative 3.0.0.18 9/20/02
    SLOT 1 - Creative SB1394 FireWire Controller - IRQ 18
      DRIVER - MS 5.1.2535.0 7/1/01
    SLOT 2 - NIC #1 D-Link DFE-530TX Ethernet - IRQ 18 (LAN)
      DRIVER - REALTEK RTL8139 5.396.0530.2001
    SLOT 3 - Adaptec 29160N Ultra160 SCSI Controller - IRQ 19
      DRIVER - Adaptec 6.2.0.0 3/19/2002
    SLOT 4 - EMPTY
    SLOT 5 - MSI SYSTEM D-Bracket
    SLOT 6 - NIC #2 NetGear FA312 Ethernet - IRQ 18
      DRIVER - Windows XP Pro native driver
    NOTE:
    NIC #1 is for home LAN
    NIC #2 is for Alcatel SpeedTouch External DSL modem
    SCSI DRIVES:
    ID 0 - COMPAQ (Seagate) ST318451LW, 18GB, 15K RPM
    ID 1 - QUANTUM Typhoon Atlas II, 18GB, 10K RPM
    ID 2 - Seagate ST39103LW, 9G, 10K RPM
    ID 3 - Plextor CD-RW PX-W1219S
    ID 4 - Toshiba DVD-ROM SD-M1201
    ID 5 - EPSON Perfection 1640SU Flatbed Scanner
    ATA/ATAPI DRIVES:
    Primary Master - No Connection
    Primary Slave - No Connection
    Secondary Master - MATSHITA LS-120 Ver F523
    Secondary Slave - No Connection
    USB DEVICES:
    DIAMOND SupraMAX 56K V.92 Model:SUP2920
    Generic Flash Memory programmer and other assorted USB devices on occasion.
    MONITOR - HITACHI SuperScan Pro 21 w/5-BNC input
    ========================================
    BTW, I would think when investigating a program's FLAT refusal to run, that the MOST important things aren't listed in these signature files. It has to do with what ELSE is running at the same time. Which services are running and which are NOT? What memory resident programs are loaded at boot-up? Any service packs installed? How about any security patches from Microsoft? Which anti-virus software (if any)? Which DirectX version? Personal firewall? Etc., etc.
    Granted, the hardware DOES have a factor, but I feel all of these are MORE important factors than the speed or brand of a persons hardware. I look at the signitures more as bragging rights than anything else.
    Now, this is just my opinion and may not reflect the feelings of the more sane people around me.  
    Cheers!

  • Macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again

    macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again lik it did before

    If you have records that show that you've taken your MacBook Pro in for a year to fix the machine, I would escalate the problem to Apple Customer Relations - unfortunately I don't have a number for Spain.
    It would only seem logical to me that if you've been trying to have the machine repaired during the time that the 'recall' was in effect that you should be eligible for a new logic board. But only customer relations will be able to make that call.
    Good luck - take the issue as high up the food chain as you can and see what happens.
    Clinton

Maybe you are looking for

  • My external hard drive is not working on my mac.

    I have tried all options available such as going on finder and making my hard drives visible and disk utilities

  • Value in the arraylist gets overwritting

    I have taken some values from the table and put in to an info object and put to arrayList and Return (sortList); The problem is while i am retriving from the data base i am getting only the last values because it is overwriting the values in arraylis

  • Export to FCE from iMovie

    Ok so I exported some video that I did a ruff cut on through the share menu vie the XML option from iMovie 09. When I bring it into Final Cut Express 4.0.1 the image stabilization is gone and my video is now all jerky again. Other than that all the o

  • How to go to dos in laptop envym6-1102sa

    greeting  i want to know how i enter the dos on my laptop envym6-1102sa i want put c.d and instal the windows from it i try to press on f9 in boot device but he get to me two choose  1.os manager  2.ufei  i hope find solution of how go to dos and how

  • The last scheduled refresh failed. Click for details

    Hi, I have Discoverer scheduled results published in Portal via portlet. The scheduled job is set to run everyday in Discoverer. In Portal while publishing the results I set it up to refresh every day. Though the discoverer scheduled job runs without