Oracle Apex Multilpe Theme for a single application

Hi All,
I have a query regarding display multiple theme for a single apex application. My object is to change the color scheme for an existing apex application and use both old and new color scheme in a single application. For example I'm planning to modify apex 3.1 theme 9 (Red theme) to green and wants to use red theme for some pages and green theme for some other pages in same application.
The following steps I have tried.
1. Copied /theme/theme_9 to my local
2. Changed color scheme of all the images.
3. Renamed my local folder name from theme_9 to theme_9_1
4. Moved my new folder to server path /theme/theme_9_1
Now I went to my application which have theme 9 and copied One Tab page template as One Tab Template 9.1. In my new page template I changed all the the /theme_9/ reference to /theme_9_1. In my application I applied this new page template to get green color scheme. But its appearing without any css scheme (even default style is not there).
So Please help me out to resolve my issue. and also suggest me if you have any other easy way to achieve my objective.
Thanks in advance.

Hi,
You steps look okay to me, so not sure why you're CSS isn't working, I would need to see your actual templates to find out (perhaps you could put this up on apex.oracle.com). Just a few general pointers though, I would suggest using one of the newer themes, introduced in APEX 4.0 and APEX 4.1. Those themes are mostly DIV based, i.e. fewer HTML tables for formatting, and as a result, they are much smaller. They also use a DOCTYPE, prompting all modern browser to render your pages in standards more, ensuring better cross-browser compatibility. And most relevant for your task, they no longer use theme-specific class names, i.e. a class called "t9header", would now simply be "header". They also generally reference images directly from the CSS stylesheet, rather than inside your templates, making it much easier to modify your UI. So in essence, assuming you'd be using theme 21, all you'd have to do to switch from a red-look to (in this case) a blue-look, would be to reference the theme CSS file in /themes/theme_22, instead of /themes/theme_21, so in your templates, you would only need to change one path in your page templates.
Regards,
Marc

