Text item not showed properly

Hi,
one text item is like
<af:inputText value="#{bindings.Id.inputValue}" label="ID"
required="#{bindings.Id.hints.mandatory}"
columns="#{bindings.Id.hints.displayWidth}"
maximumLength="#{bindings.Id.hints.precision}"
shortDesc="#{bindings.Id.hints.tooltip}"
binding="#{backingBeanScope.backing_User_profile.it1}"
id="it1" inlineStyle="width:300px;">
<f:validator binding="#{bindings.Id.validator}"/>
<af:convertNumber groupingUsed="false"
pattern="#{bindings.Id.format}"/>
</af:inputText>I don't know why when showing the jsf, there is 0 length for the text items inside

hi friend
this is sample code,which is in panelformlayout comprises some inputtext.
just compare. and correct your mistake.
or else paste the code.
<af:panelFormLayout binding="#{pageFlowScope.managedbean_GeneralLedger.pfl1}"
                                                  id="pfl1" maxColumns="3"
                                                  rows="3">
                                <af:inputListOfValues id="inputListOfValues1"
                                                      popupTitle="Search and Select: #{bindings.GlalPlant.hints.label}"
                                                      value="#{bindings.GlalPlant.inputValue}"
                                                      label="#{bindings.GlalPlant.hints.label}"
                                                      model="#{bindings.GlalPlant.listOfValuesModel}"
                                                      required="#{bindings.GlalPlant.hints.mandatory}"
                                                      columns="#{bindings.GlalPlant.hints.displayWidth}"
                                                      shortDesc="#{bindings.GlalPlant.hints.tooltip}"
                                                      binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues1}"
                                                      autoSubmit="true">
                                  <f:validator binding="#{bindings.GlalPlant.validator}"/>
                                </af:inputListOfValues>
                                <af:inputText value="#{bindings.GlalPlantDesc.inputValue}"
                                              label="#{bindings.GlalPlantDesc.hints.label}"
                                              required="#{bindings.GlalPlantDesc.hints.mandatory}"
                                              columns="#{bindings.GlalPlantDesc.hints.displayWidth}"
                                              maximumLength="#{bindings.GlalPlantDesc.hints.precision}"
                                              shortDesc="#{bindings.GlalPlantDesc.hints.tooltip}"
                                              partialTriggers="inputListOfValues1"
                                              binding="#{pageFlowScope.managedbean_GeneralLedger.it38}"
                                              id="it38">
                                  <f:validator binding="#{bindings.GlalPlantDesc.validator}"/>
                                </af:inputText>
                                <af:inputListOfValues id="inputListOfValues2"
                                                      popupTitle="Search and Select: #{bindings.GlalLvl1.hints.label}"
                                                      value="#{bindings.GlalLvl1.inputValue}"
                                                      label="#{bindings.GlalLvl1.hints.label}"
                                                      model="#{bindings.GlalLvl1.listOfValuesModel}"
                                                      required="#{bindings.GlalLvl1.hints.mandatory}"
                                                      columns="#{bindings.GlalLvl1.hints.displayWidth}"
                                                      shortDesc="#{bindings.GlalLvl1.hints.tooltip}"
                                                      binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues2}">
                                  <f:validator binding="#{bindings.GlalLvl1.validator}"/>
                                </af:inputListOfValues>
                                <af:inputText value="#{bindings.GlalLvl1Desc.inputValue}"
                                              label="#{bindings.GlalLvl1Desc.hints.label}"
                                              required="#{bindings.GlalLvl1Desc.hints.mandatory}"
                                              columns="#{bindings.GlalLvl1Desc.hints.displayWidth}"
                                              maximumLength="#{bindings.GlalLvl1Desc.hints.precision}"
                                              shortDesc="#{bindings.GlalLvl1Desc.hints.tooltip}"
                                              partialTriggers="inputListOfValues2"
                                              binding="#{pageFlowScope.managedbean_GeneralLedger.it39}"
                                              id="it39">
                                  <f:validator binding="#{bindings.GlalLvl1Desc.validator}"/>
                                </af:inputText>
                                <af:inputListOfValues id="inputListOfValues3"
                                                      popupTitle="Search and Select: #{bindings.GlalLvl2.hints.label}"
                                                      value="#{bindings.GlalLvl2.inputValue}"
                                                      label="#{bindings.GlalLvl2.hints.label}"
                                                      model="#{bindings.GlalLvl2.listOfValuesModel}"
                                                      required="#{bindings.GlalLvl2.hints.mandatory}"
                                                      columns="#{bindings.GlalLvl2.hints.displayWidth}"
                                                      shortDesc="#{bindings.GlalLvl2.hints.tooltip}"
                                                      binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues3}">
                                  <f:validator binding="#{bindings.GlalLvl2.validator}"/>
                                </af:inputListOfValues>
                                <af:inputText value="#{bindings.GlalLvl2Desc.inputValue}"
                                              label="#{bindings.GlalLvl2Desc.hints.label}"
                                              required="#{bindings.GlalLvl2Desc.hints.mandatory}"
                                              columns="#{bindings.GlalLvl2Desc.hints.displayWidth}"
                                              maximumLength="#{bindings.GlalLvl2Desc.hints.precision}"
                                              shortDesc="#{bindings.GlalLvl2Desc.hints.tooltip}"
                                              partialTriggers="inputListOfValues3"
                                              binding="#{pageFlowScope.managedbean_GeneralLedger.it40}"
                                              id="it40">
                                  <f:validator binding="#{bindings.GlalLvl2Desc.validator}"/>
                                </af:inputText>
                                <af:inputListOfValues id="inputListOfValues4"
                                                      popupTitle="Search and Select: #{bindings.GlalLvl3.hints.label}"
                                                      value="#{bindings.GlalLvl3.inputValue}"
                                                      label="#{bindings.GlalLvl3.hints.label}"
                                                      model="#{bindings.GlalLvl3.listOfValuesModel}"
                                                      required="#{bindings.GlalLvl3.hints.mandatory}"
                                                      columns="#{bindings.GlalLvl3.hints.displayWidth}"
                                                      shortDesc="#{bindings.GlalLvl3.hints.tooltip}"
                                                      binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues4}">
                                  <f:validator binding="#{bindings.GlalLvl3.validator}"/>
                                </af:inputListOfValues>
                                <af:inputText value="#{bindings.GlalLvl3Desc.inputValue}"
                                              label="#{bindings.GlalLvl3Desc.hints.label}"
                                              required="#{bindings.GlalLvl3Desc.hints.mandatory}"
                                              columns="#{bindings.GlalLvl3Desc.hints.displayWidth}"
                                              maximumLength="#{bindings.GlalLvl3Desc.hints.precision}"
                                              shortDesc="#{bindings.GlalLvl3Desc.hints.tooltip}"
                                              partialTriggers="inputListOfValues4"
                                              binding="#{pageFlowScope.managedbean_GeneralLedger.it41}"
                                              id="it41">
                                  <f:validator binding="#{bindings.GlalLvl3Desc.validator}"/>
                                </af:inputText>
                                <af:inputListOfValues id="inputListOfValues5"
                                                      popupTitle="Search and Select: #{bindings.GlalLvl4.hints.label}"
                                                      value="#{bindings.GlalLvl4.inputValue}"
                                                      label="#{bindings.GlalLvl4.hints.label}"
                                                      model="#{bindings.GlalLvl4.listOfValuesModel}"
                                                      required="#{bindings.GlalLvl4.hints.mandatory}"
                                                      columns="#{bindings.GlalLvl4.hints.displayWidth}"
                                                      shortDesc="#{bindings.GlalLvl4.hints.tooltip}"
                                                      binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues5}">
                                  <f:validator binding="#{bindings.GlalLvl4.validator}"/>
                                </af:inputListOfValues>
                                <af:inputText value="#{bindings.GlalLvl4Desc.inputValue}"
                                              label="#{bindings.GlalLvl4Desc.hints.label}"
                                              required="#{bindings.GlalLvl4Desc.hints.mandatory}"
                                              columns="#{bindings.GlalLvl4Desc.hints.displayWidth}"
                                              maximumLength="#{bindings.GlalLvl4Desc.hints.precision}"
                                              shortDesc="#{bindings.GlalLvl4Desc.hints.tooltip}"
                                              partialTriggers="inputListOfValues5"
                                              binding="#{pageFlowScope.managedbean_GeneralLedger.it42}"
                                              id="it42">
                                  <f:validator binding="#{bindings.GlalLvl4Desc.validator}"/>
                                </af:inputText>
                                <af:inputListOfValues id="inputListOfValues6"
                                                      popupTitle="Search and Select: #{bindings.GlalAcct.hints.label}"
                                                      value="#{bindings.GlalAcct.inputValue}"
                                                      label="#{bindings.GlalAcct.hints.label}"
                                                      model="#{bindings.GlalAcct.listOfValuesModel}"
                                                      required="#{bindings.GlalAcct.hints.mandatory}"
                                                      columns="#{bindings.GlalAcct.hints.displayWidth}"
                                                      shortDesc="#{bindings.GlalAcct.hints.tooltip}"
                                                      binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues6}">
                                  <f:validator binding="#{bindings.GlalAcct.validator}"/>
                                </af:inputListOfValues>
                                <af:inputText value="#{bindings.GlalAcctDesc.inputValue}"
                                              label="#{bindings.GlalAcctDesc.hints.label}"
                                              required="#{bindings.GlalAcctDesc.hints.mandatory}"
                                              columns="#{bindings.GlalAcctDesc.hints.displayWidth}"
                                              maximumLength="#{bindings.GlalAcctDesc.hints.precision}"
                                              shortDesc="#{bindings.GlalAcctDesc.hints.tooltip}"
                                              partialTriggers="inputListOfValues6"
                                              binding="#{pageFlowScope.managedbean_GeneralLedger.it43}"
                                              id="it43">
                                  <f:validator binding="#{bindings.GlalAcctDesc.validator}"/>
                                </af:inputText>
                                <af:inputText value="#{bindings.GlalDesc1.inputValue}"
                                              label="#{bindings.GlalDesc1.hints.label}"
                                              required="#{bindings.GlalDesc1.hints.mandatory}"
                                              columns="#{bindings.GlalDesc1.hints.displayWidth}"
                                              maximumLength="#{bindings.GlalDesc1.hints.precision}"
                                              shortDesc="#{bindings.GlalDesc1.hints.tooltip}"
                                              binding="#{pageFlowScope.managedbean_GeneralLedger.it44}"
                                              id="it44">
                                  <f:validator binding="#{bindings.GlalDesc1.validator}"/>
                                </af:inputText>
                                <af:inputListOfValues id="inputListOfValues7"
                                                      popupTitle="Search and Select: #{bindings.GlalClId.hints.label}"
                                                      value="#{bindings.GlalClId.inputValue}"
                                                      label="#{bindings.GlalClId.hints.label}"
                                                      model="#{bindings.GlalClId.listOfValuesModel}"
                                                      required="#{bindings.GlalClId.hints.mandatory}"
                                                      columns="#{bindings.GlalClId.hints.displayWidth}"
                                                      shortDesc="#{bindings.GlalClId.hints.tooltip}"
                                                      binding="#{pageFlowScope.managedbean_GeneralLedger.inputListOfValues7}">
                                  <f:validator binding="#{bindings.GlalClId.validator}"/>
                                </af:inputListOfValues>
                                <af:inputText value="#{bindings.GlalClassDesc.inputValue}"
                                              label="#{bindings.GlalClassDesc.hints.label}"
                                              required="#{bindings.GlalClassDesc.hints.mandatory}"
                                              columns="#{bindings.GlalClassDesc.hints.displayWidth}"
                                              maximumLength="#{bindings.GlalClassDesc.hints.precision}"
                                              shortDesc="#{bindings.GlalClassDesc.hints.tooltip}"
                                              partialTriggers="inputListOfValues7"
                                              binding="#{pageFlowScope.managedbean_GeneralLedger.it45}"
                                              id="it45">
                                  <f:validator binding="#{bindings.GlalClassDesc.validator}"/>
                                </af:inputText>
                                <af:selectOneChoice value="#{bindings.GlalOptType.inputValue}"
                                                    label="#{bindings.GlalOptType.label}"
                                                    required="#{bindings.GlalOptType.hints.mandatory}"
                                                    shortDesc="#{bindings.GlalOptType.hints.tooltip}"
                                                    binding="#{pageFlowScope.managedbean_GeneralLedger.soc4}"
                                                    id="soc4">
                                  <f:selectItems value="#{bindings.GlalOptType.items}"
                                                 binding="#{pageFlowScope.managedbean_GeneralLedger.si4}"
                                                 id="si4"/>
                                </af:selectOneChoice>
                                <af:selectOneChoice value="#{bindings.GlalStatus.inputValue}"
                                                    label="#{bindings.GlalStatus.label}"
                                                    required="#{bindings.GlalStatus.hints.mandatory}"
                                                    shortDesc="#{bindings.GlalStatus.hints.tooltip}"
                                                    binding="#{pageFlowScope.managedbean_GeneralLedger.soc5}"
                                                    id="soc5" readOnly="false"
                                                    valueChangeListener="#{pageFlowScope.managedbean_GeneralLedger.soc5_valueChangeListener}"
                                                    autoSubmit="true">
                                  <f:selectItems value="#{bindings.GlalStatus.items}"
                                                 binding="#{pageFlowScope.managedbean_GeneralLedger.si5}"
                                                 id="si5"/>
                                </af:selectOneChoice>
                                <af:selectBooleanCheckbox value="#{bindings.GlalBudFlag.inputValue}"
                                                          label="#{bindings.GlalBudFlag.label}"
                                                          shortDesc="#{bindings.GlalBudFlag.hints.tooltip}"
                                                          binding="#{pageFlowScope.managedbean_GeneralLedger.sbc4}"
                                                          id="sbc4"
                                                         valueChangeListener="#{pageFlowScope.managedbean_GeneralLedger.sbc4_valueChangeListener}"/>
                              </af:panelFormLayout>

