Theme in APEX 4.0.1

Hi, I've just upgraded from apex 4 to apex 4.0.1.
In there a reason why i can see only one theme "Simple Red - 1"?
I'm using Oracle XE on Ubuntu.
I did
@patches/4.0.1/apxldimg.sql /usr/lib/oracle/xe/apex
at the end of the update process, successfully executed.
If i check in the apex/images directory i can find all the images and all the themes.
Any hint?
Thank you very much
matteo

Matteo,
In all previous versions of HTML DB and Application Express, all of the themes were not installed in your application by default. All of the themes were available to be installed in your application.
http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/themes.htm#BABGCDEF
I hope this helps.
Joel

Similar Messages

  • How to edit #TEMPLATE_CSS# of a theme in APEX 4.2?

    Dear Experts,
    How to edit #TEMPLATE_CSS# of a theme in APEX 4.2?
    Best Regards
    Mahmoud

    Mahmoud_Rabie wrote:
    Dear Paul,
    To be more specific, I have the following
    <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_22/css/theme_4_0.css" type="text/css" />in my page template.
    As I know, #TEMPLATE_CSS# is substituted by content of the above file.No, it is not.
    As described above, <tt>#TEMPLATE_CSS#</tt> is replaced by the contents of the template's File URLs and Inline CSS properties. This feature enables template-level customization of the CSS included in the page. Try it: change <tt>#TEMPLATE_CSS#</tt> in the template to:
    <!-- TEMPLATE_CSS STARTS -->
    #TEMPLATE_CSS#
    <!-- TEMPLATE_CSS ENDS -->Now add a style to the Inline CSS property:
    body { background: black !important; }Run the page. View the page source in the browser and see what's happened to <tt>#TEMPLATE_CSS#</tt>...
    The question is, can I (through APEX 4.2) update this content directly to do tasks like adding or updating classes of the CSS?
    Not in the way you mean.
    File URLs and Inline are empty (by default) and ready to be used to totally replace the content of #TEMPLATE_CSS#Yes, <tt>#TEMPLATE_CSS#</tt> is replaced by the contents of the File URLs and Inline template properties. This does not affect the inclusion of any other CSS information, whether using new CSS substitution strings, <tt>&lt;link rel="stylesheet" ...&gt;</tt> elements, or embedded <tt>&lt;style&gt;</tt> declarations.
    Is the only solution to update/edit the CSS of a theme, to download the CSS then paste it in Inline field (under CSS section of the template)?No. If you want a custom theme the best way is:
    1. Copy the theme CSS to an accessible location in the file system (the best way) or APEX repository (if you don't have file system access).
    2. Create a new theme as a copy in APEX.
    3. Change the <tt>&lt;link rel="stylesheet" ...&gt;</tt> theme references in the new theme page templates to point to the new CSS location.
    4. Customize the CSS (tools like Coda that allow local and remote files to be modified are very helpful).

  • Migrating theme from Apex 3.1 to html db 2.0

    Hi,
    I wanted to know is it possible to migrate a apex 3.1 theme to html db 2.0? i have an export file of theme in apex 3.1 which i wanted to import it in html db but its giving an error of not compatiblity.
    Please help.....

    Just want to report back that I found an answer to this, it is enough to import this string:
    INTERFACE:IF-hostname/17 MANAGED_STATE:MANAGED (or EXPLICITLY_UNMANAGED).
    So what i did was use Notepad++ and regexp to filter out the needed data:
    Search for: ^.+(INTERFACE.+$)
    Replace with: \1
    and then another replace for ";" with nothing.
    Then I ended up with:
    INTERFACE:IF-hostname/17 MANAGED_STATE:EXPLICITLY_UNMANAGED
    which could be imported with the mentioned scripts in my original post.

  • $f_CheckFirstColumn(this) is not working in theme 42 apex 5.

    $f_CheckFirstColumn(this) is not working in theme 42 apex 5. it does not tick or untick the check boxes.

    I have experienced the same behaviour, this workaround worked for me:
    1) In the Page Header Section under Javascript "Function and Global Variable Declaration" I defined this function:
    function checkall() {
       $f_CheckAll('', true, $('input[name="fXX"]'))
    fXX stands for your checkbox ID in die Select Statement, for example f01 or f30
    2) In the column heading of the report column, I call this new function:
    <input type="checkbox" onclick="checkall()" />
    Hope this also helps you!

  • New themes in Apex 4

    Hi,
    Does anyone know if there will be new built-in themes in upcoming Apex 4?
    Thanks.
    Andy

    Hi Andy,
    We're working on modernizing the existing 20 themes in APEX 4.0, i.e. we'll make them XHTML compliant and give them a face-lift. This won't effect your existing applications, even after upgrading to APEX 4.0, because themes are installed into your applications. So when upgrading to APEX 4.0, you're application will look the same, until you go in an update to the newer version of that theme or switch to another theme. Whether or not we also include new themes is not yet decided.
    Regards,
    Marc

  • Designing custom theme in APEX

    APEX Version - 4.1
    Theme currently using: 7.Modern Blue
    Trying to modify existing theme in APEX, modifed Reports and changed colors, it worked fine.
    One of the template, One Level Tabs - Right Sidebar (optional / table-based) has the following code enclosed within it:
    <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_7/css/theme_4_0_ie.css" type="text/css" />Please let me know where the file, theme_4_0_ie.css can be found, so that I can see the code and make modifications according to my requirements.
    If there are any other ways to modify the theme, please let me know.

    Hi Emy,
    You will need to either store the CSS file elsewhere on your own server and reference it or probably an easier way is to upload the file into shared components as you did.
    You then need to reference the file in your template like below and the same as you did:
    <link rel="stylesheet" href="#WORKSPACE_IMAGES#paul.css"
          type="text/css" />You need to make sure that this file is loaded after the default APEX CSS. You also need to make sure you do a full page refresh for the changes to take effect (Hold Shift key and click refresh).
    My suggestion would be not to remove the default CSS unless you are planning on changing the whole file. My approach is to just overwrite the sections I need to change.
    .report-standard th.header, .report-borderless th.header {
        background: red;
        padding: 0 10px 4px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    }This is taken from one of my stylesheets and overwrites the css just for the classes shown.
    If you don't already I would recommend using either firebug with firefox or using the chrome built in tools to inspect elements. That way you can see the css for that element, change it on the fly to see what it looks like. Then you can finally copy and paste the css you have changed straight into your file.
    Let me know if you have any more questions
    Thanks
    Paul

  • Create mobile Theme in APEX 4.0

    I'm using APEX 4.0 (4.0.2.00.06) and I have to create a Mobile application. I know there are mobile theme's available in APEX 4.1, but we won't switch to APEX 4.1 jet...
    So, I've created a Page Template, List Template and Report Templete, using this tutorial: http://www.oracle-and-apex.com/create-a-mobile-theme-for-oracle-apex/
    I've created this at first in the Builder Blue theme, but now I want to create a Theme which only suits for mobile devices.
    I created a theme from scrach and created the templates mentioned above in this theme. I've copied the button and label templates and the From Region Template from the Builder Blue theme. But in a Form Page the buttons are not visible.
    Can someone point out to me how to make button and label templates for a mobile device, and make it work properly?

    I found out it's an issue in IE (7). I've tested it on a mobile device and it works fine and in Chrome it also works fine...

  • Changing Theme in Apex

    I would like to create a new custom that needs to be developed in my application. As a developer i dont have access to either download or upload files from themes folder. Can anyone guide me how that could be implemented in my application.

    >
    Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already)), and update your forum profile with a real handle instead of "986931".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I would like to create a new custom that needs to be developed in my application.Can we be clear on what you are asking for? A complete custom theme is a major undertaking. Customizing or overriding aspects of theme look and feel is relatively straightforward. Creating or customizing component templates within a theme is also pretty simple.
    As a developer i dont have access to either download or upload files from themes folder.Why not?
    You can always download theme resources through the browser. When running an application, view the page source in the browser. The page <tt>head</tt> element will contain a link to the theme style sheet like this:
    <link rel="stylesheet" href="/i/themes/theme_25/css/4_2.css?v=4.2.1.00.08" type="text/css" />Add the server to the URL in the style sheet URL and type it into the browser address bar:
    http://apex.oracle.com/i/themes/theme_25/css/4_2.css?v=4.2.1.00.08The browser will download the theme CSS.
    To identify and access other resources like images referenced in CSS, use the web inspector in decent web browsers with real developer tools like Firefox+Firebug, Safari or Chrome.
    Can anyone guide me how that could be implemented in my application.Developing a complete theme requires a good knowledge of HTML and CSS (and increasingly of JavaScript and a JS framework like jQuery). It's beyond the scope of this forum to provide information on the basics of HTML and CSS, and/or web and UI design in general.
    The documentation contains information on managing and customizing themes and templates. Also see this Cloning your Corporate UI with HTML DB blog post (HTML DB was the former name of APEX).
    The web server file system is the best location for theme files. If you really can't get proper access to this (as on hosted environments like apex.oracle.com for example), then the APEX repository can be used as the location for the required theme CSS, image (ignore the #IMAGE_PREFIX# stuff there&mdash;it's in the wrong place; repository images are accessed using #WORKSPACE_IMAGES#) and script resources.

  • Export/Import the new Theme from Apex 2.2

    Ok, I am so very sold the new theme 15 in Apex 2.2 after 1 day playing. I really want to use it in the new app I am going to build very soon. Export/Import does not work at all because all the images whatsoever are NOT there. May somebody let me know how to do this? or can we do it?
    Thanks in adavnce.

    Hello,
    I'll see what I can do about providing a zip of the images directory for the new themes, it's not my call though. You can at the moment use Firefox and save the page (which also saves supporting files) and that will get you most of the images.
    You would then have to go through the css and make sure to grab all the background images in that file. On or two page grabs of different page types should give you most the images.
    Carl

  • New themes in APEX 4 not working with JQuery tabs

    Hi,
    JQuery tabs only showed on themes 13, 15, 18, 20.
    When I swicth to other themes, its not displayed like tabs

    Hi,
    you can simplify the the usage of jQuery tabs in APEX 4.0. You don't have to create hard coded JavaScript code for each page where you want to use them. Just use the new "Sub Region" feature and a corresponding region template.
    Here is what you have to do:
    1) Create a new template of type "Region" (create one from scratch)
    a) Name: jQuery Tabs
    b) Template Class: Custom 1
    c) Template:
    <div id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
    #BODY##SUB_REGION_HEADERS##SUB_REGIONS#
    </div>
    <link rel="stylesheet" href="#IMAGE_PREFIX#libraries/jquery-ui/1.8/themes/base/jquery.ui.tabs.css" type="text/css" />
    <script src="#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.tabs.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    apex.jQuery(function() {
      apex.jQuery("##REGION_STATIC_ID#").tabs();
    </script>d) Sub Regions - Header Template:
    <ul>#ENTRIES#</ul>e) Sub Regions - Header Entry Template:
    <li><a href="##REGION_STATIC_ID#-tab-#SUB_REGION_ID#">#SUB_REGION_TITLE#</a></li>f) Sub Regions - Template:
    <div id="#REGION_STATIC_ID#-tab-#SUB_REGION_ID#">#SUB_REGION#</div>2) On the page where you want to have jQuery tabs, add a new "HTML" region which acts as the container for the "tabs". Set the region template to your new "jQuery tabs" template.
    3) Create as many sub regions (that are the actual tabs). It's just important that you set the "Parent Region" to your container region you just created before. As region template I would pick "No Template" or any other template you want to have.
    That's it. As you can see now from the region structure it's very obvious for any developer developer what regions are part of the jQuery tabs.
    Regards
    Patrick

  • Not able to switch the theme in Apex

    Hi,
    I want to switch the theme in my apex application.
    I had created a new theme from the apex repository but when i am trying to switch it is giving me error from some templates type.
    Can anybody help me to fix this issue.
    Thanks
    Saurabh

    This application contains a number of custom report templates. The Template Class property for each of these is set to a class that does not exist in the target theme 1. Simple Red (i.e. probably one of the "Custom 1-8" classes). As a result of this, APEX is unable to determine which of the templates in the target theme correspond to those in use in the current theme.
    Given the apparent number of customised templates used in this app, your recommended course would be to copy the custom templates into the target theme before trying to switch, otherwise it appears you will end up&mdash;at least initially&mdash;with a seriously broken application.
    1. Go to Shared Components > Templates.
    2. Click Create >.
    3. Click Report.
    4. Select As a Copy of an Existing Template.
    5. Copy From Application *300 Industry Flow Repository*.
    6. Copy From Theme *101. Application Theme*; Copy To Theme *1. Simple Red*.
    7. Select Yes in the Copy? column for each template reporting a Theme Compatibility error.
    8. Click Copy Report Templates.
    Repeat for any other template types where custom templates are reporting a Theme Compatibility error.
    Now when switching themes, the Theme Compatibility Report should report warnings rather than errors, and present a list of custom templates that match the template class.
    Note that if these custom templates also require custom CSS, then any theme 1. Simple Red page templates will have to be modified to reference the requisite style sheets.

  • Yet another New Free Theme for APEX

    Hello
    I've made new apex theme its free for any use - http://apex.dbe.pl/2009/08/znow-nowy-darmowy-temat-dla-apex-yet.html this is the link to blog where you can find more info.
    Any comments/suggestions will be appreciated.
    Thanks
    piotr

    Tony Miller wrote:
    Try this link.. At the bottom of the page there is a link to download the zip file of the theme..
    http://apex.dbe.pl/2009/08/darmowy-temat-apex-free-apex-theme_12.html
    (Link if you just want the file directly : http://www.dbe.pl/skrypty/theme_development.zip)
    Thank you,
    Tony Miller
    Webster, TXThats link to another theme install kit (v.1) witch was the first one that I've created.
    The link was broken but I've fixed it so AndyPol can download it anytime.
    Sorry for inconvenience
    piotr.y

  • How to extract data from a dummy email address and insert them into APEX db

    Hi All,
    I am developing a project management system on APEX 4.1.0.00.21.
    A very important function for the system will be - one sends an email in certain format to a dummy email address, then some data will be extracted from the email based on the pre-defined format and inserted into the database my APEX application is using.
    Any idea on how I can make it happen please?
    Thanks,
    Christine

    A very important function for the system will be - one sends an email in certain format to a dummy email address, then some data will be extracted from the email based on the pre-defined format and inserted into the database my APEX application is using.
    Any idea on how I can make it happen please? I agree that this is not really an Apex question, but a more general PL/SQL question.
    There are many approaches, all boiling down to one of these two:
    1) Push: Some process in the mail server sends/forwards information to your database when new mail arrives.
    The language/tools used to do this, and the way it would connect to your database, depends on your environment (what is your operating system? mail server? existing middleware/tools? security protocols used? etc.).
    2) Pull: Some process in the database contacts the mail server and polls for new information.
    Ie. some PL/SQL code would communicate with the mail server. Again, it depends on your environment (what is your operating system? mail server? existing middleware/tools? security protocols used? etc.).
    For example, if you are using Exchange 2007 or newer, it has a web services API:
    http://msdn.microsoft.com/en-us/library/dd877045.aspx
    The challenge here will be to build the correct SOAP requests from PL/SQL, and to handle the security protocols used.
    - Morten
    http://ora-00001.blogspot.com

  • How to load PDF files into oracle database and display them in APEX

    Hi All,
    We have a requirement for loading the Loading PDF files (lots of PDf files) to the oracle database and then display the PDF files in the Oracel APEX report.
    So that User can view the PDF files. Our current APEX verison is 3.2..
    Please let me know how to implement it and where to find the sample application!
    Thanks in advanced!
    Jane

    Thanks Tony for your quick response!
    We need to load a lot of PDfs (history + current).
    I have a questions about the SQL loader. I am trying to insert a pdf file into a table by following the oracle loading sample:
    http://download.oracle.com/docs/cd/B10501_01/text.920/a96518/aload.htm
    Example Data File: loader2.dat
    This file contains the data to be loaded into each row of the table, articles_formatted.
    Each line contains a comma separated list of the fields to be loaded in articles_formatted. The last field of every line names the file to be loaded in to the text column:
    Ben Kanobi, plaintext,Kawasaki news article,../sample_docs/kawasaki.txt,
    But i don't know to where should I put my pdf file on the server.
    for example:
    ,../sample_docs/kawasaki.txt,
    Where is the file 'kawasaki.txt'??
    I try my local path, it didn't work. like c:\temp.
    then I loaded teh PDf file into our server(/findev20/olmtest/orafin/11.5.7/olmtestcomn/temp) , and In my data file. I put the path
    1, pdf_emp1,../findev20/olmtest/orafin/11.5.7/olmtestcomn/temp
    but I got the error: the system can not find the file specified.
    Where should I put the PDf files on the server and how to specify the path in the data file?
    Thanks!
    Jane

  • ActiveX - can I use them in Apex?

    Hi,
    I have a very simple question: Is there any possibility to use ActiveX controls in OAE? I want to use one on page.
    Thanks,
    Tom

    Tom,
    Exactly the same way you would embed it in any HTML page, the problem isn't specific to application express.
    The documentation you have (or hopefully have) should tell you how it should be embedded in an HTML page. You can then place that code into an HTML region in Application Express, or you could output the code to embed it dynamically in a PL/SQL region (for example).
    There are many many options, without knowing specifically what you're trying to achive, what the ActiveX control is/does etc, it's very difficult to give you a concise answer.

