Fonts in Apex 4

How can I change Fonts in a Theme ? Please Explain.

Hi,
Check this out first. http://st-curriculum.oracle.com/obe/db/apex/r31/apex31nf/apex31misc.htm#t1
Next look up the .ccs files in the /i/themes/<your theme> folder. You may have to edit the CSS files here.
Regards,

Similar Messages

  • How to change the grayed field font  in apex

    Hi,
    I need to change the grayed field item font ...
    ie i need to make disabled item value to be bright to achieve this what i have to do ...
    Regards,
    pavan

    ok make it html code in Java scrip as bold  and item level read only option with Read Only Element Table Cell(s) Attributes .
    i did your requirement in same my link.
    how it use? follow this thread.
    https://forums.oracle.com/thread/2555786

  • Item label font

    How to change the Select List / Texfield label font in Apex ?
    Yogesh

    Hi,
    I am not familiar with the Cascading Style Sheet (css) but I think this is all controlled by this css of each theme. You will find the .css files under each of the theme in \apex\images\themes\.
    Hope this gives some direction at least.
    Regards,
    Edward

  • Font management

    OK, new OS X user having trouble with my fonts. I am trying to import a font family (Apex) into one of my collections, but instead of the different font characteristics (Bold, Italic, etc) showing up in one folder(suitcase?) named Apex it is putting each font separately Apex_Sans Bold, Apex_Sans Italic, etc.
    How can I get them grouped into one folder (suitcase?). Thanks for ANY help!!!

    I don't know if there is an updated user tip available yet, but someone has done a little book:
    http://www.takecontrolbooks.com/leopard-fonts.html

  • APEXdisplays foreign characters perfectly but I can't  in pl/pdf

    My APEX application and reports display varchar fields with Chinese and Russian characters perfectly. When I try to generate a .pdf file from this data (using pl/pdf), the special characters show up as various nonsense characters.
    How does APEX properly display these characters? Can I do something similar with pl/pdf. Below is what their website has to say on this matter:
    What kind of character sets does PL/PDF support?
    * Single byte
    * AL32UTF8 Unicode
    For single byte: According to the Adobe PDF specification, characters are encoded using cp1252 in a PDF document. If the database uses a different encoding, then the user needs to either set the default encoding or use the SetEncoding command in PL/PDF to adjust the encoding used.
    For Unicode: If the database uses Unicode character sets, then there are two possibilities:
    * If only one encoding is used throughout the whole PDF, then the same character sets can be used as with the single byte character sets. In this case PL/PDF converts the text to the single byte character set and then includes it in the PDF document. When PL/PDF finds a character that is not in the character set selected then a ‘?’ is displayed instead of the character.
    * When multiple encoding standards are used in a PDF document, then the TTF font for the appropriate encoding must be embedded and ‘utf16’ encoding must be used. The size of the resulting PDF file will be larger because of the TTF embedding.

    Hi,
    not familiar with the product, but I read in the manual that CP1252 is standard. This means that Chinese and Russian are not supported. For support of these I think you must set the encoding to utf16 (throug SetEncoding). Maybe you should even choose a font which supports Russion and Chinese, so maybe you have to look to include a TTF font (some unicode font). Some examples are in http://www.plpdf.com/23-926.html, for encoding and setting fonts.
    Apex can display it correctly because it uses the utf8 encoding to show from the al32utf database.
    Herald ten Dam
    htendam.wordpress.com

  • Apex 4.1 different font text in Reports Region and Interactive reporting

    Hi everybody,
    In my APEX 4.1 page, I have two regions using the same ''Reports region" Template but font text are different. Why The first region is an interactive reporting. The second it's a report. I know that each one has his own data for sure but the same region template .Spaces between colons are different. Is it normal ?  I want to have the same font text for the two regions.
    Thanks in advance. Bye.

    Apex4.0+HTML_DB1.6 wrote:
    Theme 13 is not an APEX 4.x theme ? How I can know that is one of this serie ?
    Legacy themes are flagged with a "*" in the theme gallery. Standards mode themes are not. (I don't have access to APEX 4.1 at present to be able to identify specific themes.)
    Properties of interactive report components, is it possible to take a look on this properties or it's a "black box" ?
    You can either look in the global APEX style sheet, or (probably more usefully) use a browser web inspector to examine the CSS properties of the IR components in the page.

  • Apex fop add ttf fonts

    Hello, Im solving problem with PDF printing in Apex 4.1.1 and fop 0.93 running on oc4j . There is problem with some characters displayed as “#” in output pdf. This usually means the selected font doesn't have a glyph for the character.
    I have studied apache fop reference where is written that I can add custom fonts. But I cant realize how to modify apex_fop.jsp to add ttf fonts.
    Can anyone help?

    Hi
    Some times ago I created fop module with polish characters. It was hard work.
    1. I used free true type fonts with special characters
    2. I created metric files based on this fonts
    3. Connected to config files
    4. Rebuilded some jsp page
    5. Changed apex reports print templates
    You can read it on my blog (only polish version ): http://apex.dbe.pl/search?q=fop there is files to download with readme.
    Probably you can't use it with APEX Listener 2
    Regards

  • Changing font color in a report using SQL query for APEX 5.0

    Hello,
    I am testing APEX 5.0 in my testing environment to see if I can migrate my internal apps from 4.2 to 5.0.
    How can I change the font color in a field based in the SQL query? I know how to do it in 4.2 but I can't find the same in 5.0.
    Thanks,

    Well, I used to put the html tags in the select as text getting the color value depending a CASE , then I had to change the Display attribute for the column in the report as "Display as text (espace special characters...)".
    I found an old post here: https://tylermuth.wordpress.com/2007/12/01/conditional-column-formatting-in-apex/ and  this method still worked for me in APEX 5.0
    Thanks anyways

  • APEX CSS - backend font colors

    Hi,
    I am using APEX 3.2 and I want to change the APEX-backend font-colors, especially the links, which are grayish.
    How can I do it?
    Thanks in advance,
    Sedso
    Edited by: user630478 on Jun 10, 2009 9:56 AM

    There is no supported way to modify the appearance of the Application Builder.
    The concensus is that Firefox + Stylish is the best way to do this. I use this to alter the look of the page definition screen as I find the headings too large and the rest of the text too small.

  • APEX 4 Interactive Report set font color of negative values to red

    I have an interactive report with several columns containing numerical values. If the value is negative, I want the font color to be red. Can someone help me with this process please.
    Application Express 4.1.1.00.23
    Thanks!
    Chris

    Hi,
    Use build in highlight
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/ir_using.htm#sthref1343
    Then save report default layout
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/ir_using.htm#CHDDDBCG
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Edit font size standard report

    Hello community,
    I try to edit the font size of a standard report but I can't find any menu within APEX to edit this reports.
    I also tried to edit it within the SQL with '< f o n t s i z e=130%">' || ... || '</ f o n t >' but this did not work.
    Can anybody help me? Is there a menu which lists all the standard reports and where is the chance to edit this?
    Or is there any other chance?
    Thank you so much,
    Lisa :-)

    Hi Lisa,
    The font is defined in the style sheet (css file) that is referenced in the Page Template. You can override the style by adding your own style (with the same name as used by the columns in the report - you can check that using Firefox+Firebug or the Developer Tools in Chrome) after the APEX standard CSS. You can also put this CSS in your Report Template or in your Page (if it's only for one specific page).
    A good practice is not to include CSS or HTML in your SQL query. Because SQL is logic and HTML/CSS is presentation and these two shouldn't be mixed up.
    Roel

  • Apex Listener prints ### instead of cyrillic symbols

    Hi everybody!
    Apex listener (2.0.4/) prints ### insead of cyryllic symbols when printing to PDF from APEX.
    In Glassfish log I found next entries:
    [2013-10-02T10:31:44.040+0600] [glassfish 4.0] [WARNING] [] [org.apache.fop.apps.FOUserAgent] [tid: _ThreadID=20 _ThreadName=http-listener-1(3)] [timeMillis: 1380688304040] [levelValue: 900] [[
      Glyph "н" (0x43d, afii10079) not available in font "Helvetica".]]
    [2013-10-02T10:31:44.040+0600] [glassfish 4.0] [WARNING] [] [org.apache.fop.apps.FOUserAgent] [tid: _ThreadID=20 _ThreadName=http-listener-1(3)] [timeMillis: 1380688304040] [levelValue: 900] [[
      Glyph "с" (0x441, afii10083) not available in font "Helvetica".]]
    [2013-10-02T10:31:44.040+0600] [glassfish 4.0] [WARNING] [] [org.apache.fop.apps.FOUserAgent] [tid: _ThreadID=20 _ThreadName=http-listener-1(3)] [timeMillis: 1380688304040] [levelValue: 900] [[
      Glyph "т" (0x442, afii10084) not available in font "Helvetica".]]
    [2013-10-02T10:31:44.040+0600] [glassfish 4.0] [WARNING] [] [org.apache.fop.apps.FOUserAgent] [tid: _ThreadID=20 _ThreadName=http-listener-1(3)] [timeMillis: 1380688304040] [levelValue: 900] [[
      Glyph "ь" (0x44c, afii10094) not available in font "Helvetica".]]
    I have tried other fonts (Times-Roman and Courier), but result is the same.
    Can anybody answer how to teach Apex Listener to work with cyrillic symbols?
    My system is: Windows XP SP3, Glassfish 4, Apex Listener 2.0.4, Apex 4.2.3., Oracle XE 11g.

    Finnaly, with help from other forums, solution is found:
    1. In defaults.xml add entry:
    <entry key="fop.configfile">C:\some_path\fop.xml</entry>
    2. In fop.xml:
    <fop version="1.0" encoding="UTF-8">
    <renderers>
       <renderer mime="application/pdf">
       <filterList>
       <value>flate</value>
       </filterList>
    <fonts>
    <directory>C:\WINDOWS\FONTS</directory>
    <auto-detect/>
    </fonts>
       <stroke-text>false</stroke-text>
       </renderer>
    </renderers>
    </fop>
    3. restart glassfish.

  • SkillBuilders Modal Page (2.0.0) in APEX 4.0.2.00.07 Help

    version 4.0.2.00.07
    Hello,
    I'm trying to use the SkillBuilders Modal Page (2.0.0) in APEX 4.0.2.00.07.
    I have a link set up in a query:
    SELECT
          ,CASE WHEN ft.feature_id IN (SELECT cc.feature_id
                                       FROM customer_commitments cc
                                       WHERE ft.feature_id = cc.feature_id
                                      ) THEN DECODE(:REQUEST, 'CSV', 'Yes', '<a class=feature_commitments *href*=f?p=&APP_ID.:81:&SESSION.::NO::P81_FEAT_NUM_DESC_SRCH:'||ft.feature_id||'><font color="blue"><u>Yes</u></font></a>')
                                        ELSE 'No'
           END "Commitment_Exists"
    FROM feature ft
    ....The receiving page, 81, contains an Interactive Report with the Page Template set to "Popup".
    The calling page, 80, has a Dynamic Action:
    When -> Event: Click
    When -> Selection Type: jQuery Selector -> a.feature_commitments
    When -> Condition: No Condition
    In the TRUE Actions section:
    Identification -> Action -> SkillBuilders Modal Page (2.0.0) [Plug-In]
    Execution Options -> Fire When Event Result Is -> True
    Settings -> URL Location -> Attribute of Triggering Element
    Settings -> Attribute Name -> href
    Settings -> Auto-close On Element Selector -> div#success-message
    Settings -> Dialog Height/Width Mode -> Auto
    Settings -> Modal Page ID -> NULL
    When I click the link for the "Commitment Exists" on the report the modal window does not display. The report on page 81 displays like a normal link would branch to.
    Can someone help me with getting this plug-in set up?
    Thanks,
    Joe

    Dan,
    I've created an application on oracle.com.
    Workspace: joer
    Username: dev
    Password: dev1
    Application ID: 64061
    Page 2 contains 2 records. One record is set with a value of 'Yes' and is a hyperlink to go to page 3 which is the pop-up.
    When I tested I received an error in the modal that "Content cannot be displayed".
    The hyperlink is embedded in the SQL for the report on page 2.
    I left all the values of the plug-in set to their defaults.
    I hope I've provided everything.
    Please let me know if I haven't.
    Thanks,
    Joe

  • How to embed font into PDF - Listener 2.0.2 FOP configuration

    I need to embed custom font into PDF report in order to print one of Slovenian characters: Č (C with caron) This character shows as # sign when I generate standard PDF report using Apex 4.2.2 and Listener 2.0.2. As far as I understand 14 native Adobe PDF fonts are based on Windows 1252 encoding. This encoding doesn't include mentioned Slovenian character.
    Oracle White paper http://www.oracle.com/technetwork/developer-tools/apex/learnmore/custom-pdf-reports-1953918.pdf says:
    "APEX Listener 2.0.2 supports only the Base-14 fonts. To configure additional fonts, see this document: Apache(tm) FOP: Fonts "
    I was able to embed my custom font into standard Apache FOP report server. Solution consist of saving two files my_font.ttf and my_font.xml to server and update of FOP userconfig.xml file (fonts part where path to saved 2 files have to be specified)
    How can I do this on Apex Listener 2.0.2 ? Where is located userconfig.xml file?
    Simon

    Hello Ivaylo Mutafchiev,
                                           There is no way we can control the fonts in the created PDF / while creating the PDF using the class cl_document_bcs in your PDF creation logic.
    You can try some other approach of creating PDF from the Smartforms OTF stream data .
    Try using the follosing FM for the PDF creation and sending email:
    CONVERT_OTF_2_PDF
    CONVERT_OTF_AND_MAIL
    SO_OBJECT_SEND
    CONVERT_OTF_AND_MAIL_NEW (Try this but this FM still uses  the class that you are using currently. But give it a try and see the results)
    Hope this answers your question.
    Thanks,
    Greetson

  • How can I Integrate FCKEditor 2.6 in APEX???

    Hello! I want integrate FCKEditor 2.6 in Apex and i need your help.
    Now I use the standard html editor of Apex but i don't like the code generated for the editor...
    For example, I write a text and this is the code generated for the size:
    size="7" <= The HTML in Apex not recognize this html code.
    However in FCKEditor 2.6, the same text, generated this code for the size:
    style="font-size:...."
    And this is correct in the html of Apex.
    And then, the colors ... if I write two diferent sizes, with two diferent colors. In the html of Apex I see ONE size and two colors. However in FCKEditor 2.6 all is correct.
    For more information, now I use the Apex 3.0.1.00.08, for the editor text I use a item with "HTML Editor Standard" and for see the results I use a report with "Standard report column"
    Thanks!

    Pleesee help me, I am not a expert :D
    I changed, in the server, the containing of the carpet FCK for the files of new version fckeditor 2.6... and is perfect... but always there are a problems... xD
    With the version 2.6:
    with the file /i/fck/editor/fckeditor
    Not work Ie and mozilla.
    But if change the file by /i/fck/editor/fckeditor.original
    - Explorer perfect.
    - Mozilla ... psst... there are a many symbols in the top left.. this -> ï}}¿
    but the html editor work.
    And with the last version of fckeditor...with the file
    /i/fck/editor/fckeditor
    - Explorer not work.
    - Mozilla work perfect.
    and with the file /i/fck/editor/fckeditor.original
    - Explorer perfect.
    - Mozilla ... psst... there are a many symbols in the top left.. this -> ï}}¿
    There are any solution for this?? I like change the file
    /i/fck/fckeditor.js for recognized the explorer and use one file or other... but I don't have idea ...
    Any idea?

Maybe you are looking for