ADF Faces: Differring text sizes for AFFieldText and AFFieldTextDisabled

I have found differing texts sizes in the generated css file for AFFieldText, AFFieldTextDisabled. Does anyone know the best way to fix this?

I double checked and there was nothing in the WEB-INF/temp but the file was in the application-deployments/ directory. The contents of which are:
more oracle-desktop-10_1_3_0_4-en-ie-6-windows-s.css
/* CSS file generated on Tue Jan 31 14:24:27 EST 2006 */
.AFInstructionText,.x0,.AFFieldText,.x6,.AFFieldTextLTR,.x42,.AFPhoneFieldText,.
x44,.AFPostalCodeFieldText,.x46,.AFAddressFieldText,.x48,.PortletText1,.x6t,.Por
tletText2,.x6u,.PortletText3,.x6v,.PortletText4,.x6w,.portlet-form-field,.x7l,.O
raMessageBoxText,.x8p {font-family:Arial,Helvetica,Geneva,sans-serif;font-weight
:normal;font-size:smaller;color:#000000}
.AFInstructionTextDisabled,.x1,.AFFieldTextDisabled,.x7,.AFFieldTextLTRDisabled,
.x43,.AFPhoneFieldTextDisabled,.x45,.AFPostalCodeFieldTextDisabled,.x47,.AFAddre
ssFieldTextDisabled,.x49,.portlet-font-dim,.x6y {font-family:Arial,Helvetica,Gen
eva,sans-serif;font-weight:normal;font-size:small;color:#999999}

Similar Messages

  • Different Text Size for different mobile devices and Tabbed View Application

    Hi,
    I am developing an sample mobile application to target all mobile devices (IPhone/IPad/IPod and Android).
    I am facing an Issue that i am using default text size for the TextInput, TextArea and label but text size look so small for some devices, i discuss this with some(unkown) person(he is an IPhone developer).
    He told me that in Iphone development for different devices they use different text size.
    So how would I do the same at our Flex Mobile application ?
    Please provide me help regarding this
    There is one more problem in the application. I have tabbed view application, and i assign the firstview of the tab after 10 or more seconds of interval so that data will load in the application properly.
    But issue is that my first tab is not show anything at first go. When we switch the tab then it loads the screen and application work fine.
    Please provide me any help so that i can see the first Tab Screen.
    Thanks

    Hi there. For your font issue you need to set up a variable call it var fontSize or something. Then have an if statement that reads something like if (stage.stageWidth <= 320) fontSize=8 else if (stage.stageWidth > 320 || stage.stageWidth <= 640) fontSize = 12.
    Then instead of giving your font a size give it the size of fontSize variable and it will check for stage width or whatever you base it on and apply that size to your text field.
    I had done this for an app I did for Kellogg Garden Products but if you notice when you go from portrait to landscape mode the font size increases using this technique.
    http://itunes.apple.com/us/app/kellogg-garden-products-soil/id440522636?mt=8

  • PCUI - Different Text type for Accounts and Contact Persons

    Hi All,
    While configuring the Text Determination, how can we have different determination procedures for Accounts and Contacts. On the CRM back end side there is no distinction on the objtect type for account & contacts. Instead there is one for BP.
    We defined a Text Det Proc for Object BUT000 (Business Partners) which gives us the same text types in both accounts and contact person screens in PCUI. But we want different text types. Can any one please advise.
    Thanks in advance,
    Raj K

    Hello All,
    Any suggestions in this matter would be greatly appreciated. Thanks,
    Raj Kasa

  • Text size for credits and timing

    I'm making a short film to be shown on a 50" monitor (SD) and on the web.
    Is there a rule of thumb or guide for formating end credits:
    -the font size
    -duration on screen for each credit
    Also wondering which font size would be used for a video shown on a 50" monitor vs. a web (youtube) video.
    Any suggestions would be appreciated.

    Yes and no. If you've ever watched the credits at the ned of reality shows, you've seen legibility is not a factor.
    The size of the display is meaningless. You've got to consider the viewing distance.
    It's the proportion of the total vertical height of the format that you work with. In NTSC, the number of horizontal lines (pixels) is about 500. The minimum number of lines required to display legible text is 14-20 although pharma and used car ads try to get away with 10 or 12 pixel text. That's a range of 2 to 5% of the horizontal resolution. If your format is 1080, then you've got a choice to make. You can use 14 pixel text but it will be far smaller on a 50" display than the 14 pixesl in NTSC on the same display.
    Important text is on the screen long enough to read it three times.
    Credits are only up as long as they must be unless an exact time is specified in a contract or union negotiations. You take the total amount of time you have for the total credits to be shown (this is often determined by factors out of your control) and divide by the number of credit panels and include a number of frames for the transitions.
    In the end, it's what you can get away with without annoying anyone.
    bogiesan

  • ADF Faces: dialog framework calls  twice prepareModel and prepareRender

    Hi ,
    does anybody know why ADF Faces dialog framework calls twice prepareModel and prepareRender lifecycle methods . That's a really problem for me because i'm calling db procedures through backing beans methods which are attached on components properties.
    I cannot allow myself to cal the procedures more than once.
    Can somebody help me?
    Krasi

    Okay, although the servlet doesn't require to be run inside the JSF context, I added "/faces" to the URL simply because this would allow me to query the "postback" flag. In other words, I changed the invocation URL from "/jrrun" to "/faces/jrrun".
    In the servlet's "service()" method I put:
    logger.debug(">>>>>> isPostBack? " + AdfFacesContext.getCurrentInstance().isPostback());
    I also attached a JSF PhaseListener to the whole thing.
    Then I opened the parent page, I clicked on the button and the dialog appeared. The console output follows:
    07/01/19 21:37:05 ------------- start of phase RESTORE_VIEW 1
    07/01/19 21:37:05 ------------- end of phase RESTORE_VIEW 1
    07/01/19 21:37:05 ------------- start of phase RENDER_RESPONSE 6
    2007-01-19 21:37:05,156 - DEBUG - >>>>>> RunJasperReport: beginning
    2007-01-19 21:37:05,156 - DEBUG - >>>>>> isPostBack? false
    2007-01-19 21:37:05,156 - DEBUG - >>>>>> RunJasperReport: repPath=/reports/newRegByBusType_Report.jasper
    2007-01-19 21:37:07,047 - DEBUG - >>>>>> RunJasperReport: report output (PDF) was generated successfully. Its total size is 59596 bytes.
    2007-01-19 21:37:07,047 - DEBUG - >>>>>> RunJasperReport: done
    07/01/19 21:37:07 ------------- end of phase RENDER_RESPONSE 6
    07/01/19 21:37:09 ------------- start of phase RESTORE_VIEW 1
    07/01/19 21:37:09 ------------- end of phase RESTORE_VIEW 1
    07/01/19 21:37:09 ------------- start of phase RENDER_RESPONSE 6
    2007-01-19 21:37:09,625 - DEBUG - >>>>>> RunJasperReport: beginning
    2007-01-19 21:37:09,625 - DEBUG - >>>>>> isPostBack? false
    2007-01-19 21:37:09,625 - DEBUG - >>>>>> RunJasperReport: repPath=/reports/newRegByBusType_Report.jasper
    2007-01-19 21:37:09,672 - DEBUG - >>>>>> RunJasperReport: report output (PDF) was generated successfully. Its total size is 59596 bytes.
    2007-01-19 21:37:09,688 - DEBUG - >>>>>> RunJasperReport: done
    07/01/19 21:37:09 ------------- end of phase RENDER_RESPONSE 6
    By the way, partialSubmit="true" has the same effect as partialSubmit="false".
    I'm not sure I understand you correctly. Or perhaps you don't understand me correctly.
    I haven't got a problem with the parent page. I have a problem with the dialog page. It's executed twice. The RENDER_RESPONSE phase (as well as the RESTORE_VIEW phase) is executed twice.
    I want it to be executed only once. I don't want the servlet to be executed twice.
    Let me point out again that in the Embedded OC4J (inside JDeveloper) everything is okay. The servlet is executed only once. However, the same thing on OAS 10.1.3.1 runs twice.

  • Different font sizes in Explorer and Safari

    Hi there, before I go completely nuts can someone give me a
    hand with figuring out how I can get my plain old body text to
    display at the same size in both Explorer and Safari.
    I am using a Mac myself, but when entering text at size 1, it
    is displaying larger in Explorer (at about the size I want) and
    very small in Safari (too small to be easily readable). I have done
    some research and thought cascading style sheets might be the way
    to go but I have also read that the some text problems occur when
    using cascading style sheets.
    I haven't bothered with them previously as there hasn't been
    that much text to bother with them.
    Has anyone got any tips, or has used CSS to fix this problem?
    Regards,
    Elle V
    p.s. if you are using a mac, you can check out what I mean by
    viewing www.homestylefinance.com.au/company.html in both browsers.
    I would be interested in hearing from a PC user to see if they are
    seeing the same thing.

    You can define your text sizes in many different ways:
    points, pixels, em,
    percentages, etc.
    I personally use a percentage to define my base font-size in
    my style sheet,
    and then declare different text sizes in em's for different
    selectors. I'd
    stay away from points (which it sounds like you're using them
    - due to the
    fact that cross-browser display varies). I'd also stay away
    from pixels,
    because IE users can not resize their browser text size.
    My personal suggestion would be to use em's to declare your
    font sizes. Here
    is an example of something you could put in your CSS document
    (which you'll
    want to start using):
    body { font-size: 100%; }
    .text1 { font-size: .75em }
    HTH, take care.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "Elle V" <[email protected]> wrote in
    message
    news:e89ngu$ga6$[email protected]..
    > Hi there, before I go completely nuts can someone give
    me a hand with
    > figuring
    > out how I can get my plain old body text to display at
    the same size in
    > both
    > Explorer and Safari.
    >
    > I am using a Mac myself, but when entering text at size
    1, it is
    > displaying
    > larger in Explorer (at about the size I want) and very
    small in Safari
    > (too
    > small to be easily readable). I have done some research
    and thought
    > cascasing
    > style sheets might be the way to go but I have also read
    that the some
    > text
    > problems occur when using cascading style sheets.
    >
    > I haven't bothered with them previously as there hasn't
    been that much
    > text to
    > bother with them.
    >
    > Has anyone got any tips, or has used CSS to fix this
    problem?
    >
    > Regards,
    >
    > Elle V
    >
    >

  • My husband and I share an iTunes account. We both just got iPads. How can we program them to have different phone numbers for FaceTime and messages

    My husband and I share an iTunes account. We both just got iPads. How can we program them to have different phone numbers for FaceTime and messages

    Use different email address (gmail?) just for FaceTime and Messages.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
     Cheers, Tom

  • Using large block sizes for index and table spaces

    " You are not using large blocksizes for your index tablespaces. Oracle research proves that indexes will build flatter tree structures in larger blocksizes.
    Is this a generic statement that I can use for all tables or indexes? I also have batch and online activity. My primary target is batch and it should not impact online. Not sure if both have common tables.
    How to find the current block size used for tables and index? is there a v$parameter query?
    What is an optimal block size value for batch?
    How do I know when flatter tree str has been achieved using above changes? Is there a query to determine this?
    What about tables, what is the success criterion for tables. can we use the same flat tree str criterion? Is there a query for this?

    user3390467 wrote:
    " You are not using large blocksizes for your index tablespaces. Oracle research proves that indexes will build flatter tree structures in larger blocksizes.
    Is this a generic statement that I can use for all tables or indexes? This is a generic statement used by some consultants. Unfortunately, it is riddled with exceptions and other considerations.
    One consultant in particular seems to have anecdotal evidence that using different block sizes for index (big) and data (small) can yield almost miraculous improvements. However, that can not be backed up due to NDA. Many of the rest of us can not duplicate the improvements, and indeed some find situations where that results in a degradation (esp with high insert/update rates from separated transactions).
    I also have batch and online activity. My primary target is batch and it should not impact online. Not sure if both have common tables.
    How to find the current block size used for tables and index? is there a v$parameter query?
    What is an optimal block size value for batch?
    How do I know when flatter tree str has been achieved using above changes? Is there a query to determine this?
    What about tables, what is the success criterion for tables. can we use the same flat tree str criterion? Is there a query for this?I'd strongly recommend that you
    1) stop using generic tools to analyze specific problems
    2) define you problem in detail ()what are you really trying to accomplish - seems like performance tuning, but you never really state that)
    3) define the OS and DB version - in detail. Give rev levels and patch levels.
    If you are having a serious performance issue, I strongly recommend you look at some performance tuning specialists like "http://www.method-r.com/", "http://www.miracleas.dk/", "http://www.hotsos.com/", "http://www.pythian.com/", or even Oracle's Performance Tuning consultants. Definitely worth the price of admission.

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • How do I have 1 apple id for the family to use in the iTunes and app store and a different apple id for iCloud and FaceTime and imessages

    how do I have 1 apple id for the family to use in the iTunes and app store and a different apple id for iCloud and FaceTime and imessages?

    See also Using your Apple ID for Apple services
    specifically the section "Using one Apple ID for iCloud and a different Apple ID for Store Purchases".

  • HT5622 How do I change the Apple id against a certain telephone number?  I have two iPhones and wish to use a different Apple id for each and confused as to how I do this?

    How do I change the Apple id against a certain telephone number?  I have two iPhones and wish to use a different Apple id for each and confused as to how I do this?

    Create a new Apple ID for the second phone. If you are setting the phones up as new phone enter the ID you want to use on each phone.
    If both phones are already signed in to one Apple ID then use the settings app to change Apple IDs on one phone.
    Settings > iTunes and App Store > tap on the Apple ID > sign out > sign in with alternate Apple ID.
    Note that if you have downloaded apps with the original Apple ID on the phone with the new Apple ID, those apps will still be associated with the old Apple ID and will require the old ID and password in order to update them.

  • How can i use 2 different apple ids for imessage and facetime on 1 ipad?

    How can i use 2 different apple ids for imessage and facetime on 1 ipad?

    Do you mean can you use one Apple ID for FaceTime and one for iMessage? You should be able to. Or, do you mean, can you log into iMessage (or FaceTime) with two Apple IDs at once? No.

  • Different Document types for Reciepts and payment-Cash Journal

    Hi Gurus,
    Please tell me how can we make different document types for reciepts and payments in cash journal and where we need to assign it??
    Please revert asap.
    Thank You

    Hi
    While posting the transactions by using FBCJ T.Code u can select the Receipts or Payments or Expenses then the documents will be genereted.  FBCJ02 is the T.Code for no.range there u can assign the no.range intervels.
    Shammi

  • What is theoptimal file size for stills, and dpi?

    what is theoptimal file size for stills, and dpi?

    In video dpi is not relevent. What counts in video is pixels. In FCP most recommendations I have seen is to size your stills so they have no more than 3 times the pixels in your project aspect ratio. For example if your project is 1280x720 then stills should be no more than 3 times the 1280x720. This allows you to crop the stills and still have good resolution. If no cropping is anticipated then they could be the same size as your project.

  • How to auto-detect a baud rate on UART or Serial port. and how to handle different baud rates for Transmission and Reception

    Hi,
    Till now i have used only single baud rate for opening a port, writing some stuff and reading back from other end.  This time requirement is little different, can SerialPort class
    be used to have different baud rates for Tx and Rx, I have not seen that in the msdn, but any other ideas also welcome!!!. I am experimenting!!!

    When I look in the Info.plist file for the AppleUSBCDCDriver kext, which is what the driver should be for a USB modem, there are three driver personalities listed: DeviceClass = 2, DeviceProtocol = 0, DeviceSubClass = 0; DeviceClass = 2, DeviceProtocol = 0, DeviceSubClass = 2; DeviceClass = 2, DeviceProtocol = 1, DeviceSubClass = 2. When I look at the info for the Phone with USB Prober, the class, protocol and subclass are all 0 and it is assigned to the AppleUSBComposite driver which appears to be a default when it doesn't know what else to use.
    Does that information come from the phone or is it assigned by the Mac? I'm wondering if the Mac doesn't recognize the phone and is assigning default values, or if the phone is responding with the wrong values causing it not to be assigned to the right driver. Are there other USB utilities out there which could possibly configure the phone's USB port to identify itself correctly?