Maybe you are looking for

  • Why is my iMessage app not updating?

    I have used (and LOVE) the iMessage app on my Macbook Pro.  Has worked perfectly, even through iOS7 upgrades, and the Mavericks update, as well. However over the past few days, it will not update correctly.  I can send messages from it, but it does n

  • Can I access my photo stream from the web to share it?

    I cannot determine whether and how I can share my photo stream with other people through the web. Am I limited in accessing photostream to my own computer, iPhone, and Apple TV???

  • PL/SQL stored proc won't compile when accessing a table in another schema

    I am attempting to compile a stored procedured that does something like this: create or replace PROCEDURE CreateNewBackupTbls AS tblExists NUMBER; v_CatalogName VARCHAR(50); Cursor ctlg_cursor IS Select vchCatalogName FROM OtherSchema.tblCatalogs; BE

  • Consider Wireless development using Java

    Maui is a Java-based technology for developing user interfaces for           server-side applications that deploy dynamically to a variety of           network-enabled platforms.           New in Version 1.2:           * Servlet support           * U

  • What to do after MacPro hangs

    Hi, I'm getting frequent (1 per week) hangs on my MacPro 2.8GHz Octo. This has just started happening in the last month, previously the machine has been perfect - superb even. It's got an 8800 with 10Gb RAM, always update the OS (currently 10.5.4). W