Similar Messages

  • Anychart labels not showing properly..

    Hi all...
    Anychart Version: 5.1.2
    I have a bar simple bar chart which calculates surgeons and their percentage of surgeries.
    x axis: surgeon name (labels rotated to 90 degrees)
    y axis: percentage
    If i am just showing 10 surgeons it is showing properly.
    But if am trying to show all the surgeons (around 100 surgeons on x axis).
    The Flash chart x axis labels are not showing properly
    In this thread..Austin suggested to increase the width of the chart
    APEX Flash Chart labels not displaying
    If i increase the width the labels are showing properly. But the chart looks so ugly with huge width. Is there any other way to show the labels properly
    without incresing the chart width
    In Mozilla filefox i checked the XML returned. In the XML it is showing the labels but in the chart
    it is not showing up.
    Sample X axis..
    The X axis is looking like this..
    s s
    u u
    r r
    g g
    e e
    o o
    n n
    1 3
    It is not showing the "surgeon 2" which is between 1 and 2
    This is custom XML that i am using..
    <anychart>
    <margin all="1"/>
    <settings>
    <animation enabled="true"/>
    </settings>
    <charts>
    <chart use_anychart3_data_model="true" use_sets_colors="false">
    <chart_settings>
    <title enabled="True" vertical_padding="30">
    <font bold="True" size="15" />
    <text>Death by Surgeon</text>
    </title>
    <subtitle enabled="True">
    <background enabled="false" />
    <font bold="False" size="15" />
    <text>Arranged by Increasing Annual Rate of Procedure</text>
    </subtitle>
    <footer enabled="true" align="Center" padding="30">
    <background enabled="false" />
    <font bold="False" size="12" color="Red"/>
    <text><![CDATA[Notice: This report generated considered privileged and confidential. &APP_TIME_STAMP.]]></text>
    </footer>
    <axes>
    <y_axis>
    <title><text>Percentage</text></title>
    <labels>
    <format>{%Value}{numDecimals:0}</format>
    </labels>
    </y_axis>
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90"/>
    </x_axis>
    </axes>
    </chart_settings>
    <data_plot_settings default_series_type="Bar">
    <bar_series>
    <tooltip_settings enabled="True">
    <format>
    {%SeriesName}{numDecimals:2,thousandsSeparator:}
    {%YValue}{numDecimals:2}%
    </format>
    </tooltip_settings>
    <bar_style>
    <states>
    <normal>
    <fill color="%Color"/>
    <border color="DarkColor(%Color)" thickness="1"/>
    </normal>
    <hover>
    <fill color="LightColor(%Color)"/>
    <border thickness="2"/>
    </hover>
    </states>
    </bar_style>
    </bar_series>
    </data_plot_settings>
    #DATA#
    </chart>
    </charts>
    </anychart>please help me to solve this

    Hi,
    100 columns is a lot of columns. I understand why you are having this issue. I think you have two options here:
    First, you could use a scrolling chart.
    your x-axis custom XML would look something like:
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90"/>
    <zoom enabled="true" allow_drag="false" />
    </x_axis>Second, you could reduce the font size of the labels on the x-axis to a very small number, so that the text of the label is not wider than the column width. With 100 columns, you are probably talking about a terribly small font size, probably making it unreadable.
    your x-axis custom XML would look something like:
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90">
    <font size="4" />
    </labels>
    </x_axis>Austin
    Edited by: AustinJ on Feb 11, 2011 11:13 AM - fixed typos

  • Text Fields Not Showing in Design or Live View

    Hello Everyone,
    I have run into a problem trying to create a simple contact form through Dreamweaver CS6.  I have two text fields for Name & Email, and 1 text area for Comments.  The issue I am running into is that the text fields are not showing in Design or Live view.  I have set-up all variables required for the server for the form to work... but that should not have any effect on the text field showing...  I tried uploading my contact page with the same result of no text fields showing...
    What is really laughable is that the "text area" I placed in my form for Comments shows up in Design & Live view just fine.  I am thinking that I am missing something, but just do not know what exactly.  The form is styled through CSS.
    Here is the form code:
         <div id="CRDForm">
           <form action="http://www.sweetformimi.com/formmail/formmail.php" method="post" enctype="application/x-www-form-urlencoded" name="contact" target="_self" id="contact">
        <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
        <input type="hidden" name="recipients" value="[email protected]" />
        <input type="hidden" name="subject" value="Contact Form" />
             <label><p>Your Full Name
               <input name="Name" type="text" id="Name" size="40" /></p>
             </label>
             <label><p>Email
             <input name="email" type="text" accesskey="2" tabindex="2" title="Email" value="Email"></p>
             </label>
             <label>Comments<br />
             <textarea name="comments" cols="40" rows="10" accesskey="3" tabindex="3" title="Comments"></textarea>
             </label>
             <input name="submit" type="submit" accesskey="4" tabindex="4" title="submit" value="submit">
           </form>
        </div>
    Are there other variables I should be thinking about in the rest of my site?  I am using a fluid grid layout.  I have CSS for desktop, tablet, and phone devices.  I also have a primary CSS file that imports all three.  The sites structure was done by using <header>, <article>, <footer>, and of course <div> tags. 
    Has anyone ever experienced the "text fields" not showing up before? Is it a simple fix as reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I did have a previous version of Dreamweaver on my comp, which was CS3.  I did not uninstall that before installing the newer version.  I assumed (and I could be wrong here) that it would automatically replace the older version.
    I apoligize for it being long winded, but I am looking for some help on this issue...
    Thank You

    Hey thank you osgood for the reply!
    When I look at code for long hours it sort of blurs together, and I miss things... I think that happens to the most of us
    Ya I found what was blocking my text fields in my desktop.css
    I primarily work through code view, and currently working on quite a few projects kind of makes your eyes miss the small errors.
    Thanks again!

  • SRM 7.0 - Unconfirmed PO limit items not showing up when creating Invoice

    Hi Guys,
    For PO standard items, when creating an invoice and is unconfirmed, these items still show up in the invoice screen and the invoice gets created with the status 'Waiting for preceding document'. For unconfirmed limit items, these items do not show up at all in the creation of the invoice and displays an error. My question is how will I make the unconfirmed limit items scenario work just like the standard items scenario whereby instead of the unconfirmed limit items not showing up and generating an error, they will show up and have the invoice created with the status 'Waiting for preceding document'?
    Thanks in advance!

    Is this thread still valid? If not, please close the thread.
    If so, as no response has been submitted, please rephrase your question and/or provide further information to describe your requirement.
    Thanks
    Jason
    SDN SRM Moderator Team

  • Texts are not showing up after upgrading to version 11

    Could someone help me with why some of my texts are not show up on my Flash project? Before the upgrade, everything is fine. However, after upgrading to version 11, my texts are disappearing.
    Before (version 10.3.183.7...)
    After (version 11.0.1.152...)
    The texts in the boxes will disappear, when I hover mouse cursor over it. Those boxes with texts in them are created with an external AS file, and the texts are dynamicaly changed/put in with an external XML file. There is a mask on the boxes, show only 4 at a time.
    Demo: www.ethanslin.com/portfolioWorks/flashWorks/demo/
    You will see the changes with Flash player version 11, and everything working fine with older versions.
    I use iMacs with Snow Leopard and Lion, and this happens on all of the browsers with Flash Player version 11.01.152. I also tested on Windows 7, and it is still happening. Is this a Flash Player bug or something changed that I am not aware of? Is there a work around for this?

    This is a known issue and we have a fix for this in our next release. Thanks for posting.

  • In web console Attestation menu item not showing,after OIM 9.1.0.1 install

    In web console Attestationmenu item not showing,after OIM 9.1.0.1 installation
    Version: 9.1.0.1860.16
    Build 1860.16
    thanks.

    Choose option Oracle Identity Manager with Audit and Compliance Module during installation.
    INIYA.

  • Thai characters not showing properly

    Hi,
    When creating a product catalog in thai language the characters do not show properly. The characters have small aspects attached to them that hover above as you can see here http://www.gte-premium.com but when editing in Indesign the small aspects that are meant to hover above overlap the portion of the character below and are not aligned left to right properly.
    I have tried every thai-friendly font I can find but this does not fix the problem, how can I amend this?
    Thanks in advance

    If you're using a well-made font, you can probably get the tone marks to behave by turning on the World-Ready Composer. It's exposed in InDesign CC and CS6, in the Paragraph menu I think, but if you're using an earlier version of InDesign it's a hidden feature that you would need to use a script or a plugin to turn on.

  • Flash cs6 text is not showing up.

    Hello,
    I just opened up flash cs6 and found out that the text tool isn't working right.  It lets me select the tool and place a text box, but the text is not showing up.  It is taking up space in the text box, but I cannot see it.  The alpha is 100% already, I don't know what's going on.

    As a workaround, if you don't want to be removing Microsoft Security updates until they have been fixed (this exact problem was introduced previously on MacOS and later rectified also) we have found that converting the fonts you have problems with into TTF via an application such as http://www.freefontconverter.com/ allows the fonts to function correctly.
    There are better ways of converting large volumes of fonts if you require to do so, but if you're simply having an issue with one or two fonts that you need until MS fix their update, we've found this to be a suitable workaround.

  • Today i purchased exportpdf. when converting from pdf to word doc, the text does not show up on word doc. what to do?

    when exporting pdf into a word doc the text does not show up on new doc. what to do?

    Hi hamsa142,
    Is this problem specific to one file, or does it happen with any file that you convert to PDF? How was the PDF created (using what application)?
    For starters you may want to disable OCR as described in this document: How to disable Optical Character Recognition (O... | Adobe Community.
    Please let us know how it goes.
    Best,
    Sara

  • Text will not show in navigation bar or search bar

    text will not show in navigation bar or search bar...Cant see text in web address bar or search bar window

    This type of behaviour is typically caused by an incompatible or malfunctioning add-on. Try the procedures in the [[troubleshooting extensions and themes]] article.

  • Text not showing properly in Internet Explorer

    I am in the process of redeveloping a website for a client. My text is not cooperating in  internet explorer. The url is www.ragrouponline.com.Please complare it with Firefox and IE. What is cause this difference?

    try remove the <br />s and ajust the text just with the size of the table
    Bolt Assessoria Empresarial

  • Rich Text Editor not showing up

    Hi. I've installed OracleAS 10g Rel 2.
    When I try to add text using IE6 the text area is just gray. I have tried to change different attributes in IE but its still gray. I dont know how to debug IE either, I normally use firefox.
    Any ideas how I can debug IE, or what I should change on my IE to make the rich text editor show up.
    (btw, the installation is on my laptop, using XP pro. Not supportet but generally works fine. I know ppl at Oracle have this working on XP so it should not be the issue).

    hi terje,
    i just tested this on my 10.1.2 installation using IE6 and it works fine. so it seems not to be any general issue.
    2 things i would check:
    - does a java scrip error occur on the page when you add/edit a text item. you see this in the left lower corner of the browser.
    - check the log files on the application server mid-tier.
    - but before starting debugging i would go to another pc and try to access your portal from there. this will show you if your client machine is the problem or if the portal installation is the problem.
    regards,
    christian

  • Pictures and texts are not displayed properly

    Hello Apple users,
    I've the 15 inch Macbook Pro with retina display, running Mountain Lion. I have noticed that when I chat with my friends in Facebook, the texts in the chat window are not displayed properly. This also happens when flipping through photos that were uploaded in Facebook. Also, pictures are not displayed properly in other websites. For example, today I was reading the news in the Guardian when I noticed that the top bar and a picture weren't displayed properly. The top bar should have showed News, Sports, Comment, Culture, Pensions, etc. all in the same line. Also look at the photo titiled "Should building socities do buy-to-let?" I took a screenshot from the guardian and you can see the photo here: https://docs.google.com/file/d/0ByQ7VP0wjFM-U0ZIOXlwMm13Vnc/edit?usp=sharing
    Do you guys have any suggestions how can I fix these issues?
    Thanks for reading and your help

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    If any extensions are installed, disable them and test.

  • Monotype sorts not showing properly

    I have used Monotype sorts in Numbers for years. Now with the new improved Numbers 3.0.1 it fails to show properly. Instead of the usual checkmark I just get a "3". Why is this happening.
    Thanks for any help you can give.

    Ah,
    I usually use the checkmark unicode character from here:
    http://en.wikipedia.org/wiki/Tick_(check_mark)
    you can just select the check mark from the text of the page and paste it into the cell.
    you can also use it in a formula like this:
    =if(A1=B1, "✓", "")
    You can also get a variety of special characters from the Characters dialpog box by opening with the menu item "Edit > Special Characters...":

  • Width of my site does not show properly on phones

    If you visit www.emilseres.com from a cellphone (let's say iPhone), why doesn't the width of the site show properly? On your right there will be a white stripe.
    What do I have to change in Muse? (I do not want to create a seperate phone design.)
    Other improvements would also be appreciated 
    Thank you for your time.
    Kind regards,
    Nephor

    Hi Nephor
    Please check if there is any empty text frame or rectangle placed on right side of the page as it will cause the page to stretch thus space will appear.
    https://forums.adobe.com/message/6098206
    Thanks,
    Sanjit

Maybe you are looking for

  • Error While Activating Analytical View

    Hello Everyone, I am facing a strange issue while activating Analytical view in HANA Enterprise.  I have explained my scenario in detail. Could anyone help me or guide me if something is wrong here ? 1. HANA Enterprise Version: 1.0.63 2. I have creat

  • Pre-loading Oracle text in memory with Oracle 12c

    There is a white paper from Roger Ford that explains how to load the Oracle index in memory : http://www.oracle.com/technetwork/database/enterprise-edition/mem-load-082296.html In our application, Oracle 12c, we are indexing a big XML field (which is

  • Crysis Warhead 64-bit Won't Work with Windows 7 64-bit Under Boot Camp

    Hi. I installed the patch 1.1 for Crysis Warhead which has the 64-bit version of the game which I'm running under Windows 7 64-bit on Boot Camp and I've tried the the compatibility mode (Vista to Vista SP2). I've also updated the ATI drivers as well

  • Problem with complete task via email

    Hello, I have problem with complete task via email. I found this blog very useful (http://blogs.adobe.com/ADEP/2010/11/how-to-complete-a-task-via-email-using-reply-to-comple te.html), but... I set up everything as it's written in blog mentioned above

  • Details tab in monitor screen

    Can anyone please tell me in RSMO screen Details tab  we have 1. Request 2. Extaction 3. Transfer 4.Processing 5. subsequent processing 6. Datastore Activation 7.Subsequent update 8. process chain 9.others What is the message each one of these giving