Maybe you are looking for

  • How to add to a group of fill in boxes with one click?

    I need to create a form, for surveying a building.  If I had to survey a room with fill in fields for one room (width, length, height, how many windows, doors, etc.), is there a way to add one buttom below that says "another room" and pressing that w

  • Three links to open in parent window

    I have built a slider that includes three different links (one for each slide) that need to open in the parent window.  When I apply the Action using Open URL and target the parent window they still open in a new window.  Is there a way to configure

  • Adding BPEL to SOA Suite 11gR1 Install

    Hi, We did a SOA Suite install 11gR1 (11.1.1.4) install on a Windows 2003 server a couple of month ago, main goal to ramp up a team on Mediator. Now they want to learn/practice with BPEL. Can we add BPEL to the install as this has not been initially

  • Why is my ThinkPad track point scroller not working in Firefox 4?

    Today as advised by you I have installed Firefox 4 on my ThinkPad Z60m laptop. Earlier with Firefox and all other application worked fine but now its not working on Firefox 4 yet working fine on MS IE and other applications. Please let me know soones

  • Using SHA256 certificates in JavaSE Embedded 1.4.2_04 (Oracle10g)

    Hello. Background: We've a Oracle Database Server 10g in Linux Server with Java embedded version 1.4.2_04. We've PL/SQL process that call Java class, and this class connect to a WebService using SSL with certificate SHA1. This Java class are loaded i