Similar Messages

  • Oracle companion cd themes for oracle text

    Hi i want to install oracle cd companion, but i have not understood what i have to download to run it.
    I need use themes for oracle text query's,and oracle 10g xe don't support themes.
    Is there a simply procedure that i can follow to install companion correctly?
    I have windows xp and oracle 10g.
    Important file is droldus.dat..
    Thank you very much!!!

    I have to install companion cd only for testing oracle text's themes on my computer..
    and nothing else...
    but which are applications that i have installed??
    html db??oracle workflow server??i can't understand!!!Are useful in my case, or i must install it?

  • Cannot use Themes for iBooks Author application on my Mac Pro

    Hi, I downloaded Themes fir iBooks Author application for my Mac. But when I try to open the Item it gives me the following message:
    "The document “Academic Paper.ibatemplate” could not be opened. The file isn’t in the correct format. The file might be corrupted, truncated, or in an unexpected format. " Can somebody advise what should I install on my Mac so that i can use this application. Thank you in advance. 

    Contact the app developer for assistance  >  http://graphicnode.com/support/contact/

  • How can I turn off sound for a single application?

    So I'm playing iTunes while browsing the web. I come to a webpage with some really annoying Macromdia Flash content. Lots of noise. I'd like to turn the sound off for my browser (Firefox) without turning off iTunes. Similar problem occurs when I'm playing games ... I'd sometimes like to be able to play my own music instead of the game soundtrack. So I'd like to be able to tell the game to be silent without turning the sound of my Mac off completely.
    On my Windows XP machine, whatever application currently has control of the sound is the only one that can make noise. On the Mac the sounds layer together. That's much better in the case of, for example, e-mail app signaling that new mail has arrived. But it is really annoying for the two cases I mentioned above.
    Is there any way in the MacOSX operating system to control the volume for a particular application? Is there any other sound control software that folks know about that I should consider acquiring?

    Kinda funny... I found this article while searching for an answer to my question:
    http://docs.info.apple.com/article.html?artnum=93610
    At the very end of the article, it mentions the "bug" that only one app on Windows can play direct sound at a time. That's exactly the "feature" I'm looking for on the Mac. Funny how one person's bug is another's feature.

  • Appying theme for Webdynpro java application.

    Hi Friends,
    I have change the font size and the content area of my WebDynpro java application which is a Standard Business package.
    I have already applied the theme in the visual admin,but when I make the changes to the theme it does not reflect on the application part.
    Please also let me know which specific theme values are to be changed.
    Request for all your inputs and solutions.
    Thanks,
    Shyam

    iViews used for application integration have a property called (technical name: LAF_Switch) like Send portal theme. This parameter defines if the portal will send to portal's style sheet definition. If so, the WDJ application will decide on some rules if or not to use the portal theme.
    [The SAP Note 1000889|https://service.sap.com/sap/support/notes/1000889] explains how a WD application decides whether to apply the portal theme or not. The note also gives you some hints to find out why the portal theme isn't getting applied.
    br,
    Tobias

  • Theme for standalone WDJ application

    Dear Experts,
    We are on SAP Portal 7.4, and we have developed a WDJ application using NWDS 7.31.
    I have a requirement where I will like to use the Portal theme SAP_CORBU to the standalone webdynpro application.
    I have tried using the application parameter sap-cssurl=http://<MyHost>:50000/irj/portalapps/com.sap.portal.themes.lafservice/themes/portal/sap_corbu
    But this does not work.
    I have also tried whether this method works for other themes like sap_chrome or not.
    It does not work.
    Request you to please suggest.
    Warm Regards,
    Upendra Agrawal

    SAP_CORBU is supported only if you use Unified Rendering Lightspeed. Set iView parameter Stylesheet to ls and check Supply Portal Stylesheet. See below for how the pre EHP5 Who's Who Web Dynpro Java application looks like with SAP_CORBU. As always you should use SAP_CORBU only with applications that support it. In case of custom application, you will have to adhere to known restrictions with SAP_CORBU. See SAP notes 1681286 and 1852400 for details.

  • Oracle ADF Mobile Framework for native mobile applications

    Hi All,
    Has anybody tell me the roadmap from Oracle for the new release of Oracle Mobile Client (Native Mobile Application Development).
    What is the tentative release date for the new framework?
    Regards,
    Muthulakshmi

    We are all waiting :(
    Oracle generally don't give dates (or they are ambiguous). So all you can do is wait. Do you already visited the adf mobill page http://www.oracle.com/technetwork/developer-tools/adf/overview/adf-mobile-096323.html ?
    Timo

  • Oracle Apex Regular Expression for Directory Path (e.g. C:/New/Test)

    Hi,
    I am searching for Apex validation for directory path. exaples string should allow following strings:
    (1) C:/Data/NewFile
    (2) C:\Data\NewFile
    Alphabet, Numbers, Colon (only at second location), Any slash (forward or backward).
    However it should filter out multiple slashes, special characters, etc.

    Maybe this article will help: http://docs.oracle.com/cd/E19509-01/820-4381/agxlo/index.html
    Thank you,
    Tony Miller
    Ruckersville, VA

  • Oracle RAC and implications for custom developed applications

    Hi,
    I'm wondering if there are limitations to custom developed applications when implementing a RAC solution. I need some advice though I can find no documentation on this topic. Of course the standard database features will work correctly but what about, let's say, OS-specific PL/SQL code? Any advice is welcome.
    Thanks

    Jos,
    What do you mean by OS-specific PL/SQL code?
    The main thing here is you need to make sure it works correctly on all instances, or you must bind it to an instance by submitting it as a job.
    This implies the output needs to end up on a cluster file system, or you need to set up NFS links.
    Please feel free to contact me internally, if you are the Jos Baan I know.
    Sybrand Bakker
    Senior Oracle DBA
    (the real one)

  • Using oracle personal for developing java application?

    Can I use Oracle 9i Personal Edition for developing Java applications? Does it provide a JDBC Type 4 driver?
    Thanks a lot.
    [email protected]

    SIR I WANT TO UPLOAD MY DEVELOPER FORMS BY USING ORACLE 8I SERVER?
    CAN U TELL ME THE PROCEDURE IN DETAIL?
    I WILL BE THANKFUL TO U
    MY EMAIL ADDRESS IS [email protected]

  • Create a query builder in oracle Apex

    Hi
    We have a request to create a query builder in oracle Apex particularly.But it provide the application builder and Utilities when we create the apex workspace.My question is any possibility are to make the application builder and utilizes as invisible
    regards
    apexuser

    hi scott,
    we no need to buid a report.we want generate a sql query using GUI drag and drop query builder.
    our suggestion is provide synonym for all objects and give to clinet,but in apex query builder only show view and table...
    it not show synonym thats the problem..
    simply we want oracle query browser.just want build a query.through synonym schema.
    we cerate a oracle user and provide synonym for live tables.then we provide the synonym user to client place,so they want build a query simpl.
    they dont have sql knowledge.
    regards
    apexuser

  • Dynamic Actions in Oracle APEX

    Hello all,
    I am using Oracle APEX 4.0.
    In an application, on a page I am using two standard dynamic actions
    to show particular items to the user.
    The first one is working fine but when I select the item which
    triggers second dynamic action the result of first one is
    reverted.
    I tried all the three event scopes bind, live and once.
    But it didn't worked out. Please suggest something?

    Your question is very vague, you ll have to provide more details about what each of those dynamic actions does.

  • Apply custom themes to WebDynpro ABAP application in Portal

    Hi,
    We have just upgraded the E-Recruitment to EHP4. We have two instances of ECC in which one acts as HR instance and the other one for E-Recruitmet. We have created custom themes for portal and need to apply the same for the WebDynpro ABAP applications for E-REcruitment. I have downloaded the theme and from portal and uploaded the same in MIME folder using SE80 transaction. I have also added the parameter sap-cssurl=/sap/public/themes/<my custom theme folder name>.
    Also tried giving the url in application parameter as
    SAP-EP-THEMEROOT=http://<hostname>/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/customer/<custom theme>
    Is there any other way to apply themes for WD ABAP applications. I dont want to customize the standard applications and just want to apply the themes.
    Any suggession on this is highly appreciated.
    Kind Regards,
    Vivek.

    Hi,
    to create theme for webdynpro abap application, use Eclipse Plugin.  Please remeber to check the version of theme file before using theme.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10d5ef40-465e-2c10-9ca9-f548bfc3f236
    setup custom theme for webdynpro abap application.
    FEATURED EVENTS
    Regards
    Baby

  • Designing for Flash/Flex application

    Hello,
    I'm trying to create multiple themes for a flex application. It seems as though Flash is the best way to do that given the workflow. I'm looking for a Flex/Flash template within flash. I'd like to take the .Fla and edit it and export the .swc. I swear there was a folder in Flash with templates for this process. Can anyone tell me where those templates are?
    Also, does this workflow make sense, when trying to update the look and feel every few months? I can use PS for example, but I'd like to avoid bitmaps where I can.
    I'm using CS5 on a mac.
    Thanks

    You should definitely check out some online tutorials on design in FB4.5, such as Lee Brimelow's tutorials on "blitting" and skins/styles in Flex ("Intro to Flex: Part 3"):
    http://www.gotoandlearn.com/
    Also, the "Change the appearance of your application" videos on the Flash Builder "Test Drive" site:
    http://www.adobe.com/devnet/flex/testdrive.html
    Good luck!

  • Using a single application that now indicates my trial period has expired

    Greetings - I've been using and paying for a single application PS and now it indicates my trial period has expired. How do you get this resolved? If I wasn't supposed to be paying during the trial period, how do I go about getting some credit for that frame of time. Not so worried about that as I am to getting the application that I only use about once each week running again...when I want it to run . Thanks
    And Happy New Year!

    dandelion3
    Two things for you to explore
    a. When you get the expired message, do you see two options, one Buy and the other License This Product? If you see the option license this product, then click on that and insert your purchased serial number when requested.
    b. You can contact Adobe via Adobe Chat to work out the activation details (it is the only one who can). Click on the following link and, when it opens, click on the statement "I still need help" to bring up the Adobe Chat to discuss "Serial Number Issues or Activating My Product".
    http://helpx.adobe.com/contact.html?product=photoshop-elements&topic=serial-number-issues- or-activating-my-product
    ATR

Maybe you are looking for