Fonts displaying different per user login

Hello
I have an issue where on the same PC if one user logs in the Form that they load has Fonts displaying different
If another users logs in the fonts display normal , same PC . What can be different on the log in that would produce this , Reader is version 10.1.13 . Again this is happening on the same PC , different DOMAIN users , same Form any advise ?
Bad Form
good form

You are right: all fonts on a system should be available to all users.
Can you share that PDF: https://forums.adobe.com/thread/1408375 ?

Similar Messages

  • Embedded fonts display differently in mx and spark

    Hi there,
    My apologies if this is an known issue but I have not been able to find any posts describing this problem. As the title of the discussion describes the problem I see is that when embedding the same font for spark and mx components they display differently to the point of making the application look sloppy. I created a small app to illustrate the problem:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application
        minWidth="955" minHeight="600"
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/mx">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Style>
    @namespace s "library://ns.adobe.com/flex/spark";
    @namespace mx "library://ns.adobe.com/flex/mx";
    @font-face
    src:url("arial.ttf");
    fontFamily: arialCFF;
    embedAsCFF: true;
    @font-face {
    src:url("arial.ttf");
    fontFamily: arialNoCFF;
    embedAsCFF: false;
    advancedAntiAliasing: false;
    s|Label
    fontFamily: arialCFF;
    fontSize: 20px;
    mx|Label
    fontFamily: arialNoCFF;
    fontSize: 20px;
    </fx:Style>
        <s:layout>
            <s:VerticalLayout
                paddingLeft="10"
                paddingTop="10"/>
        </s:layout>
        <s:Label text="This is a label that uses spark"/>
        <mx:Label text="This is a label that uses mx"/>
    </s:Application>
    I used the Arial.ttf font I found in my mac, though I have also tried with courier new and even the myriad web pro provided with an example in the SDK. Also I have tried with SDKs 4.1, 4.5 and 4.5.1. I have played with the value of advancedAniAliasing as well. Regardless of the combination I will still see differences such as this:
    Is this a known issue? Any solutions at hand?
    Thanks in advance for the help!!

    Hi there,
    Thanks for the quick reply. I was able to make fonts display correctly after hacking the display of some components (mx.controls.FormItem for example) however I did notice a whole buch of runtime warnings that showed up as a result of the workaround such as:
    warning: incompatible embedded font 'arialCFFFont' specified for mx.core::UITextFormat. This component requires that the embedded font be declared with embedAsCFF=false.
    TextFieldAutomationHelper:captureSelection() - 'selectionBeginIndex' is not implemented in FTETextField.
    And in some cases for components I do not even use:
    warning: incompatible embedded font 'arialCFFFont' specified for mx.controls::TextInput (TextInput1967) . This component requires that the embedded font be declared with embedAsCFF=false.
    Any ideas on how to avoid this noise or do we have to live with this?

  • Scrolling message display at first user login

    Dear All,
    I want to display two lines of message should display
    as soon as user login into the portal.
    What type of settings or how and where can I keep that scrolling message?
    any one can suggest please.
    regards
    Kumar.

    > I want to display two lines of message should display
    > as soon as user login into the portal.
    Where exactly in the portal? Masthead, Content area?
    Anycase u can put the tags below in a KM doc iView and place it where u want or on the first looaded page of your portal
    > What type of settings or how and where can I keep that scrolling message?
    > <marquee> tags

  • Auto logout time different per users

    Hello
    we are using almost all modules in ECC. So we have 2 kinds of SAP users, the administrative ones and the operational ones.
    The administrative ones is using SAP all the day by creating purchase orders, process orders or recording control results by example. When they make an activities in SAP they can completed the task without any interruption.
    But we have as well operational users who are using SAP to make physical activities like to place pallet in the warehouse with WM functions and to weight a drum from the PI-sheet in PPPI.
    The auto logout is after 15 minutes of inactivity and I don't find how to set it up per users. In deed, the operator in production needs time between each weighing meaning stick label, remove the previous drum, take the new one, write information on the paper batch record, ... The time between 2 actions in SAP is more than 15 minutes. So the operator is automatically logout between each weighing and it takes around 2 minutes to log again and reload the Pi-sheet. By example, to weight 46 drums the operator will lost more than 1,5 hour. It's not acceptable by the production.It increases the production time of 16%.
    How can I set up a auto logout time to 15 minutes or less for the administrative users and 1 hour for the production users located in a protected area ( no access by external people) ?
    thanks in advance for your answer
    regards
    V Noirot
    PPPI team lead

    Hi,
    You can increase the logout time for the endusers. But the power users, throughout the day they will be using the system. This time increase will not affect much on the power users. If you are saving some productive hours by increasing this time out means, you can do this. But it will act similar for both the users.
    regards,
    V. Suresh

  • IView Displaying Differently with Users

    I have a transactional iView that displays a different screen view (GUI) for different users.
    Is there a setting that needs to be changed or could it be something to do with the Users Authorisations?

    Hi Sudha
    Thanks for the reply.
    I am logging on as both Users.  The interesting thing is that one of the Users gets a pop up message when selecting the iView saying they have mail in their In Box.  This is the one I'm having trouble with.
    Once I have pressed the green tick to acknowledge the message and go into the iView it selects the Manager rather than a member of his staff in the iView.
    When selecting a member of staff in the team viewer the entry does not appear in the iView.

  • Applications only for root are displayed even with user login

    I am using MBP Pro with OSx 10.7.3. I use admin account. Recently I enabled root account and then disabled it back again. Since then I am seeing applications only for root and not for admin even with admin login. If I go to /Users/<admin username>/Library/Preferences, I can see that the applications has relevant files over there. When I looked more carefully I observed that, I am able to see the applications installed for the root only and not for the admin user. Is there any way to corrrect this?

    This particular discussion group is for Classic Mac OS.  Your question would be better suited in the OS X Lion group (https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion).

  • Render page as per User language after login

    Hello,
    I am using Jdev 11.1.1.6 with ADFBC and Faces.
    In our application, user can set default language. It is expected that after login, all contents should be displayed as per user language locale (assuming locale is supported and locale specific resource bundle exists).
    So there is SignInPage and HomePage. I need to access the DB (using methodAction binding for a AM method, that reads the user preference and returns the language) before forwarding to HomePage.
    Code to forward to HomePage is something like this:
    FacesContext ctx = FacesContext.getCurrentInstance();
    RequestDispatcher dispatcher =
    request.getRequestDispatcher(forwardUrl);
    dispatcher.forward(request, response);
    ctx.responseComplete();
    End User locale handling is done by defining ViewHandler class in faces-config file. Implementation is explained here
    Problems faced:
    1) I tried to execute the operation binding but got null pointer...in FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
    2) I tried to redirect using external.encodeActionURL(actionURL) but got illegalStateException...Response is already committed
    It works fine if user after login either just press F5 to refresh the page OR reset the language again using the preference screen.
    How do I get it to work at login? Where can I tap-in the methodAction call between SignInPage and HomePage, so that HomePage is rendered according to language?
    Any help/pointer is highly appreciated.
    Thanks,
    Jai

    Hi,
    1) I tried to execute the operation binding but got null pointer...in FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
    If you mean ADF operation binding then this only is available if a request is routed through the binding filter. Note that the PageDef file for a page needs to be parsed before the content becomes available as an object at runtime.
    2) I tried to redirect using external.encodeActionURL(actionURL) but got illegalStateException...Response is already committed
    Why don't you use facesContext --> externalContext --> redirect(...) to perform the redirect, The dispatcher.forward() surely doesn't do this
    3) How do I get it to work at login? Where can I tap-in the methodAction call between SignInPage and HomePage, so that HomePage is rendered according to language?
    Programmatic authentication as explained in the Fusion Developer Guide (chapter 30 if I recall correctly) would give you a chance to set the language. However, the language is not set on the ViewObject but should be set on JSF by changing the default language, e.g.
    FacesContext.getCurrentInstance().getViewRoot().setLocale(Locale.ENGLISH);
    Frank

  • Fost Displaying Differently in Different Browsers on Same Computer

    Why would a font display differently on the web page depending on the browser? If the font is installed on the computer (a Mac), isn't it available to all browsers?
    The specific problem I am having is with Palatino shadow. (The shadow is important, as it increases the contrast of the text against the image background.) The shadow shows up in Safari but not in Firefox.
    Why would this be?

    Firefox doesn't do shadows in the current version.

  • Simple User Login

    I am having problems getting my user login jsp page to connect to my MySQL database.
    Can anyone have a look at the following JSP code to see if it is right?
    <html>
    <head>
    <title>GCMB User Login</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FF9900">
    <p align="left"><img src="GCDMsgLogo.gif" width="564" height="70"></p>
    <table width="372" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="138"> </td>
    <td colspan="2"><font face="Arial"><b> User Login:</b></font></td>
    </tr>
    <tr>
    <td width="138"><font face="Arial">Username:</font></td>
    <td colspan="2">
    <input type="text" name="textfield2">
    </td>
    </tr>
    <tr>
    <td width="138"><font face="Arial">Password:</font></td>
    <td colspan="2">
    <input type="text" name="textfield3">
    </td>
    </tr>
    <tr>
    <td width="138"> </td>
    <td colspan="2">
    <input type="submit" name="Submit" value="Login">
    </td>
    </tr>
    <tr>
    <td width="138"> </td>
    <td colspan="2"> </td>
    </tr>
    </table>
    <p align="left"> </p>
    <table width="772" border="0" cellspacing="0" cellpadding="0" height="72">
    <tr>
    <td colspan="2" height="7"><img src="bar.gif" width="774" height="3"></td>
    </tr>
    <tr>
    <td width="568" height="30">
    <p> <img src="GCDHome.gif" width="115" height="24" border="0"><img src="Email.gif" width="115" height="24"></p>
    </td>
    <td width="206" height="30">
    <div align="right"></div>
    </td>
    </tr>
    <tr>
    <td colspan="2"><font face="Times New Roman, Times, serif" size="2">Griffith
    College Dublin, South Circular Road, Dublin 8, Ireland. Tel/Fax: +353 1
    415 0400/ +353 1 454 9265 <br>
    email: [email protected] website:
    www.gcd.ie </font><font face="Times New Roman, Times, serif" size="2">�
    2002 Design: Niall Magner</font></td>
    </tr>
    </table>
    <p align="left"> </p>
    <p> </p>
    <p>  </p>
    </body>
    </html>
    Cheers,
    Niall

    Hi, Does this look right? Is this what you were talking about in your reply?
    <HTML><HEAD><TITLE>GCMB User Login</TITLE>
    <%@ page import="javax.servlet.*" %>
    <%@ page import="javax.servlet.http.*" %>
    <%@ page import="java.sql.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <%-- connection to database--%>
    <%
    String connectionURL = "jdbc:mysql://host:3306/databasename?user=username&password=passwordUsedforDatabase";
    Connection connection = null;
    Statement statement = null;
    ResultSet rs = null;
    ResultSet rs2 = null;
    %><% Class.forName("org.gjt.mm.mysql.Driver").newInstance(); connection = DriverManager.getConnection(connectionURL,
    "", ""); statement = connection.createStatement();
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
    <BODY bgColor=#ff9900>
    <P align=left><IMG height=70 src="Login_files/GCDMsgLogo.gif" width=564></P>
    <form method="post" action="">
    <table cellspacing=0 cellpadding=0 width=372 border=0>
    <tbody>
    <tr>
    <td width=138> </td>
    <td colspan=2><font face=Arial><b>User Login:</b></font></td>
    </tr>
    <tr>
    <td width=138><font face=Arial>Username:</font></td>
    <td colspan=2>
    <input name=textfield2>
    </td>
    </tr>
    <tr>
    <td width=138><font face=Arial>Password:</font></td>
    <td colspan=2>
    <input name=textfield3>
    </td>
    </tr>
    <tr>
    <td width=138> </td>
    <td colspan=2>
    <input type=submit value=Login name=Submit>
    </td>
    </tr>
    <tr>
    <td width=138> </td>
    <td colspan=2> </td>
    </tr>
    </tbody>
    </table>
    </form>
    <P align=left> </P>
    <TABLE height=72 cellSpacing=0 cellPadding=0 width=772 border=0>
    <TBODY>
    <TR>
    <TD colSpan=2 height=7><IMG height=3 src="Login_files/bar.gif"
    width=774></TD></TR>
    <TR>
    <TD width=568 height=30>
    <P><IMG height=24
    src="Login_files/GCDHome.gif" width=115 border=0><IMG height=24
    src="Login_files/Email.gif" width=115></P></TD>
    <TD width=206 height=30>
    <DIV align=right></DIV></TD></TR>
    <TR>
    <TD colSpan=2><FONT face="Times New Roman, Times, serif" size=2>Griffith
    College Dublin, South Circular Road, Dublin 8, Ireland. Tel/Fax: +353 1
    415 0400/ +353 1 454 9265 <BR>email: <A
    href="mailto:[email protected]">[email protected]</A> website: <A
    href="http://www.gcd.ie/">http://www.gcd.ie/</A> </FONT><FONT
    face="Times New Roman, Times, serif" size=2>� 2002 Design: Niall
    Magner</FONT></TD></TR></TBODY></TABLE>
    <P align=left> </P>
    <P> </P>
    <P> </P></BODY></HTML>

  • Illustrator CS4 and my drop down menu displaying different typefaces is no longer displaying font preview.

    I am using Illustrator CS4 and my drop down menu displaying different typefaces is no longer showing all of them, just blank spaces where they would be...that is unless I put my cursor over it and I can then see the typeface. This is more of a nuisance than anything and didn't happen until I updates OS X to Yosemite. I currently am operating OS X  Yosemetie 10.10.2
    I have attached a screen shot. You can see that the font highlighted as the cursor is over it I can see the preview...but one I move the cursor it appears like all the others in the list and is blank.
    HELP!

    Solved using this previous users had the same issue; Font previews not appearing correctly in the character window after upgrading to Yosemite

  • For every login i have to display different proverbs.

    Hi all,
    Now i am using forms 6i ,database is oracle 10g..
    I have to display first proverb in the login screen at users first login.
    If user login for second time i have to display second proverb or another new proverb stored in the table..
    If anybody Knows how to solve this reqirement..Please Reply me
    Regards,
    Ansaf..

    Create a table to store the last used proverb per user like
    CREATE TABLE USER_PROVERB (USERID VARCHAR2(30), LAST_PROVERB NUMBER);Create a database function with an autonomous transaction to retrieve the next proverb:
    CREATE OR REPLACE FUNCTION FK_GET_PROVERB(i_vcUser IN VARCHAR2)
    RETURN VARCHAR2 IS
      PRAGMA AUTONOMOUS_TRANSACTION;
      CURSOR crLastProverb IS
        SELECT LAST_PROVERB
          FROM USER_PROVERB
         WHERE USERID=i_vcUser;
      CURSOR crNextProverb(i_nLastProverb IN NUMBER) IS
        SELECT SLNO,
               MESG
          FROM PROVERBS
         WHERE SLNO>i_nLastProverb
         ORDER BY SLNO;
      nProverb PROVERBS.SLNO%TYPE;
      vcMesg   PROVERBS.MESG%TYPE;
      bInsert   BOOLEAN:=FALSE;
    BEGIN
      OPEN crLastProverb;
      FETCH crLastProverb INTO nProverb;
      IF crLastProverb%NOTFOUND THEN
        nProverb:=-1;
        -- Set flag to insert
        bInsert:=TRUE;
      END IF;
      CLOSE crLastProverb;
      -- Fecth next proverb
      OPEN crNextProverb(nProverb);
      FETCH crNextProverb INTO nProverb,
                                     vcMesg;        
      CLOSE crNextProverb;
      -- remember last one
      IF bInsert THEN
        INSERT INTO USER_PROVERB (
          USERID,
          LAST_PROVERB
        ) VALUES (
          i_vcUser,
          nProverb
      ELSE
        UPDATE USER_PROVERB SET
          LAST_PROVERB=nProverb
         WHERE USERID=i_vcUser;
      END IF;
      -- Autonomous transaction commit
      COMMIT;
      -- return the retrieved text
      RETURN vcMesg;
    END;(Code is just prototyped, not tested)
    Now, just call that function to show the text

  • OpenType Frutiger fonts  in Photoshop displaying different weights for the same instance.

    So,
    Really weird bug I've noticed. Our client has provided us with Frutiger LT Std. type family and Photoshop. We are using the fonts for their designs, but instances of the same font look different. Let me explain...
    If I apply Frutiger LT Std. 65 Bold to a headline at 20px, it looks fine. If I make a new layer and apply the same font treatment, it renders like a semi-bold (note: there is no semi-bold in our Frutiger font family); the difference is clearly visible. If I create a character style from the correctly displaying headline instance, and apply it to a new line of type (or an existing line of type), it displays incorrectly as a semi-bold font. If I duplicate a correctly displaying headline instance, the duplicate will do the same thing. However, if I drag/copy the correctly displaying headline instance, it displays correctly and looks fine. It's a small bug, but it's causing big inconsistencies in our design and taking a lot of time to fix.
    I've tried deleting the fonts and re-installing them in Font Book. No luck.
    I've tried deleting the fonts and re-installing them in Font Explorer. No luck.
    I've tried deleting the fonts and re-installing them in Font Case. No luck.
    In everyone of those instances, I've shut down Photoshop and restarted my computer.
    If anyone has any feedback on why this is happening, or ideas for a solution it would be greatly appreciated.
    Best,
    Yeti

    Hi Thanks for the reply..So are you saying like add the same "FullName" attribute twice with different Alias Names(Owner,Assignee) ?But here we are having the FullName as common and depends upon role we are displaying "Owner" or "Assignee".If i create two instances for same attribute will it not be like redundancy ?

  • Display Different reports depending on values in a User Selectable Dropdown

    Hello,
    I want to create a report which has a Drop-down and depending on the value selected from the drop-down, i want to display different reports.
    Say, a drop-down has 3 values, v1, v2 and v3. Now, if a user selects v1, he/she should see report r1. If v2 is selected, the user should see report r2. if v3 is selected from the drop-down, then report r3 should be visible. All the 3 reports have different structures (even different no. of columns). Also, v1, v2 and v3 are 3 different values belonging to a same picklist type field.
    Do you think this is possible? If yes, How ?
    Any sort of help will be highly appreciated. Thanks in advance.
    Regards,
    Ramil.

    The only way i could see this working would be to create a picklist on a object and then create your three reports placing them within the same folder and name the report something under 30 charters then place the same name in the picklist value and create a weblink to the report which at selection of the report will run either report.

  • Currency display format as per user settings?

    Dear Friends,
    I need a help.
    I am printing currency grand total amount in my report.
    the default format setting is like : 1,234,567.89
    if user changes is format settings (going into system, user profile, own data, default) 1.234.567,89 then it should print in this format.
    what i mean report grand total should come as per user display settings.
    how to solve this?
    Thanks in advanvce
    Sridhar.

    hi sreedhar,
    data: c(100) type c.
    data: l_amnt(100) type c.
    data: length type i.
    data: offset type i.
    l_amnt = '1,234,567.89'.
    replace all occurrences of ',' in l_amnt with '#'.
    replace all occurrences of '.' in l_amnt with ','.
    replace all occurrences of '#' in l_amnt with '.'.
    length = strlen( l_amnt ).
    offset = length - 3.
    translate c+offset(1) using '.,'.
    write : l_amnt.
    rgds
    anver
    if hlped mark points

  • Display different portal page or portlet depend on user's

    can I display different portal page or portlet depend on user's
    profile,such as: if user's gender is male, display a portal
    page named "malePortal",if the user's gender is female, display
    a portal page named "femalePortal"

    This can be accomplished by using Entitlements Segments.
    You can define them in EBCC. you will have to define a user profile which
    will contain user information (like gender).
    Once you have two segments defined, you can use portal administration site
    to configure entitlements for pages and portlets.
    Regards
    Mike
    "Joshua Davies" <[email protected]> wrote in message
    news:3d1c78cb$[email protected]..
    >
    "xxxx" <[email protected]> wrote:
    can I display different portal page or portlet depend on user's
    profile,such as: if user's gender is male, display a portal
    page named "malePortal",if the user's gender is female, display
    a portal page named "femalePortal"If it has to be a portlet, you'll have to create a custom web flow thatstarts with
    a custom IP class. If you just want to show different content based on auser profile
    value, take a look at "Content Selectors" in EBCC; this sounds like aneasier way
    to get where you're trying to go.
    I don't think there's a way to display different portal pages/portalsbased on user's
    profile settings.

Maybe you are looking for