New Application using Kuler for PPTX Color Themes

Hi @all,
I just deployed the first public beta of my Kolor Theme Wizard. It's a Java based web application and you can search for Kuler Themes an download an Office Open XML presentation file with these colors defined as default accent colors. So you can use Kuler themes in Powerpoint without hacking hex color codes into your keyboard.
I hope you enjoy it.
Jens

Please try this, let me know if it doesn't work.
public void configureMarkups(boolean isGreenMarks) {
System.out.println("***KPE*** configureMarkups()");
System.out.println(" isGreenMarks: " + isGreenMarks);
final MarkupBean mbean = this.getActiveVueBean().getMarkupBean();
MarkupEntitySpec spec = mbean.getMarkupEntitySpec();
if (spec == null) {
System.out.println("***KPE*** Why is spec null?");
spec = new MarkupEntitySpec(mbean);
spec.setColor(isGreenMarks ? Color.GREEN : Color.RED);
spec.setFillColor(Color.YELLOW);
mbean.setMarkupEntitySpec(spec);
For the future: please try limiting code snippets to only minimum relevant lines, otherwise it's very hard to come up with quick suggestions...

Similar Messages

  • Simple application using WebDynpro for ABAP

    Hi All,
    I want to Build a simple application using WebDynpro for ABAP..
    Thank you,
    Karan

    Hi Mr.Karan,
    Pls Go through the link [Application|http://****************/Tutorials/WebDynproABAP/SimpleApplication/SimpleApp1.htm]..
    Let me know if need any help...
    Thank you,
    Srini.S

  • I have 3 computers...Window PC, PowerBook G3 (old) and MacBook Pro. I use firefox for all of them and have for quite some time. Is there a way for them all to use the same toolbar? Each of them have differnet bookmark/ settings etc.,

    I have 3 computers...Window PC, PowerBook G3 (old) and MacBook Pro. I use firefox for all of them and have for quite some time. Is there a way for them all to use the same toolbar? Each of them have differnet bookmark/ settings etc.,

    Open Media Encoder and add your Sequences:
    File > Add Premiere Pro Sequence
    Navigate to your Premiere Project and select it in the list.
    You can then select multiple Sequences from the Project (Ctrl+Click)
    and load them all at once into Media Encoder and apply
    the same encoding preset to all Sequences at the same time.

  • Accessing new application using direct Hyperion Planning web client URL

    I added new Hyperion Planning application. From standard workspace URL [http://demodrive:19000/workspace/index.jsp], I can now access new application.
    However, when I use the direct Hyperion Planning web client URL [http://demodrive:8300/HyperionPlanning/LogOn.jsp], new application is not included as one of available applications to select. What am I missing?

    Hi,
    I find it a little strange that you can see the planning application through workspace but not directly, I would usually expect problems the other way round.
    One thing to check for if that you don't have multiple planning instances, check in the configuration utility, you could have an instance pointing to one set of apps and another instance pointing to a different set of apps.
    Though saying this I would expect workspace to show the same apps as going directly.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • [Application Insights] Fail to create new application using REST API

    Hi,
    I'm trying to create new application in Application Insights using the REST API.
    I followed the instructions on
    this page, but keep getting '404 Not Found', with the following error stream:
    "{"error":{"code":"InvalidResourceType","message":"The resource type could not be found in the namespace 'microsoft.insights' for api version '2014-04-01'."}}"
    The http method I'm using is: PUT
    The request URI is:
    "https://management.azure.com/subscriptions/some_real_subscription_id/resourceGroups/yonisha-new-rg/providers/microsoft.insights/component/yonisha-new-app?api-version=2014-04-01".
    Can you please advice what am I doing wrong?
    Few things:
    I tried both with existing/non-existing resource group.
    I set the Content-Length header to '0' (otherwise the server returns an error the the length is required).

    Try the API Version "2014-08-01" and also make sure you are sending a location of "Central US" (its the only location available right now).  An example of a PowerShell call that works is below.  I would also suggest checking
    out the new https://resources.azure.com/ which can help you construct the REST call.
    New-AzureResource -Name TestAppInsights -ResourceGroupName TestRG -ResourceType "Microsoft.Insights/Components" -Location "Central US" -ApiVersion "2014-08-01"

  • Replacing a 3 tier application using HTML for presentaion with a Java App

    Hello Everyone,
    Any help with this respect will be greatly appreciated..
    We have created an application which uses Weblogic as the Application Server and the front end is written in HTML which uses HTCs. Data from the front end to the back end is sent in the form of XML. The application as such is very slow, the lag is in the loading of the HTCs and in rendering the xml.
    Is it good to replace the front end part with a full blown Java application which uses Swing for the front end. I feel that this is not a good approach, but I do not have valid reasons to support my ideas.
    Please help me ...
    Thanks in advance
    Raj

    1) Swing is very very slow and if used will otherwise
    cause a very pathetic user experience (and believe me
    lady, it is true).Define slow and pathetic, I do not think you can because you are not work in her environment. Swing is accepted to be slower than AWT.
    2) Making a seperate client side application will
    cause
    a) Distribution problem - you have to go around
    nd giving it to all the clients (and potentially new
    ones, it could be a potential pain).
    b) Changes to the front end will result in
    in re-distributing the client application.
    c) Control over the client interface will be
    be compromised as it shall be spread across antire
    gamut of users. In web interface at least it is at one
    place and changes can be easily affected.Web logic totally nullifies this argument with their push technology (I don't remember what it is called), it will automatically update any and all parts of the application as the developers define and with options for delay of updates as the developer defines.

  • SAP eRecruitment - req.new Application wizard excl.for MBA candidates

    Hi,
    In our requirement client want to have a seperate link provided in their career pages for MBA Candidates (freshers), whereas it should be linked to SAP eRecruitment system. Based on their requirement created :
    1.Defined Elements
    2.Created seperate Container sequence and assigned elements to that container sequence
    3.Defined a seperate Start Page for MBA candidate and in Application class defined it as external Application and assigned it to groups (In the start page groups created start page groups and assigned to Links)
    4.In the role hrcf_cand_ext assigned that start page
    5.Generated URLS and the URL got generated and when I went into that URL it displayed the reg.page and after reg..in the Personal page when tried to apply for the MBA jobs ( Job posting was done exclusively for MBA) and when it was clicked it took to the standard Application wizard instead of custom wizard defined exclusively for MBA.
    Should I clone the standard BSP page and make the changes for MBA candidates ? or should I create a seperate template for the MBA?
    Kindly share your thoughts of the configuration missed.
    Regards,
    Selva

    Hi Selva,
    Please check if you have provided the correct context value while generating the URLs. While configuring the container sequence the context value that you have provided must be used while generating the URLs. Check that out and let me know.
    Hi Ravi,
    Yes , I have created the correct context while generating the URL and even it goes to Log in page:
    http://sapgea.we.xxxxxxx.net:8055/sap/bc/bsp/sap/hrrcf_start_ext?sap-client=500&sap-language=EN&rcfSpId=9003&rcfContext=MBACAN
    ( I created a URL for MBA candidates)
    But after registering and getting into the system when I apply for those MBA Postings it is not displaying the Application wizard defined for MBA candidate,instead it is showing the standard one defined.
    1.Should I create a seperate Process Template for MBA candidate in the Portal ( with the id which has admin.rights to create a Process Template with the Questionnaire).
    2. Where to provide that Application wizard link to those MBA positions?
    Regards,
    Selva
    Edited by: S.V. Selva Kumar on Jun 17, 2009 6:00 PM
    Edited by: S.V. Selva Kumar on Jun 17, 2009 6:01 PM

  • TS1702 New IPhone4s using primarily for Internet overseas and FaceTime states it is waiting to activate need some help

    Need some help activating my face time on my new phone. Am overseas and not in phone range so trouble shooting is difficult

    I maybe completely off base (i don't have t-mobile) but it was my understanding that you would still need a 'data' plan for a) most of the applications to work and b) to receive service books etc and that the wi-fi would only give you access to 'website' and not the email etc.
    If the unit is rebooting, then it would be sign of a bad BB, I would recommend reinstalling the OS using the desktop manager but if you just got the unit and are still in the 15-30 day period (not sure how long t-mobile does a return) I would ask for a replacement unit.
    Again, not sure on the top part so hopefully someone else may have an answer for you.

  • Create new LSMW using Idoc for HR master Data

    Hi Guys,
    I was wondering id someone could help me. I have started developing an LSMW, of which I have already
    created the Object. I have also created the Maintain attributes and I have supplied the Message Type, Basic Type and activated the IDOC inbound processing after providing the appropriate information.
    The question I have is in the "Maintain source structure" do I need to create a structure for data records
    and a structure for header?
    Can I do a recording for transaction     -
    "PA30" --->  update infotype 6
                                                           |
    IDOC   -
    > infotype 0,1,2,6
    I have previously created HR LSMW using recording, but I have not used the IDOC facility and I'm not
    sure of the differences.
    Does anyone have any documentation.
    Regards,
    Frank

    Dear Frank,
    For Idoc method need to do setting first.
    Creating  pratner profile,.....................etc.
    then rest of the thing are same.
    Best Regards,
    Flavya

  • Concern in published SWF file using Presenter for PPTX

    I observed that the PPT files (2003 version) which were published using Presenter 7 were creating a SWF file containing multiple frames. However the PPTX files (2007) which were published using Presenter 7 were creating a SWF file containing single frame. I am wondering how do I access a movieclip containing an animation.

    Let me re-phrase.
    I am loading the Presenter SWF into my Flash file (controller). Once the file is loaded I am controlling that file; I mean to say, I play/pause or jump to particular frame using the Flash file (Controller). This was working fine when I published PPT files, however when I published the PPTX file I am not getting the expected timeline animation so as to control it.
    Now I am wondering how I can control the PPTX published file using my controller.
    I will grateful, if someone helps me to solve this issue.

  • Kuler (Color themes) are not loading any schemes, except my own.

    Kuler (Color themes) both are not loading any schemes, except my own. Any suggestions?
    I can't search, can't load anything. It's empty. To create my own scheme I had to go across a bit. It's not exporting anything with Opera 12, so I had to catch the link and open it in other browser. That's how I saved my palette, and I can load it. But that's all I can do with Color themes.

    Hi Monika,
    What is the reason that it is possible to search for (explore) color themes from within the Color Themes panel in InDesign and Photoshop, but not in Illustrator? Seems a bit odd…
    Cheers,
    Marinka

  • My HD TV as NTSC Monitor for secondary color correction

    Can I use my new Panasonic HD TV model TH-42PX80U as a NTSC monitor for secondary color correction using both Final Cut Pro out of a Macbook Pro intel? What cable I can use to conect via HDMI? Will the color acuracy will be similar to that of a NTSC color correction monitor? will my TV do a decent job for NTSC? THANK YOU FOR YOUR HELP!
    I am not sure I have this HDMI cable to be use in my macbook pro does it comes with it?

    Can I use my new Panasonic HD TV model TH-42PX80U as a NTSC monitor for secondary color correction using both Final Cut Pro out of a Macbook Pro intel?
    Yes, but I would only trust it if you are going to be making DVDs, and ONLY if you properly set it up. I would not rely on it for broadcast color correction. The reason broadcast monitors exist is to have a standard...HDTVs don't have a standard. Go to best buy and look at all of them....none of them match. BUT, as a nice simple solution for DVD, I'd use it.
    But the only way you are going to get a signal to it is with the Matrox MXO. It will do component to the monitor, or you can get a DVI to HDMI adapter...if you do that the MXO software will allow you to set the monitor up to color bars. That option is only available from of the DVI out of the box.
    Will the color acuracy will be similar to that of a NTSC color correction monitor?
    No...it would be similar to color correcting NTSC on your home television...because that it what it is.
    will my TV do a decent job for NTSC?
    I doubt it. Taking an SD image and blowing it up huge on this HD TV...scaled up. I wouldn't think so. I wouldn't use it for SD color correction.
    I am not sure I have this HDMI cable to be use in my macbook pro does it comes with it?
    You have a DVI port on your MacBook Pro. And they make DVI to HDMI cable adapters I'm sure.
    http://library.creativecow.net/articles/ross_shane/MXO.php
    Shane

  • Problem configuring SOA suite to use OID for authentication

    We are in the process of rebuilding our environment to use the full SOA suite with our OID server for authentication (was previously just BPEL using AD directly), and have encountered several problems (below). We have rebuilt the OID server, and reinstalled the SOA suite into a clean ORACLE_HOME to no avail.
    We first rebuilt the OID server using the following steps (derived from Oracle® Internet Directory Administrator's Guide):
    1)     Create the Import and Export profiles for AD synchronization. We did this using the Directory Integration and Provisioning Server Administration tool under “Active Directory Configuration”
    2)     Modify the map file to specify the correct OU mappings between AD and OID.
    3)     Update the profile with the new map file using “dipassistant.bat mp”
    4)     Bootstrap the import profile using “dipassistant.bat bootstrap”
    5)     Start a new instance of the Integration server (odisrv) running on config set 1 (the config set containing the Active Directory import/export profiles) using “oidctl”
    6)     Set the Import profile to Enable. The OID server does not export changes to AD in our current configuration, so the Export profile is left on disable (and not bootstrapped)
    At this point it appears that the AD synchronizes correctly into our new OID server.
    Next we installed the SOA suite:
    1)     We ran “irca.bat” on our database server to create the ORABPEL, ORAESB, and ORAWSM schemas and associated integration repository structure.
    2)     After launching the SOA suite installer, we selected Advanced Install.
    3)     On the next screen, we selected J2EE Server, Web Server, and SOA Suite.
    4)     We then provided the credentials for our Oracle database, and the passwords for ORABPEL, ORAESB, and ORAWSM.
    5)     We configured our new AS instance as an administration instance, but did not opt to use from a separate HTTP server, and did not make this instance part of an OAS cluster topology.
    And finally, we configured our new SOA suite instance to use OID for authentication (using the instructions in Oracle® BPEL Process Manager Administrator's Guide section 2.1.3):
    1)     Used the configure_oid.bat command to seed OID with required users only.
    2)     Logged into the OracleAS Control Console
    3)     Chose the oc4j_soa instance, then Administration->Security->Identity Management
    4)     Configured the OID server using a non-ssl connection and the cn=orcladmin account.
    5)     When prompted, chose to reconfigure all applications in the oc4j_soa instance to OID, but not to use SSO for any of them.
    6)     Copied the contents of ORACLE_HOME\j2ee\home\config\jazn.xml to ORACLE_HOME\j2ee\oc4j_soa\config\jazn.xml
    7)     Restarted the application server.
    After this procedure, we encountered the following issues:
    1)     The BPEL console appears to authenticate users correctly out of OID, but no users have access to the default domain, including bpeladmin and oc4jadmin. All users receive a similar access denied message when attempting to log into the BPEL Admin Console.
    2)     We cannot upload a BPEL process to our new server via JDeveloper’s standard BPEL deployment mechanisms. The connection appears to be working properly and passes all tests, but on uploading a process we get a Java AccessDeniedException. ESB appears to be functioning properly, and accepts uploaded projects without issue.

    Bassman,
    We recently configured our SOA Suite to use OID and SSO. We had the same issues you are having, and we found the resolutions in a blog from Jaas Poot (http://blog.jpoot.com/category/oracle-appserver/oid-ldap/). For the BPEL domain access, this involved going to the data-sources.xml file and changing the database passwords from using ->pwForOrabpel for the orabpel schema and ->pwForOraesb for the oraesb schema to the real passwords; the blog explains more about this.
    The blog also covers the JDeveloper deployment issue, and another issue we encountered, where we couldn't access the BPEL Admin console. All of these were resolved following the steps in the blog.
    Hope this helps
    Candace

  • Cant use Kuler. Sorry no items were found message

    Hi all,
    After using kuler for a while, I reinstalled AIR and now I cant connect to kuler. I get "Sorry no items were found", and the application seems to freeze since i have to end the process to close it. BTW, another weird behaivor is that im able to login, but after succesfully loging in, it doesnt do anything.
    Any clue? Im running Windows 7 and I googled the solution but only found it for Mac. (yes, i should get a mac, i already know that)
    thanks in advance
    E.

    Hi Gajanan,
    Sometimes what happens the documents get cleared at a later date than the date you are viewing them as open item in the G/L Account so system show those line items as open. Please check the documents if they have a clearing document number. If so then see the date of clearing. This will answer your question.
    Regards,
    Sanjay

  • Changing a color theme NAME??

    I hit the little pencil icon for a color theme, and type in a new theme name. But it just snaps back to "My Kuler Theme".
    I see other people have renamed this default theme name. But HOW???
    Thanks.

    Hello DrStrik9,
    Does the name that you are typing pass the following conditions ?
    1. Characters allowed in theme name are :  "A-Z a-z 0-9 _ & - space" .
    2. Theme name must have atleast three characters.
    Regards,
    Neha

Maybe you are looking for

  • Can't Install Adobe Reader

    I had Adobe Reader Installed and it worked fine.  Then an update failed and Reader disappeared.  I tried to download it and reinstall it, but it gives me a message that it doesn't have enough permission to access Activex file, and asks me to log in a

  • My BIOS declares " HARD DRIVE NOT EXIST"

    Dear collegues!! please tell me what should i do, in such a situation.... 

  • DNS records not always updating / up to date / correct

    Hi We have a local domain with a primary DC running Windows Server 2008 R2 along with DHCP and DNS (AD integrated), and a secondary backup DC running Windows Server 2008 (non-R2), however it has been off for a very long time due to malfunctioning har

  • Restricting Access in Solution Manager by Business Unit?

    Hi Experts We are currently in the process of upgrading our Solution Manager to 7.0 EHP 1. Business wants to restrict access in Solution Manager by business unit. Is this possible? Is it possible to create derived roles which restrict on buisness uni

  • How to write a nested if, or evaluate statement

    Cobol has the "evaluate" statement, which replaces nested if. It goes like this: Evaluate X When < 0, do this When >=0 and <5, do this When >=5 and <10, do this Is there any way to write something like this for a cell in Numbers?  How can I write a n