Multiple themes in one application

Hello,
When the application was first created, it used the theme "Blue" (2 level of tabs).
The application has 4 parent tabs. I have a requirement now to have a sidebar ONLY for one of those 4 parent tabs. I figured that I need to copy the current theme I have (Blue) and edit the new one so it allows 2 level of tabs with a sidebar. I was able to create the new theme, but I am not sure how I can edit certain pages to use the new theme while the rest uses the original theme. Is this possible?
Thanks!

Hello,
Every theme has 2 two level tab templates. One with a sidebar and one without you should just be able to switch your templates at the page level to get what you are looking for.
Carl

Similar Messages

  • Multiple themes for one application

    Hi,
            How to apply multiple themes dynamically for singel application. Is there any sample available.
    Regards,
    Jayagopal.

    Hi,
    I work for big bank sector corp - Citigroup.,i am using themes to load themes dynamically using style manager class.i wrote a application which have 3 themes as a combo box items. when theme selected the look and feel of the same application's UI screen has to change. for the loading i used below mxml application. please advise me as need to submit this task today to implement all our project.it will be very gr8 if u can help me.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application
    xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="
    library://ns.adobe.com/flex/spark"
    xmlns:mx="
    library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.styles.StyleManager;
    import mx.events.StyleEvent;
    [Bindable] private var themes:Array = [ "AeonGraphical","Spark","Halo" ];
    private function initApp():void {
    //Initialize the ComboBox to the first theme in the themes Array.
    themesCmbBox.selectedIndex = themes.indexOf(0);
    private function thmsCmbChangeHandler(themeName:String):void {
    themeName= themesCmbBox.selectedLabel;
    if (themeName!=null && themeName == "AeonGraphical") {
    styleManager.loadStyleDeclarations("assets/AeonGraphical/AeonGraphical .swf");
    if (themeName!=null && themeName == "Spark") {
    styleManager.unloadStyleDeclarations("assets/AeonGraphical/AeonGraphic al.swf");
    styleManager.loadStyleDeclarations("assets/Spark/spark.swf");
    if (themeName!=null && themeName == "Halo") {
    styleManager.unloadStyleDeclarations("assets/Spark/spark.swf");
    styleManager.loadStyleDeclarations("assets/Halo/halo.swf");
    private function registrationComplete():void {
    Alert.show('Thank you for registering!');
    private function clickClear(event:KeyboardEvent=null):void {
    if(event==null || event.keyCode == 13 ) {
    person.text = "" ;
    addr.text = "" ;
    city.text = "";
    state.text = "" ;
    zip.text = "" ;
    ]]>
    </fx:Script>
    <mx:Form id="Themes">
    <mx:FormItem>
    <mx:Label text="{'Themes Demo in Flash 4'}" fontSize="35"/>
    </mx:FormItem>
    <mx:FormItem label="Themes" >
    <mx:ComboBox id="themesCmbBox" dataProvider="{themes}" change="thmsCmbChangeHandler(themesCmbBox.selectedLabel)" />
    </mx:FormItem>
    <mx:FormItem label="Person Name">
    <mx:TextInput id="person" />
    </mx:FormItem>
    <mx:FormItem label="Street Address">
    <mx:TextInput id="addr"/>
    </mx:FormItem>
    <mx:FormItem label="City">
    <mx:TextInput id="city"/>
    </mx:FormItem>
    <mx:FormItem label="State">
    <mx:TextInput id="state" />
    </mx:FormItem>
    <mx:FormItem label="ZIP Code">
    <mx:TextInput id="zip" />
    </mx:FormItem>
    </mx:Form>
    <mx:HBox>
    <mx:Button id="sub" label="{'Submit'}" y="100" click="registrationComplete()" />
    <mx:Button id="reset" label="{'Reset'}" buttonDown="clickClear()" keyDown="clickClear(event)" />
    </mx:HBox>
    </s:Application>
    and i given the compiler option:
    -theme+=${flexlib}/themes/Halo/halo.css,${flexlib}/themes/Spark/spark.css,${flexlib}/theme s/AeonGraphical/AeonGraphical.css
      or -theme+=assets/Halo/halo.css,assets/Spark/spark.css,assets/AeonGraphical/AeonGraphical.cs s
    i tried with locally project assets path, and framework path nothing work out. and added these themes in the flex-config.xml file also.
    And i tried to run your MyStyle app same problem. Please advise me ASAP.
    Advance Thanks,
    Usha
    Optional Information:
    Computer OS: Windows XP
    Programming Language: mxml/as3
    Compiler: flash 4.1.0

  • Two different themes in one application

    Hello,
    I am quite new to Apex and currently I have a problem which g**gle can't answer :-)
    I want to set two different themes on some pages in the same application. When trying to change the theme on one page this can only be done for all pages in this application. Is there a possibility to reach my goal?
    Thanks for your support
    cheers, sebastian

    Hi Sebastian,
    It isn't possible to apply multiple APEX themes to one application, but the same effect can be achieved by applying one set of templates with multiple styles.
    What you need is a theme that separates the style (CSS and images) from the structure (templates) so that multiple colour schemes can be applied to the same template set. Unfortunately the themes supplied with APEX weren't designed this way.
    The general idea, that Matt mentioned, is to have multiple CSS style sheets and sets of images that can be applied to the same template set. This way, you can create two pages in the same application, with the same template set, but apply a different style/colour scheme/look and feel to each page by setting different paths to the CSS files and images at page level.
    All of my themes work this way for exactly this reason. This article on dynamic theme switching might help explain the concept. Although the switching mechanism is presented to the user as a select list, this doesn't have to be the case. The "switch" could be made internally based on page number or some other condition.
    -Stephen
    APEX Themes

  • Can I have multiple themes on one DVD

    I want to make a demo dvd and would like to feature several themes on one dvd. Is this possible and how?
    Thanks.

    This seems to change the main theme though. I'd like to include several different themes on one dvd. Either have one main theme with submenus of different theme examples or figure out a way to encapsulate each theme, but I still think that would have to be linked to a main menu. I want to be able to demonstate to a client, say, the travel theme and then the scrapbooking theme, then maybe the the watercolor theme, etc. all on one dvd. Thanks.

  • Using Multiple Schemas in one Application

    Is it possible to have multiple schemas from the same database in one applicaiton. In APEX we have added multiple schemas to our workspace but when we create a form or report only one schema seems to be available.

    Miroslav wrote:
    Your application has a parsing schema. All other schemas have to give appropriate grants to it to be available to your application.Miroslay is right, if you use the INTERNAL workspace to add additional schemas to a workspace, APEX does not take care of any grants between the schemas. APEX can not know how or if you might want the schemas to interact with one another. All this does is gives the workspace the ability to utilise that schema, such as adding it as parsing schema to any applications in the workspace.
    You can switch to the secondary schema in SQL Workshop and add grants from there, e.g.
    grant select on SECONDARY_SCHEMA.MY_TABLE to PARSING_SCHEMA;

  • Multiple copies of one Application on different hard drives?

    Hi guys --
    Ok - I have 2x Hard drives in my G5 (2 physical HD's, not 2 partitions of the same HD). On one HD I have 10.5 Leopard and on the other I have 10.4 Tiger.
    My question is this: I have Adobe CS3 installed on my Tiger HD. But when I'm in Leopard, the applications won't start when I try to open them on the Tiger HD. So it looks like I need to install new copies on the Leopard drive right? Would this be ok? To have the CS3 suite twice on the same computer (albeit 2 seperate HDs)?. WOuld you recommend I uninstall them on the Tiger drive first? I'm hoping I wouldnt have to cos it's always a little bit of a pain to uninstall Adobe stuff with all the components etc.
    Anybody else have a similar set up? Thanks for any advice!

    It's probably all those components that are causing problems. Some applications have everything in one spot and you're fine. Others (like Adobe) put things everywhere and if they aren't exactly where Adobe expects them to be then the application doesn't work. You should, however, be fine with making a second installation of the application.

  • Multiple instances of one application in a single vm

    Hi
    At work we use a database client called SAP, for timesheet, maintenance logs etc.
    To access this application (SAP) we need to use computers on a domain, which we are charged $6000 yearly per. computer.
    To reduce this cost, we want to set up a server running windows server 2012 (for centralized storage, web applications etc), with a virtual machine running windows 7, that is part of the domain, and having access to SAP.
    What we then would need is the ability to remotely log on to the virtual machine and run SAP, easy enough..
    But the problem is that we are 15 people who need to do this at the same time.
    Is this possible? And is Hyper-V the right way to go?
    The server will be running with two network adapters, one for the office network, and one for the virtual machine which connects it with the domain.

    Hyper-V won't allow you to get out of paying your per use licensing.
    You will need 15 licenses of Windows installed in Hyper-V as well as SAP.

  • Multiple databases in one application with locations unknown

    Hello everyone,
    I am developing an application that uses several databases, one database for each user. The users, and the parameters for their database connections, are read from a configuration-file at runtime.
    I would like to use JPA to access the databases. This is where the problem arises, because if I try to get an EntityManagerFactory, I have to specify a name; I just use <username>-pu. This causes a PersistenceException because "No Persistence provider for EntityManager named maarten-pu". Which is correct, because my persistence.xml contains no persistence units.
    I cannot define all persistence units beforehand, because at that time the configuration-file is not yet read.
    Does anyone know how to solve this problem?
    Kind regards, and thanks in advance,
    Maarten

    Hello everyone,
    I am developing an application that uses several databases, one database for each user. The users, and the parameters for their database connections, are read from a configuration-file at runtime.
    I would like to use JPA to access the databases. This is where the problem arises, because if I try to get an EntityManagerFactory, I have to specify a name; I just use <username>-pu. This causes a PersistenceException because "No Persistence provider for EntityManager named maarten-pu". Which is correct, because my persistence.xml contains no persistence units.
    I cannot define all persistence units beforehand, because at that time the configuration-file is not yet read.
    Does anyone know how to solve this problem?
    Kind regards, and thanks in advance,
    Maarten

  • Oracle XE: Multiple Developers for one Application

    Hello,
    Is it possible to have more than one developer work on a single application? Couldn't find a way to do it in XE but I know I've done it in HTML DB 1.6 in the past.
    Cheers,
    Peter
    P.S. Sorry, I know this should go in the XE forum but it's just too well hidden.

    Peter - No, in XE, the workspace concept is not visible and you login to the database as a particular schema in which you can develop applications on that schema and there are no separate developer accounts from that schema.
    Scott

  • Easiest way for multiple Themes in one book please.

    I am doing a book for my gf for xmas and I would like the family style for the old pics of her father but then would like something modern for the more recent pics of her.
    thanks in advance!
    Aj

    Not really - but you can do two books and print pages from one to iPhoto and then place the resulting pages as full page photos into the other one
    see this thread for further discussion - http://discussions.apple.com/thread.jspa?threadID=1818897&tstart=0 - and this one - http://discussions.apple.com/thread.jspa?threadID=1815663&tstart=0

  • Creating multiple JFrames in one program

    What kind of trouble should I look for when creating multiple JFrames in one application. These JFrames will talk to each other via drag and drop. Is this ok?

    What kind of trouble would you like? I'm sure you can engineer all kinds. As long as you have a place to hold the frame references, you should be okay. If you need them.
    You can do drag and drop between components in different frames, no problem. Better read up on drag and drop first though.

  • Is there a way to export multiple pages from an application?

    Hi,
    I need to export multiple pages from one application and import them to an other application in one shot?
    Thanks

    Go into Shared components > on the right hand side select Export Application Components > and export multiple pages,components at once

  • Use a gtk theme for one app and another for the whole system??

    I would like to know if is it possible to use a theme for one application and use another for the remaining of the system? I use OpenBox and I change themes with Lxappearance...
    Thanks,

    Uhh, thanks mauryck for the question and anonymous_user for the answer! I use a very slow gtk theme, and one program suffer from it, but this theme is so beautiful so I dont like to change. Never though about this solution, use a different theme only for this program!
    Sometimes the solution is so simple...

  • Installing multiple applications through one application (or package)

    I am trying to make an application (or package) that will install multiple programs through the one application.  Right now the only way I can see to do this, is to force an application to install another one as a requirement.  The easiest example
    I can give is iTunes.  We customize the iTunes install to lock down features and not install every application that isn't needed in our environment.  So technically iTunes actually installs 5 different programs.  I need to be able to select
    iTunes during an OSD deployment using the MDT UDI Wizard, and it will install iTunes and anything needed for it to work correctly.  
    I am just using iTunes as an easy example to explain.  We have other programs that work in a similar way, or require other applications to be install.  My main reason for this request is we have standard engineering applications, but I don't want
    them installed on all computers, I want just one option that will in turn install all the standard applications.  
    I am guessing what I will have to do, is make one install that requires the previous application and installs it, and do that for each application, but this doesn't seam like a good solution as it means I will have to have a separate application only for
    this OSD problem.
    Is there an easier/correct way of doing this, mainly for OSD?
    Thank you,

    Dependencies only forces the box to be checked, it doesn't install it in the correct order.  We are having another problem in that area.  We have an Office add-on that in SC requires a version of office to be installed.  We can't set the dependency
    for that add-on since we have multiple versions of office, but even if a version of office is selected, it doesn't try to install it before it tries to install the add-on.  So the add-on install ends up failing since office isn't installed when it tries
    to install, even though it installs afterwards.  
    This is why I am not considering using dependencies since I can't get it to install in the correct order.  If there is a way to enforce the when something gets installed, then yes, this would work for me.

  • I have multiple documents how can I combine them into one document?

    I have multiple document files in Pages. How can I combine them into one document?

    Menu > View > Page Thumbnails > click on the thumbnails > Copy/Paste into thumbnails of other document
    Peter

Maybe you are looking for

  • AppleCare using lower quality retina displays when repairing?

    so last month, my mid-2012 retina display starting showing signs of banding. i was out of warranty, so i paid apple to fix the problem and they replaced the retina display. after bringing it home, i noticed that the colors weren't as vibrant as they

  • Reader extensions and 2d bardcode

    Hi, If I´m not wrong, even with the licence for 2d barcoded forms, one will always need reader extensions, right? I believe one can purchase only the part of reader extensions needed, or this funcionality is bought when we pay for the 2D barcoded for

  • How do u switch users on apple id

    I have a a apple iPod and I don't know how to switch user to my app store ??

  • Automation parameters missing??? Limited menu?? Please Help

    Hi All, I'm new to Garageband however having a lot of fun with it. When I open my tracks up they have automation parameters available after pushing the line with dots button at the top, then I push the same looking button again on the actual track. A

  • I was syncing my iPod

    I was syncing my iPod & purchases from my work computer to my home computer. In the process I lost a lot of apps that iTunes shows are still installed but I can't see where they are.  I can find them when I do a search. This is the first time this ha