ADF FACES: HTML template text Layout is broken when uses ADF Faces tags

This works fine:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=windows-1252"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<f:view>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></meta>
</head>
<body>
<h:form>
<table border="1">
<tr>
<td width="45%">
<h:dataTable rows="5" bgcolor="Red" value="#{class1.names}" var="name">
<h:column>
<h:outputText value="#{name}"/>
</h:column>
<h:column>
<h:outputText value="#{name}"/>
</h:column>
</h:dataTable>
</td>
<td width="55%">
<h:inputText/>
</td>
</tr>
</table>
</h:form>
</body>
</html>
</f:view>
=> a table is rendered with one row and two columns; in the first column the data table is rendered in the second the inputText
Changing to ADF Faces tags breaks the layout:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=windows-1252"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA11" prefix="af"%>
<%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA11/html" prefix="afh"%>
<f:view>
<afh:html>
<afh:head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></meta>
</afh:head>
<afh:body>
<af:form>
<table border="1">
<tr>
<td>
<af:table rows="5" value="#{class1.names}" var="name">
<af:column>
<h:outputText value="#{name}"/>
</af:column>
<af:column>
<h:outputText value="#{name}"/>
</af:column>
</af:table>
</td>
<td>
<h:inputText/>
</td>
</tr>
</table>
</af:form>
</afh:body>
</afh:html>
</f:view>
=> at the begin of the page an empty table is rendered; below the data table is rendered and below the inputText
It think it should be possible to layout the page with HTML template text and use ADF Faces tags.

As of EA12 (and EA13) <afh:body> is what is known as a "rendersChildren" tag. It needs to do so in order to support partial-page rendering This means that template text inside it needs to be wrapped inside <f:verbatim>.
For later releases of ADF Faces, I've filed an enhancement request to loosen up this restriction for <afh:body>.

Similar Messages

  • Is there any way to use embedded commands in text to create pauses when using text to speech in iOS 5? You can do it in OS X by typing [[slnc 2000]] to get a two-second pause.

    Is there any way to use embedded commands in text to create pauses when using text to speech in iOS 5? You can do it in OS X by typing [[slnc 2000]] to get a two-second pause.

    Thanks for the reply Russ.
    Yes, I've considered adding titles and/or generators in the FCPX storyline, but this creates a need to render the entire timeline. As I'm juggling library locations and hard drive spaces I just didn't want to add a new render that will occupy a lot of space. It's also a bit of visual clultter for me, so my goal is to find the best workflow for adding this stuff on or after export.

  • AntiAliasing broken when using TLF with HtmlText

    Hey Guys, I'm struggling with two issues using TLF within Flash CS5.
    1) I'm unable to get Anti-aliasing to work when using TLFTextFields in combination with htmlText.
    If I draw a TLFTextField on the stage within Flash IDE and set its Anti-aliasing to Readability then it will anti-alise correctly. If i dynamically change the .text property via AS3, then it still remains crisp, however If i change its .htmlText property Anti-aliasing is disabled and the text looks jagged.
    e.g.
    var tlfTxt:TLFTextField = new TLFTextField();
    tlfTxt.htmlText = "<p><font color='#000000' face='Century Gothic'>Testing <b>quick</b></font></p>";
    tlfTxt.antiAliasType = AntiAliasType.ADVANCED;
    addChild(tlfTxt);
    What is the best way to achieve Anti-aliasing this way?
    The same happens if I set a tlfMarkup and specify a TextFlow with styling.
    Also how am I able to change weight when using TextFlow? If I have Century Gothic Regular and Bold each embedded within my library, and exported for Actionscript using DF4, which works using the above htmlText example, how do I get Bold to work using the below example?
    var tFlow:String = "<TextFlow xmlns='http://ns.adobe.com/textLayout/2008' fontFamily='Century Gothic' fontSize='24'><p>Testing <span fontStyle='bold'>quick</span></p></TextFlow>";
    tlfTxt.tlfMarkup = tFlow;
    2) I'm unable to get embedded fonts to work when using TextConverter.TEXT_FIELD_HTML_FORMAT
    I can successfully use embedded fonts when using TextConverter.importToFlow(markup, TextConverter.PLAIN_TEXT_FORMAT); however as soon as I switch to using TextConverter.TEXT_FIELD_HTML_FORMAT the embedded fonts no longer work. Does anyone know how to overcome this?
    Cheers,
    Tim

    Tim,
    I think both issues you're seeing are the same problem, as I believe the htmlText property uses the TextFieldHTML filter. But I haven't been able to reproduce either issue yet.
    When I set htmlText using the same font as I specified on the stage (or I omit the font tag entirely) I'm seeing antialiased text. If I use a font in the markup that's different than what I specified on the stage I'm getting a fallback font that's antialiased. The fact that I get a fallback font (even when I specify a font I have installed) suggests to me that it's still trying to use an embedded font after the htmlText property is set.
    What happens for you if you do not have a font tag in your HTML? If that looks better there may be a mismatch between font names between the markup and embedding.
    Alan

  • Text converted to graphics when using shapes from iWork

    I'm in the process of constructing a web site and want to have a site directory along the right side of each page. I started off using square text boxes and making room for the directory by using iWeb's text wrap, adding an inline transparent square to a conveniently located paragraph and resizing it as necessary. However, I found that sometimes depending on which object was selected when I uploaded the site the square seemed to cover up my link box - possibly even when it was sent to the back.
    Then I learned that I could use shapes from Pages and edit them in iWeb, so I created a polygon with an opening for the site directory, and used it for my text box on each page. That worked great in that the directory was no longer behind the text box. However when I uploaded the web site, I eventually realized that my text boxes were all converted to graphics.
    As a test I created a page identical to an existing page with a square used as a text box, and it reverts to being text.
    Here's my web site if anyone wants to check it out - look at the main page and also at the Test Page reachable from the directory on the right.
    http://web.mac.com/peterynh
    A couple questions:
    1. Does this mean that shapes created using the drawing tool in Pages that are made editable and then modified in iWeb will always produce graphics when used as text boxes? Is there any way around this?
    2. Is the same a problem if shapes are created in other programs (e.g. Illustrator)?
    3. Is there any other way I haven't thought of to create the same basic design which would preserve the text boxes as text?
    Thanks for any help!,
    Peter
    PowerMac Dual G5, 2.3 GHz   Mac OS X (10.4.5)  

    James - Thanks for the suggestions and ideas.
    You know, I think it's possible to put a textbox
    inside another text box......and in that fashion
    still be able to wrap text in the main text box
    around the interior text box. However, I am not sure
    whether that will necessarily make all the text
    converted into an image.
    I tried that with interesting results. I couldn't resize the text box except through the Inspector for some reason. Once I pasted in the text, the box moved down below the site directory box to where there was room for a full-width text box; so it didn't accomplish the purpose.
    About using iWeb's built-in text-wrap through adding an inline graphic:
    This would work too...just make sure to select your
    text box and click on the "Backward" button in order
    to make sure that your main text box with the
    transparent "placeholder" image is behind your
    directory box that you want displayed. The same
    thing can be achieved by selecting your directory box
    and clicking "forward" so that it becomes the
    frontmost element.
    That makes sense. I tried that originally; maybe I wasn't careful about sending things to the front/back. The biggest problem is that if paragraphs don't line up with the site directory box, or if I edit text on the page, the text doesn't wrap very neatly around where I want it to. Otherwise this would be a good solution. I may end up doing this unless a better idea materializes, if such is even possible ...
    Thanks for the suggestions. I'll be interested to see if any better ideas appear; if none do in the next couple days I may just declare the problem solved as well as possible until iWeb 2.0 appears.
    Peter
    PowerMac Dual G5, 2.3 GHz   Mac OS X (10.4.5)  

  • textarea text lost in ITS when using carriage return

    If the user hits carriage return in a <textarea>, i.e. to create a new line of text, everything after the carriage return is ignored by R/3 when retrieving the text.
    Is there a way to avoid this loss of text.
    Thanks
    Karen

    Try with this.
    On the html:
    <textarea name="ztdline1[]" cols="100" rows="3">`if (ztdline1.dim > 0)` `repeat with r from 1 to 3; if ( ztdline1[r] != "*" ) ;write (strSub (ztdline1[r], 3, 132), "\r\n"); end; end` `end`</textarea>
    On the PBO dynpro:
      loop at ztdline1 cursor top_line.
      endloop.
    On the PAI dynpro:
      module get_text1.
      loop.
      endloop.
    where module get_text1 is:
      clear ztdline1.
      refresh ztdline1.
      do.
        field-get 'ZTDLINE1' sy-index message_line datalen.
        if sy-subrc <> 0.
          exit.
        endif.
        read table message_line index 1.
        if sy-subrc eq 0.
          ztdline1-tdline = message_line.
          append ztdline1.
        else.
          clear ztdline1-tdline.
          append ztdline1.
        endif.
      enddo.

  • Illustrator CS4 window broken when using expose

    it happens when i do the following
    Create or open an .ai file, than create or open another .ai file and hit expose.  Everything is fine. Than i click on the tab for the first .ai file, hit expose
    and illustrator is broken into pieces. When i click on the tab for the second .ai hit expose and everything is fine. This is happening not only in illustrator but also in Photoshop and other adobe cs4 apps.
    So when you have multiple files open in illustrator and working with the file in the first tab, illustrator is broken everytime i use expose.
    i attach also a screen shot so you can see how it looks like.

    It's an issue with Apple's code for Expose and Spaces... applications have nothing to do with those features and aren't even aware they exist. You need to bring this up with Apple if it bothers you that much.

  • HT204389 Mail & Text Message Sounds Gone When Using Siri

    The confirmation "vwoop" or "swoosh" that would annunciate a message or text being sent by Siri stopped working. I am blind so this feature is important to me.
    I took my phone to an AT&T corporate store and they had a replacement sent to me. The problem remains even with this new iPhone, and after further investigation it appears this may be related to an iOS update, as others I have spoken with also say they lost that sound after Siri sends a msg or text. This phone is running 6.1.2. Is this a bug or what?  Will this be addressed in an update?

    Just tried that, and no go. Thanks for the suggestion, though.
    I got a message from the head of service where I take my Mac for repairs, and he says Rules never work for him, that it just messes up and disappears his messages.
    Any other similar experiences?

  • Custom Text disappears on exit when using Dynamic Forms

    If you have a dropdown list and you tick the box to "Allow Custom Text Entry" in a Dynamic form format, it will not hold the custom value when you leave that field.
    If you save the Dynamic form as a Static Form the custom entries work fine.
    I need help ASAP with this as it is very annoying.
    Thanks in Advance

    I need help with this. I followed these instructions to the T as far as I am aware but I cannot get it to work. I get the error message:
    "Script failed (language is formcalc; context is
    xfa[0].form[0].form1[0].#subform[0].DropDownList1[0])
    script=addEnteredValue(sDropdown_XFA, svalue)
    var oDD = xfa.resolveNode(sDropdown_XFA);
    if ((null == sValue) || ("" == sValue))
    return;
    var sLBValue = "";
    var bFoundValue = false;
    for (var i = 0; i < xfa.resolveNode(sDropdown_XFA + ".#items").nodes.length; i++)
    sLBValue = xfa.resolveNode(sDropdown_XFA + ".#items.#text[" + i + "]").value;
    if (sValue == sLBValue)
    bFoundValue = true;
    if (!bFoundValue)
    oDD.addItem(sValue);
    oDD.rawValue = sValue;
    addEnteredValue("form1.#subform[0].DropDownList1", gDropDownTemp.value);
    gDropDownTemp.value = "";
    Error: function 'addEnteredValue' on line1, column 38 is unknown. "
    Obviously I'm doing something wrong. How do you make it recognize the addEnteredValue function? -- When I added "gDropDownTemp;" to the File-->Form Properties-->Variables tab it said that it MUST have a value so I put 0, it wouldn't allow me to not enter a value even though instructions say otherwise. I'm new to this and I know what I want but getting to that point is another story it seems. Any help would be greatly appreciated.

  • After updating to Firefox 4, Arabic letters are broken when using punctuations.

    In Arabic writing, signs (''' َ ّ ً ِ ٍ ْ ُ ٌ''' ) are used as punctuations with letters. After updating to Firefox 4, a space is created after every punctuation. words become broken.

    Problem solved.
    1- Start Firefox 4 browser.
    2- Type in Address Bar : '''about:config'''
    3- It will tell you : '''This might void your warranty!'''
    4- Press : '''I'll be careful, I promise!'''
    5- Type in Filter Bar : '''gfx.font_rendering.harfbuzz.level'''
    6- Change Value to '''1'''.
    7- '''Done. '''

  • Iwlagn in 2.6.35 broken when using channel 12/13

    Hi everybody,
    i just wanted to play a bit with the kernel 2.6.35 in testing (by manually installing linux-firmware, nvidia, and kernel26, all other packages still core). I experience some strange behavior with the WLAN after reboot. See dmesg:
    iwlagn 0000:03:00.0: PCI INT A disabled
    iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    iwlagn: Copyright(c) 2003-2010 Intel Corporation
    iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    iwlagn 0000:03:00.0: setting latency timer to 64
    iwlagn 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
    iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
    iwlagn 0000:03:00.0: irq 48 for MSI/MSI-X
    iwlagn 0000:03:00.0: loaded firmware version 9.193.4.1 build 19710
    phy1: Selected rate control algorithm 'iwl-agn-rs'
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    wlan0: direct probe to 00:04:0e:6b:80:e6 (try 1)
    wlan0: direct probe to 00:04:0e:6b:80:e6 (try 2)
    wlan0: direct probe to 00:04:0e:6b:80:e6 (try 3)
    wlan0: direct probe to 00:04:0e:6b:80:e6 timed out
    ...last lines repeat...
    I'm using networkmanager under gnome. And it stays showing just one green dot (so no responses). The WLAN Led on my notebook is on. Do you know why this happens? Everything else seems to work fine.
    Edit: I filed a bug report (and upstream here, use this one if contributing debug infos) and searched the internet, but only found http://www.spinics.net/lists/linux-wire … 53613.html which offers no solution and only 2.6.35-rc6 is concerned...
    Last edited by aneiser (2010-08-20 08:07:28)

    MadCat_X wrote:
    I've been experiencong similar issues ever since I updated to 2.6.35. I was actually was using rc6 for a while and now I think that this is where my problems started. I've been experiencing unexplicable packet losses and high latencies on my home wifi network and some other networks were not accessible at all. I could see them, but I couldn't connect to them. After a bit of experimentation I discovered that it is the 802.11g mode which has these serious problems. When I swithed my router to b mode only, wireless was working just fine. Switching it to g only (not b+g) caused the network to be completely unconnectable for me.
    Are you able to try the same test to confirm that we're having identical problem?
    Well, it does NOT depend on which 802.11 mode I use (I just tested it: in b-mode and channel 13/12, it still doesn't work), but it does depend on the channels: 12 and 13 are not working, all the others do. Maybe you can try changing the channels and keeping b+g mode? I'm participating in the upstream bug, which is the best place to discuss such problems: https://bugzilla.kernel.org/show_bug.cgi?id=16462
    You can check your dmesg output and compare it to the reported stuff in the kernel bugzilla. Feel free to file another bug, if you think it's something different.
    Edit: My Intel WLAN controller is: 03:00.0 Network controller: Intel Corporation WiFi Link 6000 Series (rev 35) but it happens with others, too!
    Last edited by aneiser (2010-08-20 08:04:55)

  • Finder Column View Broken when using NAME

    Hi fellow Apple nerds,
    I have found a rather frustrating problem in OSX 10.8 Finder.
    When I use column view in finder I want to have my columns orgainised so I can see the whole name of the files and folders in each column.
    Now this is the problem, when I "arrange" by "kind" the column contents is split into its various kinds of files.  THe problem is if I double click on the column to rezice it, it will only resize to the contents in the first type of files.
    Read it carefully, its a little hard to explain but you can try it for yourself.  You cannot get the column to show the whole file names of the other types of files until you return to the "name" arrange view.
    I find this very frustrating as I like to have my file sorted into the types and also display the full file names.

    I just discovered it only happens with files
    on Windows network shares, so I guess it must be
    something to do with that.
    Ah, that makes sense. Finder is reading the metadata entries, no problem on the Mac, but they might not even exist on the Windows server. And even they are part of the file, as may be the case with, for instance, EXIF data from the camera and/or Photoshop, the pieces of the Spotlight process that Finder uses isn't reading them on the network share. Spotlight doesn't work well over a network.
    Since I don't use networking, I suggest you try posting your request in the Network forum:
    http://discussions.apple.com/forum.jspa?forumID=733
    Someone there might have a work-around or other suggestion.
    Francine
    Francine
    Schwieder

  • How to hide text NA in red when using 0TCAKYFNM and it is not allowed

    Hello experts,
    I want to hide a column in BEx Query Designer when it is not authorization to see it.
    I am using 0TCAKYFNM to filer the authorization by key figures. The key figure appers in red with "NA". I want to hide this column in BEx Analyzer and BEx Web.
    Is there any way to do that?
    EXAMPLE                              
              Precio FF      Margen
    España          20.692            NA
    Francia          60.233            NA
    Portugal     20.977            NA
    Resto Mundo     46.465            NA

    Hi, thanks for your answer.
    Also SAP marks this as a limitation.
    Bye!

  • Is Sun's LDAP CertStore broken when used with DS 5.2?

    please! can anybody help me figure out how to get
    java.security.cert.CertStore.getCertificates() working with Sun ONE Directory
    Server 5.2?
    i've been up all night scouring this forum and the entire net to no avail. the
    only suggested "solution" i've come across goes along the lines of "make
    sure your directory server's schema is rfc 2587-compliant!".
    well, i've done that. per rfc 2587 - http://www.ietf.org/rfc/rfc2587.txt - i've
    extended DS 5.2's default schema with the following objects & attributes:
    dn: cn=schema
    changetype: modify
    add: objectClasses
    objectClasses: ( 2.5.6.21 NAME 'pkiUser' DESC 'auxiliary
    class for non-CA certificate owners defined by RFC 2587'
    SUP top AUXILIARY MAY userCertificate X-ORIGIN 'RFC
    2587' )
    dn: cn=schema
    changetype: modify
    add: objectClasses
    objectClasses: ( 2.5.6.22 NAME 'pkiCA' DESC 'class for
    Cartification Authorities defined by RFC 2587' SUP top
    AUXILIARY MAY ( authorityRevocationList $ caCertificate $
    certificateRevocationList $ crossCertificatePair )
    X-ORIGIN 'RFC 2587')and the following code still returns bupkus!
              LDAPCertStoreParameters params = new
                           LDAPCertStoreParameters( "localhost" , 389);
              X509CertSelector xcs = new X509CertSelector();
                    // an entry with a cert with this subject dn DOES exist in the directory
              xcs.setSubject("CN=Sun Certified Java Programmer,
                          OU=Development, O=ACME, L=AnyTown, ST=51st, C=UK");
              CertStore store = CertStore.getInstance("LDAP", params );
              log.info(store.getType()); // prints "LDAP"
              Collection certs = store.getCertificates(xcs);
              log.info(certs.size());  // prints "0"
                     ...here are the results of setting -Djava.security.debug=certpath:
    certpath: LDAPCertStore.engineGetCertificates() selector: X509CertSelector: [
      Subject: CN=Sun Certified Java Programmer,
       OU=Development, O=ACME, L=AnyTown, ST=51st, C=UK
      matchAllSubjectAltNames flag: true
    certpath: LDAPCertStore.engineGetCertificates() basicConstraints: -1
    certpath: LDAPCertStore.engineGetCertificates() subject is not null
    certpath: LDAPCertStore.engineGetCertificates() after getMatchingCrossCerts(subject,xsel,null),certs.size(): 0
    certpath: LDAPCertStore.engineGetCertificates() after getCertificates(subject,CA_CERT,xsel),certs.size(): 0
    certpath: LDAPCertStore.engineGetCertificates() after getCertificates(subject,USER_CERT, xsel),certs.size(): 0
    certpath: LDAPCertStore.engineGetCertificates() about to getMatchingCrossCerts...
    certpath: LDAPCertStore.engineGetCertificates() returning certsPLEASE, PLEASE, PLEASE! tell me what i'm doing wrong! thanks in advance for your help.

    AHA! i'm starting to see the light. i took a peek at DS 5.2's access log and
    saw that the CertStore.getCertificates() results in a search that uses the
    subject dn passed into X509CertSelector.setSubject() as the search filter. it
    looks like LDAPCertStore will only consider an entry to match the selector if
    both the x509 cert's subject dn and the dn of the object in the ldap directory
    with the cert are identical.
    my next step is to create a new dit something like ou=Development,
    o=ACME in DS 5.2; and create certs with the same fields and see what
    happens. brb.
    - LDAP
    certpath: LDAPCertStore.engineGetCertificates() selector: X509CertSelector: [
      Subject: UID=sun_certified,ou=Development,dc=mydomain,dc=com
      matchAllSubjectAltNames flag: true
    certpath: LDAPCertStore.engineGetCertificates() basicConstraints: -1
    certpath: LDAPCertStore.engineGetCertificates() subject is not null
    certpath: LDAPCertStore.engineGetCertificates() after getMatchingCrossCerts(subject,xsel,null),certs.size(): 0
    certpath: LDAPCertStore.engineGetCertificates() after getCertificates(subject,CA_CERT,xsel),certs.size(): 0
    - 0
    certpath: X509CertSelector.match(SN: 3ae47d6a5283f115a948134224994d
      Issuer: CN=CertGenCAB, OU=FOR TESTING ONLY, O=MyOrganization,
    L=MyTown, ST=MyState, C=US
      Subject: CN=Sun Certified Java Developer, OU=Development, O=ACME,
    L=AnyTown, ST=51st, C=UK)
    certpath: X509CertSelector.match: subject DNs don't match
    certpath: LDAPCertStore.engineGetCertificates() after getCertificates(subject,USER_CERT, xsel),certs.size(): 0
    certpath: LDAPCertStore.engineGetCertificates() about to getMatchingCrossCerts...
    certpath: LDAPCertStore.engineGetCertificates() returning certs

  • Mutt display broken when using screen

    Running Arch 2010.05, Mutt 1.5.21-1, screen 4.0.3-8.  Using iTerm2, build 0.20.20101110.
    If I run Mutt within screen, no matter the terminal type in iTerm or my .screenrc, it looks like this:
    http://img403.imageshack.us/img403/5955 … 8at201.png
    If I set my terminal type to vt100 and run Mutt on its own, everything is normal.  The inverted bars don't disappear between characters.
    Here's my .screenrc:
    hardstatus on
    hardstatus alwayslastline
    hardstatus string "%-w%L>%{= }%n %t%{-}%52<%+w %L= %=%{.. } %C %H "
    defencoding UTF-8
    term vt100 # though I can change this to xterm-256color, rxvt, etc.
    startup_message off
    I found one post where someone was having a similar problem, but I can't find it and also know that he either didn't find a solution or his solution didn't work for me.
    Any ideas?  I'm way new, so don't assume I know or have done anything productive in trying to troubleshoot.
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code --
    Last edited by mp (2010-11-28 19:20:29)

    I'm guessing that resolving that isn't as easy as adding "-bce" to the end of the term entry in .screenrc, as that didn't seem to make a difference.  I also tried adding "defbce on" with similar luck.
    I also found the fifth entry in the Mutt appearance FAQ to be directly applicable to my situation, though their solution (run Mutt in screen even if you don't need its capabilities) clearly isn't working for me.
    I'll try using color commands instead of reverse, I suppose, and see if that does it.
    Thanks.

  • Help! Whites slider is "broken" (when using ALT)

    Using Whites + ALT will jump/flash (while I slide) between showing the picture (as if ALT is not pressed) and the "black showing dots" mode.
    This started happening today. It worked fine before...

    Never did figure out what was wrong, but I "fixed" it by creating a new user account and deleting this old one. I think it was a corrupted account that was causing the problems as I don't see any errors anymore.
    -Dan

Maybe you are looking for

  • BPM - ERROR while Activating Integration Process

    Hi,    I am unable to activate my Integration Process if i use Transformation step between Receiver and Sender step. The ERROR Log is given below: Activation of the change list canceled Check result for Message Mapping Msg_Mapping_BPM_File | http://s

  • Is CL8MSWIN1251 a subset of AL16UTF16 (or other *UTF*) at all?

    DB: Oracle 9.2.0.1.0 on Linux Client: 9.2.0.1.0 on Windows 2000/XP, Bulgarian regional options Hi, I have big trouble using CL8MSWIN1251 as a client charset, WE8ISO8859P1 as a database charset and AL16UTF16 as a national charset. I do this cause I wa

  • Video over IP

    My customer is looking for the following: 1. Video Conferencing across 20 WAN locations. 2. Each location would have a conference room which would be used for a multiparty video conference. 3. Individual PC users with a desktop camera should be able

  • IPhone 5 flips to apple screen when I want to add an appointment to my calendar

    Almost every time I go to add a new appointment in my calendar, the phone screen goes black then the apple logo comes up, then my wallpaper screen comes up! It started in iOS 7 and now I am running iOS 8.2!!! Anyone have this problem?

  • Slideshow random order

    I wanted to generate a quick slideshow to run on another computer. I want random order, so I made sure that box was checked. It looks fine on my local computer, but the PDF it generates does not use a random order. There also aren't any random order